<!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/ea818def1a09b303a531f11b256cd488068052fd" style="text-decoration: none; font-weight: bold; color: #573;">template: remove obsolete filter textbox and user_group_count  I used grep to find any reference to user_group_count but found none. So there seems to be no ...</a></h1>
<div id="body">
domruf committed on 2016-10-25 16:48:20<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/ea818def1a09b303a531f11b256cd488068052fd">ea818def</a><pre>template: remove obsolete filter textbox and user_group_count<br /><br />I used grep to find any reference to user_group_count but found none. So there<br />seems to be no code that actually sets this count. So I removed it.<br />And since the table is a datatable the filter is redundant anyway.

 M kallithea/templates/admin/user_groups/user_groups.html (1 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/103f07acad8396654608817a6f99d29d966b3aa7" style="text-decoration: none; font-weight: bold; color: #573;">templates: use bootstrap pagination  The origiinal patch has been modified by Mads Kiilerich.</a></h1>
<div id="body">
domruf committed on 2016-09-20 19:12:56<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/103f07acad8396654608817a6f99d29d966b3aa7">103f07ac</a><pre>templates: use bootstrap pagination<br /><br />The origiinal patch has been modified by Mads Kiilerich.

 M kallithea/lib/page.py (12 lines added, 12 lines removed)
 M kallithea/public/css/style.css (18 lines added, 120 lines removed)
 M kallithea/templates/admin/admin_log.html (3 lines added, 2 lines removed)
 M kallithea/templates/admin/gists/index.html (3 lines added, 5 lines removed)
 M kallithea/templates/admin/notifications/notifications_data.html (3 lines added, 5 lines removed)
 M kallithea/templates/changelog/changelog.html (3 lines added, 3 lines removed)
 M kallithea/templates/changelog/changelog_summary_data.html (3 lines added, 3 lines removed)
 M kallithea/templates/followers/followers_data.html (3 lines added, 3 lines removed)
 M kallithea/templates/forks/forks_data.html (3 lines added, 3 lines removed)
 M kallithea/templates/journal/journal_data.html (3 lines added, 3 lines removed)
 M kallithea/templates/pullrequests/pullrequest_data.html (3 lines added, 5 lines removed)
 M kallithea/templates/search/search_commit.html (3 lines added, 3 lines removed)
 M kallithea/templates/search/search_content.html (3 lines added, 3 lines removed)
 M kallithea/templates/search/search_path.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/c40e567e4b82180246daf6cf923a37c8d8fc1bb7" style="text-decoration: none; font-weight: bold; color: #573;">style: use Bootstrap compatible data-toggle="tooltip" markup  Based on work by Dominik Ruf and Andrew Shadura.</a></h1>
<div id="body">
kiilerix committed on 2016-11-08 22:29:12<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/c40e567e4b82180246daf6cf923a37c8d8fc1bb7">c40e567e</a><pre>style: use Bootstrap compatible data-toggle="tooltip" markup<br /><br />Based on work by Dominik Ruf and Andrew Shadura.

 M kallithea/lib/helpers.py (4 lines added, 3 lines removed)
 M kallithea/public/js/base.js (2 lines added, 2 lines removed)
 M kallithea/templates/admin/admin.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/permissions/permissions_globals.html (6 lines added, 6 lines removed)
 M kallithea/templates/admin/settings/settings_vcs.html (1 lines added, 1 lines removed)
 M kallithea/templates/changelog/changelog.html (5 lines added, 5 lines removed)
 M kallithea/templates/changelog/changelog_details.html (6 lines added, 6 lines removed)
 M kallithea/templates/changelog/changelog_summary_data.html (3 lines added, 3 lines removed)
 M kallithea/templates/changeset/changeset.html (3 lines added, 3 lines removed)
 M kallithea/templates/changeset/changeset_file_comment.html (1 lines added, 1 lines removed)
 M kallithea/templates/changeset/changeset_range.html (2 lines added, 2 lines removed)
 M kallithea/templates/changeset/diff_block.html (14 lines added, 14 lines removed)
 M kallithea/templates/compare/compare_cs.html (2 lines added, 2 lines removed)
 M kallithea/templates/data_table/_dt_elements.html (2 lines added, 2 lines removed)
 M kallithea/templates/files/diff_2way.html (4 lines added, 4 lines removed)
 M kallithea/templates/files/files_browser.html (2 lines added, 2 lines removed)
 M kallithea/templates/files/files_history_box.html (1 lines added, 1 lines removed)
 M kallithea/templates/files/files_source.html (1 lines added, 1 lines removed)
 M kallithea/templates/followers/followers_data.html (1 lines added, 1 lines removed)
 M kallithea/templates/forks/forks_data.html (1 lines added, 1 lines removed)
 M kallithea/templates/journal/journal.html (1 lines added, 1 lines removed)
 M kallithea/templates/journal/journal_data.html (1 lines added, 1 lines removed)
 M kallithea/templates/pullrequests/pullrequest_data.html (1 lines added, 1 lines removed)
 M kallithea/templates/pullrequests/pullrequest_show.html (4 lines added, 4 lines removed)
 M kallithea/templates/summary/summary.html (3 lines added, 3 lines removed)
 M kallithea/tests/functional/test_changelog.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/33ca6d0f7058de838be50aaa5bf71d8dc11a87bd" style="text-decoration: none; font-weight: bold; color: #573;">style: introduce "clearfix" class where the Bootstrap migration will need it  Based on work by Dominik Ruf.</a></h1>
<div id="body">
kiilerix committed on 2016-11-08 22:29:12<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/33ca6d0f7058de838be50aaa5bf71d8dc11a87bd">33ca6d0f</a><pre>style: introduce "clearfix" class where the Bootstrap migration will need it<br /><br />Based on work by Dominik Ruf.

 M kallithea/templates/admin/admin.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/show.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_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/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/pullrequests/pullrequest.html (1 lines added, 1 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/summary/summary.html (5 lines added, 5 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/a810db90098ee745dc0c7d7d12d71e4e11fb0147" style="text-decoration: none; font-weight: bold; color: #573;">style: use Bootstrap compatible "text-muted" class  Based on work by Dominik Ruf.</a></h1>
<div id="body">
kiilerix committed on 2016-11-08 22:29:12<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/a810db90098ee745dc0c7d7d12d71e4e11fb0147">a810db90</a><pre>style: use Bootstrap compatible "text-muted" class<br /><br />Based on work by Dominik Ruf.

 M kallithea/public/css/style.css (4 lines added, 0 lines removed)
 M kallithea/templates/admin/gists/edit.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/gists/index.html (2 lines added, 2 lines removed)
 M kallithea/templates/admin/gists/show.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/repos/repo_edit_advanced.html (4 lines added, 4 lines removed)
 M kallithea/templates/admin/repos/repo_edit_caches.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/repos/repo_edit_statistics.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/settings/settings_system.html (1 lines added, 1 lines removed)
 M kallithea/templates/changeset/changeset_file_comment.html (1 lines added, 1 lines removed)
 M kallithea/templates/compare/compare_diff.html (1 lines added, 1 lines removed)
 M kallithea/templates/files/files_edit.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/0b51254050a2b37ac20702f8a14ce543d8add614" style="text-decoration: none; font-weight: bold; color: #573;">style: use span for reviewers instead of div  Based on Bootstrap work by Dominik Ruf.</a></h1>
<div id="body">
kiilerix committed on 2016-11-08 22:29:12<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/0b51254050a2b37ac20702f8a14ce543d8add614">0b512540</a><pre>style: use span for reviewers instead of div<br /><br />Based on Bootstrap work by Dominik Ruf.

 M kallithea/public/js/base.js (6 lines added, 6 lines removed)
 M kallithea/templates/pullrequests/pullrequest_show.html (7 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/0d4dfe2122fe267c38b9396711b131aeab1e7eb3" style="text-decoration: none; font-weight: bold; color: #573;">style: use span for notifications  Based on Bootstrap work by Dominik Ruf.</a></h1>
<div id="body">
kiilerix committed on 2016-11-08 22:29:12<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/0d4dfe2122fe267c38b9396711b131aeab1e7eb3">0d4dfe21</a><pre>style: use span for notifications<br /><br />Based on Bootstrap work by Dominik Ruf.

 M kallithea/templates/admin/notifications/notifications_data.html (8 lines added, 9 lines removed)
 M kallithea/templates/admin/notifications/show_notification.html (8 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/8a50208651c1e905b63bf322c054db57498eda06" style="text-decoration: none; font-weight: bold; color: #573;">style: use Bootstrap compatible markup for alert  Based on work by Dominik Ruf.</a></h1>
<div id="body">
kiilerix committed on 2016-11-08 22:29:12<br />branch: default<br />tag: tip<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/8a50208651c1e905b63bf322c054db57498eda06">8a502086</a><pre>style: use Bootstrap compatible markup for alert<br /><br />Based on work by Dominik Ruf.

 M kallithea/controllers/admin/settings.py (1 lines added, 1 lines removed)
 M kallithea/public/css/style.css (31 lines added, 0 lines removed)
 M kallithea/templates/admin/repos/repo_creating.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/settings/settings_system_update.html (3 lines added, 1 lines removed)
 M kallithea/templates/password_reset.html (4 lines added, 1 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>