<!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/e5bc21e78370123495dc5a57eecc84f2aca13d8d" style="text-decoration: none; font-weight: bold; color: #573;">bin: give kallithea_config.py #!/usr/bin/env python so it can be executed directly</a></h1>
<div id="body">
kiilerix committed on Tue, 10 Mar 2015 23:24:25<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/e5bc21e78370123495dc5a57eecc84f2aca13d8d">e5bc21e7</a><pre>bin: give kallithea_config.py #!/usr/bin/env python so it can be executed directly

 M kallithea/bin/kallithea_config.py (2 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/d4b1b40b41ace4e0bd1b509cd6e4521950934a17" style="text-decoration: none; font-weight: bold; color: #573;">db: fix beaker caching key of (invalid) unicode email addresses  It would crash with UnicodeDecodeError in beaker when trying to retrieve the user by email.</a></h1>
<div id="body">
kiilerix committed on Tue, 10 Mar 2015 23:24:25<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/d4b1b40b41ace4e0bd1b509cd6e4521950934a17">d4b1b40b</a><pre>db: fix beaker caching key of (invalid) unicode email addresses

It would crash with UnicodeDecodeError in beaker when trying to retrieve the
user by email.

 M kallithea/lib/caching_query.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/9ee018948dcd2d38e44a7a7d748c3c1ae5505526" style="text-decoration: none; font-weight: bold; color: #573;">helpers: fix gravatar handling with (invalid) non-ascii email addresses  It would crash with UnicodeDecodeError when trying to expand unicode email into utf8...</a></h1>
<div id="body">
kiilerix committed on Tue, 10 Mar 2015 23:24:25<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/9ee018948dcd2d38e44a7a7d748c3c1ae5505526">9ee01894</a><pre>helpers: fix gravatar handling with (invalid) non-ascii email addresses

It would crash with UnicodeDecodeError when trying to expand unicode email into
utf8 template.

 M kallithea/lib/helpers.py (1 lines added, 4 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/9ecd1d4836cc547718dbcd6b128f82478eaf0fa0" style="text-decoration: none; font-weight: bold; color: #573;">helpers: introduce user_or_none helper helper  Slight cleanup refactoring - will be useful later.</a></h1>
<div id="body">
kiilerix committed on Tue, 10 Mar 2015 23:24:25<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/9ecd1d4836cc547718dbcd6b128f82478eaf0fa0">9ecd1d48</a><pre>helpers: introduce user_or_none helper helper

Slight cleanup refactoring - will be useful later.

 M kallithea/lib/helpers.py (22 lines added, 27 lines removed)
 M kallithea/model/user.py (3 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/409eaadc00545084b589b44e80b6db67cca13d66" style="text-decoration: none; font-weight: bold; color: #573;">pullrequests: on 'my pullrequests' show the user's own vote as second column next to 'latest vote'</a></h1>
<div id="body">
kiilerix committed on Wed, 11 Mar 2015 00:17:33<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/409eaadc00545084b589b44e80b6db67cca13d66">409eaadc</a><pre>pullrequests: on 'my pullrequests' show the user's own vote as second column next to 'latest vote'

 M kallithea/model/db.py (11 lines added, 0 lines removed)
 M kallithea/templates/pullrequests/pullrequest_data.html (9 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/03bbd33bc0842de9ff4b67e4cf706ffd4e702d6c" style="text-decoration: none; font-weight: bold; color: #573;">docs: rework stuff  The existing docs were far from how we wanted it to be. There was so much to do and it is not feasible to do that cleanup it in clean pat...</a></h1>
<div id="body">
kiilerix committed on Wed, 11 Mar 2015 15:10:30<br />branch: default<br />tag: tip<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/03bbd33bc0842de9ff4b67e4cf706ffd4e702d6c">03bbd33b</a><pre>docs: rework stuff

The existing docs were far from how we wanted it to be. There was so much to do
and it is not feasible to do that cleanup it in clean patches.

Instead, I took a sweep through the docs and changed what I thought could
benefit from a change: structure, examples, advices, language, markup, content,
etc.

 M .hgignore (1 lines added, 1 lines removed)
 M README.rst (51 lines added, 58 lines removed)
 M docs/api/api.rst (4 lines added, 4 lines removed)
 M docs/contributing.rst (131 lines added, 22 lines removed)
 M docs/index.rst (9 lines added, 5 lines removed)
 M docs/installation.rst (125 lines added, 57 lines removed)
 M docs/installation_win.rst (1 lines added, 0 lines removed)
 A docs/readme.rst (3 lines added, 0 lines removed)
 M docs/setup.rst (71 lines added, 62 lines removed)
 M docs/theme/nature/layout.html (3 lines added, 0 lines removed)
 A docs/theme/nature/static/kallithea-logo.svg (37 lines added, 0 lines removed)
 D docs/upgrade.rst (0 lines added, 107 lines removed)
 M docs/usage/debugging.rst (2 lines added, 2 lines removed)
 M docs/usage/general.rst (1 lines added, 1 lines removed)
 M docs/usage/git_support.rst (12 lines added, 18 lines removed)
 M docs/usage/locking.rst (11 lines added, 14 lines removed)
 M docs/usage/statistics.rst (1 lines added, 1 lines removed)
 M docs/usage/subrepos.rst (10 lines added, 11 lines removed)
 M docs/usage/troubleshooting.rst (6 lines added, 9 lines removed)
 M init.d/supervisord.conf (4 lines added, 4 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>