# HG changeset patch # User Mads Kiilerich # Date 1430232386 -7200 # Node ID 26cbd84f0493d70a22e40bf25f195b20ed50aba9 # Parent 6c631f531a060d9c3c3d4faab09b402c720f1efa# Parent 2881dd265f21721f57a55c63e56da21b33c74962 Merge stable diff -r 6c631f531a06 -r 26cbd84f0493 kallithea/public/css/style.css --- a/kallithea/public/css/style.css Wed Apr 22 22:10:11 2015 +0200 +++ b/kallithea/public/css/style.css Tue Apr 28 16:46:26 2015 +0200 @@ -4973,16 +4973,16 @@ content: "-"; color: #550000; } - + table.code-difftable .add .code pre:before { content: "+"; color: #005500; } - + table.code-difftable .unmod .code pre:before { content: " "; } - + .add-bubble { position: relative; display: none; diff -r 6c631f531a06 -r 26cbd84f0493 kallithea/templates/changelog/changelog_summary_data.html --- a/kallithea/templates/changelog/changelog_summary_data.html Wed Apr 22 22:10:11 2015 +0200 +++ b/kallithea/templates/changelog/changelog_summary_data.html Tue Apr 28 16:46:26 2015 +0200 @@ -72,16 +72,6 @@ - -
${c.repo_changesets.pager('$link_previous ~2~ $link_next')}
diff -r 6c631f531a06 -r 26cbd84f0493 kallithea/templates/changeset/changeset_file_comment.html --- a/kallithea/templates/changeset/changeset_file_comment.html Wed Apr 22 22:10:11 2015 +0200 +++ b/kallithea/templates/changeset/changeset_file_comment.html Tue Apr 28 16:46:26 2015 +0200 @@ -245,7 +245,7 @@ } var post_data = {'text': _text}; $('#preview-box').addClass('unloaded'); - $('#preivew-box').html(_TM['Loading ...']); + $('#preview-box').html(_TM['Loading ...']); $('#edit-container').hide(); $('#edit-btn').show(); $('#preview-container').show(); diff -r 6c631f531a06 -r 26cbd84f0493 kallithea/templates/followers/followers.html --- a/kallithea/templates/followers/followers.html Wed Apr 22 22:10:11 2015 +0200 +++ b/kallithea/templates/followers/followers.html Tue Apr 28 16:46:26 2015 +0200 @@ -12,6 +12,7 @@ <%block name="header_menu"> ${self.menu('repositories')} + <%def name="main()"> ${self.repo_context_bar('followers')}
@@ -26,4 +27,17 @@
+ diff -r 6c631f531a06 -r 26cbd84f0493 kallithea/templates/followers/followers_data.html --- a/kallithea/templates/followers/followers_data.html Wed Apr 22 22:10:11 2015 +0200 +++ b/kallithea/templates/followers/followers_data.html Tue Apr 28 16:46:26 2015 +0200 @@ -16,18 +16,5 @@ % endfor
- ${c.followers_pager.pager('$link_previous ~2~ $link_next')}
diff -r 6c631f531a06 -r 26cbd84f0493 kallithea/templates/forks/forks.html --- a/kallithea/templates/forks/forks.html Wed Apr 22 22:10:11 2015 +0200 +++ b/kallithea/templates/forks/forks.html Tue Apr 28 16:46:26 2015 +0200 @@ -27,4 +27,17 @@ + diff -r 6c631f531a06 -r 26cbd84f0493 kallithea/templates/forks/forks_data.html --- a/kallithea/templates/forks/forks_data.html Wed Apr 22 22:10:11 2015 +0200 +++ b/kallithea/templates/forks/forks_data.html Tue Apr 28 16:46:26 2015 +0200 @@ -24,19 +24,6 @@ % endfor
- ${c.forks_pager.pager('$link_previous ~2~ $link_next')}
% else: diff -r 6c631f531a06 -r 26cbd84f0493 kallithea/templates/journal/journal.html --- a/kallithea/templates/journal/journal.html Wed Apr 22 22:10:11 2015 +0200 +++ b/kallithea/templates/journal/journal.html Tue Apr 28 16:46:26 2015 +0200 @@ -70,7 +70,7 @@ - + + + diff -r 6c631f531a06 -r 26cbd84f0493 kallithea/templates/journal/journal_data.html --- a/kallithea/templates/journal/journal_data.html Wed Apr 22 22:10:11 2015 +0200 +++ b/kallithea/templates/journal/journal_data.html Tue Apr 28 16:46:26 2015 +0200 @@ -38,24 +38,6 @@
${c.journal_pager.pager('$link_previous ~2~ $link_next')}
- %else:
${_('No entries yet')} diff -r 6c631f531a06 -r 26cbd84f0493 kallithea/templates/summary/summary.html --- a/kallithea/templates/summary/summary.html Wed Apr 22 22:10:11 2015 +0200 +++ b/kallithea/templates/summary/summary.html Tue Apr 28 16:46:26 2015 +0200 @@ -397,4 +397,15 @@ %endif +## Shortlog paging + +