<!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/a1a517ebf550b8c3db04126577bdc558ed7f859c" style="text-decoration: none; font-weight: bold; color: #573;">diff: fix display of images for deleted files  In preperation of refactoring diff handling, this change fixes the handling of picture showing when a file get...</a></h1>
<div id="body">
Jan Heylen committed on 2016-01-02 09:58:06<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/a1a517ebf550b8c3db04126577bdc558ed7f859c">a1a517eb</a><pre>diff: fix display of images for deleted files

In preperation of refactoring diff handling, this change fixes
the handling of picture showing when a file gets deleted.

 M kallithea/templates/changeset/diff_block.html (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/150431aae9ba1a5e840b95826dd7661a6b2fc02c" style="text-decoration: none; font-weight: bold; color: #573;">diff: move looping over files into diff_block_simple  Make it slightly more like regular diff_block and make the next changes possible.</a></h1>
<div id="body">
Jan Heylen committed on 2016-01-02 10:55:36<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/150431aae9ba1a5e840b95826dd7661a6b2fc02c">150431aa</a><pre>diff: move looping over files into diff_block_simple

Make it slightly more like regular diff_block and make the next changes
possible.

 M kallithea/templates/changeset/diff_block.html (5 lines added, 3 lines removed)
 M kallithea/templates/compare/compare_diff.html (1 lines added, 3 lines removed)
 M kallithea/templates/pullrequests/pullrequest_show.html (1 lines added, 3 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/e8229d389948f3a512047d7470bd328717fabeef" style="text-decoration: none; font-weight: bold; color: #573;">js: move .diff-collapse-button handling from the global base.js to the special diff js  Move it where it belongs and avoid adding more stuff to the global js...</a></h1>
<div id="body">
kiilerix committed on 2016-01-05 15:55:52<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/e8229d389948f3a512047d7470bd328717fabeef">e8229d38</a><pre>js: move .diff-collapse-button handling from the global base.js to the special diff js

Move it where it belongs and avoid adding more stuff to the global js later.

 M kallithea/public/js/base.js (0 lines added, 17 lines removed)
 M kallithea/templates/changeset/diff_block.html (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/9f754ef1c18f69e1276acc64f5a059ff222bbbb1" style="text-decoration: none; font-weight: bold; color: #573;">diff: make diff_block_simple (and thus pull request diffs) collapsable as changeset diffs are  I am not sure this is useful when the whole diff is sent to th...</a></h1>
<div id="body">
kiilerix committed on 2016-01-05 15:55:52<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/9f754ef1c18f69e1276acc64f5a059ff222bbbb1">9f754ef1</a><pre>diff: make diff_block_simple (and thus pull request diffs) collapsable as changeset diffs are

I am not sure this is useful when the whole diff is sent to the client side
anyway ... but for now, let's be consistent.

 M kallithea/templates/changeset/diff_block.html (5 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/a02ce1c9a6f08e221229755faedd910ce19f1376" style="text-decoration: none; font-weight: bold; color: #573;">diff: remove redundant conditionals</a></h1>
<div id="body">
Jan Heylen committed on 2016-01-02 10:53:38<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/a02ce1c9a6f08e221229755faedd910ce19f1376">a02ce1c9</a><pre>diff: remove redundant conditionals

 M kallithea/templates/changeset/diff_block.html (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/d329bb44e138654f14d4e97f067005d0afb95015" style="text-decoration: none; font-weight: bold; color: #573;">diff: renaming of internal template variables and indentation fix to make similar code more similar</a></h1>
<div id="body">
kiilerix committed on 2016-01-05 15:56:04<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/d329bb44e138654f14d4e97f067005d0afb95015">d329bb44</a><pre>diff: renaming of internal template variables and indentation fix to make similar code more similar

 M kallithea/templates/changeset/diff_block.html (68 lines added, 68 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/62b350b577a93a8bbc5f2c2939d74dd769a76b22" style="text-decoration: none; font-weight: bold; color: #573;">diff: introduce new temporary local variables to align similar code to make it almost identical</a></h1>
<div id="body">
kiilerix committed on 2016-01-05 15:56:16<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/62b350b577a93a8bbc5f2c2939d74dd769a76b22">62b350b5</a><pre>diff: introduce new temporary local variables to align similar code to make it almost identical

 M kallithea/templates/changeset/diff_block.html (36 lines added, 26 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/7db8e58cee2fa21cb03fc08a7b409390ddc27d67" style="text-decoration: none; font-weight: bold; color: #573;">diffs: introduce 'show inline comments' control for pull-requests too  Make diff_block_simple control inline comments like diff_block does.  .show-inline-com...</a></h1>
<div id="body">
Jan Heylen committed on 2015-11-29 15:43:42<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/7db8e58cee2fa21cb03fc08a7b409390ddc27d67">7db8e58c</a><pre>diffs: introduce 'show inline comments' control for pull-requests too

Make diff_block_simple control inline comments like diff_block does.

.show-inline-comments handling is moved to the generic diff handling js.

I am not sure this is useful when the whole diff is sent to the client side
anyway ... but for now, let's be consistent.

 M kallithea/templates/changeset/changeset.html (0 lines added, 13 lines removed)
 M kallithea/templates/changeset/diff_block.html (18 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/76b9630e1e923be045046684e5b5ca46f9b693fe" style="text-decoration: none; font-weight: bold; color: #573;">diff: align diff layout; give changeset diffs links and give PR diffs more action icons  I'm not sure this is better but it uses existing parts consistently.</a></h1>
<div id="body">
kiilerix committed on 2016-01-05 15:56:39<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/76b9630e1e923be045046684e5b5ca46f9b693fe">76b9630e</a><pre>diff: align diff layout; give changeset diffs links and give PR diffs more action icons

I'm not sure this is better but it uses existing parts consistently.

 M kallithea/templates/changeset/diff_block.html (31 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/e97ed5aff9ad6c513838c43e678570ef8e3613f8" style="text-decoration: none; font-weight: bold; color: #573;">diff: unify identical template parts</a></h1>
<div id="body">
kiilerix committed on 2016-01-05 15:56:39<br />branch: default<br />tag: tip<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/e97ed5aff9ad6c513838c43e678570ef8e3613f8">e97ed5af</a><pre>diff: unify identical template parts

 M kallithea/templates/changeset/diff_block.html (25 lines added, 95 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>