<!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/5995968a6fcc7721541134c0a812b1294143af3d" style="text-decoration: none; font-weight: bold; color: #573;">diff view: fix tab width, move diff markers a bit to the left</a></h1>
<div id="body">
andrewsh committed on 2015-05-05 11:27:20<br />branch: stable<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/5995968a6fcc7721541134c0a812b1294143af3d">5995968a</a><pre>diff view: fix tab width, move diff markers a bit to the left

 M kallithea/public/css/style.css (13 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/d660ccdd628d9d789c8e69577b7a5ea92507d99c" style="text-decoration: none; font-weight: bold; color: #573;">diff view: change diffs markers colours to make them less contrast</a></h1>
<div id="body">
andrewsh committed on 2015-05-06 14:21:51<br />branch: stable<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/d660ccdd628d9d789c8e69577b7a5ea92507d99c">d660ccdd</a><pre>diff view: change diffs markers colours to make them less contrast

 M kallithea/public/css/style.css (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/588a160dbb9a549db6136c60df5d9c67dbbdc6b3" style="text-decoration: none; font-weight: bold; color: #573;">rst: in @mention parser, escape spaces so they don't go to HTML  This eliminates extra spaces around @mentions. Every time mention was followed by a comma, f...</a></h1>
<div id="body">
andrewsh committed on 2015-05-05 15:38:10<br />branch: stable<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/588a160dbb9a549db6136c60df5d9c67dbbdc6b3">588a160d</a><pre>rst: in @mention parser, escape spaces so they don't go to HTML

This eliminates extra spaces around @mentions. Every time mention was followed
by a comma, for example:

    @username, have you seen it?

it turned into:

    @username , have you seen it?

So an extra space was inserted. It was inserted because otherwise rst parser
might not recognise the markup (i.e. @user1,@user2 is replaced by
**user1**,**user2** — that would be interpreted as <b>user1**,**user2</b>).

See <a href="http://docutils.sf.net/docs/ref/rst/restructuredtext.html#character-level-inline-markup">http://docutils.sf.net/docs/ref/rst/restructuredtext.html#character-level-inline-markup</a>

 M kallithea/lib/markup_renderer.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/200f43d9c86de9ccb8d3854ed0d34373726a8f69" style="text-decoration: none; font-weight: bold; color: #573;">comments: remove line breaks after user mentions in comment previews  Previously, the preview might look like this:      @username      , have you seen it?  ...</a></h1>
<div id="body">
andrewsh committed on 2015-05-05 15:39:00<br />branch: stable<br />tag: tip<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/200f43d9c86de9ccb8d3854ed0d34373726a8f69">200f43d9</a><pre>comments: remove line breaks after user mentions in comment previews

Previously, the preview might look like this:

    @username

    , have you seen it?

Now it should look like this:

    @username, have you seen it?

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