author | bulwahn |
Wed, 29 Sep 2010 10:33:15 +0200 | |
changeset 39787 | a44f6b11cdc4 |
parent 36544 | 8da6846b87d9 |
child 40383 | caf19101073d |
permissions | -rw-r--r-- |
35545
34fc7f0aca30
updated patch for hgweb style: now applies to Mercurial 1.4.3 templates
krauss
parents:
29148
diff
changeset
|
1 |
diff -u gitweb/changelogentry.tmpl isabelle/changelogentry.tmpl |
34fc7f0aca30
updated patch for hgweb style: now applies to Mercurial 1.4.3 templates
krauss
parents:
29148
diff
changeset
|
2 |
--- gitweb/changelogentry.tmpl 2010-02-01 16:34:34.000000000 +0100 |
34fc7f0aca30
updated patch for hgweb style: now applies to Mercurial 1.4.3 templates
krauss
parents:
29148
diff
changeset
|
3 |
+++ isabelle/changelogentry.tmpl 2010-03-03 15:12:12.000000000 +0100 |
34fc7f0aca30
updated patch for hgweb style: now applies to Mercurial 1.4.3 templates
krauss
parents:
29148
diff
changeset
|
4 |
@@ -1,14 +1,12 @@ |
34fc7f0aca30
updated patch for hgweb style: now applies to Mercurial 1.4.3 templates
krauss
parents:
29148
diff
changeset
|
5 |
<div> |
34fc7f0aca30
updated patch for hgweb style: now applies to Mercurial 1.4.3 templates
krauss
parents:
29148
diff
changeset
|
6 |
-<a class="title" href="{url}rev/{node|short}{sessionvars%urlparameter}"><span class="age">{date|age}</span>{desc|strip|firstline|escape|nonempty}<span class="logtags"> {inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}</span></a> |
34fc7f0aca30
updated patch for hgweb style: now applies to Mercurial 1.4.3 templates
krauss
parents:
29148
diff
changeset
|
7 |
-</div> |
34fc7f0aca30
updated patch for hgweb style: now applies to Mercurial 1.4.3 templates
krauss
parents:
29148
diff
changeset
|
8 |
-<div class="title_text"> |
34fc7f0aca30
updated patch for hgweb style: now applies to Mercurial 1.4.3 templates
krauss
parents:
29148
diff
changeset
|
9 |
-<div class="log_link"> |
34fc7f0aca30
updated patch for hgweb style: now applies to Mercurial 1.4.3 templates
krauss
parents:
29148
diff
changeset
|
10 |
-<a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a><br/> |
34fc7f0aca30
updated patch for hgweb style: now applies to Mercurial 1.4.3 templates
krauss
parents:
29148
diff
changeset
|
11 |
-</div> |
34fc7f0aca30
updated patch for hgweb style: now applies to Mercurial 1.4.3 templates
krauss
parents:
29148
diff
changeset
|
12 |
-<i>{author|obfuscate} [{date|rfc822date}] rev {rev}</i><br/> |
34fc7f0aca30
updated patch for hgweb style: now applies to Mercurial 1.4.3 templates
krauss
parents:
29148
diff
changeset
|
13 |
+<a class="title" href="{url}rev/{node|short}{sessionvars%urlparameter}"><span class="age">{date|age}</span> |
34fc7f0aca30
updated patch for hgweb style: now applies to Mercurial 1.4.3 templates
krauss
parents:
29148
diff
changeset
|
14 |
+{author|obfuscate} [{date|rfc822date}] rev {rev}<span class="logtags"> {inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}</span></a> |
34fc7f0aca30
updated patch for hgweb style: now applies to Mercurial 1.4.3 templates
krauss
parents:
29148
diff
changeset
|
15 |
</div> |
34fc7f0aca30
updated patch for hgweb style: now applies to Mercurial 1.4.3 templates
krauss
parents:
29148
diff
changeset
|
16 |
<div class="log_body"> |
34fc7f0aca30
updated patch for hgweb style: now applies to Mercurial 1.4.3 templates
krauss
parents:
29148
diff
changeset
|
17 |
{desc|strip|escape|addbreaks|nonempty} |
34fc7f0aca30
updated patch for hgweb style: now applies to Mercurial 1.4.3 templates
krauss
parents:
29148
diff
changeset
|
18 |
<br/> |
34fc7f0aca30
updated patch for hgweb style: now applies to Mercurial 1.4.3 templates
krauss
parents:
29148
diff
changeset
|
19 |
+<div class="files"> |
34fc7f0aca30
updated patch for hgweb style: now applies to Mercurial 1.4.3 templates
krauss
parents:
29148
diff
changeset
|
20 |
+{files} |
34fc7f0aca30
updated patch for hgweb style: now applies to Mercurial 1.4.3 templates
krauss
parents:
29148
diff
changeset
|
21 |
+</div> |
34fc7f0aca30
updated patch for hgweb style: now applies to Mercurial 1.4.3 templates
krauss
parents:
29148
diff
changeset
|
22 |
<br/> |
34fc7f0aca30
updated patch for hgweb style: now applies to Mercurial 1.4.3 templates
krauss
parents:
29148
diff
changeset
|
23 |
</div> |
34fc7f0aca30
updated patch for hgweb style: now applies to Mercurial 1.4.3 templates
krauss
parents:
29148
diff
changeset
|
24 |
diff -u gitweb/map isabelle/map |
34fc7f0aca30
updated patch for hgweb style: now applies to Mercurial 1.4.3 templates
krauss
parents:
29148
diff
changeset
|
25 |
--- gitweb/map 2010-02-01 16:34:34.000000000 +0100 |
36544
8da6846b87d9
hgweb style: show author in filelog; full description in annotate hover
krauss
parents:
35545
diff
changeset
|
26 |
+++ isabelle/map 2010-04-29 23:43:54.000000000 +0200 |
8da6846b87d9
hgweb style: show author in filelog; full description in annotate hover
krauss
parents:
35545
diff
changeset
|
27 |
@@ -78,7 +78,7 @@ |
8da6846b87d9
hgweb style: show author in filelog; full description in annotate hover
krauss
parents:
35545
diff
changeset
|
28 |
<tr style="font-family:monospace" class="parity{parity}"> |
8da6846b87d9
hgweb style: show author in filelog; full description in annotate hover
krauss
parents:
35545
diff
changeset
|
29 |
<td class="linenr" style="text-align: right;"> |
8da6846b87d9
hgweb style: show author in filelog; full description in annotate hover
krauss
parents:
35545
diff
changeset
|
30 |
<a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}#l{targetline}" |
8da6846b87d9
hgweb style: show author in filelog; full description in annotate hover
krauss
parents:
35545
diff
changeset
|
31 |
- title="{node|short}: {desc|escape|firstline}">{author|user}@{rev}</a> |
8da6846b87d9
hgweb style: show author in filelog; full description in annotate hover
krauss
parents:
35545
diff
changeset
|
32 |
+ title="{node|short}: {desc|escape}">{author|user}@{rev}</a> |
8da6846b87d9
hgweb style: show author in filelog; full description in annotate hover
krauss
parents:
35545
diff
changeset
|
33 |
</td> |
8da6846b87d9
hgweb style: show author in filelog; full description in annotate hover
krauss
parents:
35545
diff
changeset
|
34 |
<td><pre><a class="linenr" href="#{lineid}" id="{lineid}">{linenumber}</a></pre></td> |
8da6846b87d9
hgweb style: show author in filelog; full description in annotate hover
krauss
parents:
35545
diff
changeset
|
35 |
<td><pre>{line|escape}</pre></td> |
35545
34fc7f0aca30
updated patch for hgweb style: now applies to Mercurial 1.4.3 templates
krauss
parents:
29148
diff
changeset
|
36 |
@@ -206,9 +206,10 @@ |
34fc7f0aca30
updated patch for hgweb style: now applies to Mercurial 1.4.3 templates
krauss
parents:
29148
diff
changeset
|
37 |
<tr class="parity{parity}"> |
34fc7f0aca30
updated patch for hgweb style: now applies to Mercurial 1.4.3 templates
krauss
parents:
29148
diff
changeset
|
38 |
<td class="age"><i>{date|age}</i></td> |
34fc7f0aca30
updated patch for hgweb style: now applies to Mercurial 1.4.3 templates
krauss
parents:
29148
diff
changeset
|
39 |
<td><i>{author|person}</i></td> |
34fc7f0aca30
updated patch for hgweb style: now applies to Mercurial 1.4.3 templates
krauss
parents:
29148
diff
changeset
|
40 |
+ <td><i>{date|shortdate}</i></td> |
34fc7f0aca30
updated patch for hgweb style: now applies to Mercurial 1.4.3 templates
krauss
parents:
29148
diff
changeset
|
41 |
<td> |
34fc7f0aca30
updated patch for hgweb style: now applies to Mercurial 1.4.3 templates
krauss
parents:
29148
diff
changeset
|
42 |
<a class="list" href="{url}rev/{node|short}{sessionvars%urlparameter}"> |
34fc7f0aca30
updated patch for hgweb style: now applies to Mercurial 1.4.3 templates
krauss
parents:
29148
diff
changeset
|
43 |
- <b>{desc|strip|firstline|escape|nonempty}</b> |
34fc7f0aca30
updated patch for hgweb style: now applies to Mercurial 1.4.3 templates
krauss
parents:
29148
diff
changeset
|
44 |
+ <b>{desc|strip|escape|nonempty}</b> |
34fc7f0aca30
updated patch for hgweb style: now applies to Mercurial 1.4.3 templates
krauss
parents:
29148
diff
changeset
|
45 |
<span class="logtags">{inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}</span> |
34fc7f0aca30
updated patch for hgweb style: now applies to Mercurial 1.4.3 templates
krauss
parents:
29148
diff
changeset
|
46 |
</a> |
34fc7f0aca30
updated patch for hgweb style: now applies to Mercurial 1.4.3 templates
krauss
parents:
29148
diff
changeset
|
47 |
</td> |
36544
8da6846b87d9
hgweb style: show author in filelog; full description in annotate hover
krauss
parents:
35545
diff
changeset
|
48 |
@@ -225,6 +226,7 @@ |
8da6846b87d9
hgweb style: show author in filelog; full description in annotate hover
krauss
parents:
35545
diff
changeset
|
49 |
<b>{desc|strip|firstline|escape|nonempty}</b> |
8da6846b87d9
hgweb style: show author in filelog; full description in annotate hover
krauss
parents:
35545
diff
changeset
|
50 |
</a> |
8da6846b87d9
hgweb style: show author in filelog; full description in annotate hover
krauss
parents:
35545
diff
changeset
|
51 |
</td> |
8da6846b87d9
hgweb style: show author in filelog; full description in annotate hover
krauss
parents:
35545
diff
changeset
|
52 |
+ <td><i>{author|person}</i></td> |
8da6846b87d9
hgweb style: show author in filelog; full description in annotate hover
krauss
parents:
35545
diff
changeset
|
53 |
<td class="link"> |
8da6846b87d9
hgweb style: show author in filelog; full description in annotate hover
krauss
parents:
35545
diff
changeset
|
54 |
<a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a> | <a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a> | <a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a> {rename%filelogrename}</td> |
8da6846b87d9
hgweb style: show author in filelog; full description in annotate hover
krauss
parents:
35545
diff
changeset
|
55 |
</tr>' |
8da6846b87d9
hgweb style: show author in filelog; full description in annotate hover
krauss
parents:
35545
diff
changeset
|
56 |
Only in isabelle/: map~ |