author | wenzelm |
Sun, 21 Mar 2010 22:13:31 +0100 | |
changeset 35854 | d452abc96459 |
parent 35545 | 34fc7f0aca30 |
child 36544 | 8da6846b87d9 |
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 |
34fc7f0aca30
updated patch for hgweb style: now applies to Mercurial 1.4.3 templates
krauss
parents:
29148
diff
changeset
|
26 |
+++ isabelle/map 2010-03-03 15:13:25.000000000 +0100 |
34fc7f0aca30
updated patch for hgweb style: now applies to Mercurial 1.4.3 templates
krauss
parents:
29148
diff
changeset
|
27 |
@@ -206,9 +206,10 @@ |
34fc7f0aca30
updated patch for hgweb style: now applies to Mercurial 1.4.3 templates
krauss
parents:
29148
diff
changeset
|
28 |
<tr class="parity{parity}"> |
34fc7f0aca30
updated patch for hgweb style: now applies to Mercurial 1.4.3 templates
krauss
parents:
29148
diff
changeset
|
29 |
<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
|
30 |
<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
|
31 |
+ <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
|
32 |
<td> |
34fc7f0aca30
updated patch for hgweb style: now applies to Mercurial 1.4.3 templates
krauss
parents:
29148
diff
changeset
|
33 |
<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
|
34 |
- <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
|
35 |
+ <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
|
36 |
<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
|
37 |
</a> |
34fc7f0aca30
updated patch for hgweb style: now applies to Mercurial 1.4.3 templates
krauss
parents:
29148
diff
changeset
|
38 |
</td> |