<!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/18428eab23e1ff268a6572714ba657014bea37e8" style="text-decoration: none; font-weight: bold; color: #573;">Merge stable</a></h1>
<div id="body">
kiilerix committed on 2015-10-12 16:55:41<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/18428eab23e1ff268a6572714ba657014bea37e8">18428eab</a><pre>Merge stable

 M kallithea/templates/bookmarks/bookmarks.html (1 lines added, 1 lines removed)
 M kallithea/templates/branches/branches.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/1013437c997a6854e49f6f3fd63dd4e0ff94e29b" style="text-decoration: none; font-weight: bold; color: #573;">files: support annotation on files larger than cut_off_limit  When requesting the annotation for a file larger than the cut_off_limit configured in the ini f...</a></h1>
<div id="body">
patrickdp committed on 2015-10-08 15:45:50<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/1013437c997a6854e49f6f3fd63dd4e0ff94e29b">1013437c</a><pre>files: support annotation on files larger than cut_off_limit

When requesting the annotation for a file larger than the cut_off_limit
configured in the ini file, the only current option is to click the useless
'show as raw' (which is not an annotation).

Replace it with a link 'Show full annotation anyway' instead.

 M kallithea/controllers/files.py (1 lines added, 0 lines removed)
 M kallithea/templates/files/files_source.html (7 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/60c9b8e0c49c8095bfdbcc5900065c431cf655a1" style="text-decoration: none; font-weight: bold; color: #573;">files: line up styling of 'File too big' message  Similar messages about 'Changeset too big to display' in the changeset and pullrequest code are wrapped in ...</a></h1>
<div id="body">
patrickdp committed on 2015-10-08 17:51:50<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/60c9b8e0c49c8095bfdbcc5900065c431cf655a1">60c9b8e0</a><pre>files: line up styling of 'File too big' message

Similar messages about 'Changeset too big to display' in the changeset and
pullrequest code are wrapped in an <h4> tag.
Follow the same style when showing files or annotations.

 M kallithea/templates/files/files_source.html (2 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/2d5f442e5abc94907ce3b0f5f48d1896de195263" style="text-decoration: none; font-weight: bold; color: #573;">files: treat messages about 'File too big' as sentences and add a dot.  Make it more easy to read:     File is too big to display Show full annotation anyway...</a></h1>
<div id="body">
patrickdp committed on 2015-10-08 18:03:36<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/2d5f442e5abc94907ce3b0f5f48d1896de195263">2d5f442e</a><pre>files: treat messages about 'File too big' as sentences and add a dot.

Make it more easy to read:
    File is too big to display Show full annotation anyway
by treating them as two sentences:
    File is too big to display. Show full annotation anyway.

and likewise for regular file display.

 M kallithea/templates/files/files_source.html (3 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/32cdc6f70f1320fc56518e08511b70688829031f" style="text-decoration: none; font-weight: bold; color: #573;">cleanup: stop using mutable default params</a></h1>
<div id="body">
Jiří Suchan committed on 2015-10-14 19:08:18<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/32cdc6f70f1320fc56518e08511b70688829031f">32cdc6f7</a><pre>cleanup: stop using mutable default params

 M CONTRIBUTORS (1 lines added, 0 lines removed)
 M kallithea/lib/compat.py (4 lines added, 2 lines removed)
 M kallithea/lib/db_manage.py (2 lines added, 2 lines removed)
 M kallithea/lib/helpers.py (6 lines added, 7 lines removed)
 M kallithea/lib/middleware/simplegit.py (2 lines added, 3 lines removed)
 M kallithea/lib/middleware/simplehg.py (2 lines added, 2 lines removed)
 M kallithea/lib/rcmail/smtp_mailer.py (2 lines added, 2 lines removed)
 M kallithea/lib/vcs/subprocessio.py (4 lines added, 4 lines removed)
 M kallithea/lib/vcs/utils/compat.py (4 lines added, 2 lines removed)
 M kallithea/model/forms.py (20 lines added, 9 lines removed)
 M kallithea/model/notification.py (2 lines added, 2 lines removed)
 M kallithea/model/user.py (2 lines added, 2 lines removed)
 M kallithea/model/validators.py (16 lines added, 7 lines removed)
 M kallithea/templates/about.html (1 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/92ebcf7d80429df49b67af4ffe58449ed543b5e0" style="text-decoration: none; font-weight: bold; color: #573;">auth_pam: fix crash caused by colliding variable names  Regression introduced in 03afa7766ac7.</a></h1>
<div id="body">
kiilerix committed on 2015-10-20 18:15:04<br />branch: stable<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/92ebcf7d80429df49b67af4ffe58449ed543b5e0">92ebcf7d</a><pre>auth_pam: fix crash caused by colliding variable names

Regression introduced in 03afa7766ac7.

 M kallithea/lib/auth_modules/auth_pam.py (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/2b7a0e28c4dc5e558c4912003f9bdee9ff2f1060" style="text-decoration: none; font-weight: bold; color: #573;">indexers: introduce list of filenames for indexing  Before this patch, we cannot search files that without file extension (like Makefile) and dotfiles (like ...</a></h1>
<div id="body">
Takumi IINO committed on 2015-10-16 15:12:50<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/2b7a0e28c4dc5e558c4912003f9bdee9ff2f1060">2b7a0e28</a><pre>indexers: introduce list of filenames for indexing

Before this patch, we cannot search files that without file extension (like
Makefile) and dotfiles (like .hgtags).

This patch makes it possible to search for these files by introducing a list
of filenames for indexing. The list is currently empty.

 M kallithea/config/conf.py (6 lines added, 4 lines removed)
 M kallithea/lib/indexers/daemon.py (9 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/130f8e170d3caf452383d87ede5572d1a770881e" style="text-decoration: none; font-weight: bold; color: #573;">indexers: get default filenames for indexing from lexer definitions</a></h1>
<div id="body">
Takumi IINO committed on 2015-10-23 12:36:56<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/130f8e170d3caf452383d87ede5572d1a770881e">130f8e17</a><pre>indexers: get default filenames for indexing from lexer definitions

 M kallithea/config/conf.py (2 lines added, 2 lines removed)
 M kallithea/lib/utils2.py (19 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/6ed126ef71afdb2cbf3d6f0419a8c02b70de4ce2" style="text-decoration: none; font-weight: bold; color: #573;">indexers: load additional indexers settings from ini</a></h1>
<div id="body">
Takumi IINO committed on 2015-10-20 13:18:47<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/6ed126ef71afdb2cbf3d6f0419a8c02b70de4ce2">6ed126ef</a><pre>indexers: load additional indexers settings from ini

 M development.ini (12 lines added, 0 lines removed)
 M kallithea/bin/template.ini.mako (12 lines added, 0 lines removed)
 M kallithea/config/deployment.ini_tmpl (12 lines added, 0 lines removed)
 M kallithea/config/environment.py (2 lines added, 1 lines removed)
 M kallithea/lib/utils.py (15 lines added, 0 lines removed)
 M kallithea/tests/test.ini (12 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/59edb20f88ad8aaad2c22ffeb2fb2adc201e6d60" style="text-decoration: none; font-weight: bold; color: #573;">i18n: some tweaks for i18n</a></h1>
<div id="body">
Takumi IINO committed on 2015-10-24 15:19:20<br />branch: default<br />tag: tip<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/59edb20f88ad8aaad2c22ffeb2fb2adc201e6d60">59edb20f</a><pre>i18n: some tweaks for i18n

 M kallithea/controllers/files.py (2 lines added, 2 lines removed)
 M kallithea/model/db.py (1 lines added, 1 lines removed)
 M kallithea/templates/admin/repos/repo_edit_advanced.html (1 lines added, 1 lines removed)
 M kallithea/templates/forks/forks_data.html (1 lines added, 1 lines removed)
 M kallithea/templates/pullrequests/pullrequest_show_all.html (1 lines added, 1 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>