Admin/Mercurial/isabelle-style.diff
changeset 40384 5edaca742d7e
parent 40383 caf19101073d
equal deleted inserted replaced
40383:caf19101073d 40384:5edaca742d7e
     1 diff -r gitweb/changelogentry.tmpl isabelle-orig/changelogentry.tmpl
     1 diff -r gitweb/changelogentry.tmpl isabelle/changelogentry.tmpl
     2 2,8c2,3
     2 2,8c2,3
     3 < <a class="title" href="{url}rev/{node|short}{sessionvars%urlparameter}"><span class="age">{date|age} ago</span>{desc|strip|firstline|escape|nonempty}<span class="logtags"> {inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}</span></a>
     3 < <a class="title" href="{url}rev/{node|short}{sessionvars%urlparameter}"><span class="age">{date|age} ago</span>{desc|strip|firstline|escape|nonempty}<span class="logtags"> {inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}</span></a>
     4 < </div>
     4 < </div>
     5 < <div class="title_text">
     5 < <div class="title_text">
     6 < <div class="log_link">
     6 < <div class="log_link">
    12 > {author|obfuscate} [{date|rfc822date}] rev {rev}<span class="logtags"> {inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}</span></a>
    12 > {author|obfuscate} [{date|rfc822date}] rev {rev}<span class="logtags"> {inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}</span></a>
    13 12a8,10
    13 12a8,10
    14 > <div class="files">
    14 > <div class="files">
    15 > {files}
    15 > {files}
    16 > </div>
    16 > </div>
    17 diff -r gitweb/changeset.tmpl isabelle-orig/changeset.tmpl
    17 diff -r gitweb/changeset.tmpl isabelle/changeset.tmpl
    18 32c32
    18 32c32
    19 < <tr><td></td><td>{date|date} ({date|age} ago)</td></tr>
    19 < <tr><td></td><td>{date|date} ({date|age} ago)</td></tr>
    20 ---
    20 ---
    21 > <tr><td></td><td>{date|date} ({date|age})</td></tr>
    21 > <tr><td></td><td>{date|date} ({date|age})</td></tr>
    22 diff -r gitweb/fileannotate.tmpl isabelle-orig/fileannotate.tmpl
    22 diff -r gitweb/fileannotate.tmpl isabelle/fileannotate.tmpl
    23 39c39
    23 39c39
    24 <  <td>{date|date} ({date|age} ago)</td></tr>
    24 <  <td>{date|date} ({date|age} ago)</td></tr>
    25 ---
    25 ---
    26 >  <td>{date|date} ({date|age})</td></tr>
    26 >  <td>{date|date} ({date|age})</td></tr>
    27 diff -r gitweb/filerevision.tmpl isabelle-orig/filerevision.tmpl
    27 diff -r gitweb/filerevision.tmpl isabelle/filerevision.tmpl
    28 39c39
    28 39c39
    29 <  <td>{date|date} ({date|age} ago)</td></tr>
    29 <  <td>{date|date} ({date|age} ago)</td></tr>
    30 ---
    30 ---
    31 >  <td>{date|date} ({date|age})</td></tr>
    31 >  <td>{date|date} ({date|age})</td></tr>
    32 diff -r gitweb/graph.tmpl isabelle-orig/graph.tmpl
    32 diff -r gitweb/graph.tmpl isabelle/graph.tmpl
    33 66c66
    33 66c66
    34 < revlink += '<span class="info">_DATE ago, by _USER</span></li>';
    34 < revlink += '<span class="info">_DATE ago, by _USER</span></li>';
    35 ---
    35 ---
    36 > revlink += '<span class="info">_DATE, by _USER</span></li>';
    36 > revlink += '<span class="info">_DATE, by _USER</span></li>';
    37 diff -r gitweb/map isabelle-orig/map
    37 diff -r gitweb/map isabelle/map
    38 81c81
    38 81c81
    39 <          title="{node|short}: {desc|escape|firstline}">{author|user}@{rev}</a>
    39 <          title="{node|short}: {desc|escape|firstline}">{author|user}@{rev}</a>
    40 ---
    40 ---
    41 >          title="{node|short}: {desc|escape}">{author|user}@{rev}</a>
    41 >          title="{node|short}: {desc|escape}">{author|user}@{rev}</a>
    42 153c153
    42 153c153
    55 >     <td><i>{date|shortdate}</i></td>
    55 >     <td><i>{date|shortdate}</i></td>
    56 211c212
    56 211c212
    57 <         <b>{desc|strip|firstline|escape|nonempty}</b>
    57 <         <b>{desc|strip|firstline|escape|nonempty}</b>
    58 ---
    58 ---
    59 >         <b>{desc|strip|escape|nonempty}</b>
    59 >         <b>{desc|strip|escape|nonempty}</b>
    60 222c223
    60 222c223,225
    61 <     <td class="age"><i>{date|age} ago</i></td>
    61 <     <td class="age"><i>{date|age} ago</i></td>
    62 ---
    62 ---
    63 >     <td class="age"><i>{date|age}</i></td>
    63 >     <td class="age"><i>{date|age}</i></td>
    64 227a229
       
    65 >     <td><i>{author|person}</i></td>
    64 >     <td><i>{author|person}</i></td>
    66 241c243
    65 >     <td><i>{date|shortdate}</i></td>
       
    66 225c228
       
    67 <         <b>{desc|strip|firstline|escape|nonempty}</b>
       
    68 ---
       
    69 >         <b>{desc|strip|escape|nonempty}</b>
       
    70 241c244
    67 <     <td class="age">{lastchange|age} ago</td>
    71 <     <td class="age">{lastchange|age} ago</td>
    68 ---
    72 ---
    69 >     <td class="age">{lastchange|age}</td>
    73 >     <td class="age">{lastchange|age}</td>