<!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/a5a9ea76fa3173f639a439d921202ddeb2a06cc9" style="text-decoration: none; font-weight: bold; color: #573;">setup: drop unused simplejson dependency  c796b6bdd532 removed the use of it but didn't drop the dependency.</a></h1>
<div id="body">
kiilerix committed on 2015-08-11 10:39:07<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/a5a9ea76fa3173f639a439d921202ddeb2a06cc9">a5a9ea76</a><pre>setup: drop unused simplejson dependency

c796b6bdd532 removed the use of it but didn't drop the dependency.

 M setup.py (0 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/07e293730376d83df2a6adb13eda5b66081002d1" style="text-decoration: none; font-weight: bold; color: #573;">setup: reintroduce nosetests support that was removed in Pylons after 1.0.0  Use workaround from https://github.com/Pylons/pylons/issues/13 .</a></h1>
<div id="body">
kiilerix committed on 2015-08-11 10:39:07<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/07e293730376d83df2a6adb13eda5b66081002d1">07e29373</a><pre>setup: reintroduce nosetests support that was removed in Pylons after 1.0.0

Use workaround from <a href="https://github.com/Pylons/pylons/issues/13">https://github.com/Pylons/pylons/issues/13</a> .

 M setup.py (3 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/1baa286d001da940764428ea475294af00c481b3" style="text-decoration: none; font-weight: bold; color: #573;">helpers: drop incorrect % escaping in fancy_file_stats  % should not be escaped when not doing % formatting.</a></h1>
<div id="body">
kiilerix committed on 2015-08-11 10:39:07<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/1baa286d001da940764428ea475294af00c481b3">1baa286d</a><pre>helpers: drop incorrect % escaping in fancy_file_stats

% should not be escaped when not doing % formatting.

 M kallithea/lib/helpers.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/144878118c956f58394617e8856df2a833d76318" style="text-decoration: none; font-weight: bold; color: #573;">changelog: avoid invalid markup: style="display:"</a></h1>
<div id="body">
kiilerix committed on 2015-08-11 10:39:07<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/144878118c956f58394617e8856df2a833d76318">14487811</a><pre>changelog: avoid invalid markup: style="display:"

 M kallithea/templates/changelog/changelog.html (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/99d29f43bdd18fb8a490aa1666b84864b0a115e9" style="text-decoration: none; font-weight: bold; color: #573;">comments: bind comment-bubble click handler to table and use sub selector  Avoid jQuery looping over all lines and binding comment-bubble click handler to ev...</a></h1>
<div id="body">
kiilerix committed on 2015-08-11 10:39:07<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/99d29f43bdd18fb8a490aa1666b84864b0a115e9">99d29f43</a><pre>comments: bind comment-bubble click handler to table and use sub selector

Avoid jQuery looping over all lines and binding comment-bubble click handler to
every line on page load.

Avoids 'Maximum call stack size exceeded' when loading a huge diff in Chrome.

 M kallithea/templates/changeset/changeset.html (1 lines added, 1 lines removed)
 M kallithea/templates/pullrequests/pullrequest_show.html (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/b8734b4287865ac361cd71d8b670e7fec006aca0" style="text-decoration: none; font-weight: bold; color: #573;">graphs: set initial canvas size to 0  The canvas will be set to the right size when the page has loaded. Until the page has been loaded, Chrome has been seen...</a></h1>
<div id="body">
kiilerix committed on 2015-08-11 10:39:07<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/b8734b4287865ac361cd71d8b670e7fec006aca0">b8734b42</a><pre>graphs: set initial canvas size to 0

The canvas will be set to the right size when the page has loaded. Until the
page has been loaded, Chrome has been seen to set the canvas to be so wide that
it would cover other visible links, thus preventing navigating away from the
page before it has been fully loaded.

This will make sure the canvas never takes up more space than intended.

 M kallithea/templates/changelog/changelog.html (1 lines added, 1 lines removed)
 M kallithea/templates/compare/compare_cs.html (1 lines added, 1 lines removed)
 M kallithea/templates/pullrequests/pullrequest_show.html (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/982deaaef275c31ca95f3c1c10f787a3e629b80a" style="text-decoration: none; font-weight: bold; color: #573;">pullrequests: avoid unnecessary scroll-bar on short lists of available updates with Chrome  The surrounding div will apparently take size after the content b...</a></h1>
<div id="body">
kiilerix committed on 2015-08-11 10:39:07<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/982deaaef275c31ca95f3c1c10f787a3e629b80a">982deaae</a><pre>pullrequests: avoid unnecessary scroll-bar on short lists of available updates with Chrome

The surrounding div will apparently take size after the content but miss that
there also is 1 pixel border ... and when drawing it realizes that there isn't
enough space and it adds scroll bars anyway.

Work around that by giving the surrounding box 1 pixel padding.

 M kallithea/templates/pullrequests/pullrequest_show.html (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/2fa786ba2b2adebac47ee4b99b4e39411aab0971" style="text-decoration: none; font-weight: bold; color: #573;">js: refactor AutoComplete functions to pass jQuery results around until DOM elements are passed to YUI  A small step forward that enables other refactorings.</a></h1>
<div id="body">
kiilerix committed on 2015-08-11 10:39:07<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/2fa786ba2b2adebac47ee4b99b4e39411aab0971">2fa786ba</a><pre>js: refactor AutoComplete functions to pass jQuery results around until DOM elements are passed to YUI

A small step forward that enables other refactorings.

 M kallithea/public/js/base.js (14 lines added, 15 lines removed)
 M kallithea/templates/admin/repos/repo_edit_settings.html (1 lines added, 1 lines removed)
 M kallithea/templates/changeset/changeset_file_comment.html (1 lines added, 1 lines removed)
 M kallithea/templates/pullrequests/pullrequest.html (1 lines added, 1 lines removed)
 M kallithea/templates/pullrequests/pullrequest_show.html (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/5f9321340e44266f98aa343cb75e65fd26787b81" style="text-decoration: none; font-weight: bold; color: #573;">tests: avoid collision with dev servers - use port 4999 for testing</a></h1>
<div id="body">
kiilerix committed on 2015-08-11 10:39:07<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/5f9321340e44266f98aa343cb75e65fd26787b81">5f932134</a><pre>tests: avoid collision with dev servers - use port 4999 for testing

 M kallithea/tests/other/manual_test_vcs_operations.py (3 lines added, 3 lines removed)
 M test.ini (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/768989c595aa3efa682fe004ce4bdba74cec75d4" style="text-decoration: none; font-weight: bold; color: #573;">tox.ini: declare 1.8 as minimum tox version  Older tox versions will fail with tox.ConfigError: ConfigError: substitution key '26,27' not found  Older tox ve...</a></h1>
<div id="body">
kiilerix committed on 2015-08-11 11:57:48<br />branch: default<br />tag: tip<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/768989c595aa3efa682fe004ce4bdba74cec75d4">768989c5</a><pre>tox.ini: declare 1.8 as minimum tox version

Older tox versions will fail with
tox.ConfigError: ConfigError: substitution key '26,27' not found

Older tox versions will apparently not understand minversion anyway, but
at least it states the intent ...

 M tox.ini (1 lines added, 0 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>