<!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/9e750b37b391af137aee703532082059ae6a3e25" style="text-decoration: none; font-weight: bold; color: #573;">util: fix missing isfile in get_filesystem_repos after 186bf5fee0a1</a></h1>
<div id="body">
kiilerix committed on 2016-10-18 21:29:23<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/9e750b37b391af137aee703532082059ae6a3e25">9e750b37</a><pre>util: fix missing isfile in get_filesystem_repos after 186bf5fee0a1

 M kallithea/lib/utils.py (2 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/b7654d1675daf7464eff45e32c5baf8543ac1c5a" style="text-decoration: none; font-weight: bold; color: #573;">style: in preparation for bootstrap, use bootstrap compatible button class names  Give all buttons a styling (default, success, danger, warning) and rename t...</a></h1>
<div id="body">
domruf committed on 2016-09-18 17:39:36<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/b7654d1675daf7464eff45e32c5baf8543ac1c5a">b7654d16</a><pre>style: in preparation for bootstrap, use bootstrap compatible button class names<br /><br />Give all buttons a styling (default, success, danger, warning) and rename the sizes to sm and xs.<br /><br />This is a subset of a bigger changeset. The subset was extracted by Mads Kiilerich, mostly by:<br /><br />sed -i \<br />        -e 's,btn btn-small,btn btn-default btn-sm,g' \<br />        -e 's,btn btn-mini,btn btn-default btn-xs,g' \<br />        -e 's,btn-default btn-\(xs\|sm\) btn-\(success\|danger\|warning\),btn-\2 btn-\1,g' \<br />        -e 's,class_="btn",class_="btn btn-default",g' \<br />        `hg mani`

 M kallithea/public/css/style.css (2 lines added, 2 lines removed)
 M kallithea/public/js/base.js (1 lines added, 1 lines removed)
 M kallithea/templates/admin/admin.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/auth/auth_settings.html (2 lines added, 2 lines removed)
 M kallithea/templates/admin/defaults/defaults.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/gists/edit.html (2 lines added, 2 lines removed)
 M kallithea/templates/admin/gists/index.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/gists/new.html (3 lines added, 3 lines removed)
 M kallithea/templates/admin/gists/show.html (7 lines added, 7 lines removed)
 M kallithea/templates/admin/my_account/my_account_api_keys.html (5 lines added, 5 lines removed)
 M kallithea/templates/admin/my_account/my_account_emails.html (3 lines added, 3 lines removed)
 M kallithea/templates/admin/my_account/my_account_password.html (2 lines added, 2 lines removed)
 M kallithea/templates/admin/my_account/my_account_profile.html (2 lines added, 2 lines removed)
 M kallithea/templates/admin/notifications/notifications.html (4 lines added, 4 lines removed)
 M kallithea/templates/admin/permissions/permissions_globals.html (2 lines added, 2 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 (1 lines added, 1 lines removed)
 M kallithea/templates/admin/repo_groups/repo_group_edit.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/repo_groups/repo_group_edit_advanced.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/repo_groups/repo_group_edit_settings.html (2 lines added, 2 lines removed)
 M kallithea/templates/admin/repo_groups/repo_groups.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/repos/repo_add_base.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/repos/repo_edit_advanced.html (6 lines added, 6 lines removed)
 M kallithea/templates/admin/repos/repo_edit_caches.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/repos/repo_edit_fields.html (2 lines added, 2 lines removed)
 M kallithea/templates/admin/repos/repo_edit_permissions.html (2 lines added, 2 lines removed)
 M kallithea/templates/admin/repos/repo_edit_remote.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/repos/repo_edit_settings.html (2 lines added, 2 lines removed)
 M kallithea/templates/admin/repos/repo_edit_statistics.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/repos/repos.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/settings/settings_email.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/settings/settings_global.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/settings/settings_mapping.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/settings/settings_search.html (1 lines added, 1 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 (1 lines added, 1 lines removed)
 M kallithea/templates/admin/user_groups/user_group_edit_advanced.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/user_groups/user_group_edit_settings.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/user_groups/user_groups.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/users/user_add.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/users/user_edit_advanced.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/users/user_edit_api_keys.html (5 lines added, 5 lines removed)
 M kallithea/templates/admin/users/user_edit_emails.html (3 lines added, 3 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 (2 lines added, 2 lines removed)
 M kallithea/templates/admin/users/users.html (1 lines added, 1 lines removed)
 M kallithea/templates/base/base.html (1 lines added, 1 lines removed)
 M kallithea/templates/base/default_perms_box.html (2 lines added, 2 lines removed)
 M kallithea/templates/changelog/changelog.html (6 lines added, 6 lines removed)
 M kallithea/templates/changelog/changelog_summary_data.html (1 lines added, 1 lines removed)
 M kallithea/templates/changeset/changeset_file_comment.html (4 lines added, 4 lines removed)
 M kallithea/templates/changeset/changeset_range.html (1 lines added, 1 lines removed)
 M kallithea/templates/compare/compare_diff.html (2 lines added, 2 lines removed)
 M kallithea/templates/data_table/_dt_elements.html (3 lines added, 3 lines removed)
 M kallithea/templates/files/files_add.html (4 lines added, 4 lines removed)
 M kallithea/templates/files/files_browser.html (3 lines added, 3 lines removed)
 M kallithea/templates/files/files_delete.html (2 lines added, 2 lines removed)
 M kallithea/templates/files/files_edit.html (6 lines added, 6 lines removed)
 M kallithea/templates/files/files_source.html (14 lines added, 14 lines removed)
 M kallithea/templates/forks/fork.html (1 lines added, 1 lines removed)
 M kallithea/templates/forks/forks_data.html (1 lines added, 1 lines removed)
 M kallithea/templates/index_base.html (5 lines added, 5 lines removed)
 M kallithea/templates/journal/journal.html (1 lines added, 1 lines removed)
 M kallithea/templates/password_reset.html (1 lines added, 1 lines removed)
 M kallithea/templates/password_reset_confirmation.html (1 lines added, 1 lines removed)
 M kallithea/templates/pullrequests/pullrequest.html (2 lines added, 2 lines removed)
 M kallithea/templates/pullrequests/pullrequest_show.html (4 lines added, 4 lines removed)
 M kallithea/templates/pullrequests/pullrequest_show_all.html (3 lines added, 3 lines removed)
 M kallithea/templates/register.html (1 lines added, 1 lines removed)
 M kallithea/templates/summary/statistics.html (1 lines added, 1 lines removed)
 M kallithea/templates/summary/summary.html (6 lines added, 6 lines removed)
 M kallithea/tests/functional/test_admin_gists.py (4 lines added, 4 lines removed)
 M kallithea/tests/functional/test_compare.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/80a15e10857adcb1794cb5a8b27131d13f0e7378" style="text-decoration: none; font-weight: bold; color: #573;">style: in preparation for bootstrap, replace kallithea box with bootstrap compatible panel  This is a subset of a bigger changeset. The subset was extracted ...</a></h1>
<div id="body">
domruf committed on 2016-09-18 18:00:46<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/80a15e10857adcb1794cb5a8b27131d13f0e7378">80a15e10</a><pre>style: in preparation for bootstrap, replace kallithea box with bootstrap compatible panel<br /><br />This is a subset of a bigger changeset. The subset was extracted by Mads Kiilerich, mostly by:<br /><br />sed -i \<br />        -e 's,<div\(.*\) class="box",<div\1 class="panel panel-primary",g' \<br />        `hg mani`

 M kallithea/public/css/style.css (208 lines added, 277 lines removed)
 M kallithea/templates/about.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/admin.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/auth/auth_settings.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/defaults/defaults.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/gists/edit.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/gists/index.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/gists/new.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/gists/show.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/my_account/my_account.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/notifications/notifications.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/notifications/show_notification.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/permissions/permissions.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/repo_groups/repo_group_add.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/repo_groups/repo_group_edit.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/repo_groups/repo_groups.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/repos/repo_add.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/repos/repo_creating.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/repos/repo_edit.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/repos/repos.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/settings/settings.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/user_groups/user_group_add.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/user_groups/user_group_edit.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/user_groups/user_groups.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/users/user_add.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/users/user_edit.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/users/users.html (1 lines added, 1 lines removed)
 M kallithea/templates/base/base.html (1 lines added, 1 lines removed)
 M kallithea/templates/changelog/changelog.html (1 lines added, 1 lines removed)
 M kallithea/templates/changeset/changeset.html (1 lines added, 1 lines removed)
 M kallithea/templates/changeset/changeset_range.html (1 lines added, 1 lines removed)
 M kallithea/templates/compare/compare_diff.html (1 lines added, 1 lines removed)
 M kallithea/templates/files/diff_2way.html (1 lines added, 1 lines removed)
 M kallithea/templates/files/file_diff.html (1 lines added, 1 lines removed)
 M kallithea/templates/files/files.html (1 lines added, 1 lines removed)
 M kallithea/templates/files/files_add.html (1 lines added, 1 lines removed)
 M kallithea/templates/files/files_delete.html (1 lines added, 1 lines removed)
 M kallithea/templates/files/files_edit.html (1 lines added, 1 lines removed)
 M kallithea/templates/followers/followers.html (1 lines added, 1 lines removed)
 M kallithea/templates/forks/fork.html (1 lines added, 1 lines removed)
 M kallithea/templates/forks/forks.html (1 lines added, 1 lines removed)
 M kallithea/templates/index_base.html (1 lines added, 1 lines removed)
 M kallithea/templates/journal/journal.html (1 lines added, 1 lines removed)
 M kallithea/templates/journal/public_journal.html (1 lines added, 1 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)
 M kallithea/templates/pullrequests/pullrequest_show_all.html (1 lines added, 1 lines removed)
 M kallithea/templates/pullrequests/pullrequest_show_my.html (1 lines added, 1 lines removed)
 M kallithea/templates/search/search.html (1 lines added, 1 lines removed)
 M kallithea/templates/summary/statistics.html (1 lines added, 1 lines removed)
 M kallithea/templates/summary/summary.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/ee3fb2dfbcc0608755eee0e7d6d5f360a9ba7f6c" style="text-decoration: none; font-weight: bold; color: #573;">style: in preparation for bootstrap, replace kallithea title class with bootstrap compatible panel-heading  This is a subset of a bigger changeset. The subse...</a></h1>
<div id="body">
domruf committed on 2016-09-18 18:00:46<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/ee3fb2dfbcc0608755eee0e7d6d5f360a9ba7f6c">ee3fb2df</a><pre>style: in preparation for bootstrap, replace kallithea title class with bootstrap compatible panel-heading<br /><br />This is a subset of a bigger changeset. The subset was extracted by Mads Kiilerich, mostly by:<br /><br />sed -i 's,<div class="title\>,<div class="panel-heading,g' `hg mani`<br />sed -i 's,\<div\.title\>,div.panel-heading,g' kallithea/public/css/style.css

 M kallithea/public/css/style.css (15 lines added, 15 lines removed)
 M kallithea/templates/about.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/admin.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/auth/auth_settings.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/defaults/defaults.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/gists/edit.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/gists/index.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/gists/new.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/gists/show.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/my_account/my_account.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/notifications/notifications.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/notifications/show_notification.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/permissions/permissions.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/repo_groups/repo_group_add.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/repo_groups/repo_group_edit.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/repo_groups/repo_groups.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/repos/repo_add.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/repos/repo_creating.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/repos/repo_edit.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/repos/repos.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/settings/settings.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/user_groups/user_group_add.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/user_groups/user_group_edit.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/user_groups/user_groups.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/users/user_add.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/users/user_edit.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/users/users.html (1 lines added, 1 lines removed)
 M kallithea/templates/changelog/changelog.html (1 lines added, 1 lines removed)
 M kallithea/templates/changeset/changeset.html (1 lines added, 1 lines removed)
 M kallithea/templates/changeset/changeset_range.html (1 lines added, 1 lines removed)
 M kallithea/templates/compare/compare_diff.html (1 lines added, 1 lines removed)
 M kallithea/templates/files/diff_2way.html (1 lines added, 1 lines removed)
 M kallithea/templates/files/file_diff.html (1 lines added, 1 lines removed)
 M kallithea/templates/files/files.html (1 lines added, 1 lines removed)
 M kallithea/templates/files/files_add.html (1 lines added, 1 lines removed)
 M kallithea/templates/files/files_delete.html (1 lines added, 1 lines removed)
 M kallithea/templates/files/files_edit.html (1 lines added, 1 lines removed)
 M kallithea/templates/followers/followers.html (1 lines added, 1 lines removed)
 M kallithea/templates/forks/forks.html (1 lines added, 1 lines removed)
 M kallithea/templates/index_base.html (1 lines added, 1 lines removed)
 M kallithea/templates/journal/journal.html (1 lines added, 1 lines removed)
 M kallithea/templates/journal/public_journal.html (1 lines added, 1 lines removed)
 M kallithea/templates/password_reset.html (1 lines added, 1 lines removed)
 M kallithea/templates/password_reset_confirmation.html (1 lines added, 1 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)
 M kallithea/templates/pullrequests/pullrequest_show_all.html (1 lines added, 1 lines removed)
 M kallithea/templates/pullrequests/pullrequest_show_my.html (1 lines added, 1 lines removed)
 M kallithea/templates/register.html (1 lines added, 1 lines removed)
 M kallithea/templates/search/search.html (1 lines added, 1 lines removed)
 M kallithea/templates/summary/statistics.html (1 lines added, 1 lines removed)
 M kallithea/templates/summary/summary.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/9f4c9fc67481350bb99e11a2b1bf1332be889abf" style="text-decoration: none; font-weight: bold; color: #573;">style: in preparation for bootstrap, add bootstrap compatible field classes  This is a subset of a bigger changeset. The subset was extracted by Mads Kiileri...</a></h1>
<div id="body">
domruf committed on 2016-09-18 18:00:46<br />branch: default<br />tag: tip<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/9f4c9fc67481350bb99e11a2b1bf1332be889abf">9f4c9fc6</a><pre>style: in preparation for bootstrap, add bootstrap compatible field classes<br /><br />This is a subset of a bigger changeset. The subset was extracted by Mads Kiilerich, mostly by:<br /><br />sed -i \<br />        -e 's,<div class="fields">,<div class="fields form-horizontal">,g' \<br />        -e 's,<div class="field">,<div class="field form-group">,g' \<br />        -e 's,<label for="\([^"]*\)"">,<label for="\1" class="control-label">,g' \<br />        `hg mani`
</pre>
</div>
</div>
</div>
</body>
</html>