<!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/923db690b56f5ee8bb6bc833c8a8cee5491ab77a" style="text-decoration: none; font-weight: bold; color: #573;">helpers: inline changeset hash markup in urlify_text</a></h1>
<div id="body">
kiilerix committed on 2016-09-05 22:51:18<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/923db690b56f5ee8bb6bc833c8a8cee5491ab77a">923db690</a><pre>helpers: inline changeset hash markup in urlify_text

 M kallithea/lib/helpers.py (11 lines added, 23 lines removed)
 M kallithea/tests/other/test_libs.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/f486d1d270256295ce43f6e605fb2ff317c32001" style="text-decoration: none; font-weight: bold; color: #573;">helpers: move linkify_others out of urlify_issues - it is almost always relevant</a></h1>
<div id="body">
kiilerix committed on 2016-09-05 22:51:18<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/f486d1d270256295ce43f6e605fb2ff317c32001">f486d1d2</a><pre>helpers: move linkify_others out of urlify_issues - it is almost always relevant

 M kallithea/lib/helpers.py (5 lines added, 6 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/1717a7a4ae0c102649a06a64e7ea052e16f3439f" style="text-decoration: none; font-weight: bold; color: #573;">helpers: make linkify_others slightly smarter - don't markup empty space</a></h1>
<div id="body">
kiilerix committed on 2016-09-05 22:51:18<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/1717a7a4ae0c102649a06a64e7ea052e16f3439f">1717a7a4</a><pre>helpers: make linkify_others slightly smarter - don't markup empty space

 M kallithea/lib/helpers.py (1 lines added, 1 lines removed)
 M kallithea/tests/other/test_libs.py (0 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/020334bec94b0f4391ea1c813cd2ad20e3e8329f" style="text-decoration: none; font-weight: bold; color: #573;">helpers: introduce ascii preserving visual markup of *bold*  No matter what kind of text (code and markup) is parsed, it will at most have slightly odd styli...</a></h1>
<div id="body">
kiilerix committed on 2016-09-05 22:51:18<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/020334bec94b0f4391ea1c813cd2ad20e3e8329f">020334be</a><pre>helpers: introduce ascii preserving visual markup of *bold*

No matter what kind of text (code and markup) is parsed, it will at most have
slightly odd styling. Nothing will be lost and it can be copy-pasted correctly.

Other kinds of markup (like _underline_ and /italic/) has also been considered
... but they will too often interfere with valid code and command snippets.

 M kallithea/lib/helpers.py (9 lines added, 0 lines removed)
 M kallithea/tests/other/test_libs.py (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/79676fef1ae0e57503bcb8221db90bb273136e73" style="text-decoration: none; font-weight: bold; color: #573;">diff: show correct operation for file diffs instead of '???'  Fix issue seen on the url $repo/diff/$filename?diff2=hash2&diff1=hash2 .  Drop returning unused...</a></h1>
<div id="body">
kiilerix committed on 2016-09-05 22:51:18<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/79676fef1ae0e57503bcb8221db90bb273136e73">79676fef</a><pre>diff: show correct operation for file diffs instead of '???'

Fix issue seen on the url $repo/diff/$filename?diff2=hash2&diff1=hash2 .

Drop returning unused size from diffs.wrapped_diff and return the operation
instead.

 M kallithea/controllers/files.py (1 lines added, 2 lines removed)
 M kallithea/lib/diffs.py (11 lines added, 6 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/72acb38da217c9b8ae6b8d376d3ca9a05dfdd063" style="text-decoration: none; font-weight: bold; color: #573;">diff: minor cleanups  More consistency and preparing for later changes.</a></h1>
<div id="body">
kiilerix committed on 2016-09-05 22:51:18<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/72acb38da217c9b8ae6b8d376d3ca9a05dfdd063">72acb38d</a><pre>diff: minor cleanups

More consistency and preparing for later changes.

 M kallithea/controllers/changeset.py (3 lines added, 2 lines removed)
 M kallithea/controllers/compare.py (6 lines added, 6 lines removed)
 M kallithea/controllers/files.py (1 lines added, 1 lines removed)
 M kallithea/controllers/pullrequests.py (4 lines added, 3 lines removed)
 M kallithea/templates/changeset/changeset.html (18 lines added, 18 lines removed)
 M kallithea/templates/changeset/changeset_range.html (3 lines added, 5 lines removed)
 M kallithea/templates/changeset/diff_block.html (1 lines added, 5 lines removed)
 M kallithea/templates/compare/compare_diff.html (12 lines added, 12 lines removed)
 M kallithea/templates/pullrequests/pullrequest_show.html (7 lines added, 7 lines removed)
 M kallithea/tests/functional/test_compare_local.py (45 lines added, 33 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/dc4cb1d4e08414329f789b05c6490c977b42cebd" style="text-decoration: none; font-weight: bold; color: #573;">diff: rework data structure used by diff_block.diff_block (used for changeset diffs)  Make it a pure reusable function that also can replace diff_block_simpl...</a></h1>
<div id="body">
kiilerix committed on 2016-09-05 22:51:18<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/dc4cb1d4e08414329f789b05c6490c977b42cebd">dc4cb1d4</a><pre>diff: rework data structure used by diff_block.diff_block (used for changeset diffs)

Make it a pure reusable function that also can replace diff_block_simple.

Improve code clarity by using Python tuples for tuples.

fid and url_fid are just shuffled around - not cleaned up for now.

 M kallithea/controllers/changeset.py (5 lines added, 7 lines removed)
 M kallithea/controllers/files.py (2 lines added, 6 lines removed)
 M kallithea/templates/changeset/changeset.html (8 lines added, 5 lines removed)
 M kallithea/templates/changeset/changeset_range.html (6 lines added, 3 lines removed)
 M kallithea/templates/changeset/diff_block.html (9 lines added, 7 lines removed)
 M kallithea/templates/files/file_diff.html (2 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/4034992774fadd24721b07218dcf905a28cda250" style="text-decoration: none; font-weight: bold; color: #573;">diffs: fold diff_block_simple (used by PR and compare) into diff_block  Change to using the same datamodel and enjoy the reduced amount of code duplication.</a></h1>
<div id="body">
kiilerix committed on 2016-09-05 22:51:18<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/4034992774fadd24721b07218dcf905a28cda250">40349927</a><pre>diffs: fold diff_block_simple (used by PR and compare) into diff_block

Change to using the same datamodel and enjoy the reduced amount of code
duplication.

 M kallithea/controllers/compare.py (5 lines added, 6 lines removed)
 M kallithea/controllers/pullrequests.py (5 lines added, 7 lines removed)
 M kallithea/templates/changeset/diff_block.html (0 lines added, 16 lines removed)
 M kallithea/templates/compare/compare_diff.html (9 lines added, 8 lines removed)
 M kallithea/templates/pullrequests/pullrequest_show.html (8 lines added, 7 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/12ce88eece5f44efeffd40baecc79d7397e8fb08" style="text-decoration: none; font-weight: bold; color: #573;">diff: correct handling of links to old filename in renames  There were links to the file at the parent revision ... but if the file had been renamed, it used...</a></h1>
<div id="body">
kiilerix committed on 2016-09-05 22:51:18<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/12ce88eece5f44efeffd40baecc79d7397e8fb08">12ce88ee</a><pre>diff: correct handling of links to old filename in renames

There were links to the file at the parent revision ... but if the file had
been renamed, it used the wrong name.

 M kallithea/controllers/changeset.py (1 lines added, 1 lines removed)
 M kallithea/controllers/compare.py (1 lines added, 1 lines removed)
 M kallithea/controllers/files.py (2 lines added, 2 lines removed)
 M kallithea/controllers/pullrequests.py (1 lines added, 1 lines removed)
 M kallithea/lib/diffs.py (4 lines added, 1 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 (22 lines added, 22 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/59639343672495cb89be54b98f1d6d3a4c44307c" style="text-decoration: none; font-weight: bold; color: #573;">diff: fix display of links to before / after files - it was not obvious what the hashes / file names did  Show a "missing" symbol instead of the hash.</a></h1>
<div id="body">
kiilerix committed on 2016-09-05 22:51:18<br />branch: default<br />tag: tip<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/59639343672495cb89be54b98f1d6d3a4c44307c">59639343</a><pre>diff: fix display of links to before / after files - it was not obvious what the hashes / file names did

Show a "missing" symbol instead of the hash.

 M kallithea/public/css/style.css (10 lines added, 1 lines removed)
 M kallithea/templates/changeset/diff_block.html (37 lines added, 27 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>