<!DOCTYPE html>
<html>
  <head>
    <style type="text/css">
h1 {
font: 12pt Roboto, "DejaVu Sans", Arial;
}
body {
font: 12pt Roboto, "DejaVu Sans", Arial;
margin-left: 5px;
margin-right: 5px;
}
a:link {
font-weight: bold;
color: #573;
}
blockquote {
font: 10pt monospace;
}
.header {
display:block;
background: #c0cf88;
border-bottom: solid 4px #573;
padding: 5px;
margin-top: 0px;
color: #573;
}
.header a {
font-size: 20px;
text-decoration: none;
}
.footer {
display: none;
background: #c0cf88;
border-top: solid 4px #573;
padding: 5px;
margin-bottom: 0px;
}
    </style>
</head>
<body>
<div id="entry">
<h1 class="header"><a href="https://kallithea-scm.org/repos/kallithea/changeset/70f079f1a0798745c1bbcd97e0186c72162b61e7">setup: increase mercurial support to 3.3</a></h1>
<div id="body">
smf committed on Wed, 04 Feb 2015 00:59:28<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/70f079f1a0798745c1bbcd97e0186c72162b61e7">70f079f1</a><pre>setup: increase mercurial support to 3.3

 M setup.py (1 lines added, 1 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html>
  <head>
    <style type="text/css">
h1 {
font: 12pt Roboto, "DejaVu Sans", Arial;
}
body {
font: 12pt Roboto, "DejaVu Sans", Arial;
margin-left: 5px;
margin-right: 5px;
}
a:link {
font-weight: bold;
color: #573;
}
blockquote {
font: 10pt monospace;
}
.header {
display:block;
background: #c0cf88;
border-bottom: solid 4px #573;
padding: 5px;
margin-top: 0px;
color: #573;
}
.header a {
font-size: 20px;
text-decoration: none;
}
.footer {
display: none;
background: #c0cf88;
border-top: solid 4px #573;
padding: 5px;
margin-bottom: 0px;
}
    </style>
</head>
<body>
<div id="entry">
<h1 class="header"><a href="https://kallithea-scm.org/repos/kallithea/changeset/73effddded5790de8d7479f0f52d08aa867886d9">db: to the extent it makes sense to have a one byte size limit, make it 255 instead of 256 (Issue #96)  Works around some index size issues on MySQL - http:/...</a></h1>
<div id="body">
kiilerix committed on Wed, 11 Feb 2015 01:40:28<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/73effddded5790de8d7479f0f52d08aa867886d9">73effddd</a><pre>db: to the extent it makes sense to have a one byte size limit, make it 255 instead of 256 (Issue #96)

Works around some index size issues on MySQL -
http://mechanics.flite.com/blog/2014/07/29/using-innodb-large-prefix-to-avoid-error-1071/ .

 M kallithea/model/db.py (6 lines added, 6 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html>
  <head>
    <style type="text/css">
h1 {
font: 12pt Roboto, "DejaVu Sans", Arial;
}
body {
font: 12pt Roboto, "DejaVu Sans", Arial;
margin-left: 5px;
margin-right: 5px;
}
a:link {
font-weight: bold;
color: #573;
}
blockquote {
font: 10pt monospace;
}
.header {
display:block;
background: #c0cf88;
border-bottom: solid 4px #573;
padding: 5px;
margin-top: 0px;
color: #573;
}
.header a {
font-size: 20px;
text-decoration: none;
}
.footer {
display: none;
background: #c0cf88;
border-top: solid 4px #573;
padding: 5px;
margin-bottom: 0px;
}
    </style>
</head>
<body>
<div id="entry">
<h1 class="header"><a href="https://kallithea-scm.org/repos/kallithea/changeset/319b165182274cbbfc7d65a2e6ffaa09eeddcbd5">db: check for None instead of boolean false if that is what we mean  If matters a lot whether we find all comments for the specified empty list of changesets...</a></h1>
<div id="body">
kiilerix committed on Wed, 11 Feb 2015 02:05:00<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/319b165182274cbbfc7d65a2e6ffaa09eeddcbd5">319b1651</a><pre>db: check for None instead of boolean false if that is what we mean

If matters a lot whether we find all comments for the specified empty list of
changesets or for None meaning the whole repository.

 M kallithea/model/db.py (4 lines added, 4 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html>
  <head>
    <style type="text/css">
h1 {
font: 12pt Roboto, "DejaVu Sans", Arial;
}
body {
font: 12pt Roboto, "DejaVu Sans", Arial;
margin-left: 5px;
margin-right: 5px;
}
a:link {
font-weight: bold;
color: #573;
}
blockquote {
font: 10pt monospace;
}
.header {
display:block;
background: #c0cf88;
border-bottom: solid 4px #573;
padding: 5px;
margin-top: 0px;
color: #573;
}
.header a {
font-size: 20px;
text-decoration: none;
}
.footer {
display: none;
background: #c0cf88;
border-top: solid 4px #573;
padding: 5px;
margin-bottom: 0px;
}
    </style>
</head>
<body>
<div id="entry">
<h1 class="header"><a href="https://kallithea-scm.org/repos/kallithea/changeset/9488ba27f754076d16c7c6cfb996ccac01a1b89c">pull requests commit overview: respect newlines and indentation (Issue #79)  Before this commit, commit messages in the pull request commit overview would be...</a></h1>
<div id="body">
Thomas De Schampheleire committed on Mon, 09 Feb 2015 21:20:28<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/9488ba27f754076d16c7c6cfb996ccac01a1b89c">9488ba27</a><pre>pull requests commit overview: respect newlines and indentation (Issue #79)

Before this commit, commit messages in the pull request commit overview
would be handled like any other text in HTML, with newlines and multiple
whitespace being irrelevant.

Remove an overrule in the CSS so that the 'white-space' property remains at
'pre-wrap', causing newlines and indentation in commit messages are properly
respected in this overview. As a positive effect, only the first line of the
commit message is shown by default, just like in standard version control
commands like 'hg log'.

 M kallithea/public/css/style.css (0 lines added, 1 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html>
  <head>
    <style type="text/css">
h1 {
font: 12pt Roboto, "DejaVu Sans", Arial;
}
body {
font: 12pt Roboto, "DejaVu Sans", Arial;
margin-left: 5px;
margin-right: 5px;
}
a:link {
font-weight: bold;
color: #573;
}
blockquote {
font: 10pt monospace;
}
.header {
display:block;
background: #c0cf88;
border-bottom: solid 4px #573;
padding: 5px;
margin-top: 0px;
color: #573;
}
.header a {
font-size: 20px;
text-decoration: none;
}
.footer {
display: none;
background: #c0cf88;
border-top: solid 4px #573;
padding: 5px;
margin-bottom: 0px;
}
    </style>
</head>
<body>
<div id="entry">
<h1 class="header"><a href="https://kallithea-scm.org/repos/kallithea/changeset/15cb8156b10d732cf39b37a88c656894621c0f54">repository 'latest changes': only show first line of commit message  Instead of truncating the commit message at a fixed number of characters, behave like st...</a></h1>
<div id="body">
Thomas De Schampheleire committed on Mon, 09 Feb 2015 21:20:38<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/15cb8156b10d732cf39b37a88c656894621c0f54">15cb8156</a><pre>repository 'latest changes': only show first line of commit message

Instead of truncating the commit message at a fixed number of characters,
behave like standard version control commands (e.g. hg log) and only show
the first line of the commit message in an overview.

 M kallithea/templates/changelog/changelog_summary_data.html (1 lines added, 1 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html>
  <head>
    <style type="text/css">
h1 {
font: 12pt Roboto, "DejaVu Sans", Arial;
}
body {
font: 12pt Roboto, "DejaVu Sans", Arial;
margin-left: 5px;
margin-right: 5px;
}
a:link {
font-weight: bold;
color: #573;
}
blockquote {
font: 10pt monospace;
}
.header {
display:block;
background: #c0cf88;
border-bottom: solid 4px #573;
padding: 5px;
margin-top: 0px;
color: #573;
}
.header a {
font-size: 20px;
text-decoration: none;
}
.footer {
display: none;
background: #c0cf88;
border-top: solid 4px #573;
padding: 5px;
margin-bottom: 0px;
}
    </style>
</head>
<body>
<div id="entry">
<h1 class="header"><a href="https://kallithea-scm.org/repos/kallithea/changeset/468073f2ebd6538b5e6f8ab7fa30f5a21c959f13">pullrequests: allow closing only by author and admin  A pullrequest should not be closable by any reviewer, especially not since there is no reopening featur...</a></h1>
<div id="body">
Thomas De Schampheleire committed on Wed, 11 Feb 2015 21:13:11<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/468073f2ebd6538b5e6f8ab7fa30f5a21c959f13">468073f2</a><pre>pullrequests: allow closing only by author and admin

A pullrequest should not be closable by any reviewer, especially not since
there is no reopening feature.

The check on change_status is no longer necessary, as the new permission
check is more restrictive.

 M kallithea/templates/changeset/changeset_file_comment.html (6 lines added, 3 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html>
  <head>
    <style type="text/css">
h1 {
font: 12pt Roboto, "DejaVu Sans", Arial;
}
body {
font: 12pt Roboto, "DejaVu Sans", Arial;
margin-left: 5px;
margin-right: 5px;
}
a:link {
font-weight: bold;
color: #573;
}
blockquote {
font: 10pt monospace;
}
.header {
display:block;
background: #c0cf88;
border-bottom: solid 4px #573;
padding: 5px;
margin-top: 0px;
color: #573;
}
.header a {
font-size: 20px;
text-decoration: none;
}
.footer {
display: none;
background: #c0cf88;
border-top: solid 4px #573;
padding: 5px;
margin-bottom: 0px;
}
    </style>
</head>
<body>
<div id="entry">
<h1 class="header"><a href="https://kallithea-scm.org/repos/kallithea/changeset/7e78fff64709fef994279359b856b08516d645a5">changelog: change default view to 100 changesets, max to 2000</a></h1>
<div id="body">
kiilerix committed on Wed, 18 Feb 2015 23:16:02<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/7e78fff64709fef994279359b856b08516d645a5">7e78fff6</a><pre>changelog: change default view to 100 changesets, max to 2000

 M kallithea/controllers/changelog.py (2 lines added, 2 lines removed)
 M kallithea/tests/functional/test_changelog.py (2 lines added, 2 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html>
  <head>
    <style type="text/css">
h1 {
font: 12pt Roboto, "DejaVu Sans", Arial;
}
body {
font: 12pt Roboto, "DejaVu Sans", Arial;
margin-left: 5px;
margin-right: 5px;
}
a:link {
font-weight: bold;
color: #573;
}
blockquote {
font: 10pt monospace;
}
.header {
display:block;
background: #c0cf88;
border-bottom: solid 4px #573;
padding: 5px;
margin-top: 0px;
color: #573;
}
.header a {
font-size: 20px;
text-decoration: none;
}
.footer {
display: none;
background: #c0cf88;
border-top: solid 4px #573;
padding: 5px;
margin-bottom: 0px;
}
    </style>
</head>
<body>
<div id="entry">
<h1 class="header"><a href="https://kallithea-scm.org/repos/kallithea/changeset/6872028b8bbcede358b9e02e036655df3c611f73">style: add repotag to replace icon-{hg,git}</a></h1>
<div id="body">
smf committed on Tue, 17 Feb 2015 23:01:32<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/6872028b8bbcede358b9e02e036655df3c611f73">6872028b</a><pre>style: add repotag to replace icon-{hg,git}

 M kallithea/public/css/style.css (23 lines added, 5 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html>
  <head>
    <style type="text/css">
h1 {
font: 12pt Roboto, "DejaVu Sans", Arial;
}
body {
font: 12pt Roboto, "DejaVu Sans", Arial;
margin-left: 5px;
margin-right: 5px;
}
a:link {
font-weight: bold;
color: #573;
}
blockquote {
font: 10pt monospace;
}
.header {
display:block;
background: #c0cf88;
border-bottom: solid 4px #573;
padding: 5px;
margin-top: 0px;
color: #573;
}
.header a {
font-size: 20px;
text-decoration: none;
}
.footer {
display: none;
background: #c0cf88;
border-top: solid 4px #573;
padding: 5px;
margin-bottom: 0px;
}
    </style>
</head>
<body>
<div id="entry">
<h1 class="header"><a href="https://kallithea-scm.org/repos/kallithea/changeset/0cb4a35d8248c8dd94027539dbc1e463d491c403">hgicon.png: use repotag class to make an icon  The inline 'style' attribute was modified to remove the color but nothing else, as was discussed with other Ka...</a></h1>
<div id="body">
smf committed on Tue, 17 Feb 2015 23:02:25<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/0cb4a35d8248c8dd94027539dbc1e463d491c403">0cb4a35d</a><pre>hgicon.png: use repotag class to make an icon

The inline 'style' attribute was modified to remove the color but nothing else,
as was discussed with other Kallithea devs, since it makes more sense to leave
the spacing until another pass of css refactoring.

A quick search revealed that some old css code was never used, so it was
removed.

 M kallithea/public/css/contextbar.css (0 lines added, 1 lines removed)
 M kallithea/public/css/style.css (0 lines added, 7 lines removed)
 D kallithea/public/images/icons/hgicon.png (0 lines added, 0 lines removed)
 M kallithea/templates/base/base.html (2 lines added, 2 lines removed)
 M kallithea/templates/data_table/_dt_elements.html (1 lines added, 1 lines removed)
 M kallithea/tests/functional/test_summary.py (2 lines added, 2 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html>
  <head>
    <style type="text/css">
h1 {
font: 12pt Roboto, "DejaVu Sans", Arial;
}
body {
font: 12pt Roboto, "DejaVu Sans", Arial;
margin-left: 5px;
margin-right: 5px;
}
a:link {
font-weight: bold;
color: #573;
}
blockquote {
font: 10pt monospace;
}
.header {
display:block;
background: #c0cf88;
border-bottom: solid 4px #573;
padding: 5px;
margin-top: 0px;
color: #573;
}
.header a {
font-size: 20px;
text-decoration: none;
}
.footer {
display: none;
background: #c0cf88;
border-top: solid 4px #573;
padding: 5px;
margin-bottom: 0px;
}
    </style>
</head>
<body>
<div id="entry">
<h1 class="header"><a href="https://kallithea-scm.org/repos/kallithea/changeset/1619d9ebc1b9b40379c192ddb45e5802ecfb8f2b">giticon.png: use repotag class to make an icon  A quick search revealed that some old css code was never used, so it was removed.</a></h1>
<div id="body">
smf committed on Tue, 17 Feb 2015 23:02:34<br />branch: default<br />tag: tip<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/1619d9ebc1b9b40379c192ddb45e5802ecfb8f2b">1619d9eb</a><pre>giticon.png: use repotag class to make an icon

A quick search revealed that some old css code was never used, so it was
removed.

 M kallithea/public/css/contextbar.css (0 lines added, 1 lines removed)
 M kallithea/public/css/style.css (0 lines added, 7 lines removed)
 D kallithea/public/images/icons/giticon.png (0 lines added, 0 lines removed)
 M kallithea/templates/base/base.html (2 lines added, 2 lines removed)
 M kallithea/templates/data_table/_dt_elements.html (1 lines added, 1 lines removed)
 M kallithea/tests/functional/test_home.py (1 lines added, 1 lines removed)
 M kallithea/tests/functional/test_summary.py (2 lines added, 2 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>