sapling/mercurial/templates/monoblue
Anton Shestakov 22d1cd552d monoblue: provide links to branches, tags and bookmarks by name
This is adapted from 635285e0a942, that was added to paper for 3.5 release.

It adds another way to refer to branches, tags and bookmarks in urls: by name.
It's still possible to navigate to a specific changeset hash, but now you can
get more descriptive urls straight from /summary page, for example.

branchentry template (and so the whole branches table on /summary and
/branches) lost the column that had a plain changeset hash, because tags and
bookmarks don't have this column and also because there is already a way to
address branch by its changeset hash (changeset link just next to it). Maybe we
can instead bring this column with a plain changeset hash to tags and
bookmarks, but this, more terse, new look feels fine.
2015-09-26 17:24:12 +08:00
..
bookmarks.tmpl hgweb: don't point file links at tip hash where it doesn't make sense 2015-06-12 18:34:10 +08:00
branches.tmpl hgweb: don't point file links at tip hash where it doesn't make sense 2015-06-12 18:34:10 +08:00
changelog.tmpl hgweb: don't dereference symbolic revision in monoblue style 2015-06-16 13:59:49 +08:00
changelogentry.tmpl hgweb: apply the websub filter to revision descriptions 2013-02-09 16:48:21 +01:00
changeset.tmpl monoblue: port code selection without line numbers from gitweb 2015-09-23 16:02:35 +08:00
error.tmpl hgweb: don't show summary link as active on error pages in monoblue 2015-06-30 22:15:58 +08:00
fileannotate.tmpl hgweb: don't dereference symbolic revision in monoblue style 2015-06-16 13:59:49 +08:00
filecomparison.tmpl hgweb: don't dereference symbolic revision in monoblue style 2015-06-16 13:59:49 +08:00
filediff.tmpl monoblue: port code selection without line numbers from gitweb 2015-09-23 16:02:35 +08:00
filelog.tmpl hgweb: don't dereference symbolic revision in monoblue style 2015-06-16 13:59:49 +08:00
filerevision.tmpl monoblue: port code selection without line numbers from gitweb 2015-09-23 16:02:35 +08:00
footer.tmpl monoblue: remove unused elements and related css 2015-08-11 13:45:54 +08:00
graph.tmpl hgweb: don't dereference symbolic revision in monoblue style 2015-06-16 13:59:49 +08:00
header.tmpl hgweb: urlescape all urls, HTML escape repo/tag/branch/... names 2013-02-01 20:43:35 +01:00
help.tmpl monoblue: fix page subtitle on help pages 2015-09-03 22:25:16 +08:00
helptopics.tmpl monoblue: fix page subtitle on help pages 2015-09-03 22:25:16 +08:00
index.tmpl monoblue: remove unused elements and related css 2015-08-11 13:45:54 +08:00
manifest.tmpl hgweb: don't dereference symbolic revision in monoblue style 2015-06-16 13:59:49 +08:00
map monoblue: provide links to branches, tags and bookmarks by name 2015-09-26 17:24:12 +08:00
notfound.tmpl hgweb: don't try to show repo on repo-not-found page in monoblue 2015-06-30 23:34:12 +08:00
search.tmpl hgweb: don't point file links at tip hash where it doesn't make sense 2015-06-12 18:34:10 +08:00
shortlog.tmpl hgweb: don't dereference symbolic revision in monoblue style 2015-06-16 13:59:49 +08:00
summary.tmpl monoblue: add archive links on summary page 2015-08-19 21:43:13 +08:00
tags.tmpl hgweb: don't point file links at tip hash where it doesn't make sense 2015-06-12 18:34:10 +08:00