<!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/b52a66c5755fbd66649f73823fee91337f3a937f" style="text-decoration: none; font-weight: bold; color: #573;">style: replace action_button with Bootstrap compatible btn class names  Based on work by Dominik Ruf.</a></h1>
<div id="body">
kiilerix committed on 2016-10-20 17:55:58<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/b52a66c5755fbd66649f73823fee91337f3a937f">b52a66c5</a><pre>style: replace action_button with Bootstrap compatible btn class names<br /><br />Based on work by Dominik Ruf.

 M kallithea/public/css/style.css (0 lines added, 11 lines removed)
 M kallithea/templates/admin/my_account/my_account_emails.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/permissions/permissions_ips.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/repo_groups/repo_group_edit_perms.html (2 lines added, 2 lines removed)
 M kallithea/templates/admin/repos/repo_edit_fields.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/repos/repo_edit_permissions.html (2 lines added, 2 lines removed)
 M kallithea/templates/admin/settings/settings_hooks.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/user_groups/user_group_edit_perms.html (2 lines added, 2 lines removed)
 M kallithea/templates/admin/users/user_edit_emails.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/users/user_edit_ips.html (1 lines added, 1 lines removed)
 M kallithea/templates/data_table/_dt_elements.html (8 lines added, 8 lines removed)
 M kallithea/templates/pullrequests/pullrequest_data.html (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/d27572fa323c3598337d714815fd656dc114569c" style="text-decoration: none; font-weight: bold; color: #573;">style: put all admin form buttons in a form-group, as our future Bootstrap likes it  Based on work by Dominik Ruf.</a></h1>
<div id="body">
kiilerix committed on 2016-10-24 20:38:25<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/d27572fa323c3598337d714815fd656dc114569c">d27572fa</a><pre>style: put all admin form buttons in a form-group, as our future Bootstrap likes it<br /><br />Based on work by Dominik Ruf.

 M kallithea/templates/admin/auth/auth_settings.html (8 lines added, 4 lines removed)
 M kallithea/templates/admin/defaults/defaults.html (4 lines added, 2 lines removed)
 M kallithea/templates/admin/gists/show.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/my_account/my_account_api_keys.html (7 lines added, 5 lines removed)
 M kallithea/templates/admin/my_account/my_account_emails.html (5 lines added, 3 lines removed)
 M kallithea/templates/admin/my_account/my_account_password.html (11 lines added, 9 lines removed)
 M kallithea/templates/admin/my_account/my_account_profile.html (5 lines added, 3 lines removed)
 M kallithea/templates/admin/permissions/permissions_globals.html (5 lines added, 3 lines removed)
 M kallithea/templates/admin/permissions/permissions_ips.html (5 lines added, 3 lines removed)
 M kallithea/templates/admin/repo_groups/repo_group_add.html (4 lines added, 2 lines removed)
 M kallithea/templates/admin/repo_groups/repo_group_edit_perms.html (4 lines added, 4 lines removed)
 M kallithea/templates/admin/repo_groups/repo_group_edit_settings.html (11 lines added, 5 lines removed)
 M kallithea/templates/admin/repos/repo_add_base.html (4 lines added, 2 lines removed)
 M kallithea/templates/admin/repos/repo_edit_fields.html (5 lines added, 3 lines removed)
 M kallithea/templates/admin/repos/repo_edit_permissions.html (3 lines added, 3 lines removed)
 M kallithea/templates/admin/repos/repo_edit_settings.html (5 lines added, 3 lines removed)
 M kallithea/templates/admin/settings/settings_email.html (4 lines added, 2 lines removed)
 M kallithea/templates/admin/settings/settings_global.html (5 lines added, 3 lines removed)
 M kallithea/templates/admin/settings/settings_hooks.html (4 lines added, 2 lines removed)
 M kallithea/templates/admin/settings/settings_mapping.html (4 lines added, 2 lines removed)
 M kallithea/templates/admin/settings/settings_search.html (4 lines added, 2 lines removed)
 M kallithea/templates/admin/settings/settings_vcs.html (5 lines added, 3 lines removed)
 M kallithea/templates/admin/settings/settings_visual.html (10 lines added, 8 lines removed)
 M kallithea/templates/admin/user_groups/user_group_add.html (4 lines added, 2 lines removed)
 M kallithea/templates/admin/user_groups/user_group_edit_perms.html (3 lines added, 3 lines removed)
 M kallithea/templates/admin/user_groups/user_group_edit_settings.html (4 lines added, 2 lines removed)
 M kallithea/templates/admin/users/user_add.html (5 lines added, 2 lines removed)
 M kallithea/templates/admin/users/user_edit_api_keys.html (8 lines added, 5 lines removed)
 M kallithea/templates/admin/users/user_edit_emails.html (5 lines added, 3 lines removed)
 M kallithea/templates/admin/users/user_edit_ips.html (5 lines added, 3 lines removed)
 M kallithea/templates/admin/users/user_edit_profile.html (5 lines added, 3 lines removed)
 M kallithea/templates/base/default_perms_box.html (15 lines added, 12 lines removed)
 M kallithea/templates/forks/fork.html (7 lines added, 2 lines removed)
 M kallithea/templates/password_reset_confirmation.html (12 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/d1923cd0521c0dc780eca02ed3ff8658d96695d5" style="text-decoration: none; font-weight: bold; color: #573;">style: refactor form label styling to prepare for Bootstrap and get rid of wrapping with 'label' class  Based on work by Dominik Ruf.</a></h1>
<div id="body">
kiilerix committed on 2016-10-27 14:01:57<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/d1923cd0521c0dc780eca02ed3ff8658d96695d5">d1923cd0</a><pre>style: refactor form label styling to prepare for Bootstrap and get rid of wrapping with 'label' class<br /><br />Based on work by Dominik Ruf.

 M kallithea/public/css/style.css (15 lines added, 43 lines removed)
 M kallithea/templates/admin/auth/auth_settings.html (6 lines added, 6 lines removed)
 M kallithea/templates/admin/defaults/defaults.html (5 lines added, 15 lines removed)
 M kallithea/templates/admin/my_account/my_account_api_keys.html (1 lines added, 3 lines removed)
 M kallithea/templates/admin/my_account/my_account_emails.html (1 lines added, 3 lines removed)
 M kallithea/templates/admin/my_account/my_account_password.html (3 lines added, 9 lines removed)
 M kallithea/templates/admin/my_account/my_account_profile.html (4 lines added, 12 lines removed)
 M kallithea/templates/admin/permissions/permissions_globals.html (10 lines added, 30 lines removed)
 M kallithea/templates/admin/permissions/permissions_ips.html (1 lines added, 3 lines removed)
 M kallithea/templates/admin/repo_groups/repo_group_add.html (4 lines added, 12 lines removed)
 M kallithea/templates/admin/repo_groups/repo_group_edit_settings.html (4 lines added, 12 lines removed)
 M kallithea/templates/admin/repos/repo_add_base.html (8 lines added, 24 lines removed)
 M kallithea/templates/admin/repos/repo_edit_fields.html (3 lines added, 9 lines removed)
 M kallithea/templates/admin/repos/repo_edit_settings.html (11 lines added, 33 lines removed)
 M kallithea/templates/admin/settings/settings_email.html (1 lines added, 3 lines removed)
 M kallithea/templates/admin/settings/settings_global.html (5 lines added, 15 lines removed)
 M kallithea/templates/admin/settings/settings_hooks.html (2 lines added, 6 lines removed)
 M kallithea/templates/admin/settings/settings_mapping.html (1 lines added, 3 lines removed)
 M kallithea/templates/admin/settings/settings_search.html (1 lines added, 3 lines removed)
 M kallithea/templates/admin/settings/settings_vcs.html (3 lines added, 9 lines removed)
 M kallithea/templates/admin/settings/settings_visual.html (6 lines added, 18 lines removed)
 M kallithea/templates/admin/user_groups/user_group_add.html (3 lines added, 9 lines removed)
 M kallithea/templates/admin/user_groups/user_group_edit_settings.html (4 lines added, 12 lines removed)
 M kallithea/templates/admin/users/user_add.html (7 lines added, 21 lines removed)
 M kallithea/templates/admin/users/user_edit_api_keys.html (1 lines added, 3 lines removed)
 M kallithea/templates/admin/users/user_edit_emails.html (1 lines added, 3 lines removed)
 M kallithea/templates/admin/users/user_edit_ips.html (1 lines added, 3 lines removed)
 M kallithea/templates/admin/users/user_edit_profile.html (10 lines added, 30 lines removed)
 M kallithea/templates/base/base.html (2 lines added, 6 lines removed)
 M kallithea/templates/base/default_perms_box.html (4 lines added, 12 lines removed)
 M kallithea/templates/forks/fork.html (7 lines added, 21 lines removed)
 M kallithea/templates/password_reset.html (2 lines added, 6 lines removed)
 M kallithea/templates/password_reset_confirmation.html (3 lines added, 9 lines removed)
 M kallithea/templates/pullrequests/pullrequest.html (3 lines added, 9 lines removed)
 M kallithea/templates/pullrequests/pullrequest_show.html (11 lines added, 33 lines removed)
 M kallithea/templates/register.html (7 lines added, 21 lines removed)
 M kallithea/templates/search/search.html (2 lines added, 6 lines removed)
 M kallithea/templates/summary/summary.html (4 lines added, 12 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/7bbe7dfaa48bfe4a71cb264ad03a531595f39caa" style="text-decoration: none; font-weight: bold; color: #573;">style: replace some disabled btn with Bootstrap compatible label markup  Based on work by Dominik Ruf.</a></h1>
<div id="body">
kiilerix committed on 2016-10-27 14:01:57<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/7bbe7dfaa48bfe4a71cb264ad03a531595f39caa">7bbe7dfa</a><pre>style: replace some disabled btn with Bootstrap compatible label markup<br /><br />Based on work by Dominik Ruf.

 M kallithea/public/css/style.css (13 lines added, 2 lines removed)
 M kallithea/templates/admin/gists/show.html (2 lines added, 2 lines removed)
 M kallithea/templates/admin/my_account/my_account_api_keys.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/my_account/my_account_emails.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/users/user_edit_api_keys.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/users/user_edit_emails.html (1 lines added, 1 lines removed)
 M kallithea/templates/data_table/_dt_elements.html (3 lines added, 3 lines removed)
 M kallithea/tests/functional/test_admin_gists.py (4 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/94fb819ab47c1b76128f151cf9cc2d13128b0cbd" style="text-decoration: none; font-weight: bold; color: #573;">style: quite-but-not-entirely trivial cleanup of "settings, visual"  Providing a cleaner baseline for Bootstrap.</a></h1>
<div id="body">
kiilerix committed on 2016-10-31 21:39:39<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/94fb819ab47c1b76128f151cf9cc2d13128b0cbd">94fb819a</a><pre>style: quite-but-not-entirely trivial cleanup of "settings, visual"<br /><br />Providing a cleaner baseline for Bootstrap.

 M kallithea/templates/admin/settings/settings_visual.html (6 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/00b5a1bf6d0961c73cc1ead380c3f8e6cc54bd7a" style="text-decoration: none; font-weight: bold; color: #573;">style: quite-but-not-entirely trivial cleanup of the "search" UI  Providing a cleaner baseline for Bootstrap.</a></h1>
<div id="body">
kiilerix committed on 2016-10-31 21:39:39<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/00b5a1bf6d0961c73cc1ead380c3f8e6cc54bd7a">00b5a1bf</a><pre>style: quite-but-not-entirely trivial cleanup of the "search" UI<br /><br />Providing a cleaner baseline for Bootstrap.

 M kallithea/templates/search/search.html (14 lines added, 7 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/48a96c4059dfa0968445a24fae91b09b595e9411" style="text-decoration: none; font-weight: bold; color: #573;">js: set canvas width dynamically based on parent width</a></h1>
<div id="body">
domruf committed on 2016-09-21 19:29:23<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/48a96c4059dfa0968445a24fae91b09b595e9411">48a96c40</a><pre>js: set canvas width dynamically based on parent width

 M kallithea/public/css/style.css (1 lines added, 0 lines removed)
 M kallithea/public/js/graph.js (3 lines added, 2 lines removed)
 M kallithea/templates/changelog/changelog.html (4 lines added, 4 lines removed)
 M kallithea/templates/compare/compare_cs.html (2 lines added, 2 lines removed)
 M kallithea/templates/pullrequests/pullrequest.html (1 lines added, 1 lines removed)
 M kallithea/templates/pullrequests/pullrequest_show.html (2 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/68d3315c48d4d98bd950093a73c9278fae2ab9ab" style="text-decoration: none; font-weight: bold; color: #573;">style: whitespace fixes in templates - make indentation more consistent and reduce future churn</a></h1>
<div id="body">
kiilerix committed on 2016-10-29 14:11:49<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/68d3315c48d4d98bd950093a73c9278fae2ab9ab">68d3315c</a><pre>style: whitespace fixes in templates - make indentation more consistent and reduce future churn

 M kallithea/templates/admin/auth/auth_settings.html (11 lines added, 11 lines removed)
 M kallithea/templates/admin/defaults/defaults.html (0 lines added, 1 lines removed)
 M kallithea/templates/admin/gists/index.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/my_account/my_account.html (15 lines added, 15 lines removed)
 M kallithea/templates/admin/my_account/my_account_emails.html (2 lines added, 2 lines removed)
 M kallithea/templates/admin/my_account/my_account_profile.html (22 lines added, 22 lines removed)
 M kallithea/templates/admin/notifications/notifications.html (13 lines added, 13 lines removed)
 M kallithea/templates/admin/notifications/notifications_data.html (1 lines added, 2 lines removed)
 M kallithea/templates/admin/permissions/permissions_globals.html (10 lines added, 10 lines removed)
 M kallithea/templates/admin/permissions/permissions_ips.html (2 lines added, 2 lines removed)
 M kallithea/templates/admin/repo_groups/repo_group_add.html (6 lines added, 6 lines removed)
 M kallithea/templates/admin/repos/repo_add_base.html (5 lines added, 5 lines removed)
 M kallithea/templates/admin/repos/repo_creating.html (7 lines added, 7 lines removed)
 M kallithea/templates/admin/repos/repo_edit_fields.html (7 lines added, 6 lines removed)
 M kallithea/templates/admin/repos/repo_edit_permissions.html (2 lines added, 2 lines removed)
 M kallithea/templates/admin/settings/settings_hooks.html (29 lines added, 29 lines removed)
 M kallithea/templates/admin/settings/settings_vcs.html (3 lines added, 3 lines removed)
 M kallithea/templates/admin/settings/settings_visual.html (2 lines added, 2 lines removed)
 M kallithea/templates/admin/user_groups/user_group_add.html (5 lines added, 5 lines removed)
 M kallithea/templates/admin/user_groups/user_group_edit_settings.html (6 lines added, 7 lines removed)
 M kallithea/templates/admin/users/user_add.html (14 lines added, 14 lines removed)
 M kallithea/templates/admin/users/user_edit_emails.html (2 lines added, 2 lines removed)
 M kallithea/templates/admin/users/user_edit_ips.html (2 lines added, 2 lines removed)
 M kallithea/templates/admin/users/user_edit_profile.html (25 lines added, 25 lines removed)
 M kallithea/templates/base/default_perms_box.html (3 lines added, 3 lines removed)
 M kallithea/templates/changelog/changelog.html (10 lines added, 10 lines removed)
 M kallithea/templates/changeset/changeset_file_comment.html (2 lines added, 2 lines removed)
 M kallithea/templates/changeset/changeset_range.html (10 lines added, 10 lines removed)
 M kallithea/templates/compare/compare_cs.html (2 lines added, 2 lines removed)
 M kallithea/templates/files/files_browser.html (3 lines added, 3 lines removed)
 M kallithea/templates/files/files_source.html (3 lines added, 3 lines removed)
 M kallithea/templates/forks/fork.html (12 lines added, 12 lines removed)
 M kallithea/templates/password_reset.html (2 lines added, 2 lines removed)
 M kallithea/templates/pullrequests/pullrequest.html (3 lines added, 3 lines removed)
 M kallithea/templates/pullrequests/pullrequest_show.html (2 lines added, 2 lines removed)
 M kallithea/templates/register.html (6 lines added, 6 lines removed)
 M kallithea/templates/search/search.html (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/6f4f39b21302848e2804f70925afabf9ad1f6f01" style="text-decoration: none; font-weight: bold; color: #573;">style: fix wrong label for= names</a></h1>
<div id="body">
kiilerix committed on 2016-10-31 21:39:39<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/6f4f39b21302848e2804f70925afabf9ad1f6f01">6f4f39b2</a><pre>style: fix wrong label for= names

 M kallithea/templates/admin/my_account/my_account_profile.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/permissions/permissions_globals.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/user_groups/user_group_edit_settings.html (1 lines added, 1 lines removed)
 M kallithea/templates/changeset/changeset_file_comment.html (3 lines added, 3 lines removed)
 M kallithea/templates/forks/fork.html (2 lines added, 2 lines removed)
 M kallithea/templates/password_reset.html (1 lines added, 1 lines removed)
 M kallithea/templates/pullrequests/pullrequest.html (1 lines added, 1 lines removed)
 M kallithea/templates/register.html (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/bc97f0d206fe0c686e5acac47bec4c5923a98954" style="text-decoration: none; font-weight: bold; color: #573;">style: fix structure of my account profile  The avatar was outside the usual wrapping structure.</a></h1>
<div id="body">
kiilerix committed on 2016-11-05 17:26:08<br />branch: default<br />tag: tip<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/bc97f0d206fe0c686e5acac47bec4c5923a98954">bc97f0d2</a><pre>style: fix structure of my account profile<br /><br />The avatar was outside the usual wrapping structure.

 M kallithea/templates/admin/my_account/my_account_profile.html (7 lines added, 8 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>