<!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/f7e0c34be9d62df36fcb01bb33ff66d355df8419" style="text-decoration: none; font-weight: bold; color: #573;">changelog: drop unused tablerow stuff  tablerow was referenced but other CSS was hiding it anyway.  If we want alternating colors, modern css has better ways...</a></h1>
<div id="body">
kiilerix committed on 2015-08-26 15:28:59<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/f7e0c34be9d62df36fcb01bb33ff66d355df8419">f7e0c34b</a><pre>changelog: drop unused tablerow stuff

tablerow was referenced but other CSS was hiding it anyway.

If we want alternating colors, modern css has better ways of doing it.

 M kallithea/public/css/style.css (0 lines added, 8 lines removed)
 M kallithea/templates/changelog/changelog.html (1 lines added, 1 lines removed)
 M kallithea/tests/functional/test_changelog.py (2 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/8fcf31ac11054d51f360050afcda174444373c30" style="text-decoration: none; font-weight: bold; color: #573;">css: drop unused YUI odd/even styling</a></h1>
<div id="body">
kiilerix committed on 2015-08-24 11:31:23<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/8fcf31ac11054d51f360050afcda174444373c30">8fcf31ac</a><pre>css: drop unused YUI odd/even styling

 M kallithea/public/css/style.css (2 lines added, 28 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/8c5d1e94f9ee003e01fc731eb804c9a016601043" style="text-decoration: none; font-weight: bold; color: #573;">changelog: show merges as semi-opaque - they are usually not interesting  TODO: also in other views</a></h1>
<div id="body">
kiilerix committed on 2015-08-26 15:28:59<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/8c5d1e94f9ee003e01fc731eb804c9a016601043">8c5d1e94</a><pre>changelog: show merges as semi-opaque - they are usually not interesting

TODO: also in other views

 M kallithea/public/css/style.css (4 lines added, 0 lines removed)
 M kallithea/templates/changelog/changelog.html (1 lines added, 1 lines removed)
 M kallithea/tests/functional/test_changelog.py (2 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/322e17eb356a1a7caffd38616e994de70fd4ce10" style="text-decoration: none; font-weight: bold; color: #573;">changelog: rework changeset selection and button behaviour  This is a refactoring / rework of messy code to be simpler and work correctly.  As a result, it g...</a></h1>
<div id="body">
kiilerix committed on 2015-08-26 15:28:59<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/322e17eb356a1a7caffd38616e994de70fd4ce10">322e17eb</a><pre>changelog: rework changeset selection and button behaviour

This is a refactoring / rework of messy code to be simpler and work correctly.

As a result, it gives slightly different behaviour in some cases and different
button labels.

It also allows creating PRs after selecting two changesets. That is currently
pointless but will make sense soon.

 M kallithea/templates/base/root.html (3 lines added, 4 lines removed)
 M kallithea/templates/changelog/changelog.html (25 lines added, 30 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/a4b8148042637a00ad46998b246d63beb6de49f2" style="text-decoration: none; font-weight: bold; color: #573;">changelog: show changesets outside the selected range as semi-opaque  This makes it even more clear that 'show changeset range' is weird ...</a></h1>
<div id="body">
kiilerix committed on 2015-08-26 15:28:59<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/a4b8148042637a00ad46998b246d63beb6de49f2">a4b81480</a><pre>changelog: show changesets outside the selected range as semi-opaque

This makes it even more clear that 'show changeset range' is weird ...

 M kallithea/public/css/style.css (1 lines added, 0 lines removed)
 M kallithea/templates/changelog/changelog.html (14 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/07bfe091845e42d6fc0dbc3099d997057a8b14f9" style="text-decoration: none; font-weight: bold; color: #573;">changelog: improved UI for selection of ranges  Show an extra checkbox next to the first selected checkbox to be able to specify single revision ranges (whic...</a></h1>
<div id="body">
kiilerix committed on 2015-08-26 15:28:59<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/07bfe091845e42d6fc0dbc3099d997057a8b14f9">07bfe091</a><pre>changelog: improved UI for selection of ranges

Show an extra checkbox next to the first selected checkbox to be able to
specify single revision ranges (which is different from the start of an open
range).

When two revisions are selected, hide all other checkboxes to make it
impossible to select more.

 M kallithea/public/css/style.css (2 lines added, 1 lines removed)
 M kallithea/templates/changelog/changelog.html (41 lines added, 17 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/666e4d4567f8b2f59c7b66252a46fc06245203c6" style="text-decoration: none; font-weight: bold; color: #573;">pull requests: make it possible to make a "pull request" for an arbitrary range  The parent of the range start will be used as ancestor. The "pr" can thus pr...</a></h1>
<div id="body">
kiilerix committed on 2015-08-26 15:28:59<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/666e4d4567f8b2f59c7b66252a46fc06245203c6">666e4d45</a><pre>pull requests: make it possible to make a "pull request" for an arbitrary range

The parent of the range start will be used as ancestor. The "pr" can thus
probably not be merged but will have to be grafted.

 M kallithea/controllers/pullrequests.py (10 lines added, 3 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/43a4f3b285a66bd84a9138af7e4127238ad147cb" style="text-decoration: none; font-weight: bold; color: #573;">pull requests: for "PRs" just showing ranges, just show a message instead of Target</a></h1>
<div id="body">
kiilerix committed on 2015-08-26 15:28:59<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/43a4f3b285a66bd84a9138af7e4127238ad147cb">43a4f3b2</a><pre>pull requests: for "PRs" just showing ranges, just show a message instead of Target

 M kallithea/controllers/pullrequests.py (7 lines added, 0 lines removed)
 M kallithea/templates/pullrequests/pullrequest_show.html (4 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/40e362a4ffc7adf80f7bd8b4c56b89a13847a9ee" style="text-decoration: none; font-weight: bold; color: #573;">pull requests: show 100 pull requests when showing pull requests for a repo  10 was too few.</a></h1>
<div id="body">
kiilerix committed on 2015-08-26 15:28:59<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/40e362a4ffc7adf80f7bd8b4c56b89a13847a9ee">40e362a4</a><pre>pull requests: show 100 pull requests when showing pull requests for a repo

10 was too few.

 M kallithea/controllers/pullrequests.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/c9bb2d6186ba8b86a2a0695bc90ac8c8009e420c" style="text-decoration: none; font-weight: bold; color: #573;">comments: improve vertical alignment of status_change radiobuttons</a></h1>
<div id="body">
kiilerix committed on 2015-08-26 15:28:59<br />branch: default<br />tag: tip<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/c9bb2d6186ba8b86a2a0695bc90ac8c8009e420c">c9bb2d61</a><pre>comments: improve vertical alignment of status_change radiobuttons

 M kallithea/public/css/style.css (2 lines added, 1 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>