<!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/f7cc6f446f5c81ce32065b45a93aaccfb8e7f914" style="text-decoration: none; font-weight: bold; color: #573;">style: fix some missed field refactorings</a></h1>
<div id="body">
kiilerix committed on 2016-11-23 00:37:12<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/f7cc6f446f5c81ce32065b45a93aaccfb8e7f914">f7cc6f44</a><pre>style: fix some missed field refactorings

 M kallithea/templates/admin/repo_groups/repo_group_add.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/repos/repo_add_base.html (2 lines added, 2 lines removed)
 M kallithea/templates/admin/settings/settings_hooks.html (4 lines added, 6 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/fa1d80d31b48b1a3fe1ba68655cf08f72cefd524" style="text-decoration: none; font-weight: bold; color: #573;">error: remove unused Pylons-specific img/style methods  The img and style methods in the error controller are standard Pylons boilerplate. They are used from...</a></h1>
<div id="body">
patrickdp committed on 2016-09-13 15:55:12<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/fa1d80d31b48b1a3fe1ba68655cf08f72cefd524">fa1d80d3</a><pre>error: remove unused Pylons-specific img/style methods<br /><br />The img and style methods in the error controller are standard Pylons<br />boilerplate. They are used from the Pylons default error document template.<br />The purpose of these methods is to serve images and stylesheets from the<br />Pylons module, rather than having to copy these files into a particular<br />application installation.<br /><br />Since Kallithea uses a custom error template with our own styles and images,<br />these methods are not actually used.

 M kallithea/controllers/error.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/8845ece50d51e99ff7a21739acb6d655103c89eb" style="text-decoration: none; font-weight: bold; color: #573;">docs: remove some references to Pylons  These references are either not used, or do not provide value. The Windows installation and email pages still referen...</a></h1>
<div id="body">
patrickdp committed on 2016-10-20 15:54:26<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/8845ece50d51e99ff7a21739acb6d655103c89eb">8845ece5</a><pre>docs: remove some references to Pylons<br /><br />These references are either not used, or do not provide value.<br />The Windows installation and email pages still references documents from the<br />Pylons website -- alternative pages from Turbogears2 need to be found.

 M docs/installation.rst (2 lines added, 3 lines removed)
 M docs/overview.rst (0 lines added, 1 lines removed)
 M docs/setup.rst (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/70d3a838a9f423fe702fb3c374ad4db857c5c320" style="text-decoration: none; font-weight: bold; color: #573;">tests: remove unused code from conftest.py  conftest.py does not contain an import of pylons (only of pylons.test) so usage of e.g. pylons.config can never w...</a></h1>
<div id="body">
patrickdp committed on 2016-11-20 20:28:04<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/70d3a838a9f423fe702fb3c374ad4db857c5c320">70d3a838</a><pre>tests: remove unused code from conftest.py<br /><br />conftest.py does not contain an import of pylons (only of pylons.test) so<br />usage of e.g. pylons.config can never work, so it cannot be used.<br />Since the tests run fine regardless, we can get rid of this code.

 M kallithea/tests/conftest.py (0 lines added, 9 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/6a9f8269675079c55fd847c894d859f142065500" style="text-decoration: none; font-weight: bold; color: #573;">tests: introduce test_context to handle internationalization  As preparation to the migration to Turbogears2, introduce a test_context context manager to wra...</a></h1>
<div id="body">
patrickdp committed on 2016-11-20 19:51:40<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/6a9f8269675079c55fd847c894d859f142065500">6a9f8269</a><pre>tests: introduce test_context to handle internationalization<br /><br />As preparation to the migration to Turbogears2, introduce a test_context<br />context manager to wrap certain tests. The context manager provides a<br />translator for tests that need it. This translator was previously provided<br />globally to all tests via the TestController.<br /><br />When swapping Pylons with Turbogears2, the new file<br />kallithea/tests/test_context.py can be removed, and the test_context from<br />tg2/tg/util/webtest.py should be used.

 A kallithea/tests/test_context.py (18 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/8e3137064ab65d1f3ca00f7b4a67b9fe161511a7" style="text-decoration: none; font-weight: bold; color: #573;">tests: use test_context for tests needing internationalization  Instead of relying on the top-level handling of the translator, use the newly introduced test...</a></h1>
<div id="body">
patrickdp committed on 2016-11-22 08:04:45<br />branch: default<br />tag: tip<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/8e3137064ab65d1f3ca00f7b4a67b9fe161511a7">8e313706</a><pre>tests: use test_context for tests needing internationalization<br /><br />Instead of relying on the top-level handling of the translator, use the<br />newly introduced test_context.

 M kallithea/tests/functional/test_admin_notifications.py (84 lines added, 75 lines removed)
 M kallithea/tests/functional/test_admin_users.py (14 lines added, 12 lines removed)
 M kallithea/tests/models/test_notifications.py (189 lines added, 182 lines removed)
 M kallithea/tests/other/test_libs.py (13 lines added, 9 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>