<!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/bcc637ea79a876c7b6c21e1538dd4383f1fc880e" style="text-decoration: none; font-weight: bold; color: #573;">template: link the last revision in the file browser to the changeset</a></h1>
<div id="body">
andrewsh committed on 2015-03-21 21:23:44<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/bcc637ea79a876c7b6c21e1538dd4383f1fc880e">bcc637ea</a><pre>template: link the last revision in the file browser to the changeset

 M kallithea/public/css/style.css (1 lines added, 0 lines removed)
 M kallithea/templates/files/files_browser.html (1 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/326a9336fbe574acd666d30d29010f34608a9cf6" style="text-decoration: none; font-weight: bold; color: #573;">spelling: use correct Git capitalisation where appropriate</a></h1>
<div id="body">
andrewsh committed on 2015-03-23 15:07:35<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/326a9336fbe574acd666d30d29010f34608a9cf6">326a9336</a><pre>spelling: use correct Git capitalisation where appropriate

 M docs/usage/git_support.rst (1 lines added, 1 lines removed)
 M kallithea/lib/diffs.py (2 lines added, 2 lines removed)
 M setup.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/6a4f13866fe6f81b21682911bf4d3f2e73182c09" style="text-decoration: none; font-weight: bold; color: #573;">gists: add missing formencode.htmlfill import</a></h1>
<div id="body">
kiilerix committed on 2015-03-25 19:17:35<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/6a4f13866fe6f81b21682911bf4d3f2e73182c09">6a4f1386</a><pre>gists: add missing formencode.htmlfill import

 M kallithea/controllers/admin/gists.py (1 lines added, 1 lines removed)
 M kallithea/templates/admin/gists/new.html (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/16e11fc0ac6122171b58aeb93a85fd177f9084c5" style="text-decoration: none; font-weight: bold; color: #573;">tags: rename old non-Kallithea tags and prefix them with 0.0 to show that Kallithea is superior</a></h1>
<div id="body">
kiilerix committed on 2015-03-11 17:57:11<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/16e11fc0ac6122171b58aeb93a85fd177f9084c5">16e11fc0</a><pre>tags: rename old non-Kallithea tags and prefix them with 0.0 to show that Kallithea is superior

 M .hgtags (58 lines added, 69 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/75f4d8e84b81b414b6be52ded189a79eab19fe4c" style="text-decoration: none; font-weight: bold; color: #573;">Make celeryd.log.level default values uppercase - lowercase might not be recognized and cause failure</a></h1>
<div id="body">
kiilerix committed on 2015-03-25 19:38:09<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/75f4d8e84b81b414b6be52ded189a79eab19fe4c">75f4d8e8</a><pre>Make celeryd.log.level default values uppercase - lowercase might not be recognized and cause failure

 M development.ini (1 lines added, 1 lines removed)
 M kallithea/bin/template.ini.mako (1 lines added, 1 lines removed)
 M kallithea/config/deployment.ini_tmpl (1 lines added, 1 lines removed)
 M production.ini (1 lines added, 1 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/c04c2734e32f7533cf4dc364a5171b355d93a2d5" style="text-decoration: none; font-weight: bold; color: #573;">controllers: consistently use formfill.render with force_defaults=False  The inconsistency could cause confusion for developers. It seems to me like force_de...</a></h1>
<div id="body">
kiilerix committed on 2015-03-25 19:38:09<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/c04c2734e32f7533cf4dc364a5171b355d93a2d5">c04c2734</a><pre>controllers: consistently use formfill.render with force_defaults=False

The inconsistency could cause confusion for developers. It seems to me like
force_defaults=False should be the default ... and apparently it was that in
older versions of formfill.

It could perhaps make sense for us to have a wrapper that added the defualt
values once, instead of repeating it all over ;-)

 M kallithea/controllers/admin/auth_settings.py (1 lines added, 2 lines removed)
 M kallithea/controllers/admin/defaults.py (2 lines added, 1 lines removed)
 M kallithea/controllers/admin/gists.py (2 lines added, 2 lines removed)
 M kallithea/controllers/admin/my_account.py (5 lines added, 4 lines removed)
 M kallithea/controllers/admin/permissions.py (2 lines added, 1 lines removed)
 M kallithea/controllers/admin/repo_groups.py (4 lines added, 2 lines removed)
 M kallithea/controllers/admin/repos.py (5 lines added, 3 lines removed)
 M kallithea/controllers/admin/settings.py (6 lines added, 5 lines removed)
 M kallithea/controllers/admin/user_groups.py (4 lines added, 2 lines removed)
 M kallithea/controllers/admin/users.py (4 lines added, 2 lines removed)
 M kallithea/controllers/forks.py (3 lines added, 3 lines removed)
 M kallithea/controllers/login.py (6 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/65c5e70a1d0c1861d7dc835f204d132342920da2" style="text-decoration: none; font-weight: bold; color: #573;">setup: update dulwich requirement to >= 0.9.9 which fixes CVE-2015-0838</a></h1>
<div id="body">
kiilerix committed on 2015-03-25 19:47:45<br />branch: default<br />tag: tip<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/65c5e70a1d0c1861d7dc835f204d132342920da2">65c5e70a</a><pre>setup: update dulwich requirement to >= 0.9.9 which fixes CVE-2015-0838

 M setup.py (1 lines added, 5 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>