# HG changeset patch # User Paul Boddie # Date 1278894383 -7200 # Node ID 58a0697b7ea1bc93b903592f78bb005989c83fe5 # Parent 7b233ff06ca3fffb7fcf068bab3096a7f45f24d7 Improved linking to the shortlog, permitting the addressing of specific log entries. Added various useful navigation links. Truncated wide diffs and sources. diff -r 7b233ff06ca3 -r 58a0697b7ea1 themes/mercurialweb/changeset.tmpl --- a/themes/mercurialweb/changeset.tmpl Mon Jul 12 01:48:38 2010 +0200 +++ b/themes/mercurialweb/changeset.tmpl Mon Jul 12 02:26:23 2010 +0200 @@ -38,19 +38,20 @@ {date|age} {author|person} - files + + raw + files + shortlog + {desc|strip|escape} {branches%branchtag}{inbranch%inbranchtag}{tags%tagtag} - - {diff} - - - {files} +
{diff}
+ {footer} diff -r 7b233ff06ca3 -r 58a0697b7ea1 themes/mercurialweb/filerevision.tmpl --- a/themes/mercurialweb/filerevision.tmpl Mon Jul 12 01:48:38 2010 +0200 +++ b/themes/mercurialweb/filerevision.tmpl Mon Jul 12 02:26:23 2010 +0200 @@ -13,7 +13,7 @@ >
  • Changelog
  • Tags
  • Branches
  • Files
  • Files
  • Search  @@ -38,16 +38,17 @@ {date|age} {author|person} - changeset + + raw + files + changeset + {desc|strip|escape} {branch%branchlabel} - - -
    {text%fileline}
    - - +
    {text%fileline}
    + {footer} diff -r 7b233ff06ca3 -r 58a0697b7ea1 themes/mercurialweb/map --- a/themes/mercurialweb/map Mon Jul 12 01:48:38 2010 +0200 +++ b/themes/mercurialweb/map Mon Jul 12 02:26:23 2010 +0200 @@ -22,12 +22,12 @@ archiveentry = '{type|escape} ' branchlabel = '{name} ' -branchtag = '{name} ' +branchtag = '{name} ' changesetlink = '{rev}:{node|short} ' filerevlink = '{rev}:{node|short} ' inbranchlabel = '{name} ' -inbranchtag = '{name} ' -shortloglink = '{label|escape} ' +inbranchtag = '{name} ' +shortloglink = '{label|escape} ' tagtag = '{name} ' diffblock = '
    {lines}
    ' diff -r 7b233ff06ca3 -r 58a0697b7ea1 themes/mercurialweb/shortlogentry.tmpl --- a/themes/mercurialweb/shortlogentry.tmpl Mon Jul 12 01:48:38 2010 +0200 +++ b/themes/mercurialweb/shortlogentry.tmpl Mon Jul 12 02:26:23 2010 +0200 @@ -1,4 +1,4 @@ - + {date|age} {author|person} files diff -r 7b233ff06ca3 -r 58a0697b7ea1 themes/mercurialweb/static/style-mercurialweb.css --- a/themes/mercurialweb/static/style-mercurialweb.css Mon Jul 12 01:48:38 2010 +0200 +++ b/themes/mercurialweb/static/style-mercurialweb.css Mon Jul 12 02:26:23 2010 +0200 @@ -343,6 +343,10 @@ background-color: #eee; } +.file, .diff { + overflow: hidden; +} + .plusline { color: #090; }