<!DOCTYPE html>
<html>
  <head>
    <style type="text/css">
h1 {
font: 12pt Roboto, "DejaVu Sans", Arial;
}
body {
font: 12pt Roboto, "DejaVu Sans", Arial;
margin-left: 5px;
margin-right: 5px;
}
a:link {
font-weight: bold;
color: #573;
}
blockquote {
font: 10pt monospace;
}
.header {
display:block;
background: #c0cf88;
border-bottom: solid 4px #573;
padding: 5px;
margin-top: 0px;
color: #573;
}
.header a {
font-size: 20px;
text-decoration: none;
}
.footer {
display: none;
background: #c0cf88;
border-top: solid 4px #573;
padding: 5px;
margin-bottom: 0px;
}
    </style>
</head>
<body>
<div id="entry">
<h1 class="header"><a href="https://kallithea-scm.org/repos/kallithea/changeset/c81379d100e00c2922773fc5acd504378cb5cd95">pull request: fix user automatically activated with LDAP authentication (Issue #78)</a></h1>
<div id="body">
Denis Blanchette committed on Fri, 23 Jan 2015 16:06:06<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/c81379d100e00c2922773fc5acd504378cb5cd95">c81379d1</a><pre>pull request: fix user automatically activated with LDAP authentication (Issue #78)

 M kallithea/lib/auth_modules/auth_ldap.py (1 lines added, 1 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html>
  <head>
    <style type="text/css">
h1 {
font: 12pt Roboto, "DejaVu Sans", Arial;
}
body {
font: 12pt Roboto, "DejaVu Sans", Arial;
margin-left: 5px;
margin-right: 5px;
}
a:link {
font-weight: bold;
color: #573;
}
blockquote {
font: 10pt monospace;
}
.header {
display:block;
background: #c0cf88;
border-bottom: solid 4px #573;
padding: 5px;
margin-top: 0px;
color: #573;
}
.header a {
font-size: 20px;
text-decoration: none;
}
.footer {
display: none;
background: #c0cf88;
border-top: solid 4px #573;
padding: 5px;
margin-bottom: 0px;
}
    </style>
</head>
<body>
<div id="entry">
<h1 class="header"><a href="https://kallithea-scm.org/repos/kallithea/changeset/bc81247b84bb41f31fc0588bea392374d4175060">email: Also supply full username in comment templates</a></h1>
<div id="body">
Morten Skaaning committed on Fri, 23 Jan 2015 21:03:53<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/bc81247b84bb41f31fc0588bea392374d4175060">bc81247b</a><pre>email: Also supply full username in comment templates

 M kallithea/model/comment.py (2 lines added, 2 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html>
  <head>
    <style type="text/css">
h1 {
font: 12pt Roboto, "DejaVu Sans", Arial;
}
body {
font: 12pt Roboto, "DejaVu Sans", Arial;
margin-left: 5px;
margin-right: 5px;
}
a:link {
font-weight: bold;
color: #573;
}
blockquote {
font: 10pt monospace;
}
.header {
display:block;
background: #c0cf88;
border-bottom: solid 4px #573;
padding: 5px;
margin-top: 0px;
color: #573;
}
.header a {
font-size: 20px;
text-decoration: none;
}
.footer {
display: none;
background: #c0cf88;
border-top: solid 4px #573;
padding: 5px;
margin-bottom: 0px;
}
    </style>
</head>
<body>
<div id="entry">
<h1 class="header"><a href="https://kallithea-scm.org/repos/kallithea/changeset/923037eb67d422dfc922d5089881238fa3e3c106">spelling: fix various typos  This commit fixes various typos or basic English grammar mistakes found by reviewing the kallithea.pot file.  Full correction of...</a></h1>
<div id="body">
Thomas De Schampheleire committed on Sat, 24 Jan 2015 20:17:39<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/923037eb67d422dfc922d5089881238fa3e3c106">923037eb</a><pre>spelling: fix various typos

This commit fixes various typos or basic English grammar mistakes found by
reviewing the kallithea.pot file.

Full correction of sentences that are not very well formulated, like missing
articles, is out of scope for this commit. Likewise for inconsistent
capitalization of strings like 'Repository group'/'Repository Group'.

 M kallithea/controllers/admin/repo_groups.py (1 lines added, 1 lines removed)
 M kallithea/controllers/api/api.py (1 lines added, 1 lines removed)
 M kallithea/controllers/files.py (3 lines added, 3 lines removed)
 M kallithea/i18n/cs/LC_MESSAGES/kallithea.po (19 lines added, 19 lines removed)
 M kallithea/i18n/de/LC_MESSAGES/kallithea.po (19 lines added, 19 lines removed)
 M kallithea/i18n/en/LC_MESSAGES/kallithea.po (19 lines added, 19 lines removed)
 M kallithea/i18n/fr/LC_MESSAGES/kallithea.po (19 lines added, 19 lines removed)
 M kallithea/i18n/hu/LC_MESSAGES/kallithea.po (19 lines added, 19 lines removed)
 M kallithea/i18n/ja/LC_MESSAGES/kallithea.po (19 lines added, 19 lines removed)
 M kallithea/i18n/kallithea.pot (19 lines added, 19 lines removed)
 M kallithea/i18n/pl/LC_MESSAGES/kallithea.po (19 lines added, 19 lines removed)
 M kallithea/i18n/pt_BR/LC_MESSAGES/kallithea.po (19 lines added, 19 lines removed)
 M kallithea/i18n/ru/LC_MESSAGES/kallithea.po (19 lines added, 19 lines removed)
 M kallithea/i18n/zh_CN/LC_MESSAGES/kallithea.po (19 lines added, 19 lines removed)
 M kallithea/i18n/zh_TW/LC_MESSAGES/kallithea.po (19 lines added, 19 lines removed)
 M kallithea/lib/auth.py (1 lines added, 1 lines removed)
 M kallithea/lib/celerylib/tasks.py (2 lines added, 2 lines removed)
 M kallithea/lib/dbmigrate/schema/db_1_4_0.py (4 lines added, 4 lines removed)
 M kallithea/lib/dbmigrate/schema/db_1_5_0.py (4 lines added, 4 lines removed)
 M kallithea/lib/dbmigrate/schema/db_1_5_2.py (4 lines added, 4 lines removed)
 M kallithea/lib/helpers.py (1 lines added, 1 lines removed)
 M kallithea/lib/paster_commands/make_index.py (2 lines added, 2 lines removed)
 M kallithea/lib/paster_commands/update_repoinfo.py (1 lines added, 1 lines removed)
 M kallithea/lib/vcs/utils/hgcompat.py (1 lines added, 1 lines removed)
 M kallithea/model/validators.py (1 lines added, 1 lines removed)
 M kallithea/templates/admin/repos/repo_creating.html (2 lines added, 2 lines removed)
 M kallithea/templates/admin/repos/repo_edit_settings.html (2 lines added, 2 lines removed)
 M kallithea/templates/admin/settings/settings_search.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/settings/settings_vcs.html (1 lines added, 1 lines removed)
 M kallithea/templates/data_table/_dt_elements.html (1 lines added, 1 lines removed)
 M kallithea/tests/api/api_base.py (5 lines added, 5 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html>
  <head>
    <style type="text/css">
h1 {
font: 12pt Roboto, "DejaVu Sans", Arial;
}
body {
font: 12pt Roboto, "DejaVu Sans", Arial;
margin-left: 5px;
margin-right: 5px;
}
a:link {
font-weight: bold;
color: #573;
}
blockquote {
font: 10pt monospace;
}
.header {
display:block;
background: #c0cf88;
border-bottom: solid 4px #573;
padding: 5px;
margin-top: 0px;
color: #573;
}
.header a {
font-size: 20px;
text-decoration: none;
}
.footer {
display: none;
background: #c0cf88;
border-top: solid 4px #573;
padding: 5px;
margin-bottom: 0px;
}
    </style>
</head>
<body>
<div id="entry">
<h1 class="header"><a href="https://kallithea-scm.org/repos/kallithea/changeset/488a411b989b6cc9a2cae7764f75ccfc9292e517">admin: drop unnecessary use of h.email_or_none when we already have an email address</a></h1>
<div id="body">
Sean Farley committed on Mon, 26 Jan 2015 21:10:24<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/488a411b989b6cc9a2cae7764f75ccfc9292e517">488a411b</a><pre>admin: drop unnecessary use of h.email_or_none when we already have an email address

 M kallithea/templates/admin/gists/edit.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/gists/index.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/gists/new.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/notifications/notifications_data.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/notifications/show_notification.html (1 lines added, 1 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html>
  <head>
    <style type="text/css">
h1 {
font: 12pt Roboto, "DejaVu Sans", Arial;
}
body {
font: 12pt Roboto, "DejaVu Sans", Arial;
margin-left: 5px;
margin-right: 5px;
}
a:link {
font-weight: bold;
color: #573;
}
blockquote {
font: 10pt monospace;
}
.header {
display:block;
background: #c0cf88;
border-bottom: solid 4px #573;
padding: 5px;
margin-top: 0px;
color: #573;
}
.header a {
font-size: 20px;
text-decoration: none;
}
.footer {
display: none;
background: #c0cf88;
border-top: solid 4px #573;
padding: 5px;
margin-bottom: 0px;
}
    </style>
</head>
<body>
<div id="entry">
<h1 class="header"><a href="https://kallithea-scm.org/repos/kallithea/changeset/e41cf0859636d495449af83102c227c456dbbb57">helpers: add gravatar method for easy retina refactoring</a></h1>
<div id="body">
Sean Farley committed on Thu, 22 Jan 2015 03:21:51<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/e41cf0859636d495449af83102c227c456dbbb57">e41cf085</a><pre>helpers: add gravatar method for easy retina refactoring

 M kallithea/lib/helpers.py (16 lines added, 0 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html>
  <head>
    <style type="text/css">
h1 {
font: 12pt Roboto, "DejaVu Sans", Arial;
}
body {
font: 12pt Roboto, "DejaVu Sans", Arial;
margin-left: 5px;
margin-right: 5px;
}
a:link {
font-weight: bold;
color: #573;
}
blockquote {
font: 10pt monospace;
}
.header {
display:block;
background: #c0cf88;
border-bottom: solid 4px #573;
padding: 5px;
margin-top: 0px;
color: #573;
}
.header a {
font-size: 20px;
text-decoration: none;
}
.footer {
display: none;
background: #c0cf88;
border-top: solid 4px #573;
padding: 5px;
margin-bottom: 0px;
}
    </style>
</head>
<body>
<div id="entry">
<h1 class="header"><a href="https://kallithea-scm.org/repos/kallithea/changeset/83087ae63bd627294b1cc98476c09aa0ab9b6a38">gravatar: use helper method to generate retina img tag</a></h1>
<div id="body">
Sean Farley committed on Sun, 16 Nov 2014 07:42:24<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/83087ae63bd627294b1cc98476c09aa0ab9b6a38">83087ae6</a><pre>gravatar: use helper method to generate retina img tag

 M kallithea/templates/admin/gists/edit.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/gists/index.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/gists/new.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/gists/show.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/my_account/my_account.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/my_account/my_account_emails.html (2 lines added, 2 lines removed)
 M kallithea/templates/admin/my_account/my_account_profile.html (3 lines added, 1 lines removed)
 M kallithea/templates/admin/notifications/notifications_data.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/notifications/show_notification.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/repo_groups/repo_group_edit_perms.html (2 lines added, 2 lines removed)
 M kallithea/templates/admin/repos/repo_edit_permissions.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/user_groups/user_group_edit_members.html (3 lines added, 1 lines removed)
 M kallithea/templates/admin/user_groups/user_group_edit_perms.html (2 lines added, 2 lines removed)
 M kallithea/templates/admin/users/user_edit.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/users/user_edit_emails.html (2 lines added, 2 lines removed)
 M kallithea/templates/admin/users/user_edit_profile.html (1 lines added, 1 lines removed)
 M kallithea/templates/base/base.html (4 lines added, 2 lines removed)
 M kallithea/templates/changelog/changelog.html (1 lines added, 1 lines removed)
 M kallithea/templates/changeset/changeset.html (1 lines added, 1 lines removed)
 M kallithea/templates/changeset/changeset_file_comment.html (3 lines added, 1 lines removed)
 M kallithea/templates/changeset/changeset_range.html (2 lines added, 2 lines removed)
 M kallithea/templates/compare/compare_cs.html (1 lines added, 1 lines removed)
 M kallithea/templates/data_table/_dt_elements.html (1 lines added, 1 lines removed)
 M kallithea/templates/files/files_history_box.html (3 lines added, 1 lines removed)
 M kallithea/templates/files/files_source.html (1 lines added, 1 lines removed)
 M kallithea/templates/followers/followers_data.html (1 lines added, 1 lines removed)
 M kallithea/templates/forks/forks_data.html (1 lines added, 1 lines removed)
 M kallithea/templates/journal/journal_data.html (2 lines added, 2 lines removed)
 M kallithea/templates/pullrequests/pullrequest_show.html (4 lines added, 2 lines removed)
 M kallithea/templates/search/search_commit.html (1 lines added, 1 lines removed)
 M kallithea/templates/summary/summary.html (1 lines added, 1 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html>
  <head>
    <style type="text/css">
h1 {
font: 12pt Roboto, "DejaVu Sans", Arial;
}
body {
font: 12pt Roboto, "DejaVu Sans", Arial;
margin-left: 5px;
margin-right: 5px;
}
a:link {
font-weight: bold;
color: #573;
}
blockquote {
font: 10pt monospace;
}
.header {
display:block;
background: #c0cf88;
border-bottom: solid 4px #573;
padding: 5px;
margin-top: 0px;
color: #573;
}
.header a {
font-size: 20px;
text-decoration: none;
}
.footer {
display: none;
background: #c0cf88;
border-top: solid 4px #573;
padding: 5px;
margin-bottom: 0px;
}
    </style>
</head>
<body>
<div id="entry">
<h1 class="header"><a href="https://kallithea-scm.org/repos/kallithea/changeset/315e8a847e2e98a133ba32726738e1d35ff83483">gravatar: use font awesome icons  This changes gravatar_url to return an empty string (meaning use an icon) instead of returning a default image. Since this ...</a></h1>
<div id="body">
Sean Farley committed on Wed, 03 Sep 2014 00:35:49<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/315e8a847e2e98a133ba32726738e1d35ff83483">315e8a84</a><pre>gravatar: use font awesome icons

This changes gravatar_url to return an empty string (meaning use an icon)
instead of returning a default image. Since this was a structural change, the
changeset is fairly large.

 M kallithea/controllers/pullrequests.py (2 lines added, 1 lines removed)
 M kallithea/lib/helpers.py (5 lines added, 3 lines removed)
 M kallithea/model/repo.py (2 lines added, 1 lines removed)
 D kallithea/public/images/icons/group.png (0 lines added, 0 lines removed)
 M kallithea/public/js/base.js (40 lines added, 25 lines removed)
 M kallithea/templates/admin/repo_groups/repo_group_edit_perms.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/repos/repo_edit_permissions.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/user_groups/user_group_edit_perms.html (1 lines added, 1 lines removed)
 M kallithea/templates/pullrequests/pullrequest.html (2 lines added, 2 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html>
  <head>
    <style type="text/css">
h1 {
font: 12pt Roboto, "DejaVu Sans", Arial;
}
body {
font: 12pt Roboto, "DejaVu Sans", Arial;
margin-left: 5px;
margin-right: 5px;
}
a:link {
font-weight: bold;
color: #573;
}
blockquote {
font: 10pt monospace;
}
.header {
display:block;
background: #c0cf88;
border-bottom: solid 4px #573;
padding: 5px;
margin-top: 0px;
color: #573;
}
.header a {
font-size: 20px;
text-decoration: none;
}
.footer {
display: none;
background: #c0cf88;
border-top: solid 4px #573;
padding: 5px;
margin-bottom: 0px;
}
    </style>
</head>
<body>
<div id="entry">
<h1 class="header"><a href="https://kallithea-scm.org/repos/kallithea/changeset/517705a0f92a84b888ab4ec9c21cd2957fc3734f">users: use gravatar method from helpers instead of user_gravatar  Now that we have a gravatar method that returns an element instead of an url, we can use th...</a></h1>
<div id="body">
Sean Farley committed on Tue, 02 Sep 2014 14:44:53<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/517705a0f92a84b888ab4ec9c21cd2957fc3734f">517705a0</a><pre>users: use gravatar method from helpers instead of user_gravatar

Now that we have a gravatar method that returns an element instead of an url,
we can use that directly.

 M kallithea/controllers/admin/users.py (2 lines added, 4 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html>
  <head>
    <style type="text/css">
h1 {
font: 12pt Roboto, "DejaVu Sans", Arial;
}
body {
font: 12pt Roboto, "DejaVu Sans", Arial;
margin-left: 5px;
margin-right: 5px;
}
a:link {
font-weight: bold;
color: #573;
}
blockquote {
font: 10pt monospace;
}
.header {
display:block;
background: #c0cf88;
border-bottom: solid 4px #573;
padding: 5px;
margin-top: 0px;
color: #573;
}
.header a {
font-size: 20px;
text-decoration: none;
}
.footer {
display: none;
background: #c0cf88;
border-top: solid 4px #573;
padding: 5px;
margin-bottom: 0px;
}
    </style>
</head>
<body>
<div id="entry">
<h1 class="header"><a href="https://kallithea-scm.org/repos/kallithea/changeset/09e0e0fdc828a6c3ad957ed37c7fd7a5b9ab800a">_dt_elements: remove unused user_gravatar def</a></h1>
<div id="body">
Sean Farley committed on Tue, 02 Sep 2014 14:45:57<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/09e0e0fdc828a6c3ad957ed37c7fd7a5b9ab800a">09e0e0fd</a><pre>_dt_elements: remove unused user_gravatar def

 M kallithea/templates/data_table/_dt_elements.html (0 lines added, 4 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html>
  <head>
    <style type="text/css">
h1 {
font: 12pt Roboto, "DejaVu Sans", Arial;
}
body {
font: 12pt Roboto, "DejaVu Sans", Arial;
margin-left: 5px;
margin-right: 5px;
}
a:link {
font-weight: bold;
color: #573;
}
blockquote {
font: 10pt monospace;
}
.header {
display:block;
background: #c0cf88;
border-bottom: solid 4px #573;
padding: 5px;
margin-top: 0px;
color: #573;
}
.header a {
font-size: 20px;
text-decoration: none;
}
.footer {
display: none;
background: #c0cf88;
border-top: solid 4px #573;
padding: 5px;
margin-bottom: 0px;
}
    </style>
</head>
<body>
<div id="entry">
<h1 class="header"><a href="https://kallithea-scm.org/repos/kallithea/changeset/a698e8f3bed7589e92b126ab09723bdbfdf61619">user.png: remove unused icons</a></h1>
<div id="body">
Sean Farley committed on Tue, 22 Jul 2014 01:12:38<br />branch: default<br />tag: tip<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/a698e8f3bed7589e92b126ab09723bdbfdf61619">a698e8f3</a><pre>user.png: remove unused icons

 D kallithea/public/images/user14.png (0 lines added, 0 lines removed)
 D kallithea/public/images/user16.png (0 lines added, 0 lines removed)
 D kallithea/public/images/user20.png (0 lines added, 0 lines removed)
 D kallithea/public/images/user24.png (0 lines added, 0 lines removed)
 D kallithea/public/images/user30.png (0 lines added, 0 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>