<!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/e33b17db388d4eb163153f85a841912e98ea8065" style="text-decoration: none; font-weight: bold; color: #573;">helpers: move Page/RepoPage to a separate file page.py  The Page and RepoPage classes are not used from templates and thus do not belong in helpers. They cou...</a></h1>
<div id="body">
patrickdp committed on 2016-10-08 20:59:50<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/e33b17db388d4eb163153f85a841912e98ea8065">e33b17db</a><pre>helpers: move Page/RepoPage to a separate file page.py<br /><br />The Page and RepoPage classes are not used from templates and thus do not<br />belong in helpers.<br />They could have been put in utils.py, but because they are completely<br />standalone we can easily split them to a separate file.

 M kallithea/controllers/admin/admin.py (1 lines added, 1 lines removed)
 M kallithea/controllers/admin/gists.py (1 lines added, 1 lines removed)
 M kallithea/controllers/admin/notifications.py (1 lines added, 1 lines removed)
 M kallithea/controllers/changelog.py (1 lines added, 1 lines removed)
 M kallithea/controllers/followers.py (2 lines added, 2 lines removed)
 M kallithea/controllers/forks.py (2 lines added, 2 lines removed)
 M kallithea/controllers/journal.py (2 lines added, 2 lines removed)
 M kallithea/controllers/pullrequests.py (8 lines added, 8 lines removed)
 M kallithea/controllers/search.py (2 lines added, 2 lines removed)
 M kallithea/lib/helpers.py (0 lines added, 230 lines removed)
 A kallithea/lib/page.py (247 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/48f8c73a94f2f64b145a1e60ebc0db1c14b5c8fe" style="text-decoration: none; font-weight: bold; color: #573;">helpers: remove unused wrapper method is_following_repo  kallithea.lib.helpers is a plain wrapper around ScmModel.is_following_repo and is used nowhere.</a></h1>
<div id="body">
patrickdp committed on 2016-10-08 18:22:26<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/48f8c73a94f2f64b145a1e60ebc0db1c14b5c8fe">48f8c73a</a><pre>helpers: remove unused wrapper method is_following_repo<br /><br />kallithea.lib.helpers is a plain wrapper around ScmModel.is_following_repo<br />and is used nowhere.

 M kallithea/lib/helpers.py (0 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/0c67924f293bf206430a1a6b294fd8ea08221af1" style="text-decoration: none; font-weight: bold; color: #573;">helpers: remove unused get_error / _GetError  This method/class was introduced in the very first commit of this repository, but is no longer used.</a></h1>
<div id="body">
patrickdp committed on 2016-10-08 19:30:38<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/0c67924f293bf206430a1a6b294fd8ea08221af1">0c67924f</a><pre>helpers: remove unused get_error / _GetError<br /><br />This method/class was introduced in the very first commit of this<br />repository, but is no longer used.

 M kallithea/lib/helpers.py (0 lines added, 16 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/e3ddcc3538df38f67ab09011df4b049f144bd81d" style="text-decoration: none; font-weight: bold; color: #573;">helpers: remove unused imports  helpers.py imported tons of unused names. Most of these are assumed to be due to historical changes without cleanup. Several ...</a></h1>
<div id="body">
patrickdp committed on 2016-10-09 18:56:23<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/e3ddcc3538df38f67ab09011df4b049f144bd81d">e3ddcc35</a><pre>helpers: remove unused imports<br /><br />helpers.py imported tons of unused names.<br />Most of these are assumed to be due to historical changes without cleanup.<br />Several webhelpers names were imported as a group, but this is not deemed<br />useful.

 M kallithea/lib/helpers.py (8 lines added, 20 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/0f1f5c6bcaa13e68a427c3b9446a9c195828cee4" style="text-decoration: none; font-weight: bold; color: #573;">config: remove unused symbols DATE_FORMAT / DATETIME_FORMAT  These were previously imported by helpers.py, but without actual usage anywhere.</a></h1>
<div id="body">
patrickdp committed on 2016-10-08 20:07:55<br />branch: default<br />tag: tip<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/0f1f5c6bcaa13e68a427c3b9446a9c195828cee4">0f1f5c6b</a><pre>config: remove unused symbols DATE_FORMAT / DATETIME_FORMAT<br /><br />These were previously imported by helpers.py, but without actual usage<br />anywhere.

 M kallithea/config/conf.py (0 lines added, 4 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>