sapling/mercurial/templates/paper
Denis Laxalde 996bd4af95 hgweb: handle a "linerange" request parameter in filelog command
We now handle a "linerange" URL query parameter to filter filelog using
a logic similar to followlines() revset.
The URL syntax is: log/<rev>/<file>?linerange=<fromline>:<toline>
As a result, filelog entries only consists of revision changing specified
line range.

The linerange information is propagated to "more"/"less" navigation links but
not to numeric navigation links as this would apparently require a dedicated
"revnav" class.

Only update the "paper" template in this patch.
2017-01-19 17:41:00 +01:00
..
bookmarks.tmpl hgweb: replace implicit <tbody> with explicit <thead> where appropriate 2015-02-06 15:52:55 +08:00
branches.tmpl hgweb: replace implicit <tbody> with explicit <thead> where appropriate 2015-02-06 15:52:55 +08:00
changeset.tmpl hgweb: link to revision by node hash in paper & coal 2015-06-18 17:06:18 +08:00
diffstat.tmpl hgweb: make stripes in diffstat with CSS 2013-07-13 18:06:57 +04:00
error.tmpl paper: define searchhint message in map file and use it in other templates 2013-07-25 01:12:25 +04:00
fileannotate.tmpl hgweb: link to raw-file on annotation page (BC) 2016-12-28 15:48:17 -07:00
filecomparison.tmpl hgweb: link to revision by node hash in paper & coal 2015-06-18 17:06:18 +08:00
filediff.tmpl hgweb: link to revision by node hash in paper & coal 2015-06-18 17:06:18 +08:00
filelog.tmpl hgweb: handle a "linerange" request parameter in filelog command 2017-01-19 17:41:00 +01:00
filelogentry.tmpl hgweb: add a "patch" query parameter to filelog command 2017-03-13 10:41:13 +01:00
filerevision.tmpl hgweb: replace .sourcelast with .bottomline that does the same 2015-09-14 18:41:09 +08:00
footer.tmpl hgweb: call process_dates() via DOM event listener 2017-01-10 20:47:48 -08:00
graph.tmpl hgweb: support Content Security Policy 2017-01-10 23:37:08 -08:00
header.tmpl hgweb: urlescape all urls, HTML escape repo/tag/branch/... names 2013-02-01 20:43:35 +01:00
help.tmpl paper: define searchhint message in map file and use it in other templates 2013-07-25 01:12:25 +04:00
helptopics.tmpl hgweb: make anchor name actually match its href on help index page 2016-09-26 16:12:40 +08:00
index.tmpl hgweb: replace implicit <tbody> with explicit <thead> where appropriate 2015-02-06 15:52:55 +08:00
manifest.tmpl hgweb: link to revision by node hash in paper & coal 2015-06-18 17:06:18 +08:00
map paper: remove unused templates 2016-09-22 13:18:59 +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: put help link in paper/search.tmpl separately for consistency 2015-06-12 15:29:12 +08:00
shortlog.tmpl hgweb: support Content Security Policy 2017-01-10 23:37:08 -08:00
shortlogentry.tmpl hgweb: split some long lines in paper, gitweb and monoblue styles 2015-05-15 02:07:43 +08:00
tags.tmpl hgweb: replace implicit <tbody> with explicit <thead> where appropriate 2015-02-06 15:52:55 +08:00