# HG changeset patch # User Mads Kiilerich # Date 2015-04-28 16:46:26 # Node ID 26cbd84f0493d70a22e40bf25f195b20ed50aba9 # Parent 6c631f531a060d9c3c3d4faab09b402c720f1efa # Parent 2881dd265f21721f57a55c63e56da21b33c74962 Merge stable diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -4973,16 +4973,16 @@ table.code-difftable .del .code pre:befo 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 --git a/kallithea/templates/changelog/changelog_summary_data.html b/kallithea/templates/changelog/changelog_summary_data.html --- a/kallithea/templates/changelog/changelog_summary_data.html +++ b/kallithea/templates/changelog/changelog_summary_data.html @@ -72,16 +72,6 @@ - -
${c.repo_changesets.pager('$link_previous ~2~ $link_next')}
diff --git a/kallithea/templates/changeset/changeset_file_comment.html b/kallithea/templates/changeset/changeset_file_comment.html --- a/kallithea/templates/changeset/changeset_file_comment.html +++ b/kallithea/templates/changeset/changeset_file_comment.html @@ -245,7 +245,7 @@ $(document).ready(function () { } 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 --git a/kallithea/templates/followers/followers.html b/kallithea/templates/followers/followers.html --- a/kallithea/templates/followers/followers.html +++ b/kallithea/templates/followers/followers.html @@ -12,6 +12,7 @@ <%block name="header_menu"> ${self.menu('repositories')} + <%def name="main()"> ${self.repo_context_bar('followers')}
@@ -26,4 +27,17 @@ ${self.repo_context_bar('followers')}
+ diff --git a/kallithea/templates/followers/followers_data.html b/kallithea/templates/followers/followers_data.html --- a/kallithea/templates/followers/followers_data.html +++ b/kallithea/templates/followers/followers_data.html @@ -16,18 +16,5 @@ % endfor
- ${c.followers_pager.pager('$link_previous ~2~ $link_next')}
diff --git a/kallithea/templates/forks/forks.html b/kallithea/templates/forks/forks.html --- a/kallithea/templates/forks/forks.html +++ b/kallithea/templates/forks/forks.html @@ -27,4 +27,17 @@ ${self.repo_context_bar('showforks')} + diff --git a/kallithea/templates/forks/forks_data.html b/kallithea/templates/forks/forks_data.html --- a/kallithea/templates/forks/forks_data.html +++ b/kallithea/templates/forks/forks_data.html @@ -24,19 +24,6 @@ % endfor
- ${c.forks_pager.pager('$link_previous ~2~ $link_next')}
% else: diff --git a/kallithea/templates/journal/journal.html b/kallithea/templates/journal/journal.html --- a/kallithea/templates/journal/journal.html +++ b/kallithea/templates/journal/journal.html @@ -70,7 +70,7 @@ - + + + diff --git a/kallithea/templates/journal/journal_data.html b/kallithea/templates/journal/journal_data.html --- a/kallithea/templates/journal/journal_data.html +++ b/kallithea/templates/journal/journal_data.html @@ -38,24 +38,6 @@
${c.journal_pager.pager('$link_previous ~2~ $link_next')}
- %else:
${_('No entries yet')} diff --git a/kallithea/templates/summary/summary.html b/kallithea/templates/summary/summary.html --- a/kallithea/templates/summary/summary.html +++ b/kallithea/templates/summary/summary.html @@ -397,4 +397,15 @@ $(document).ready(function(){ %endif +## Shortlog paging + +