<!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/5a1cd703a888b03cc0a65ecf44dba6d8645a0a8d">changeset: don't crash on malformed whitespace parameter - return 400 Bad Request</a></h1>
<div id="body">
andrewsh committed on Thu, 26 Feb 2015 15:44:47<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/5a1cd703a888b03cc0a65ecf44dba6d8645a0a8d">5a1cd703</a><pre>changeset: don't crash on malformed whitespace parameter - return 400 Bad Request

 M kallithea/controllers/changeset.py (4 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/9ff4b82f56c980425b553291e384bc14cec559fd">date representation: use ISO8601 rather than a specific locale  Dates, in particular in technical systems like Kallithea, are better shown in a clear concise...</a></h1>
<div id="body">
Thomas De Schampheleire committed on Thu, 26 Feb 2015 21:51:27<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/9ff4b82f56c980425b553291e384bc14cec559fd">9ff4b82f</a><pre>date representation: use ISO8601 rather than a specific locale

Dates, in particular in technical systems like Kallithea, are
better shown in a clear concise format like ISO8601 (YYYY-MM-DD)
than in a verbose format like 'Thu, Feb 26 2015'.

This commit changes all dates to ISO8601.

---
If desired, we could create two functions: one that returns ISO format and
another for the locale format. Depending on the usage, one or the other is
shown. I'm not very fond of that though, it looks inconsistent.

 M kallithea/lib/helpers.py (1 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/a7bbf4e18ec35bf4d88720d85dbae69b83cabc04">pullrequest overview: display in table to improve readability  Instead of showing all info in the pullrequest overview right after each other on the same lin...</a></h1>
<div id="body">
Thomas De Schampheleire committed on Tue, 03 Mar 2015 20:33:04<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/a7bbf4e18ec35bf4d88720d85dbae69b83cabc04">a7bbf4e1</a><pre>pullrequest overview: display in table to improve readability

Instead of showing all info in the pullrequest overview right after each
other on the same line, use a table to improve readability.

Additionally, add following information:
- author
- destination repository

The latter is always the same when viewing the list of pullrequests of a
certain repository, but this change already anticipates re-use of this
block in the 'my pullrequests' overview.

The table is still static, non-sortable, since YUI is deprecated and no new
alternative has been decided upon yet. This improvement can be done later.

 M kallithea/public/css/style.css (4 lines added, 0 lines removed)
 M kallithea/templates/pullrequests/pullrequest_data.html (49 lines added, 21 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/42f3115cc2acdc53e682ccca65fac2c977ee4502">style: add class 'normal-indent' instead of repeated explicit margins  Add a new CSS class for the standard indentation inside the main box, instead of repea...</a></h1>
<div id="body">
Thomas De Schampheleire committed on Tue, 03 Mar 2015 20:37:44<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/42f3115cc2acdc53e682ccca65fac2c977ee4502">42f3115c</a><pre>style: add class 'normal-indent' instead of repeated explicit margins

Add a new CSS class for the standard indentation inside the main box,
instead of repeating 'style="..."' statements on the relevant elements.

Ideally, this class should not exist as the necessary padding would be added
to the main box itself, but reworking this is a bigger exercise (to be done
later).

 M kallithea/public/css/style.css (4 lines added, 0 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)</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/0f9a48e0adc3a5ec29c7561d9ed3fbb1ec1b5e9e">pullrequest overview: create overview from a function to allow re-use  In anticipation of re-use of the pullrequest overview, create a def to generate this o...</a></h1>
<div id="body">
Thomas De Schampheleire committed on Tue, 03 Mar 2015 20:44:27<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/0f9a48e0adc3a5ec29c7561d9ed3fbb1ec1b5e9e">0f9a48e0</a><pre>pullrequest overview: create overview from a function to allow re-use

In anticipation of re-use of the pullrequest overview, create a def to
generate this overview given a list of pullrequests.

This also adds a check if the given list is empty, and a check if there is a
pager before displaying the paging links.

 M kallithea/templates/pullrequests/pullrequest_data.html (15 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/7eea0a7fbc7dc35412353779f3b2be4f071c0eaf">pullrequest overview: add delete button to own pull requests  In anticipation of the re-use of the pullrequest overview to display 'my pullrequests', add a d...</a></h1>
<div id="body">
Thomas De Schampheleire committed on Tue, 03 Mar 2015 21:26:19<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/7eea0a7fbc7dc35412353779f3b2be4f071c0eaf">7eea0a7f</a><pre>pullrequest overview: add delete button to own pull requests

In anticipation of the re-use of the pullrequest overview to display 'my
pullrequests', add a delete button to all pullrequests owned by the
currently logged-in user.
An explicit width is added to the column because the column is otherwise
unnecessarily large.

 M kallithea/templates/pullrequests/pullrequest_data.html (15 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/780c1aab1357dcf8085af204db17aacb9e5a505a">pullrequest overview: remove custom handling of 'my pullrequests'  Re-use the same displaying code for the 'my pullrequests' overview as for the repository p...</a></h1>
<div id="body">
Thomas De Schampheleire committed on Tue, 03 Mar 2015 20:48:53<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/780c1aab1357dcf8085af204db17aacb9e5a505a">780c1aab</a><pre>pullrequest overview: remove custom handling of 'my pullrequests'

Re-use the same displaying code for the 'my pullrequests' overview as for
the repository pullrequests overview. Remove the now unused CSS styling as
well.

This removes the 'delete' button on the author's pullrequests. One could
argue whether the pullrequest overview is the right place for this button,
while it does not appear on the pull request page itself.

 M kallithea/public/css/style.css (2 lines added, 6 lines removed)
 M kallithea/templates/pullrequests/pullrequest_show_my.html (1 lines added, 3 lines removed)
 M kallithea/templates/pullrequests/pullrequest_show_my_data.html (4 lines added, 66 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/27d214c87144363d59e90942d9acb05798b13a3c">pullrequest overview: show age rather than date  Since pullrequests are supposed to be short-lived, the age is more relevant than the actual date (which is s...</a></h1>
<div id="body">
Thomas De Schampheleire committed on Tue, 03 Mar 2015 21:33:46<br />branch: default<br />tag: tip<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/27d214c87144363d59e90942d9acb05798b13a3c">27d214c8</a><pre>pullrequest overview: show age rather than date

Since pullrequests are supposed to be short-lived, the age is more relevant
than the actual date (which is still shown in a tooltip).

 M kallithea/templates/pullrequests/pullrequest_data.html (4 lines added, 2 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>