<!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/1cf51cd05e367260c9442f0cfd84fe398e90d6ca" style="text-decoration: none; font-weight: bold; color: #573;">diff: use list instead of OrderedDict - keep it simple</a></h1>
<div id="body">
kiilerix committed on 2016-11-10 15:10:41<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/1cf51cd05e367260c9442f0cfd84fe398e90d6ca">1cf51cd0</a><pre>diff: use list instead of OrderedDict - keep it simple

 M kallithea/controllers/changeset.py (3 lines added, 3 lines removed)
 M kallithea/controllers/compare.py (2 lines added, 2 lines removed)
 M kallithea/controllers/files.py (1 lines added, 1 lines removed)
 M kallithea/controllers/pullrequests.py (2 lines added, 2 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/changeset/diff_block.html (1 lines added, 1 lines removed)
 M kallithea/templates/compare/compare_diff.html (1 lines added, 1 lines removed)
 M kallithea/templates/pullrequests/pullrequest_show.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/a6af26b5ffc18729ecde35d28a9c6fbdb51da521" style="text-decoration: none; font-weight: bold; color: #573;">repositories: backend cleanups related to breadcrumbs</a></h1>
<div id="body">
kiilerix committed on 2016-11-10 15:10:41<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/a6af26b5ffc18729ecde35d28a9c6fbdb51da521">a6af26b5</a><pre>repositories: backend cleanups related to breadcrumbs

 M kallithea/controllers/admin/repo_groups.py (2 lines added, 7 lines removed)
 M kallithea/controllers/changelog.py (1 lines added, 0 lines removed)
 M kallithea/controllers/home.py (2 lines added, 2 lines removed)
 M kallithea/model/db.py (12 lines added, 35 lines removed)
 M kallithea/model/repo.py (2 lines added, 4 lines removed)
 M kallithea/templates/index.html (0 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/93a337bf46fe48d73b47aed6a752902abd1524c8" style="text-decoration: none; font-weight: bold; color: #573;">repository groups: show breadcrumb</a></h1>
<div id="body">
kiilerix committed on 2016-11-10 15:10:41<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/93a337bf46fe48d73b47aed6a752902abd1524c8">93a337bf</a><pre>repository groups: show breadcrumb

 M kallithea/templates/index_base.html (10 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/2f008f0153c737d33234e6c67053edfc5b5c14cf" style="text-decoration: none; font-weight: bold; color: #573;">style: put all datatable widgets on one line above the table  This makes tables look less messy - especially on the repogroups page where there are 2 datatab...</a></h1>
<div id="body">
kiilerix committed on 2016-11-10 15:10:41<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/2f008f0153c737d33234e6c67053edfc5b5c14cf">2f008f01</a><pre>style: put all datatable widgets on one line above the table<br /><br />This makes tables look less messy - especially on the repogroups page where<br />there are 2 datatables.<br /><br />We put all the info above the template so it is visible and stays in the same<br />place, no matter how many entries are shown or if filtering change the number.<br /><br />TODO: We should probably get a wrapper around datatable instead of repeating<br />this so many times ...

 M kallithea/public/css/style.css (23 lines added, 6 lines removed)
 M kallithea/templates/admin/my_account/my_account_repos.html (1 lines added, 0 lines removed)
 M kallithea/templates/admin/my_account/my_account_watched.html (1 lines added, 0 lines removed)
 M kallithea/templates/admin/repo_groups/repo_groups.html (1 lines added, 0 lines removed)
 M kallithea/templates/admin/repos/repos.html (1 lines added, 0 lines removed)
 M kallithea/templates/admin/user_groups/user_groups.html (1 lines added, 0 lines removed)
 M kallithea/templates/admin/users/users.html (1 lines added, 0 lines removed)
 M kallithea/templates/index_base.html (9 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/39c7bbc36c42e666b5cec963dad2ac4f7d7aa93d" style="text-decoration: none; font-weight: bold; color: #573;">scm: improve default push hook message - add missing spaces after ':' and rephrase</a></h1>
<div id="body">
kiilerix committed on 2016-11-10 15:10:41<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/39c7bbc36c42e666b5cec963dad2ac4f7d7aa93d">39c7bbc3</a><pre>scm: improve default push hook message - add missing spaces after ':' and rephrase

 M kallithea/lib/hooks.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/8c2686505f7283146444de234e74c5876b2fe785" style="text-decoration: none; font-weight: bold; color: #573;">templates: drop redundant 'Name' for Repository and Repository Group columns</a></h1>
<div id="body">
kiilerix committed on 2016-11-10 15:10:41<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/8c2686505f7283146444de234e74c5876b2fe785">8c268650</a><pre>templates: drop redundant 'Name' for Repository and Repository Group columns

 M kallithea/templates/index_base.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/b75d11abd20859233b7279b2362bdf48476a316b" style="text-decoration: none; font-weight: bold; color: #573;">login: clarify "Remember be" checkbox - it controls if session should expire with browser session or at timeout  Hint that it is related to cookie expires at...</a></h1>
<div id="body">
kiilerix committed on 2016-11-10 15:10:41<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/b75d11abd20859233b7279b2362bdf48476a316b">b75d11ab</a><pre>login: clarify "Remember be" checkbox - it controls if session should expire with browser session or at timeout<br /><br />Hint that it is related to cookie expires attribute.

 M kallithea/templates/login.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/be204b0afed484956d10e87f3e4dd6a2fffb749f" style="text-decoration: none; font-weight: bold; color: #573;">settings: fix 'Rescan option' label</a></h1>
<div id="body">
kiilerix committed on 2016-11-10 15:10:41<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/be204b0afed484956d10e87f3e4dd6a2fffb749f">be204b0a</a><pre>settings: fix 'Rescan option' label

 M kallithea/templates/admin/settings/settings_mapping.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/19f15cde2cdb0336c2753ac46aad500336fc34b4" style="text-decoration: none; font-weight: bold; color: #573;">repositories: drop the word "dashboard" - it is just a list of repositories and groups</a></h1>
<div id="body">
kiilerix committed on 2016-11-10 15:10:41<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/19f15cde2cdb0336c2753ac46aad500336fc34b4">19f15cde</a><pre>repositories: drop the word "dashboard" - it is just a list of repositories and groups

 M kallithea/controllers/admin/settings.py (1 lines added, 1 lines removed)
 M kallithea/lib/base.py (1 lines added, 1 lines removed)
 M kallithea/lib/db_manage.py (1 lines added, 1 lines removed)
 M kallithea/model/forms.py (1 lines added, 1 lines removed)
 M kallithea/templates/admin/repo_groups/repo_group_show.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/settings/settings_visual.html (4 lines added, 4 lines removed)
 M kallithea/templates/index.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/51415ff90b082d44eb8354005ecb69f5420c6cf9" style="text-decoration: none; font-weight: bold; color: #573;">helpers: more helpful error messages for changeset not found</a></h1>
<div id="body">
kiilerix committed on 2016-11-10 15:10:41<br />branch: default<br />tag: tip<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/51415ff90b082d44eb8354005ecb69f5420c6cf9">51415ff9</a><pre>helpers: more helpful error messages for changeset not found

 M kallithea/lib/base.py (2 lines added, 1 lines removed)
 M kallithea/lib/helpers.py (1 lines added, 1 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>