<!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/172b00cb02e6f6d23c9efc909006baf285b66c6d" style="text-decoration: none; font-weight: bold; color: #573;">ini: drop production.ini - everybody should create their own with unique and random keys  test.ini and development.ini are more relevant ... but could perhap...</a></h1>
<div id="body">
kiilerix committed on 2015-07-24 14:37:40<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/172b00cb02e6f6d23c9efc909006baf285b66c6d">172b00cb</a><pre>ini: drop production.ini - everybody should create their own with unique and random keys

test.ini and development.ini are more relevant ... but could perhaps be
generated from templates on demand.

 M MANIFEST.in (0 lines added, 1 lines removed)
 D production.ini (0 lines added, 581 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/975f5769be08f4908fd32b81f8be7d4639e4e5d6" style="text-decoration: none; font-weight: bold; color: #573;">tests: add test coverage for how repo creation access control is different through API and Web</a></h1>
<div id="body">
patrickdp committed on 2015-07-24 14:37:40<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/975f5769be08f4908fd32b81f8be7d4639e4e5d6">975f5769</a><pre>tests: add test coverage for how repo creation access control is different through API and Web

 M kallithea/tests/api/api_base.py (34 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/72e0fe2e3278ca20749157c6c0d0e10c1fefd2ab" style="text-decoration: none; font-weight: bold; color: #573;">cleanup: remove unnecessary '%s'%s formatting</a></h1>
<div id="body">
kiilerix committed on 2015-07-24 14:37:40<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/72e0fe2e3278ca20749157c6c0d0e10c1fefd2ab">72e0fe2e</a><pre>cleanup: remove unnecessary '%s'%s formatting

 M kallithea/__init__.py (1 lines added, 1 lines removed)
 M kallithea/controllers/feed.py (1 lines added, 3 lines removed)
 M kallithea/lib/diffs.py (1 lines added, 1 lines removed)
 M kallithea/lib/helpers.py (6 lines added, 7 lines removed)
 M kallithea/lib/ipaddr.py (1 lines added, 1 lines removed)
 M kallithea/lib/pidlock.py (1 lines added, 1 lines removed)
 M kallithea/lib/vcs/subprocessio.py (1 lines added, 1 lines removed)
 M kallithea/lib/vcs/utils/diffs.py (1 lines added, 1 lines removed)
 M kallithea/model/comment.py (1 lines added, 1 lines removed)
 M kallithea/tests/functional/test_my_account.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/63bed817308c7cd9829fede0036ef2a640a744bb" style="text-decoration: none; font-weight: bold; color: #573;">cleanup: check for None object identity in cases where that is what the 'contract' says  Avoid applying bool() on complex objects - it might return something...</a></h1>
<div id="body">
kiilerix committed on 2015-07-24 14:37:40<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/63bed817308c7cd9829fede0036ef2a640a744bb">63bed817</a><pre>cleanup: check for None object identity in cases where that is what the 'contract' says

Avoid applying bool() on complex objects - it might return something unexpected
such as the key (which might be 0 and thus be false). Checking for None is more
safe and faster.

 M kallithea/controllers/admin/auth_settings.py (1 lines added, 1 lines removed)
 M kallithea/controllers/admin/my_account.py (1 lines added, 1 lines removed)
 M kallithea/controllers/admin/notifications.py (1 lines added, 1 lines removed)
 M kallithea/controllers/admin/repos.py (1 lines added, 1 lines removed)
 M kallithea/controllers/admin/users.py (1 lines added, 1 lines removed)
 M kallithea/controllers/api/api.py (1 lines added, 1 lines removed)
 M kallithea/controllers/changeset.py (1 lines added, 1 lines removed)
 M kallithea/controllers/pullrequests.py (1 lines added, 1 lines removed)
 M kallithea/model/__init__.py (1 lines added, 1 lines removed)
 M kallithea/model/api_key.py (1 lines added, 1 lines removed)
 M kallithea/model/comment.py (2 lines added, 2 lines removed)
 M kallithea/model/db.py (7 lines added, 7 lines removed)
 M kallithea/model/notification.py (2 lines added, 2 lines removed)
 M kallithea/model/repo.py (4 lines added, 4 lines removed)
 M kallithea/model/repo_group.py (2 lines added, 2 lines removed)
 M kallithea/model/scm.py (3 lines added, 3 lines removed)
 M kallithea/model/user.py (4 lines added, 4 lines removed)
 M kallithea/model/user_group.py (3 lines added, 3 lines removed)
 M kallithea/model/validators.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/ab5c4d84f99c33c32b5d6726a958d78d644bc8d3" style="text-decoration: none; font-weight: bold; color: #573;">repos: fix abuse of dead 'repo' routing  The repo "show" controller didn't do anything and was unused. There was a routing GET entry for it but it was only u...</a></h1>
<div id="body">
kiilerix committed on 2015-07-24 14:37:40<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/ab5c4d84f99c33c32b5d6726a958d78d644bc8d3">ab5c4d84</a><pre>repos: fix abuse of dead 'repo' routing

The repo "show" controller didn't do anything and was unused. There was a
routing GET entry for it but it was only used for generating URLs for DELETE
and PUT operations that have separate controllers that happen to have the same
URL.

Use the right routing entries when generating URLs and drop the dead code.

 M kallithea/config/routing.py (1 lines added, 4 lines removed)
 M kallithea/controllers/admin/repos.py (4 lines added, 9 lines removed)
 M kallithea/templates/admin/repos/repo_edit_advanced.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/repos/repo_edit_settings.html (1 lines added, 1 lines removed)
 M kallithea/templates/data_table/_dt_elements.html (1 lines added, 1 lines removed)
 M kallithea/tests/functional/test_admin_repos.py (6 lines added, 6 lines removed)
 M kallithea/tests/functional/test_admin_users.py (1 lines added, 1 lines removed)
 M kallithea/tests/functional/test_forks.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/b8d716694dc876e23eb40f86d761328d2ce619d4" style="text-decoration: none; font-weight: bold; color: #573;">js: drop excanvas used for IE 8 support</a></h1>
<div id="body">
kiilerix committed on 2015-05-17 19:37:46<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/b8d716694dc876e23eb40f86d761328d2ce619d4">b8d71669</a><pre>js: drop excanvas used for IE 8 support

 M docs/contributing.rst (2 lines added, 2 lines removed)
 D kallithea/public/js/excanvas.js (0 lines added, 884 lines removed)
 D kallithea/public/js/excanvas.min.js (0 lines added, 1 lines removed)
 M kallithea/templates/base/root.html (0 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/15dafc2236cbb5dded522ae10009720601cfc016" style="text-decoration: none; font-weight: bold; color: #573;">css: drop IE hacks</a></h1>
<div id="body">
kiilerix committed on 2015-05-17 19:37:46<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/15dafc2236cbb5dded522ae10009720601cfc016">15dafc22</a><pre>css: drop IE hacks

 M kallithea/public/css/style.css (0 lines added, 7 lines removed)
 M kallithea/templates/base/root.html (0 lines added, 11 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/2aa8206cd193159aad310dacc2f1a25b46d9878f" style="text-decoration: none; font-weight: bold; color: #573;">css: remove old compat hacks - none of them should be necessary or important for any relevant browsers</a></h1>
<div id="body">
kiilerix committed on 2015-07-24 14:37:40<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/2aa8206cd193159aad310dacc2f1a25b46d9878f">2aa8206c</a><pre>css: remove old compat hacks - none of them should be necessary or important for any relevant browsers

 M kallithea/public/css/contextbar.css (1 lines added, 12 lines removed)
 M kallithea/public/css/style.css (0 lines added, 190 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/1528ae42ec0485e2df07710200e82e3013db9fae" style="text-decoration: none; font-weight: bold; color: #573;">pullrequests: drop the useless 'latest vote' column</a></h1>
<div id="body">
kiilerix committed on 2015-07-24 14:37:40<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/1528ae42ec0485e2df07710200e82e3013db9fae">1528ae42</a><pre>pullrequests: drop the useless 'latest vote' column

 M kallithea/model/db.py (0 lines added, 4 lines removed)
 M kallithea/templates/pullrequests/pullrequest_data.html (1 lines added, 8 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/910c0a039f2a7da3002f4700e3a136b2f7fb38de" style="text-decoration: none; font-weight: bold; color: #573;">pullrequests: on 'My Pull Requests' move delete all the way to the right</a></h1>
<div id="body">
kiilerix committed on 2015-07-24 14:37:40<br />branch: default<br />tag: tip<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/910c0a039f2a7da3002f4700e3a136b2f7fb38de">910c0a03</a><pre>pullrequests: on 'My Pull Requests' move delete all the way to the right

 M kallithea/templates/pullrequests/pullrequest_data.html (14 lines added, 13 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>