# HG changeset patch # User Marcin Kuzminski # Date 1361407995 -3600 # Node ID f74be33590442e1fd6b7e968d143348a733f7769 # Parent f282c81ff53246220a160f5bcadfbf8f100ba714 unified breadcrumbs display diff -r f282c81ff532 -r f74be3359044 rhodecode/templates/admin/defaults/defaults.html --- a/rhodecode/templates/admin/defaults/defaults.html Thu Feb 21 00:41:48 2013 +0100 +++ b/rhodecode/templates/admin/defaults/defaults.html Thu Feb 21 01:53:15 2013 +0100 @@ -8,7 +8,7 @@ <%def name="breadcrumbs_links()"> ${h.link_to(_('Admin'),h.url('admin_home'))} » - ${_('Defaults')} + ${_('defaults')} <%def name="page_nav()"> diff -r f282c81ff532 -r f74be3359044 rhodecode/templates/admin/ldap/ldap.html --- a/rhodecode/templates/admin/ldap/ldap.html Thu Feb 21 00:41:48 2013 +0100 +++ b/rhodecode/templates/admin/ldap/ldap.html Thu Feb 21 01:53:15 2013 +0100 @@ -8,7 +8,7 @@ <%def name="breadcrumbs_links()"> ${h.link_to(_('Admin'),h.url('admin_home'))} » - ${_('Ldap')} + ${_('ldap')} <%def name="page_nav()"> diff -r f282c81ff532 -r f74be3359044 rhodecode/templates/admin/permissions/permissions.html --- a/rhodecode/templates/admin/permissions/permissions.html Thu Feb 21 00:41:48 2013 +0100 +++ b/rhodecode/templates/admin/permissions/permissions.html Thu Feb 21 01:53:15 2013 +0100 @@ -8,7 +8,7 @@ <%def name="breadcrumbs_links()"> ${h.link_to(_('Admin'),h.url('admin_home'))} » - ${_('Permissions')} + ${_('permissions')} <%def name="page_nav()"> diff -r f282c81ff532 -r f74be3359044 rhodecode/templates/admin/repos/repo_edit.html --- a/rhodecode/templates/admin/repos/repo_edit.html Thu Feb 21 00:41:48 2013 +0100 +++ b/rhodecode/templates/admin/repos/repo_edit.html Thu Feb 21 01:53:15 2013 +0100 @@ -8,7 +8,7 @@ <%def name="breadcrumbs_links()"> ${h.link_to(_(u'Home'),h.url('/'))} » - ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))} + ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)} » ${_('edit')} diff -r f282c81ff532 -r f74be3359044 rhodecode/templates/admin/repos_groups/repos_groups_show.html --- a/rhodecode/templates/admin/repos_groups/repos_groups_show.html Thu Feb 21 00:41:48 2013 +0100 +++ b/rhodecode/templates/admin/repos_groups/repos_groups_show.html Thu Feb 21 01:53:15 2013 +0100 @@ -7,7 +7,9 @@ <%def name="breadcrumbs_links()"> - ${h.link_to(_('Admin'),h.url('admin_home'))} » ${_('Repositories')} + ${h.link_to(_('Admin'),h.url('admin_home'))} + » + ${_('repositories groups')} <%def name="page_nav()"> ${self.menu('admin')} diff -r f282c81ff532 -r f74be3359044 rhodecode/templates/admin/settings/settings.html --- a/rhodecode/templates/admin/settings/settings.html Thu Feb 21 00:41:48 2013 +0100 +++ b/rhodecode/templates/admin/settings/settings.html Thu Feb 21 01:53:15 2013 +0100 @@ -6,7 +6,9 @@ <%def name="breadcrumbs_links()"> - ${h.link_to(_('Admin'),h.url('admin_home'))} » ${_('Settings')} + ${h.link_to(_('Admin'),h.url('admin_home'))} + » + ${_('settings')} <%def name="page_nav()"> diff -r f282c81ff532 -r f74be3359044 rhodecode/templates/admin/users_groups/users_groups.html --- a/rhodecode/templates/admin/users_groups/users_groups.html Thu Feb 21 00:41:48 2013 +0100 +++ b/rhodecode/templates/admin/users_groups/users_groups.html Thu Feb 21 01:53:15 2013 +0100 @@ -6,7 +6,9 @@ <%def name="breadcrumbs_links()"> - ${h.link_to(_('Admin'),h.url('admin_home'))} » ${_('Users groups')} + ${h.link_to(_('Admin'),h.url('admin_home'))} + » + ${_('users groups')} <%def name="page_nav()"> diff -r f282c81ff532 -r f74be3359044 rhodecode/templates/bookmarks/bookmarks.html --- a/rhodecode/templates/bookmarks/bookmarks.html Thu Feb 21 00:41:48 2013 +0100 +++ b/rhodecode/templates/bookmarks/bookmarks.html Thu Feb 21 01:53:15 2013 +0100 @@ -10,7 +10,7 @@ ${h.link_to(_(u'Home'),h.url('/'))} » - ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))} + ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)} » ${_('bookmarks')} diff -r f282c81ff532 -r f74be3359044 rhodecode/templates/branches/branches.html --- a/rhodecode/templates/branches/branches.html Thu Feb 21 00:41:48 2013 +0100 +++ b/rhodecode/templates/branches/branches.html Thu Feb 21 01:53:15 2013 +0100 @@ -9,7 +9,7 @@ ${h.link_to(_(u'Home'),h.url('/'))} » - ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))} + ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)} » ${_('branches')} diff -r f282c81ff532 -r f74be3359044 rhodecode/templates/changelog/changelog.html --- a/rhodecode/templates/changelog/changelog.html Thu Feb 21 00:41:48 2013 +0100 +++ b/rhodecode/templates/changelog/changelog.html Thu Feb 21 01:53:15 2013 +0100 @@ -9,10 +9,10 @@ <%def name="breadcrumbs_links()"> ${h.link_to(_(u'Home'),h.url('/'))} » - ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))} + ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)} » <% size = c.size if c.size <= c.total_cs else c.total_cs %> - ${_('Changelog')} - ${ungettext('showing %d out of %d revision', 'showing %d out of %d revisions', size) % (size, c.total_cs)} + ${_('changelog')} - ${ungettext('showing %d out of %d revision', 'showing %d out of %d revisions', size) % (size, c.total_cs)} <%def name="page_nav()"> diff -r f282c81ff532 -r f74be3359044 rhodecode/templates/changeset/changeset.html --- a/rhodecode/templates/changeset/changeset.html Thu Feb 21 00:41:48 2013 +0100 +++ b/rhodecode/templates/changeset/changeset.html Thu Feb 21 01:53:15 2013 +0100 @@ -9,9 +9,9 @@ <%def name="breadcrumbs_links()"> ${h.link_to(_(u'Home'),h.url('/'))} » - ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))} + ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)} » - ${_('Changeset')} - r${c.changeset.revision}:${h.short_id(c.changeset.raw_id)} + ${_('changeset')} - r${c.changeset.revision}:${h.short_id(c.changeset.raw_id)} <%def name="page_nav()"> diff -r f282c81ff532 -r f74be3359044 rhodecode/templates/compare/compare_diff.html --- a/rhodecode/templates/compare/compare_diff.html Thu Feb 21 00:41:48 2013 +0100 +++ b/rhodecode/templates/compare/compare_diff.html Thu Feb 21 01:53:15 2013 +0100 @@ -8,9 +8,9 @@ <%def name="breadcrumbs_links()"> ${h.link_to(_(u'Home'),h.url('/'))} » - ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))} + ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)} » - ${_('Compare')} + ${_('compare')} <%def name="page_nav()"> diff -r f282c81ff532 -r f74be3359044 rhodecode/templates/files/files.html --- a/rhodecode/templates/files/files.html Thu Feb 21 00:41:48 2013 +0100 +++ b/rhodecode/templates/files/files.html Thu Feb 21 01:53:15 2013 +0100 @@ -7,7 +7,7 @@ <%def name="breadcrumbs_links()"> ${h.link_to(_(u'Home'),h.url('/'))} » - ${h.link_to(c.repo_name,h.url('files_home',repo_name=c.repo_name))} + ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)} » ${_('files')} %if c.file: diff -r f282c81ff532 -r f74be3359044 rhodecode/templates/followers/followers.html --- a/rhodecode/templates/followers/followers.html Thu Feb 21 00:41:48 2013 +0100 +++ b/rhodecode/templates/followers/followers.html Thu Feb 21 01:53:15 2013 +0100 @@ -8,7 +8,7 @@ <%def name="breadcrumbs_links()"> ${h.link_to(_(u'Home'),h.url('/'))} » - ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))} + ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)} » ${_('followers')} diff -r f282c81ff532 -r f74be3359044 rhodecode/templates/forks/fork.html --- a/rhodecode/templates/forks/fork.html Thu Feb 21 00:41:48 2013 +0100 +++ b/rhodecode/templates/forks/fork.html Thu Feb 21 01:53:15 2013 +0100 @@ -8,7 +8,7 @@ <%def name="breadcrumbs_links()"> ${h.link_to(_(u'Home'),h.url('/'))} » - ${h.link_to(c.repo_info.repo_name,h.url('summary_home',repo_name=c.repo_info.repo_name))} + ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)} » ${_('fork')} diff -r f282c81ff532 -r f74be3359044 rhodecode/templates/forks/forks.html --- a/rhodecode/templates/forks/forks.html Thu Feb 21 00:41:48 2013 +0100 +++ b/rhodecode/templates/forks/forks.html Thu Feb 21 01:53:15 2013 +0100 @@ -8,7 +8,7 @@ <%def name="breadcrumbs_links()"> ${h.link_to(_(u'Home'),h.url('/'))} » - ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))} + ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)} » ${_('forks')} diff -r f282c81ff532 -r f74be3359044 rhodecode/templates/pullrequests/pullrequest.html --- a/rhodecode/templates/pullrequests/pullrequest.html Thu Feb 21 00:41:48 2013 +0100 +++ b/rhodecode/templates/pullrequests/pullrequest.html Thu Feb 21 01:53:15 2013 +0100 @@ -7,9 +7,9 @@ <%def name="breadcrumbs_links()"> ${h.link_to(_(u'Home'),h.url('/'))} » - ${h.link_to(c.repo_name,h.url('changelog_home',repo_name=c.repo_name))} + ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)} » - ${_('New pull request')} + ${_('new pull request')} <%def name="main()"> diff -r f282c81ff532 -r f74be3359044 rhodecode/templates/pullrequests/pullrequest_show_all.html --- a/rhodecode/templates/pullrequests/pullrequest_show_all.html Thu Feb 21 00:41:48 2013 +0100 +++ b/rhodecode/templates/pullrequests/pullrequest_show_all.html Thu Feb 21 01:53:15 2013 +0100 @@ -7,9 +7,9 @@ <%def name="breadcrumbs_links()"> ${h.link_to(_(u'Home'),h.url('/'))} » - ${h.link_to(c.repo_name,h.url('changelog_home',repo_name=c.repo_name))} + ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)} » - ${_('All pull requests')} + ${_('pull requests')} <%def name="main()"> diff -r f282c81ff532 -r f74be3359044 rhodecode/templates/search/search.html --- a/rhodecode/templates/search/search.html Thu Feb 21 00:41:48 2013 +0100 +++ b/rhodecode/templates/search/search.html Thu Feb 21 01:53:15 2013 +0100 @@ -13,11 +13,11 @@ %if c.repo_name: ${h.link_to(_(u'Home'),h.url('/'))} » - ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))} + ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)} » - ${_('Search')} + ${_('search')} %else: - ${_('Search in all repositories')} + ${_('search in all repositories')} %endif %if c.cur_query: » diff -r f282c81ff532 -r f74be3359044 rhodecode/templates/shortlog/shortlog.html --- a/rhodecode/templates/shortlog/shortlog.html Thu Feb 21 00:41:48 2013 +0100 +++ b/rhodecode/templates/shortlog/shortlog.html Thu Feb 21 01:53:15 2013 +0100 @@ -9,7 +9,7 @@ <%def name="breadcrumbs_links()"> ${h.link_to(_(u'Home'),h.url('/'))} » - ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))} + ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)} » %if c.file_history: ${h.link_to(_('shortlog'),h.url('shortlog_home',repo_name=c.repo_name))} diff -r f282c81ff532 -r f74be3359044 rhodecode/templates/summary/summary.html --- a/rhodecode/templates/summary/summary.html Thu Feb 21 00:41:48 2013 +0100 +++ b/rhodecode/templates/summary/summary.html Thu Feb 21 01:53:15 2013 +0100 @@ -7,7 +7,7 @@ <%def name="breadcrumbs_links()"> ${h.link_to(_(u'Home'),h.url('/'))} » - ${h.repo_link(c.dbrepo.groups_and_repo)} + ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)} » ${_('summary')} diff -r f282c81ff532 -r f74be3359044 rhodecode/templates/tags/tags.html --- a/rhodecode/templates/tags/tags.html Thu Feb 21 00:41:48 2013 +0100 +++ b/rhodecode/templates/tags/tags.html Thu Feb 21 01:53:15 2013 +0100 @@ -10,7 +10,7 @@ ${h.link_to(_(u'Home'),h.url('/'))} » - ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))} + ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)} » ${_('tags')}