Mercurial > public > mercurial-scm > hg
comparison tests/test-hgweb-commands.t @ 23377:c00b156d6e76 stable
templates: fix broken "less" & "more" links in paper style (issue4460)
"/search", which is an invalid command in hgweb, was mistakenly used for
"[show] more [revsets]" and "[show] less [revsets]" links on search page in
templates "paper" (and those which inherit paper, such as coal) before and
worked fine until 6e1fbcb18a75, which made hgweb more strict about invalid
commands.
author | Anton Shestakov <engored@ya.ru> |
---|---|
date | Fri, 21 Nov 2014 13:58:49 +0800 |
parents | a4dd270a419c |
children | bd5dbb8a05c8 |
comparison
equal
deleted
inserted
replaced
23376:2e65da5f80df | 23377:c00b156d6e76 |
---|---|
1005 <div id="hint">Find changesets by keywords (author, files, the commit message), revision | 1005 <div id="hint">Find changesets by keywords (author, files, the commit message), revision |
1006 number or hash, or <a href="/help/revsets">revset expression</a>.</div> | 1006 number or hash, or <a href="/help/revsets">revset expression</a>.</div> |
1007 </form> | 1007 </form> |
1008 | 1008 |
1009 <div class="navigate"> | 1009 <div class="navigate"> |
1010 <a href="/search/?rev=base&revcount=5">less</a> | 1010 <a href="/log?rev=base&revcount=5">less</a> |
1011 <a href="/search/?rev=base&revcount=20">more</a> | 1011 <a href="/log?rev=base&revcount=20">more</a> |
1012 </div> | 1012 </div> |
1013 | 1013 |
1014 <table class="bigtable"> | 1014 <table class="bigtable"> |
1015 <tr> | 1015 <tr> |
1016 <th class="age">age</th> | 1016 <th class="age">age</th> |
1026 | 1026 |
1027 </tbody> | 1027 </tbody> |
1028 </table> | 1028 </table> |
1029 | 1029 |
1030 <div class="navigate"> | 1030 <div class="navigate"> |
1031 <a href="/search/?rev=base&revcount=5">less</a> | 1031 <a href="/log?rev=base&revcount=5">less</a> |
1032 <a href="/search/?rev=base&revcount=20">more</a> | 1032 <a href="/log?rev=base&revcount=20">more</a> |
1033 </div> | 1033 </div> |
1034 | 1034 |
1035 </div> | 1035 </div> |
1036 </div> | 1036 </div> |
1037 | 1037 |