<!DOCTYPE html>
<html>
  <head>
</head>
<body style='font: 12pt Roboto, "DejaVu Sans", Arial; margin-left: 5px; margin-right: 5px;'>
<div id="entry">
<h1 style='font: 12pt Roboto, "DejaVu Sans", Arial; display:block; background: #c0cf88; border-bottom: solid 3px #573; padding: 5px; margin-top: 0px; color: #573;'><a href="https://kallithea-scm.org/repos/kallithea/changeset/494989b0ce724683221d02fde1bd0e90666cb4a9" style="text-decoration: none; font-weight: bold; color: #573;">summary: add tooltip and link to status change icons (same as on changelog page)  This change makes the changeset list on the summary page more similar to th...</a></h1>
<div id="body">
Angel Ezquerra committed on 2016-02-21 09:43:53<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/494989b0ce724683221d02fde1bd0e90666cb4a9">494989b0</a><pre>summary: add tooltip and link to status change icons (same as on changelog page)

This change makes the changeset list on the summary page more similar to the one
on the changeset list. It adds the same tooltip ("Changeset status") to the
changeset status change icons that is already found on the changelog page. It
also adds a link to the first comment (as in the changelog page).

 M kallithea/templates/changelog/changelog_summary_data.html (3 lines added, 1 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html>
  <head>
</head>
<body style='font: 12pt Roboto, "DejaVu Sans", Arial; margin-left: 5px; margin-right: 5px;'>
<div id="entry">
<h1 style='font: 12pt Roboto, "DejaVu Sans", Arial; display:block; background: #c0cf88; border-bottom: solid 3px #573; padding: 5px; margin-top: 0px; color: #573;'><a href="https://kallithea-scm.org/repos/kallithea/changeset/b1bec568c0a26a9701d559dde0067867ba036c1c" style="text-decoration: none; font-weight: bold; color: #573;">summary, changelog: add reviewer username to status change tooltips  Change the status change (circle) icon tooltips from "Changeset status: NEW_STATE" to "C...</a></h1>
<div id="body">
Angel Ezquerra committed on 2016-02-21 11:04:43<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/b1bec568c0a26a9701d559dde0067867ba036c1c">b1bec568</a><pre>summary, changelog: add reviewer username to status change tooltips

Change the status change (circle) icon tooltips from "Changeset status:
NEW_STATE" to "Changeset status: NEWSTATE by REVIEWER_USERNAME".

This makes it much faster to check who is reviewing what and who approved or
rejected what.

 M kallithea/model/db.py (2 lines added, 1 lines removed)
 M kallithea/templates/changelog/changelog.html (3 lines added, 2 lines removed)
 M kallithea/templates/changelog/changelog_summary_data.html (3 lines added, 2 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html>
  <head>
</head>
<body style='font: 12pt Roboto, "DejaVu Sans", Arial; margin-left: 5px; margin-right: 5px;'>
<div id="entry">
<h1 style='font: 12pt Roboto, "DejaVu Sans", Arial; display:block; background: #c0cf88; border-bottom: solid 3px #573; padding: 5px; margin-top: 0px; color: #573;'><a href="https://kallithea-scm.org/repos/kallithea/changeset/862fecc3af18edc87c411fa3a3b14481ad01c44b" style="text-decoration: none; font-weight: bold; color: #573;">tests: some test coverage of graph structure and coloring  This is a bad and unmaintainable test ... but better than nothing.</a></h1>
<div id="body">
kiilerix committed on 2016-02-21 15:36:02<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/862fecc3af18edc87c411fa3a3b14481ad01c44b">862fecc3</a><pre>tests: some test coverage of graph structure and coloring

This is a bad and unmaintainable test ... but better than nothing.

 M kallithea/tests/functional/test_changelog.py (4 lines added, 0 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html>
  <head>
</head>
<body style='font: 12pt Roboto, "DejaVu Sans", Arial; margin-left: 5px; margin-right: 5px;'>
<div id="entry">
<h1 style='font: 12pt Roboto, "DejaVu Sans", Arial; display:block; background: #c0cf88; border-bottom: solid 3px #573; padding: 5px; margin-top: 0px; color: #573;'><a href="https://kallithea-scm.org/repos/kallithea/changeset/08ebd11b008825c96d6e601e6647fb1d9e05edc6" style="text-decoration: none; font-weight: bold; color: #573;">graph: improve source comments</a></h1>
<div id="body">
kiilerix committed on 2016-02-21 15:36:04<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/08ebd11b008825c96d6e601e6647fb1d9e05edc6">08ebd11b</a><pre>graph: improve source comments

 M kallithea/lib/graphmod.py (22 lines added, 12 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html>
  <head>
</head>
<body style='font: 12pt Roboto, "DejaVu Sans", Arial; margin-left: 5px; margin-right: 5px;'>
<div id="entry">
<h1 style='font: 12pt Roboto, "DejaVu Sans", Arial; display:block; background: #c0cf88; border-bottom: solid 3px #573; padding: 5px; margin-top: 0px; color: #573;'><a href="https://kallithea-scm.org/repos/kallithea/changeset/ea9604ceaf558978cf62752c25bf0c93c70adf82" style="text-decoration: none; font-weight: bold; color: #573;">graph: avoid collision between "heir has been found" and "child has no name" both using None as branch name  Instead of using None for both, introduce a new ...</a></h1>
<div id="body">
kiilerix committed on 2016-02-21 15:36:54<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/ea9604ceaf558978cf62752c25bf0c93c70adf82">ea9604ce</a><pre>graph: avoid collision between "heir has been found" and "child has no name" both using None as branch name

Instead of using None for both, introduce a new flag for searching for heir.

This will do that Git changesets without branch name will inherit colors from
each other instead of getting a new one every time. (Inheriting from from
changesets with branch name is still phony.)

 M kallithea/lib/graphmod.py (3 lines added, 2 lines removed)
 M kallithea/tests/functional/test_changelog.py (1 lines added, 1 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html>
  <head>
</head>
<body style='font: 12pt Roboto, "DejaVu Sans", Arial; margin-left: 5px; margin-right: 5px;'>
<div id="entry">
<h1 style='font: 12pt Roboto, "DejaVu Sans", Arial; display:block; background: #c0cf88; border-bottom: solid 3px #573; padding: 5px; margin-top: 0px; color: #573;'><a href="https://kallithea-scm.org/repos/kallithea/changeset/05a85a6cecba5c8caeb7996590365d5d9bc523c9" style="text-decoration: none; font-weight: bold; color: #573;">graph: detect git branches and colourise them properly without rainbow effect (Issue #188)  This is based on research and patches by Andrew Shadura.  When us...</a></h1>
<div id="body">
kiilerix committed on 2016-02-22 20:07:47<br />branch: default<br />tag: tip<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/05a85a6cecba5c8caeb7996590365d5d9bc523c9">05a85a6c</a><pre>graph: detect git branches and colourise them properly without rainbow effect (Issue #188)

This is based on research and patches by Andrew Shadura.

When using Git, only commits pointed to by branch references have their
branches set. In general, there's no way in Git to find out which branch
a commit belongs to, so we can try to deduce that from the merge topology.

In other words, if we know the branch name, we know it's a different colour
than any different branch. If we don't (it is None), we guesstimate the first
parent is probably on the same branch. The relevant part of the code before
2da0dc09 used a similar, yet simpler, algorithm.

 M kallithea/lib/graphmod.py (1 lines added, 1 lines removed)
 M kallithea/tests/functional/test_changelog.py (1 lines added, 1 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>