Show More
@@ -199,7 +199,7 b" indexentry = '" | |||||
199 | <td><a href="{url}{sessionvars%urlparameter}">{name|escape}</a></td> |
|
199 | <td><a href="{url}{sessionvars%urlparameter}">{name|escape}</a></td> | |
200 | <td>{description}</td> |
|
200 | <td>{description}</td> | |
201 | <td>{contact|obfuscate}</td> |
|
201 | <td>{contact|obfuscate}</td> | |
202 | <td class="age">{lastchange|date}</td> |
|
202 | <td class="age">{lastchange|rfc822date}</td> | |
203 | <td class="indexlinks">{archives%indexarchiveentry}</td> |
|
203 | <td class="indexlinks">{archives%indexarchiveentry}</td> | |
204 | </tr>\n' |
|
204 | </tr>\n' | |
205 | indexarchiveentry = '<a href="{url}archive/{node|short}{extension|urlescape}"> ↓{type|escape}</a>' |
|
205 | indexarchiveentry = '<a href="{url}archive/{node|short}{extension|urlescape}"> ↓{type|escape}</a>' |
@@ -1,5 +1,5 b'' | |||||
1 | <div> |
|
1 | <div> | |
2 | <a class="title" href="{url}rev/{node|short}{sessionvars%urlparameter}"><span class="age">{date|date}</span>{desc|strip|firstline|escape|nonempty}<span class="logtags"> {inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}{bookmarks%bookmarktag}</span></a> |
|
2 | <a class="title" href="{url}rev/{node|short}{sessionvars%urlparameter}"><span class="age">{date|rfc822date}</span>{desc|strip|firstline|escape|nonempty}<span class="logtags"> {inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}{bookmarks%bookmarktag}</span></a> | |
3 | </div> |
|
3 | </div> | |
4 | <div class="title_text"> |
|
4 | <div class="title_text"> | |
5 | <div class="log_link"> |
|
5 | <div class="log_link"> |
@@ -32,7 +32,7 b' changeset |' | |||||
32 | <div class="title_text"> |
|
32 | <div class="title_text"> | |
33 | <table cellspacing="0"> |
|
33 | <table cellspacing="0"> | |
34 | <tr><td>author</td><td>{author|obfuscate}</td></tr> |
|
34 | <tr><td>author</td><td>{author|obfuscate}</td></tr> | |
35 | <tr><td></td><td class="date age">{date|date}</td></tr> |
|
35 | <tr><td></td><td class="date age">{date|rfc822date}</td></tr> | |
36 | {branch%changesetbranch} |
|
36 | {branch%changesetbranch} | |
37 | <tr><td>changeset {rev}</td><td style="font-family:monospace">{node|short}</td></tr> |
|
37 | <tr><td>changeset {rev}</td><td style="font-family:monospace">{node|short}</td></tr> | |
38 | {parent%changesetparent} |
|
38 | {parent%changesetparent} |
@@ -40,7 +40,7 b' annotate |' | |||||
40 | <td>{author|obfuscate}</td></tr> |
|
40 | <td>{author|obfuscate}</td></tr> | |
41 | <tr> |
|
41 | <tr> | |
42 | <td></td> |
|
42 | <td></td> | |
43 | <td class="date age">{date|date}</td></tr> |
|
43 | <td class="date age">{date|rfc822date}</td></tr> | |
44 | {branch%filerevbranch} |
|
44 | {branch%filerevbranch} | |
45 | <tr> |
|
45 | <tr> | |
46 | <td>changeset {rev}</td> |
|
46 | <td>changeset {rev}</td> |
@@ -40,7 +40,7 b' file |' | |||||
40 | <td>{author|obfuscate}</td></tr> |
|
40 | <td>{author|obfuscate}</td></tr> | |
41 | <tr> |
|
41 | <tr> | |
42 | <td></td> |
|
42 | <td></td> | |
43 | <td class="date age">{date|date}</td></tr> |
|
43 | <td class="date age">{date|rfc822date}</td></tr> | |
44 | {branch%filerevbranch} |
|
44 | {branch%filerevbranch} | |
45 | <tr> |
|
45 | <tr> | |
46 | <td>changeset {rev}</td> |
|
46 | <td>changeset {rev}</td> |
@@ -162,7 +162,7 b" fileannotatechild = '" | |||||
162 | tags = tags.tmpl |
|
162 | tags = tags.tmpl | |
163 | tagentry = ' |
|
163 | tagentry = ' | |
164 | <tr class="parity{parity}"> |
|
164 | <tr class="parity{parity}"> | |
165 | <td class="age"><i class="age">{date|date}</i></td> |
|
165 | <td class="age"><i class="age">{date|rfc822date}</i></td> | |
166 | <td><a class="list" href="{url}rev/{node|short}{sessionvars%urlparameter}"><b>{tag|escape}</b></a></td> |
|
166 | <td><a class="list" href="{url}rev/{node|short}{sessionvars%urlparameter}"><b>{tag|escape}</b></a></td> | |
167 | <td class="link"> |
|
167 | <td class="link"> | |
168 | <a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a> | |
|
168 | <a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a> | | |
@@ -173,7 +173,7 b" tagentry = '" | |||||
173 | bookmarks = bookmarks.tmpl |
|
173 | bookmarks = bookmarks.tmpl | |
174 | bookmarkentry = ' |
|
174 | bookmarkentry = ' | |
175 | <tr class="parity{parity}"> |
|
175 | <tr class="parity{parity}"> | |
176 | <td class="age"><i class="age">{date|date}</i></td> |
|
176 | <td class="age"><i class="age">{date|rfc822date}</i></td> | |
177 | <td><a class="list" href="{url}rev/{node|short}{sessionvars%urlparameter}"><b>{bookmark|escape}</b></a></td> |
|
177 | <td><a class="list" href="{url}rev/{node|short}{sessionvars%urlparameter}"><b>{bookmark|escape}</b></a></td> | |
178 | <td class="link"> |
|
178 | <td class="link"> | |
179 | <a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a> | |
|
179 | <a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a> | | |
@@ -184,7 +184,7 b" bookmarkentry = '" | |||||
184 | branches = branches.tmpl |
|
184 | branches = branches.tmpl | |
185 | branchentry = ' |
|
185 | branchentry = ' | |
186 | <tr class="parity{parity}"> |
|
186 | <tr class="parity{parity}"> | |
187 | <td class="age"><i class="age">{date|date}</i></td> |
|
187 | <td class="age"><i class="age">{date|rfc822date}</i></td> | |
188 | <td><a class="list" href="{url}shortlog/{node|short}{sessionvars%urlparameter}"><b>{node|short}</b></a></td> |
|
188 | <td><a class="list" href="{url}shortlog/{node|short}{sessionvars%urlparameter}"><b>{node|short}</b></a></td> | |
189 | <td class="{status}">{branch|escape}</td> |
|
189 | <td class="{status}">{branch|escape}</td> | |
190 | <td class="link"> |
|
190 | <td class="link"> | |
@@ -228,7 +228,7 b' inbranchtag = \'<span class="inbranchtag"' | |||||
228 | bookmarktag = '<span class="bookmarktag" title="{name}">{name}</span> ' |
|
228 | bookmarktag = '<span class="bookmarktag" title="{name}">{name}</span> ' | |
229 | shortlogentry = ' |
|
229 | shortlogentry = ' | |
230 | <tr class="parity{parity}"> |
|
230 | <tr class="parity{parity}"> | |
231 | <td class="age"><i class="age">{date|date}</i></td> |
|
231 | <td class="age"><i class="age">{date|rfc822date}</i></td> | |
232 | <td><i>{author|person}</i></td> |
|
232 | <td><i>{author|person}</i></td> | |
233 | <td> |
|
233 | <td> | |
234 | <a class="list" href="{url}rev/{node|short}{sessionvars%urlparameter}"> |
|
234 | <a class="list" href="{url}rev/{node|short}{sessionvars%urlparameter}"> | |
@@ -243,7 +243,7 b" shortlogentry = '" | |||||
243 | </tr>' |
|
243 | </tr>' | |
244 | filelogentry = ' |
|
244 | filelogentry = ' | |
245 | <tr class="parity{parity}"> |
|
245 | <tr class="parity{parity}"> | |
246 | <td class="age"><i class="age">{date|date}</i></td> |
|
246 | <td class="age"><i class="age">{date|rfc822date}</i></td> | |
247 | <td> |
|
247 | <td> | |
248 | <a class="list" href="{url}rev/{node|short}{sessionvars%urlparameter}"> |
|
248 | <a class="list" href="{url}rev/{node|short}{sessionvars%urlparameter}"> | |
249 | <b>{desc|strip|firstline|escape|nonempty}</b> |
|
249 | <b>{desc|strip|firstline|escape|nonempty}</b> | |
@@ -262,7 +262,7 b" indexentry = '" | |||||
262 | </td> |
|
262 | </td> | |
263 | <td>{description}</td> |
|
263 | <td>{description}</td> | |
264 | <td>{contact|obfuscate}</td> |
|
264 | <td>{contact|obfuscate}</td> | |
265 | <td class="age">{lastchange|date}</td> |
|
265 | <td class="age">{lastchange|rfc822date}</td> | |
266 | <td class="indexlinks">{archives%indexarchiveentry}</td> |
|
266 | <td class="indexlinks">{archives%indexarchiveentry}</td> | |
267 | <td><div class="rss_logo"><a href="{url}rss-log">RSS</a> <a href="{url}atom-log">Atom</a></div></td> |
|
267 | <td><div class="rss_logo"><a href="{url}rss-log">RSS</a> <a href="{url}atom-log">Atom</a></div></td> | |
268 | </tr>\n' |
|
268 | </tr>\n' |
@@ -1,6 +1,6 b'' | |||||
1 | <h3 class="changelog"><a class="title" href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}<span class="logtags"> {inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}{bookmarks%bookmarktag}</span></a></h3> |
|
1 | <h3 class="changelog"><a class="title" href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}<span class="logtags"> {inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}{bookmarks%bookmarktag}</span></a></h3> | |
2 | <ul class="changelog-entry"> |
|
2 | <ul class="changelog-entry"> | |
3 | <li class="age">{date|date}</li> |
|
3 | <li class="age">{date|rfc822date}</li> | |
4 | <li>by <span class="name">{author|obfuscate}</span> <span class="revdate">[{date|rfc822date}] rev {rev}</span></li> |
|
4 | <li>by <span class="name">{author|obfuscate}</span> <span class="revdate">[{date|rfc822date}] rev {rev}</span></li> | |
5 | <li class="description">{desc|strip|escape|addbreaks|nonempty}</li> |
|
5 | <li class="description">{desc|strip|escape|addbreaks|nonempty}</li> | |
6 | </ul> |
|
6 | </ul> |
@@ -38,13 +38,13 b'' | |||||
38 | <h2 class="no-link no-border">changeset</h2> |
|
38 | <h2 class="no-link no-border">changeset</h2> | |
39 |
|
39 | |||
40 | <h3 class="changeset"><a href="{url}raw-rev/{node|short}">{desc|strip|escape|firstline|nonempty} <span class="logtags">{inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}{bookmarks%bookmarktag}</span></a></h3> |
|
40 | <h3 class="changeset"><a href="{url}raw-rev/{node|short}">{desc|strip|escape|firstline|nonempty} <span class="logtags">{inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}{bookmarks%bookmarktag}</span></a></h3> | |
41 | <p class="changeset-age age">{date|date}</p> |
|
41 | <p class="changeset-age age">{date|rfc822date}</p> | |
42 |
|
42 | |||
43 | <dl class="overview"> |
|
43 | <dl class="overview"> | |
44 | <dt>author</dt> |
|
44 | <dt>author</dt> | |
45 | <dd>{author|obfuscate}</dd> |
|
45 | <dd>{author|obfuscate}</dd> | |
46 | <dt>date</dt> |
|
46 | <dt>date</dt> | |
47 | <dd>{date|date}</dd> |
|
47 | <dd>{date|rfc822date}</dd> | |
48 | {branch%changesetbranch} |
|
48 | {branch%changesetbranch} | |
49 | <dt>changeset {rev}</dt> |
|
49 | <dt>changeset {rev}</dt> | |
50 | <dd>{node|short}</dd> |
|
50 | <dd>{node|short}</dd> |
@@ -40,13 +40,13 b'' | |||||
40 |
|
40 | |||
41 | <h2 class="no-link no-border">{file|escape}@{node|short} (annotated)</h2> |
|
41 | <h2 class="no-link no-border">{file|escape}@{node|short} (annotated)</h2> | |
42 | <h3 class="changeset">{file|escape}</h3> |
|
42 | <h3 class="changeset">{file|escape}</h3> | |
43 | <p class="changeset-age age">{date|date}</p> |
|
43 | <p class="changeset-age age">{date|rfc822date}</p> | |
44 |
|
44 | |||
45 | <dl class="overview"> |
|
45 | <dl class="overview"> | |
46 | <dt>author</dt> |
|
46 | <dt>author</dt> | |
47 | <dd>{author|obfuscate}</dd> |
|
47 | <dd>{author|obfuscate}</dd> | |
48 | <dt>date</dt> |
|
48 | <dt>date</dt> | |
49 | <dd>{date|date}</dd> |
|
49 | <dd>{date|rfc822date}</dd> | |
50 | {branch%filerevbranch} |
|
50 | {branch%filerevbranch} | |
51 | <dt>changeset {rev}</dt> |
|
51 | <dt>changeset {rev}</dt> | |
52 | <dd><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></dd> |
|
52 | <dd><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></dd> |
@@ -40,13 +40,13 b'' | |||||
40 |
|
40 | |||
41 | <h2 class="no-link no-border">{file|escape}@{node|short}</h2> |
|
41 | <h2 class="no-link no-border">{file|escape}@{node|short}</h2> | |
42 | <h3 class="changeset">{file|escape}</h3> |
|
42 | <h3 class="changeset">{file|escape}</h3> | |
43 | <p class="changeset-age age">{date|date}</p> |
|
43 | <p class="changeset-age age">{date|rfc822date}</p> | |
44 |
|
44 | |||
45 | <dl class="overview"> |
|
45 | <dl class="overview"> | |
46 | <dt>author</dt> |
|
46 | <dt>author</dt> | |
47 | <dd>{author|obfuscate}</dd> |
|
47 | <dd>{author|obfuscate}</dd> | |
48 | <dt>date</dt> |
|
48 | <dt>date</dt> | |
49 | <dd>{date|date}</dd> |
|
49 | <dd>{date|rfc822date}</dd> | |
50 | {branch%filerevbranch} |
|
50 | {branch%filerevbranch} | |
51 | <dt>changeset {rev}</dt> |
|
51 | <dt>changeset {rev}</dt> | |
52 | <dd><a class="list" href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></dd> |
|
52 | <dd><a class="list" href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></dd> |
@@ -141,7 +141,7 b" fileannotatechild = '" | |||||
141 | tags = tags.tmpl |
|
141 | tags = tags.tmpl | |
142 | tagentry = ' |
|
142 | tagentry = ' | |
143 | <tr class="parity{parity}"> |
|
143 | <tr class="parity{parity}"> | |
144 | <td class="nowrap age">{date|date}</td> |
|
144 | <td class="nowrap age">{date|rfc822date}</td> | |
145 | <td><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{tag|escape}</a></td> |
|
145 | <td><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{tag|escape}</a></td> | |
146 | <td class="nowrap"> |
|
146 | <td class="nowrap"> | |
147 | <a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a> | |
|
147 | <a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a> | | |
@@ -152,7 +152,7 b" tagentry = '" | |||||
152 | bookmarks = bookmarks.tmpl |
|
152 | bookmarks = bookmarks.tmpl | |
153 | bookmarkentry = ' |
|
153 | bookmarkentry = ' | |
154 | <tr class="parity{parity}"> |
|
154 | <tr class="parity{parity}"> | |
155 | <td class="nowrap date">{date|date}</td> |
|
155 | <td class="nowrap date">{date|rfc822date}</td> | |
156 | <td><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{bookmark|escape}</a></td> |
|
156 | <td><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{bookmark|escape}</a></td> | |
157 | <td class="nowrap"> |
|
157 | <td class="nowrap"> | |
158 | <a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a> | |
|
158 | <a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a> | | |
@@ -163,7 +163,7 b" bookmarkentry = '" | |||||
163 | branches = branches.tmpl |
|
163 | branches = branches.tmpl | |
164 | branchentry = ' |
|
164 | branchentry = ' | |
165 | <tr class="parity{parity}"> |
|
165 | <tr class="parity{parity}"> | |
166 | <td class="nowrap age">{date|date}</td> |
|
166 | <td class="nowrap age">{date|rfc822date}</td> | |
167 | <td><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">{node|short}</a></td> |
|
167 | <td><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">{node|short}</a></td> | |
168 | <td class="{status}">{branch|escape}</td> |
|
168 | <td class="{status}">{branch|escape}</td> | |
169 | <td class="nowrap"> |
|
169 | <td class="nowrap"> | |
@@ -196,7 +196,7 b' inbranchtag = \'<span class="inbranchtag"' | |||||
196 | bookmarktag = '<span class="bookmarktag" title="{name}">{name}</span> ' |
|
196 | bookmarktag = '<span class="bookmarktag" title="{name}">{name}</span> ' | |
197 | shortlogentry = ' |
|
197 | shortlogentry = ' | |
198 | <tr class="parity{parity}"> |
|
198 | <tr class="parity{parity}"> | |
199 | <td class="nowrap age">{date|date}</td> |
|
199 | <td class="nowrap age">{date|rfc822date}</td> | |
200 | <td>{author|person}</td> |
|
200 | <td>{author|person}</td> | |
201 | <td> |
|
201 | <td> | |
202 | <a href="{url}rev/{node|short}{sessionvars%urlparameter}"> |
|
202 | <a href="{url}rev/{node|short}{sessionvars%urlparameter}"> | |
@@ -211,7 +211,7 b" shortlogentry = '" | |||||
211 | </tr>' |
|
211 | </tr>' | |
212 | filelogentry = ' |
|
212 | filelogentry = ' | |
213 | <tr class="parity{parity}"> |
|
213 | <tr class="parity{parity}"> | |
214 | <td class="nowrap age">{date|date}</td> |
|
214 | <td class="nowrap age">{date|rfc822date}</td> | |
215 | <td><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a></td> |
|
215 | <td><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a></td> | |
216 | <td class="nowrap"> |
|
216 | <td class="nowrap"> | |
217 | <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> |
|
217 | <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> | |
@@ -224,7 +224,7 b" indexentry = '" | |||||
224 | <td><a href="{url}{sessionvars%urlparameter}">{name|escape}</a></td> |
|
224 | <td><a href="{url}{sessionvars%urlparameter}">{name|escape}</a></td> | |
225 | <td>{description}</td> |
|
225 | <td>{description}</td> | |
226 | <td>{contact|obfuscate}</td> |
|
226 | <td>{contact|obfuscate}</td> | |
227 | <td class="age">{lastchange|date}</td> |
|
227 | <td class="age">{lastchange|rfc822date}</td> | |
228 | <td class="indexlinks">{archives%indexarchiveentry}</td> |
|
228 | <td class="indexlinks">{archives%indexarchiveentry}</td> | |
229 | <td> |
|
229 | <td> | |
230 | <div class="rss_logo"> |
|
230 | <div class="rss_logo"> |
@@ -49,7 +49,7 b' files, or words in the commit message</d' | |||||
49 | </tr> |
|
49 | </tr> | |
50 | <tr> |
|
50 | <tr> | |
51 | <th class="date">date</th> |
|
51 | <th class="date">date</th> | |
52 | <td class="date age">{date|date}</td></tr> |
|
52 | <td class="date age">{date|rfc822date}</td></tr> | |
53 | <tr> |
|
53 | <tr> | |
54 | <th class="author">parents</th> |
|
54 | <th class="author">parents</th> | |
55 | <td class="author">{parent%changesetparent}</td> |
|
55 | <td class="author">{parent%changesetparent}</td> |
@@ -54,7 +54,7 b' files, or words in the commit message</d' | |||||
54 | </tr> |
|
54 | </tr> | |
55 | <tr> |
|
55 | <tr> | |
56 | <th class="date">date</th> |
|
56 | <th class="date">date</th> | |
57 | <td class="date age">{date|date}</td> |
|
57 | <td class="date age">{date|rfc822date}</td> | |
58 | </tr> |
|
58 | </tr> | |
59 | <tr> |
|
59 | <tr> | |
60 | <th class="author">parents</th> |
|
60 | <th class="author">parents</th> |
@@ -53,7 +53,7 b' files, or words in the commit message</d' | |||||
53 | </tr> |
|
53 | </tr> | |
54 | <tr> |
|
54 | <tr> | |
55 | <th>date</th> |
|
55 | <th>date</th> | |
56 | <td class="date age">{date|date}</td> |
|
56 | <td class="date age">{date|rfc822date}</td> | |
57 | </tr> |
|
57 | </tr> | |
58 | <tr> |
|
58 | <tr> | |
59 | <th>parents</th> |
|
59 | <th>parents</th> |
@@ -1,5 +1,5 b'' | |||||
1 | <tr class="parity{parity}"> |
|
1 | <tr class="parity{parity}"> | |
2 | <td class="age">{date|date}</td> |
|
2 | <td class="age">{date|rfc822date}</td> | |
3 | <td class="author">{author|person}</td> |
|
3 | <td class="author">{author|person}</td> | |
4 | <td class="description"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>{inbranch%changelogbranchname}{branches%changelogbranchhead}{tags%changelogtag}{rename%filelogrename}</td> |
|
4 | <td class="description"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>{inbranch%changelogbranchname}{branches%changelogbranchhead}{tags%changelogtag}{rename%filelogrename}</td> | |
5 | </tr> |
|
5 | </tr> |
@@ -52,7 +52,7 b' files, or words in the commit message</d' | |||||
52 | </tr> |
|
52 | </tr> | |
53 | <tr> |
|
53 | <tr> | |
54 | <th class="date">date</th> |
|
54 | <th class="date">date</th> | |
55 | <td class="date age">{date|date}</td> |
|
55 | <td class="date age">{date|rfc822date}</td> | |
56 | </tr> |
|
56 | </tr> | |
57 | <tr> |
|
57 | <tr> | |
58 | <th class="author">parents</th> |
|
58 | <th class="author">parents</th> |
@@ -198,7 +198,7 b" indexentry = '" | |||||
198 | <td><a href="{url}{sessionvars%urlparameter}">{name|escape}</a></td> |
|
198 | <td><a href="{url}{sessionvars%urlparameter}">{name|escape}</a></td> | |
199 | <td>{description}</td> |
|
199 | <td>{description}</td> | |
200 | <td>{contact|obfuscate}</td> |
|
200 | <td>{contact|obfuscate}</td> | |
201 | <td class="age">{lastchange|date}</td> |
|
201 | <td class="age">{lastchange|rfc822date}</td> | |
202 | <td class="indexlinks">{archives%indexarchiveentry}</td> |
|
202 | <td class="indexlinks">{archives%indexarchiveentry}</td> | |
203 | </tr>\n' |
|
203 | </tr>\n' | |
204 | indexarchiveentry = '<a href="{url}archive/{node|short}{extension|urlescape}"> ↓{type|escape}</a>' |
|
204 | indexarchiveentry = '<a href="{url}archive/{node|short}{extension|urlescape}"> ↓{type|escape}</a>' |
@@ -1,5 +1,5 b'' | |||||
1 | <tr class="parity{parity}"> |
|
1 | <tr class="parity{parity}"> | |
2 | <td class="age">{date|date}</td> |
|
2 | <td class="age">{date|rfc822date}</td> | |
3 | <td class="author">{author|person}</td> |
|
3 | <td class="author">{author|person}</td> | |
4 | <td class="description"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>{inbranch%changelogbranchname}{branches%changelogbranchhead}{tags % '<span class="tag">{name|escape}</span> '}{bookmarks % '<span class="tag">{name|escape}</span> '}</td> |
|
4 | <td class="description"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>{inbranch%changelogbranchname}{branches%changelogbranchhead}{tags % '<span class="tag">{name|escape}</span> '}{bookmarks % '<span class="tag">{name|escape}</span> '}</td> | |
5 | </tr> |
|
5 | </tr> |
@@ -1,6 +1,6 b'' | |||||
1 | <table class="logEntry parity{parity}"> |
|
1 | <table class="logEntry parity{parity}"> | |
2 | <tr> |
|
2 | <tr> | |
3 | <th><span class="age">{date|date}</span>:</th> |
|
3 | <th><span class="age">{date|rfc822date}</span>:</th> | |
4 | <th class="firstline">{desc|strip|firstline|escape|nonempty}</th> |
|
4 | <th class="firstline">{desc|strip|firstline|escape|nonempty}</th> | |
5 | </tr> |
|
5 | </tr> | |
6 | <tr> |
|
6 | <tr> | |
@@ -16,7 +16,7 b'' | |||||
16 | </tr> |
|
16 | </tr> | |
17 | <tr> |
|
17 | <tr> | |
18 | <th class="date">date:</th> |
|
18 | <th class="date">date:</th> | |
19 | <td class="date">{date|date}</td> |
|
19 | <td class="date">{date|rfc822date}</td> | |
20 | </tr> |
|
20 | </tr> | |
21 | <tr> |
|
21 | <tr> | |
22 | <th class="files"><a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a>:</th> |
|
22 | <th class="files"><a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a>:</th> |
@@ -31,7 +31,7 b'' | |||||
31 | </tr> |
|
31 | </tr> | |
32 | <tr> |
|
32 | <tr> | |
33 | <th class="date">date:</th> |
|
33 | <th class="date">date:</th> | |
34 | <td class="date age">{date|date}</td> |
|
34 | <td class="date age">{date|rfc822date}</td> | |
35 | </tr> |
|
35 | </tr> | |
36 | <tr> |
|
36 | <tr> | |
37 | <th class="files">files:</th> |
|
37 | <th class="files">files:</th> |
@@ -30,7 +30,7 b'' | |||||
30 | <td>{author|obfuscate}</td></tr> |
|
30 | <td>{author|obfuscate}</td></tr> | |
31 | <tr> |
|
31 | <tr> | |
32 | <td class="metatag">date:</td> |
|
32 | <td class="metatag">date:</td> | |
33 | <td class="date age">{date|date}</td> |
|
33 | <td class="date age">{date|rfc822date}</td> | |
34 | </tr> |
|
34 | </tr> | |
35 | <tr> |
|
35 | <tr> | |
36 | <td class="metatag">permissions:</td> |
|
36 | <td class="metatag">permissions:</td> |
@@ -1,6 +1,6 b'' | |||||
1 | <table class="logEntry parity{parity}"> |
|
1 | <table class="logEntry parity{parity}"> | |
2 | <tr> |
|
2 | <tr> | |
3 | <th><span class="age">{date|date}</span>:</th> |
|
3 | <th><span class="age">{date|rfc822date}</span>:</th> | |
4 | <th class="firstline"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a></th> |
|
4 | <th class="firstline"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a></th> | |
5 | </tr> |
|
5 | </tr> | |
6 | <tr> |
|
6 | <tr> | |
@@ -18,7 +18,7 b'' | |||||
18 | </tr> |
|
18 | </tr> | |
19 | <tr> |
|
19 | <tr> | |
20 | <th class="date">date:</th> |
|
20 | <th class="date">date:</th> | |
21 | <td class="date">{date|date}</td> |
|
21 | <td class="date">{date|rfc822date}</td> | |
22 | </tr> |
|
22 | </tr> | |
23 | </table> |
|
23 | </table> | |
24 |
|
24 |
@@ -30,7 +30,7 b'' | |||||
30 | <td>{author|obfuscate}</td></tr> |
|
30 | <td>{author|obfuscate}</td></tr> | |
31 | <tr> |
|
31 | <tr> | |
32 | <td class="metatag">date:</td> |
|
32 | <td class="metatag">date:</td> | |
33 | <td class="date age">{date|date}</td></tr> |
|
33 | <td class="date age">{date|rfc822date}</td></tr> | |
34 | <tr> |
|
34 | <tr> | |
35 | <td class="metatag">permissions:</td> |
|
35 | <td class="metatag">permissions:</td> | |
36 | <td>{permissions|permissions}</td></tr> |
|
36 | <td>{permissions|permissions}</td></tr> |
@@ -168,7 +168,7 b" indexentry = '" | |||||
168 | <td><a href="{url}{sessionvars%urlparameter}">{name|escape}</a></td> |
|
168 | <td><a href="{url}{sessionvars%urlparameter}">{name|escape}</a></td> | |
169 | <td>{description}</td> |
|
169 | <td>{description}</td> | |
170 | <td>{contact|obfuscate}</td> |
|
170 | <td>{contact|obfuscate}</td> | |
171 | <td class="age">{lastchange|date}</td> |
|
171 | <td class="age">{lastchange|rfc822date}</td> | |
172 | <td class="indexlinks"> |
|
172 | <td class="indexlinks"> | |
173 | <a href="{url}rss-log">RSS</a> |
|
173 | <a href="{url}rss-log">RSS</a> | |
174 | <a href="{url}atom-log">Atom</a> |
|
174 | <a href="{url}atom-log">Atom</a> |
@@ -1,6 +1,6 b'' | |||||
1 | <table class="slogEntry parity{parity}"> |
|
1 | <table class="slogEntry parity{parity}"> | |
2 | <tr> |
|
2 | <tr> | |
3 | <td class="age">{date|date}</td> |
|
3 | <td class="age">{date|rfc822date}</td> | |
4 | <td class="author">{author|person}</td> |
|
4 | <td class="author">{author|person}</td> | |
5 | <td class="node"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a></td> |
|
5 | <td class="node"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a></td> | |
6 | </tr> |
|
6 | </tr> |
@@ -246,17 +246,17 b' Logs and changes' | |||||
246 | <th class="description">description</th> |
|
246 | <th class="description">description</th> | |
247 | </tr> |
|
247 | </tr> | |
248 | <tr class="parity0"> |
|
248 | <tr class="parity0"> | |
249 |
<td class="age">Thu Jan |
|
249 | <td class="age">Thu, 01 Jan 1970 00:00:00 +0000</td> | |
250 | <td class="author">test</td> |
|
250 | <td class="author">test</td> | |
251 | <td class="description"><a href="/rev/1d22e65f027e">branch</a><span class="branchhead">stable</span> <span class="tag">tip</span> <span class="tag">something</span> </td> |
|
251 | <td class="description"><a href="/rev/1d22e65f027e">branch</a><span class="branchhead">stable</span> <span class="tag">tip</span> <span class="tag">something</span> </td> | |
252 | </tr> |
|
252 | </tr> | |
253 | <tr class="parity1"> |
|
253 | <tr class="parity1"> | |
254 |
<td class="age">Thu Jan |
|
254 | <td class="age">Thu, 01 Jan 1970 00:00:00 +0000</td> | |
255 | <td class="author">test</td> |
|
255 | <td class="author">test</td> | |
256 | <td class="description"><a href="/rev/a4f92ed23982">Added tag 1.0 for changeset 2ef0ac749a14</a><span class="branchhead">default</span> </td> |
|
256 | <td class="description"><a href="/rev/a4f92ed23982">Added tag 1.0 for changeset 2ef0ac749a14</a><span class="branchhead">default</span> </td> | |
257 | </tr> |
|
257 | </tr> | |
258 | <tr class="parity0"> |
|
258 | <tr class="parity0"> | |
259 |
<td class="age">Thu Jan |
|
259 | <td class="age">Thu, 01 Jan 1970 00:00:00 +0000</td> | |
260 | <td class="author">test</td> |
|
260 | <td class="author">test</td> | |
261 | <td class="description"><a href="/rev/2ef0ac749a14">base</a><span class="tag">1.0</span> <span class="tag">anotherthing</span> </td> |
|
261 | <td class="description"><a href="/rev/2ef0ac749a14">base</a><span class="tag">1.0</span> <span class="tag">anotherthing</span> </td> | |
262 | </tr> |
|
262 | </tr> | |
@@ -339,7 +339,7 b' Logs and changes' | |||||
339 | </tr> |
|
339 | </tr> | |
340 | <tr> |
|
340 | <tr> | |
341 | <th class="date">date</th> |
|
341 | <th class="date">date</th> | |
342 |
<td class="date age">Thu Jan |
|
342 | <td class="date age">Thu, 01 Jan 1970 00:00:00 +0000</td></tr> | |
343 | <tr> |
|
343 | <tr> | |
344 | <th class="author">parents</th> |
|
344 | <th class="author">parents</th> | |
345 | <td class="author"></td> |
|
345 | <td class="author"></td> | |
@@ -476,7 +476,7 b' Logs and changes' | |||||
476 | <th class="description">description</th> |
|
476 | <th class="description">description</th> | |
477 | </tr> |
|
477 | </tr> | |
478 | <tr class="parity0"> |
|
478 | <tr class="parity0"> | |
479 |
<td class="age">Thu Jan |
|
479 | <td class="age">Thu, 01 Jan 1970 00:00:00 +0000</td> | |
480 | <td class="author">test</td> |
|
480 | <td class="author">test</td> | |
481 | <td class="description"><a href="/rev/2ef0ac749a14">base</a><span class="tag">1.0</span> <span class="tag">anotherthing</span> </td> |
|
481 | <td class="description"><a href="/rev/2ef0ac749a14">base</a><span class="tag">1.0</span> <span class="tag">anotherthing</span> </td> | |
482 | </tr> |
|
482 | </tr> | |
@@ -586,7 +586,7 b' File-related' | |||||
586 | </tr> |
|
586 | </tr> | |
587 | <tr> |
|
587 | <tr> | |
588 | <th class="date">date</th> |
|
588 | <th class="date">date</th> | |
589 |
<td class="date age">Thu Jan |
|
589 | <td class="date age">Thu, 01 Jan 1970 00:00:00 +0000</td> | |
590 | </tr> |
|
590 | </tr> | |
591 | <tr> |
|
591 | <tr> | |
592 | <th class="author">parents</th> |
|
592 | <th class="author">parents</th> | |
@@ -701,7 +701,7 b' Overviews' | |||||
701 | <table cellspacing="0"> |
|
701 | <table cellspacing="0"> | |
702 |
|
702 | |||
703 | <tr class="parity0"> |
|
703 | <tr class="parity0"> | |
704 |
<td class="age"><i class="age">Thu Jan |
|
704 | <td class="age"><i class="age">Thu, 01 Jan 1970 00:00:00 +0000</i></td> | |
705 | <td><i>test</i></td> |
|
705 | <td><i>test</i></td> | |
706 | <td> |
|
706 | <td> | |
707 | <a class="list" href="/rev/1d22e65f027e?style=gitweb"> |
|
707 | <a class="list" href="/rev/1d22e65f027e?style=gitweb"> | |
@@ -715,7 +715,7 b' Overviews' | |||||
715 | </td> |
|
715 | </td> | |
716 | </tr> |
|
716 | </tr> | |
717 | <tr class="parity1"> |
|
717 | <tr class="parity1"> | |
718 |
<td class="age"><i class="age">Thu Jan |
|
718 | <td class="age"><i class="age">Thu, 01 Jan 1970 00:00:00 +0000</i></td> | |
719 | <td><i>test</i></td> |
|
719 | <td><i>test</i></td> | |
720 | <td> |
|
720 | <td> | |
721 | <a class="list" href="/rev/a4f92ed23982?style=gitweb"> |
|
721 | <a class="list" href="/rev/a4f92ed23982?style=gitweb"> | |
@@ -729,7 +729,7 b' Overviews' | |||||
729 | </td> |
|
729 | </td> | |
730 | </tr> |
|
730 | </tr> | |
731 | <tr class="parity0"> |
|
731 | <tr class="parity0"> | |
732 |
<td class="age"><i class="age">Thu Jan |
|
732 | <td class="age"><i class="age">Thu, 01 Jan 1970 00:00:00 +0000</i></td> | |
733 | <td><i>test</i></td> |
|
733 | <td><i>test</i></td> | |
734 | <td> |
|
734 | <td> | |
735 | <a class="list" href="/rev/2ef0ac749a14?style=gitweb"> |
|
735 | <a class="list" href="/rev/2ef0ac749a14?style=gitweb"> | |
@@ -749,7 +749,7 b' Overviews' | |||||
749 | <table cellspacing="0"> |
|
749 | <table cellspacing="0"> | |
750 |
|
750 | |||
751 | <tr class="parity0"> |
|
751 | <tr class="parity0"> | |
752 |
<td class="age"><i class="age">Thu Jan |
|
752 | <td class="age"><i class="age">Thu, 01 Jan 1970 00:00:00 +0000</i></td> | |
753 | <td><a class="list" href="/rev/2ef0ac749a14?style=gitweb"><b>1.0</b></a></td> |
|
753 | <td><a class="list" href="/rev/2ef0ac749a14?style=gitweb"><b>1.0</b></a></td> | |
754 | <td class="link"> |
|
754 | <td class="link"> | |
755 | <a href="/rev/2ef0ac749a14?style=gitweb">changeset</a> | |
|
755 | <a href="/rev/2ef0ac749a14?style=gitweb">changeset</a> | | |
@@ -764,7 +764,7 b' Overviews' | |||||
764 | <table cellspacing="0"> |
|
764 | <table cellspacing="0"> | |
765 |
|
765 | |||
766 | <tr class="parity0"> |
|
766 | <tr class="parity0"> | |
767 |
<td class="age"><i class="age">Thu Jan |
|
767 | <td class="age"><i class="age">Thu, 01 Jan 1970 00:00:00 +0000</i></td> | |
768 | <td><a class="list" href="/rev/2ef0ac749a14?style=gitweb"><b>anotherthing</b></a></td> |
|
768 | <td><a class="list" href="/rev/2ef0ac749a14?style=gitweb"><b>anotherthing</b></a></td> | |
769 | <td class="link"> |
|
769 | <td class="link"> | |
770 | <a href="/rev/2ef0ac749a14?style=gitweb">changeset</a> | |
|
770 | <a href="/rev/2ef0ac749a14?style=gitweb">changeset</a> | | |
@@ -773,7 +773,7 b' Overviews' | |||||
773 | </td> |
|
773 | </td> | |
774 | </tr> |
|
774 | </tr> | |
775 | <tr class="parity1"> |
|
775 | <tr class="parity1"> | |
776 |
<td class="age"><i class="age">Thu Jan |
|
776 | <td class="age"><i class="age">Thu, 01 Jan 1970 00:00:00 +0000</i></td> | |
777 | <td><a class="list" href="/rev/1d22e65f027e?style=gitweb"><b>something</b></a></td> |
|
777 | <td><a class="list" href="/rev/1d22e65f027e?style=gitweb"><b>something</b></a></td> | |
778 | <td class="link"> |
|
778 | <td class="link"> | |
779 | <a href="/rev/1d22e65f027e?style=gitweb">changeset</a> | |
|
779 | <a href="/rev/1d22e65f027e?style=gitweb">changeset</a> | | |
@@ -788,7 +788,7 b' Overviews' | |||||
788 | <table cellspacing="0"> |
|
788 | <table cellspacing="0"> | |
789 |
|
789 | |||
790 | <tr class="parity0"> |
|
790 | <tr class="parity0"> | |
791 |
<td class="age"><i class="age">Thu Jan |
|
791 | <td class="age"><i class="age">Thu, 01 Jan 1970 00:00:00 +0000</i></td> | |
792 | <td><a class="list" href="/shortlog/1d22e65f027e?style=gitweb"><b>1d22e65f027e</b></a></td> |
|
792 | <td><a class="list" href="/shortlog/1d22e65f027e?style=gitweb"><b>1d22e65f027e</b></a></td> | |
793 | <td class="">stable</td> |
|
793 | <td class="">stable</td> | |
794 | <td class="link"> |
|
794 | <td class="link"> | |
@@ -798,7 +798,7 b' Overviews' | |||||
798 | </td> |
|
798 | </td> | |
799 | </tr> |
|
799 | </tr> | |
800 | <tr class="parity1"> |
|
800 | <tr class="parity1"> | |
801 |
<td class="age"><i class="age">Thu Jan |
|
801 | <td class="age"><i class="age">Thu, 01 Jan 1970 00:00:00 +0000</i></td> | |
802 | <td><a class="list" href="/shortlog/a4f92ed23982?style=gitweb"><b>a4f92ed23982</b></a></td> |
|
802 | <td><a class="list" href="/shortlog/a4f92ed23982?style=gitweb"><b>a4f92ed23982</b></a></td> | |
803 | <td class="">default</td> |
|
803 | <td class="">default</td> | |
804 | <td class="link"> |
|
804 | <td class="link"> |
@@ -81,7 +81,7 b' revision' | |||||
81 | </tr> |
|
81 | </tr> | |
82 | <tr> |
|
82 | <tr> | |
83 | <th class="date">date</th> |
|
83 | <th class="date">date</th> | |
84 |
<td class="date age">Thu Jan |
|
84 | <td class="date age">Thu, 01 Jan 1970 00:00:00 +0000</td></tr> | |
85 | <tr> |
|
85 | <tr> | |
86 | <th class="author">parents</th> |
|
86 | <th class="author">parents</th> | |
87 | <td class="author"></td> |
|
87 | <td class="author"></td> | |
@@ -240,7 +240,7 b' diff removed file' | |||||
240 | </tr> |
|
240 | </tr> | |
241 | <tr> |
|
241 | <tr> | |
242 | <th>date</th> |
|
242 | <th>date</th> | |
243 |
<td class="date age">Thu Jan |
|
243 | <td class="date age">Thu, 01 Jan 1970 00:00:00 +0000</td> | |
244 | </tr> |
|
244 | </tr> | |
245 | <tr> |
|
245 | <tr> | |
246 | <th>parents</th> |
|
246 | <th>parents</th> | |
@@ -341,7 +341,7 b' revision' | |||||
341 | </tr> |
|
341 | </tr> | |
342 | <tr> |
|
342 | <tr> | |
343 | <th class="date">date</th> |
|
343 | <th class="date">date</th> | |
344 |
<td class="date age">Thu Jan |
|
344 | <td class="date age">Thu, 01 Jan 1970 00:00:00 +0000</td></tr> | |
345 | <tr> |
|
345 | <tr> | |
346 | <th class="author">parents</th> |
|
346 | <th class="author">parents</th> | |
347 | <td class="author"></td> |
|
347 | <td class="author"></td> | |
@@ -504,7 +504,7 b' diff removed file' | |||||
504 | </tr> |
|
504 | </tr> | |
505 | <tr> |
|
505 | <tr> | |
506 | <th>date</th> |
|
506 | <th>date</th> | |
507 |
<td class="date age">Thu Jan |
|
507 | <td class="date age">Thu, 01 Jan 1970 00:00:00 +0000</td> | |
508 | </tr> |
|
508 | </tr> | |
509 | <tr> |
|
509 | <tr> | |
510 | <th>parents</th> |
|
510 | <th>parents</th> |
@@ -179,12 +179,12 b' tip - two revisions' | |||||
179 | <th class="description">description</th> |
|
179 | <th class="description">description</th> | |
180 | </tr> |
|
180 | </tr> | |
181 | <tr class="parity0"> |
|
181 | <tr class="parity0"> | |
182 |
<td class="age">Thu Jan |
|
182 | <td class="age">Thu, 01 Jan 1970 00:00:00 +0000</td> | |
183 | <td class="author">test</td> |
|
183 | <td class="author">test</td> | |
184 | <td class="description"><a href="/rev/01de2d66a28d">second a</a></td> |
|
184 | <td class="description"><a href="/rev/01de2d66a28d">second a</a></td> | |
185 | </tr> |
|
185 | </tr> | |
186 | <tr class="parity1"> |
|
186 | <tr class="parity1"> | |
187 |
<td class="age">Thu Jan |
|
187 | <td class="age">Thu, 01 Jan 1970 00:00:00 +0000</td> | |
188 | <td class="author">test</td> |
|
188 | <td class="author">test</td> | |
189 | <td class="description"><a href="/rev/5ed941583260">first a</a></td> |
|
189 | <td class="description"><a href="/rev/5ed941583260">first a</a></td> | |
190 | </tr> |
|
190 | </tr> | |
@@ -280,12 +280,12 b' second version - two revisions' | |||||
280 | <th class="description">description</th> |
|
280 | <th class="description">description</th> | |
281 | </tr> |
|
281 | </tr> | |
282 | <tr class="parity0"> |
|
282 | <tr class="parity0"> | |
283 |
<td class="age">Thu Jan |
|
283 | <td class="age">Thu, 01 Jan 1970 00:00:00 +0000</td> | |
284 | <td class="author">test</td> |
|
284 | <td class="author">test</td> | |
285 | <td class="description"><a href="/rev/01de2d66a28d">second a</a></td> |
|
285 | <td class="description"><a href="/rev/01de2d66a28d">second a</a></td> | |
286 | </tr> |
|
286 | </tr> | |
287 | <tr class="parity1"> |
|
287 | <tr class="parity1"> | |
288 |
<td class="age">Thu Jan |
|
288 | <td class="age">Thu, 01 Jan 1970 00:00:00 +0000</td> | |
289 | <td class="author">test</td> |
|
289 | <td class="author">test</td> | |
290 | <td class="description"><a href="/rev/5ed941583260">first a</a></td> |
|
290 | <td class="description"><a href="/rev/5ed941583260">first a</a></td> | |
291 | </tr> |
|
291 | </tr> | |
@@ -381,7 +381,7 b' first deleted - one revision' | |||||
381 | <th class="description">description</th> |
|
381 | <th class="description">description</th> | |
382 | </tr> |
|
382 | </tr> | |
383 | <tr class="parity0"> |
|
383 | <tr class="parity0"> | |
384 |
<td class="age">Thu Jan |
|
384 | <td class="age">Thu, 01 Jan 1970 00:00:00 +0000</td> | |
385 | <td class="author">test</td> |
|
385 | <td class="author">test</td> | |
386 | <td class="description"><a href="/rev/5ed941583260">first a</a></td> |
|
386 | <td class="description"><a href="/rev/5ed941583260">first a</a></td> | |
387 | </tr> |
|
387 | </tr> | |
@@ -477,7 +477,7 b' first version - one revision' | |||||
477 | <th class="description">description</th> |
|
477 | <th class="description">description</th> | |
478 | </tr> |
|
478 | </tr> | |
479 | <tr class="parity0"> |
|
479 | <tr class="parity0"> | |
480 |
<td class="age">Thu Jan |
|
480 | <td class="age">Thu, 01 Jan 1970 00:00:00 +0000</td> | |
481 | <td class="author">test</td> |
|
481 | <td class="author">test</td> | |
482 | <td class="description"><a href="/rev/5ed941583260">first a</a></td> |
|
482 | <td class="description"><a href="/rev/5ed941583260">first a</a></td> | |
483 | </tr> |
|
483 | </tr> | |
@@ -604,7 +604,7 b' should show base link, use spartan becau' | |||||
604 |
|
604 | |||
605 | <table class="logEntry parity0"> |
|
605 | <table class="logEntry parity0"> | |
606 | <tr> |
|
606 | <tr> | |
607 |
<th><span class="age">Thu Jan |
|
607 | <th><span class="age">Thu, 01 Jan 1970 00:00:00 +0000</span>:</th> | |
608 | <th class="firstline"><a href="/rev/b7682196df1c?style=spartan">change c</a></th> |
|
608 | <th class="firstline"><a href="/rev/b7682196df1c?style=spartan">change c</a></th> | |
609 | </tr> |
|
609 | </tr> | |
610 | <tr> |
|
610 | <tr> | |
@@ -622,14 +622,14 b' should show base link, use spartan becau' | |||||
622 | </tr> |
|
622 | </tr> | |
623 | <tr> |
|
623 | <tr> | |
624 | <th class="date">date:</th> |
|
624 | <th class="date">date:</th> | |
625 |
<td class="date">Thu Jan |
|
625 | <td class="date">Thu, 01 Jan 1970 00:00:00 +0000</td> | |
626 | </tr> |
|
626 | </tr> | |
627 | </table> |
|
627 | </table> | |
628 |
|
628 | |||
629 |
|
629 | |||
630 | <table class="logEntry parity1"> |
|
630 | <table class="logEntry parity1"> | |
631 | <tr> |
|
631 | <tr> | |
632 |
<th><span class="age">Thu Jan |
|
632 | <th><span class="age">Thu, 01 Jan 1970 00:00:00 +0000</span>:</th> | |
633 | <th class="firstline"><a href="/rev/1a6696706df2?style=spartan">mv b</a></th> |
|
633 | <th class="firstline"><a href="/rev/1a6696706df2?style=spartan">mv b</a></th> | |
634 | </tr> |
|
634 | </tr> | |
635 | <tr> |
|
635 | <tr> | |
@@ -655,7 +655,7 b' should show base link, use spartan becau' | |||||
655 | </tr> |
|
655 | </tr> | |
656 | <tr> |
|
656 | <tr> | |
657 | <th class="date">date:</th> |
|
657 | <th class="date">date:</th> | |
658 |
<td class="date">Thu Jan |
|
658 | <td class="date">Thu, 01 Jan 1970 00:00:00 +0000</td> | |
659 | </tr> |
|
659 | </tr> | |
660 | </table> |
|
660 | </table> | |
661 |
|
661 |
@@ -76,7 +76,7 b' revision' | |||||
76 | </tr> |
|
76 | </tr> | |
77 | <tr> |
|
77 | <tr> | |
78 | <th class="date">date</th> |
|
78 | <th class="date">date</th> | |
79 |
<td class="date age">Thu Jan |
|
79 | <td class="date age">Thu, 01 Jan 1970 00:00:00 +0000</td></tr> | |
80 | <tr> |
|
80 | <tr> | |
81 | <th class="author">parents</th> |
|
81 | <th class="author">parents</th> | |
82 | <td class="author"><a href="/rev/cb9a9f314b8b">cb9a9f314b8b</a> </td> |
|
82 | <td class="author"><a href="/rev/cb9a9f314b8b">cb9a9f314b8b</a> </td> | |
@@ -198,7 +198,7 b' diff removed file' | |||||
198 | </tr> |
|
198 | </tr> | |
199 | <tr> |
|
199 | <tr> | |
200 | <th>date</th> |
|
200 | <th>date</th> | |
201 |
<td class="date age">Thu Jan |
|
201 | <td class="date age">Thu, 01 Jan 1970 00:00:00 +0000</td> | |
202 | </tr> |
|
202 | </tr> | |
203 | <tr> |
|
203 | <tr> | |
204 | <th>parents</th> |
|
204 | <th>parents</th> |
@@ -121,7 +121,7 b' hgweb filerevision, html' | |||||
121 | </tr> |
|
121 | </tr> | |
122 | <tr> |
|
122 | <tr> | |
123 | <th class="date">date</th> |
|
123 | <th class="date">date</th> | |
124 |
<td class="date age">Thu Jan |
|
124 | <td class="date age">Thu, 01 Jan 1970 00:00:00 +0000</td> | |
125 | </tr> |
|
125 | </tr> | |
126 | <tr> |
|
126 | <tr> | |
127 | <th class="author">parents</th> |
|
127 | <th class="author">parents</th> | |
@@ -251,7 +251,7 b' hgweb fileannotate, html' | |||||
251 | </tr> |
|
251 | </tr> | |
252 | <tr> |
|
252 | <tr> | |
253 | <th class="date">date</th> |
|
253 | <th class="date">date</th> | |
254 |
<td class="date age">Thu Jan |
|
254 | <td class="date age">Thu, 01 Jan 1970 00:00:00 +0000</td> | |
255 | </tr> |
|
255 | </tr> | |
256 | <tr> |
|
256 | <tr> | |
257 | <th class="author">parents</th> |
|
257 | <th class="author">parents</th> |
General Comments 0
You need to be logged in to leave comments.
Login now