# HG changeset patch # User Benoit Boissinot # Date 1153961869 -7200 # Node ID aa7ddbc1262c7e9a19c6e4d04b9e3392b105e3b3 # Parent 2edfd6644a9f17cadf673504f01bb4ea4aaddafb# Parent 46b19175fec640de2404c6c2ebb7c5501674a9aa merge with gitweb diff -r 2edfd6644a9f -r aa7ddbc1262c templates/changelog.tmpl --- a/templates/changelog.tmpl Thu Jul 27 02:37:04 2006 +0200 +++ b/templates/changelog.tmpl Thu Jul 27 02:57:49 2006 +0200 @@ -6,6 +6,7 @@
+shortlog tags manifest #archives%archiveentry# diff -r 2edfd6644a9f -r aa7ddbc1262c templates/changeset.tmpl --- a/templates/changeset.tmpl Thu Jul 27 02:37:04 2006 +0200 +++ b/templates/changeset.tmpl Thu Jul 27 02:57:49 2006 +0200 @@ -5,6 +5,7 @@
changelog +shortlog tags manifest raw diff -r 2edfd6644a9f -r aa7ddbc1262c templates/fileannotate.tmpl --- a/templates/fileannotate.tmpl Thu Jul 27 02:37:04 2006 +0200 +++ b/templates/fileannotate.tmpl Thu Jul 27 02:57:49 2006 +0200 @@ -5,6 +5,7 @@
changelog +shortlog tags changeset manifest diff -r 2edfd6644a9f -r aa7ddbc1262c templates/filediff.tmpl --- a/templates/filediff.tmpl Thu Jul 27 02:37:04 2006 +0200 +++ b/templates/filediff.tmpl Thu Jul 27 02:57:49 2006 +0200 @@ -5,6 +5,7 @@
changelog +shortlog tags changeset file diff -r 2edfd6644a9f -r aa7ddbc1262c templates/filelog.tmpl --- a/templates/filelog.tmpl Thu Jul 27 02:37:04 2006 +0200 +++ b/templates/filelog.tmpl Thu Jul 27 02:57:49 2006 +0200 @@ -8,6 +8,7 @@
changelog +shortlog tags file annotate diff -r 2edfd6644a9f -r aa7ddbc1262c templates/filerevision.tmpl --- a/templates/filerevision.tmpl Thu Jul 27 02:37:04 2006 +0200 +++ b/templates/filerevision.tmpl Thu Jul 27 02:57:49 2006 +0200 @@ -5,6 +5,7 @@
changelog +shortlog tags changeset manifest diff -r 2edfd6644a9f -r aa7ddbc1262c templates/manifest.tmpl --- a/templates/manifest.tmpl Thu Jul 27 02:37:04 2006 +0200 +++ b/templates/manifest.tmpl Thu Jul 27 02:57:49 2006 +0200 @@ -5,6 +5,7 @@
changelog +shortlog tags changeset #archives%archiveentry# diff -r 2edfd6644a9f -r aa7ddbc1262c templates/map --- a/templates/map Thu Jul 27 02:37:04 2006 +0200 +++ b/templates/map Thu Jul 27 02:57:49 2006 +0200 @@ -3,7 +3,10 @@ footer = footer.tmpl search = search.tmpl changelog = changelog.tmpl +shortlog = shortlog.tmpl +shortlogentry = shortlogentry.tmpl naventry = '#label|escape# ' +navshortentry = '#label|escape# ' filedifflink = '#file|escape# ' filenodelink = '#file|escape# ' fileellipses = '...' diff -r 2edfd6644a9f -r aa7ddbc1262c templates/search.tmpl --- a/templates/search.tmpl Thu Jul 27 02:37:04 2006 +0200 +++ b/templates/search.tmpl Thu Jul 27 02:57:49 2006 +0200 @@ -5,6 +5,7 @@ diff -r 2edfd6644a9f -r aa7ddbc1262c templates/shortlog.tmpl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/shortlog.tmpl Thu Jul 27 02:57:49 2006 +0200 @@ -0,0 +1,38 @@ +#header# +#repo|escape#: shortlog + + + + +
+changelog +tags +manifest +#archives%archiveentry# +rss +
+ +

shortlog for #repo|escape#

+ +
+

+ + + +navigate: #changenav%navshortentry# +

+
+ +#entries%shortlogentry# + +
+

+ + + +navigate: #changenav%navshortentry# +

+
+ +#footer# diff -r 2edfd6644a9f -r aa7ddbc1262c templates/shortlogentry.tmpl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/shortlogentry.tmpl Thu Jul 27 02:57:49 2006 +0200 @@ -0,0 +1,7 @@ + + + + + + +
#date|age##author|obfuscate##desc|strip|firstline|escape#
diff -r 2edfd6644a9f -r aa7ddbc1262c templates/static/style.css --- a/templates/static/style.css Thu Jul 27 02:37:04 2006 +0200 +++ b/templates/static/style.css Thu Jul 27 02:57:49 2006 +0200 @@ -57,6 +57,12 @@ .logEntry th.age, .logEntry th.firstline { font-weight: bold; } .logEntry th.firstline { text-align: left; width: inherit; } +/* Shortlog entries */ +.slogEntry { width: 100%; font-size: smaller; } +.slogEntry .age { width: 7%; } +.slogEntry td { font-weight: normal; text-align: left; vertical-align: top; } +.slogEntry td.author { width: 35%; } + /* Tag entries */ #tagEntries { list-style: none; margin: 0; padding: 0; } #tagEntries .tagEntry { list-style: none; margin: 0; padding: 0; } diff -r 2edfd6644a9f -r aa7ddbc1262c templates/tags.tmpl --- a/templates/tags.tmpl Thu Jul 27 02:37:04 2006 +0200 +++ b/templates/tags.tmpl Thu Jul 27 02:57:49 2006 +0200 @@ -7,6 +7,7 @@