Show More
@@ -1,27 +1,27 b'' | |||||
1 | default = 'changelog' |
|
1 | default = 'changelog' | |
2 | header = header.tmpl |
|
2 | header = old/header.tmpl | |
3 | footer = footer.tmpl |
|
3 | footer = footer.tmpl | |
4 | search = search.tmpl |
|
4 | search = old/search.tmpl | |
5 | changelog = changelog.tmpl |
|
5 | changelog = old/changelog.tmpl | |
6 | shortlog = shortlog.tmpl |
|
6 | shortlog = old/shortlog.tmpl | |
7 | shortlogentry = shortlogentry.tmpl |
|
7 | shortlogentry = old/shortlogentry.tmpl | |
8 | naventry = '<a href="?cl=#rev#">#label|escape#</a> ' |
|
8 | naventry = '<a href="?cl=#rev#">#label|escape#</a> ' | |
9 | navshortentry = '<a href="?sl=#rev#">#label|escape#</a> ' |
|
9 | navshortentry = '<a href="?sl=#rev#">#label|escape#</a> ' | |
10 | filedifflink = '<a href="?fd=#node|short#;file=#file|urlescape#">#file|escape#</a> ' |
|
10 | filedifflink = '<a href="?fd=#node|short#;file=#file|urlescape#">#file|escape#</a> ' | |
11 | filenodelink = '<a href="?f=#node|short#;file=#file|urlescape#">#file|escape#</a> ' |
|
11 | filenodelink = '<a href="?f=#node|short#;file=#file|urlescape#">#file|escape#</a> ' | |
12 | fileellipses = '...' |
|
12 | fileellipses = '...' | |
13 | changelogentry = changelogentry.tmpl |
|
13 | changelogentry = old/changelogentry.tmpl | |
14 | searchentry = changelogentry.tmpl |
|
14 | searchentry = old/changelogentry.tmpl | |
15 | changeset = changeset.tmpl |
|
15 | changeset = old/changeset.tmpl | |
16 | manifest = manifest.tmpl |
|
16 | manifest = old/manifest.tmpl | |
17 | manifestdirentry = '<tr class="parity#parity#"><td><tt>drwxr-xr-x</tt> <td><a href="?mf=#node|short#;path=#path|urlescape#">#basename|escape#/</a>' |
|
17 | manifestdirentry = '<tr class="parity#parity#"><td><tt>drwxr-xr-x</tt> <td><a href="?mf=#node|short#;path=#path|urlescape#">#basename|escape#/</a>' | |
18 | manifestfileentry = '<tr class="parity#parity#"><td><tt>#permissions|permissions#</tt> <td><a href="?f=#node|short#;file=#file|urlescape#">#basename|escape#</a>' |
|
18 | manifestfileentry = '<tr class="parity#parity#"><td><tt>#permissions|permissions#</tt> <td><a href="?f=#node|short#;file=#file|urlescape#">#basename|escape#</a>' | |
19 | filerevision = filerevision.tmpl |
|
19 | filerevision = old/filerevision.tmpl | |
20 | fileannotate = fileannotate.tmpl |
|
20 | fileannotate = old/fileannotate.tmpl | |
21 | filediff = filediff.tmpl |
|
21 | filediff = old/filediff.tmpl | |
22 | filelog = filelog.tmpl |
|
22 | filelog = old/filelog.tmpl | |
23 | fileline = '<div class="parity#parity#"><span class="lineno">#linenumber#</span>#line|escape#</div>' |
|
23 | fileline = '<div class="parity#parity#"><span class="lineno">#linenumber#</span>#line|escape#</div>' | |
24 | filelogentry = filelogentry.tmpl |
|
24 | filelogentry = old/filelogentry.tmpl | |
25 | annotateline = '<tr class="parity#parity#"><td class="annotate"><a href="?fa=#node|short#;file=#file|urlescape#">#author|obfuscate#@#rev#</a></td><td><pre>#line|escape#</pre></td></tr>' |
|
25 | annotateline = '<tr class="parity#parity#"><td class="annotate"><a href="?fa=#node|short#;file=#file|urlescape#">#author|obfuscate#@#rev#</a></td><td><pre>#line|escape#</pre></td></tr>' | |
26 | difflineplus = '<span class="plusline">#line|escape#</span>' |
|
26 | difflineplus = '<span class="plusline">#line|escape#</span>' | |
27 | difflineminus = '<span class="minusline">#line|escape#</span>' |
|
27 | difflineminus = '<span class="minusline">#line|escape#</span>' |
1 | NO CONTENT: file copied from templates/changelog.tmpl to templates/old/changelog.tmpl |
|
NO CONTENT: file copied from templates/changelog.tmpl to templates/old/changelog.tmpl |
1 | NO CONTENT: file copied from templates/changelogentry.tmpl to templates/old/changelogentry.tmpl |
|
NO CONTENT: file copied from templates/changelogentry.tmpl to templates/old/changelogentry.tmpl |
1 | NO CONTENT: file copied from templates/changeset.tmpl to templates/old/changeset.tmpl |
|
NO CONTENT: file copied from templates/changeset.tmpl to templates/old/changeset.tmpl |
1 | NO CONTENT: file copied from templates/fileannotate.tmpl to templates/old/fileannotate.tmpl |
|
NO CONTENT: file copied from templates/fileannotate.tmpl to templates/old/fileannotate.tmpl |
1 | NO CONTENT: file copied from templates/filediff.tmpl to templates/old/filediff.tmpl |
|
NO CONTENT: file copied from templates/filediff.tmpl to templates/old/filediff.tmpl |
1 | NO CONTENT: file copied from templates/filelog.tmpl to templates/old/filelog.tmpl |
|
NO CONTENT: file copied from templates/filelog.tmpl to templates/old/filelog.tmpl |
1 | NO CONTENT: file copied from templates/filelogentry.tmpl to templates/old/filelogentry.tmpl |
|
NO CONTENT: file copied from templates/filelogentry.tmpl to templates/old/filelogentry.tmpl |
1 | NO CONTENT: file copied from templates/filerevision.tmpl to templates/old/filerevision.tmpl |
|
NO CONTENT: file copied from templates/filerevision.tmpl to templates/old/filerevision.tmpl |
1 | NO CONTENT: file copied from templates/header.tmpl to templates/old/header.tmpl |
|
NO CONTENT: file copied from templates/header.tmpl to templates/old/header.tmpl |
1 | NO CONTENT: file copied from templates/manifest.tmpl to templates/old/manifest.tmpl |
|
NO CONTENT: file copied from templates/manifest.tmpl to templates/old/manifest.tmpl |
1 | NO CONTENT: file copied from templates/search.tmpl to templates/old/search.tmpl |
|
NO CONTENT: file copied from templates/search.tmpl to templates/old/search.tmpl |
1 | NO CONTENT: file copied from templates/shortlog.tmpl to templates/old/shortlog.tmpl |
|
NO CONTENT: file copied from templates/shortlog.tmpl to templates/old/shortlog.tmpl |
1 | NO CONTENT: file copied from templates/shortlogentry.tmpl to templates/old/shortlogentry.tmpl |
|
NO CONTENT: file copied from templates/shortlogentry.tmpl to templates/old/shortlogentry.tmpl |
1 | NO CONTENT: file copied from templates/tags.tmpl to templates/old/tags.tmpl |
|
NO CONTENT: file copied from templates/tags.tmpl to templates/old/tags.tmpl |
General Comments 0
You need to be logged in to leave comments.
Login now