sapling/mercurial/templates/gitweb
Anton Shestakov 2bbb11440f hgweb: show ages in repos' Last modified column in monoblue and gitweb
Index page, which shows the list of available repositories, has a column where
the last modification date for each repo is shown. paper, coal and spartan
already show the dates in relative format (e.g. "2 weeks ago"), because these
styles have the required process_dates() js function call in their footer
templates, which are included on every page. But monoblue and gitweb styles
have more things in the footer templates, such as repo name and its atom/rss
links, so they don't include the footer on index page (as this page doesn't
have a single repo context).

Let's call process_dates() without including the footer.
2015-07-26 00:11:23 +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 gitweb style 2015-06-16 14:37:53 +08:00
changelogentry.tmpl hgweb: apply the websub filter to revision descriptions 2013-02-09 16:48:21 +01:00
changeset.tmpl hgweb: link to revision by node hash in gitweb & monoblue 2015-06-18 16:14:10 +08:00
error.tmpl hgweb: don't point file links at tip hash where it doesn't make sense 2015-06-12 18:34:10 +08:00
fileannotate.tmpl hgweb: don't dereference symbolic revision in gitweb style 2015-06-16 14:37:53 +08:00
filecomparison.tmpl hgweb: don't dereference symbolic revision in gitweb style 2015-06-16 14:37:53 +08:00
filediff.tmpl hgweb: don't dereference symbolic revision in gitweb style 2015-06-16 14:37:53 +08:00
filelog.tmpl hgweb: don't dereference symbolic revision in gitweb style 2015-06-16 14:37:53 +08:00
filerevision.tmpl hgweb: don't dereference symbolic revision in gitweb style 2015-06-16 14:37:53 +08:00
footer.tmpl hgweb: urlescape all urls, HTML escape repo/tag/branch/... names 2013-02-01 20:43:35 +01:00
graph.tmpl hgweb: don't dereference symbolic revision in gitweb style 2015-06-16 14:37:53 +08:00
header.tmpl hgweb: urlescape all urls, HTML escape repo/tag/branch/... names 2013-02-01 20:43:35 +01:00
help.tmpl hgweb: fix help pages title in gitweb and monoblue 2015-06-30 23:31:19 +08:00
helptopics.tmpl hgweb: fix help pages title in gitweb and monoblue 2015-06-30 23:31:19 +08:00
index.tmpl hgweb: show ages in repos' Last modified column in monoblue and gitweb 2015-07-26 00:11:23 +08:00
manifest.tmpl hgweb: don't dereference symbolic revision in gitweb style 2015-06-16 14:37:53 +08:00
map hgweb: don't dereference symbolic revision in gitweb style 2015-06-16 14:37:53 +08:00
notfound.tmpl hgweb: urlescape all urls, HTML escape repo/tag/branch/... names 2013-02-01 20:43:35 +01: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 gitweb style 2015-06-16 14:37:53 +08:00
summary.tmpl hgweb: don't point file links at tip hash where it doesn't make sense 2015-06-12 18:34:10 +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