<!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/85a6526a15a88ab0ad7c5392d3ca033ec3d8808a" style="text-decoration: none; font-weight: bold; color: #573;">diff view: do not hide overflow on very long lines that cannot be wrapped  When a change contains very long lines that cannot be wrapped because they contain...</a></h1>
<div id="body">
patrickdp committed on 2015-05-01 19:17:55<br />branch: stable<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/85a6526a15a88ab0ad7c5392d3ca033ec3d8808a">85a6526a</a><pre>diff view: do not hide overflow on very long lines that cannot be wrapped

When a change contains very long lines that cannot be wrapped because they
contain very long 'words' without spaces, the overflow is currently not
visible at all. This occurrence of such very long non-wrappable words is
pretty uncommon, but can for example happen in comma-separated value files.

Not touching the existing behavior of trying to wrap long lines, this patch
adds horizontal scrollbars for these exceptional cases of unavoidable
overflow.
On normal lines and long lines that can be wrapped, the diff block remains
the same as before.

 M kallithea/public/css/style.css (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/d0d386e51d06f81a24c69e6d57c41b2080c9ef7a" style="text-decoration: none; font-weight: bold; color: #573;">Merge stable</a></h1>
<div id="body">
kiilerix committed on 2015-05-03 20:08:22<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/d0d386e51d06f81a24c69e6d57c41b2080c9ef7a">d0d386e5</a><pre>Merge stable

 M kallithea/public/css/style.css (0 lines added, 1 lines removed)
 M kallithea/templates/admin/my_account/my_account_api_keys.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/196c46444d9881b8f8955159d198c7a6e455b88c" style="text-decoration: none; font-weight: bold; color: #573;">pullrequests: add PullRequest.nice_id method  Currently, a pull request id is referenced as #5, and the '#' symbol is fixed and repeated in several places. T...</a></h1>
<div id="body">
patrickdp committed on 2015-04-17 10:14:19<br />branch: default<br />tag: tip<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/196c46444d9881b8f8955159d198c7a6e455b88c">196c4644</a><pre>pullrequests: add PullRequest.nice_id method

Currently, a pull request id is referenced as #5, and the '#' symbol is
fixed and repeated in several places. This commit adds a class method
make_nice_id, that returns a string reference to a pull request,
currently in the form '#5'.

This function could be overridden by an organization if they need references
in another form, for example PR-5.

The method nice_id uses this for the pullrequest's own id.

 M kallithea/lib/helpers.py (5 lines added, 2 lines removed)
 M kallithea/model/comment.py (3 lines added, 3 lines removed)
 M kallithea/model/db.py (12 lines added, 2 lines removed)
 M kallithea/model/notification.py (2 lines added, 2 lines removed)
 M kallithea/model/pull_request.py (3 lines added, 3 lines removed)
 M kallithea/templates/changelog/changelog.html (1 lines added, 1 lines removed)
 M kallithea/templates/changelog/changelog_summary_data.html (1 lines added, 1 lines removed)
 M kallithea/templates/pullrequests/pullrequest_show.html (2 lines added, 2 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>