<!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/a9d2e29585146ae77836c846ad2eacacdbd16f26" style="text-decoration: none; font-weight: bold; color: #573;">pullrequests: use correct References header when adding reviewers to (new?) PRs  Use the same message id when inviting to a PR as we do when commenting on a PR.</a></h1>
<div id="body">
kiilerix committed on 2015-05-07 14:23:45<br />branch: stable<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/a9d2e29585146ae77836c846ad2eacacdbd16f26">a9d2e295</a><pre>pullrequests: use correct References header when adding reviewers to (new?) PRs

Use the same message id when inviting to a PR as we do when commenting on a PR.

 M kallithea/model/pull_request.py (3 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/7117a83b4b3a6efbe03fd0560f8206fed1cf63c7" style="text-decoration: none; font-weight: bold; color: #573;">Merge stable</a></h1>
<div id="body">
kiilerix committed on 2015-05-07 14:24:29<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/7117a83b4b3a6efbe03fd0560f8206fed1cf63c7">7117a83b</a><pre>Merge stable

 M kallithea/lib/utils.py (1 lines added, 1 lines removed)
 M kallithea/model/pull_request.py (3 lines added, 2 lines removed)
 M kallithea/templates/changeset/changeset.html (6 lines added, 1 lines removed)
 M kallithea/templates/files/files.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/bacbf8936d5baf726f71d2e6a68fedeb36ef002d" style="text-decoration: none; font-weight: bold; color: #573;">permissions: fix incorrect check for checked, introduced in dd8459607c07</a></h1>
<div id="body">
kiilerix committed on 2015-05-07 14:26:40<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/bacbf8936d5baf726f71d2e6a68fedeb36ef002d">bacbf893</a><pre>permissions: fix incorrect check for checked, introduced in dd8459607c07

 M kallithea/templates/base/perms_summary.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/14d75d4b03cd52c2ec6fe2cde26a6cbe5095d7cf" style="text-decoration: none; font-weight: bold; color: #573;">pullrequests: don't add automatic 'status change' message - it will be added in template</a></h1>
<div id="body">
kiilerix committed on 2015-05-07 14:26:40<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/14d75d4b03cd52c2ec6fe2cde26a6cbe5095d7cf">14d75d4b</a><pre>pullrequests: don't add automatic 'status change' message - it will be added in template

 M kallithea/model/pull_request.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/293066605a4339d354d8723e4d64ad95a0a286ca" style="text-decoration: none; font-weight: bold; color: #573;">comment: replace floating status with span  Simpler ...  Similar clean-ups could be done in a lot of places - this is just something I "needed" for the next ...</a></h1>
<div id="body">
kiilerix committed on 2015-05-07 14:26:40<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/293066605a4339d354d8723e4d64ad95a0a286ca">29306660</a><pre>comment: replace floating status with span

Simpler ...

Similar clean-ups could be done in a lot of places - this is just something I
"needed" for the next change.

 M kallithea/public/css/style.css (1 lines added, 5 lines removed)
 M kallithea/templates/changelog/changelog_summary_data.html (2 lines added, 2 lines removed)
 M kallithea/templates/changeset/changeset.html (2 lines added, 2 lines removed)
 M kallithea/templates/changeset/changeset_file_comment.html (2 lines added, 2 lines removed)
 M kallithea/templates/pullrequests/pullrequest_show.html (4 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/5153c491a9647a59d95b4f05efe48027fbe13e8f" style="text-decoration: none; font-weight: bold; color: #573;">comments: show status changes as a part of the comment instead of in the header  This makes it obvious what the user said and there is no reason to explain w...</a></h1>
<div id="body">
kiilerix committed on 2015-05-07 14:26:40<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/5153c491a9647a59d95b4f05efe48027fbe13e8f">5153c491</a><pre>comments: show status changes as a part of the comment instead of in the header

This makes it obvious what the user said and there is no reason to explain what
he is saying or where he is saying it.

Comments will always have a text or a status change - there is no need for "No
comments".

 M kallithea/public/css/style.css (1 lines added, 1 lines removed)
 M kallithea/templates/changeset/changeset_file_comment.html (20 lines added, 37 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/c564075ef01b28133b2ee53705dc680d01a55062" style="text-decoration: none; font-weight: bold; color: #573;">summary: remove unused download code</a></h1>
<div id="body">
kiilerix committed on 2015-05-07 14:26:40<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/c564075ef01b28133b2ee53705dc680d01a55062">c564075e</a><pre>summary: remove unused download code

 M kallithea/controllers/summary.py (0 lines added, 19 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/a7b20e31bb36a6726595aa79eb617f61bc9fc4db" style="text-decoration: none; font-weight: bold; color: #573;">db: more consistently set primary keys to be unique, not nullable and without default  Setting primary_key will (in general) automatically set autoincrement ...</a></h1>
<div id="body">
kiilerix committed on 2015-05-07 14:26:40<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/a7b20e31bb36a6726595aa79eb617f61bc9fc4db">a7b20e31</a><pre>db: more consistently set primary keys to be unique, not nullable and without default

Setting primary_key will (in general) automatically set autoincrement and
setting a default is just odd.

 M kallithea/model/db.py (30 lines added, 30 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/54de85a17b2b572ffd90b1165e96ee10192af6f3" style="text-decoration: none; font-weight: bold; color: #573;">javascript: remove unnecessary console.log</a></h1>
<div id="body">
kiilerix committed on 2015-05-07 14:26:40<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/54de85a17b2b572ffd90b1165e96ee10192af6f3">54de85a1</a><pre>javascript: remove unnecessary console.log

 M kallithea/public/js/base.js (1 lines added, 2 lines removed)
 M kallithea/templates/admin/auth/auth_settings.html (0 lines added, 1 lines removed)
 M kallithea/templates/base/perms_summary.html (0 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/8d45a14d31918585f12a95a1852bac19bc27da3d" style="text-decoration: none; font-weight: bold; color: #573;">notifications: use stupid mail static-except-[] subjects to please gmail and its broken threading  This gives reasonable threading, both with gmail and prope...</a></h1>
<div id="body">
kiilerix committed on 2015-03-12 14:39:55<br />branch: default<br />tag: tip<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/8d45a14d31918585f12a95a1852bac19bc27da3d">8d45a14d</a><pre>notifications: use stupid mail static-except-[] subjects to please gmail and its broken threading

This gives reasonable threading, both with gmail and proper mail clients, at
the cost of making the email subjects slightly obscure.

Gmail is clueless - also about mail threading, ignoring our References headers
and the wisdom of jwz. Gmail will start a new thread for each subject. The only
way to make all mails related to the same PR belong to the same thread is thus
to let all mails for a PR have the same subject. Gmail will however ignore
content in square brackets at the beginning of the subject so we can put the
interesting parts there.

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