##// END OF EJS Templates
templates: rename `Last change' column in hgwebdir repository list....
Dan Villiom Podlaski Christiansen -
r10301:56b50194 default
parent child Browse files
Show More
@@ -1,26 +1,26 b''
1 1 {header}
2 2 <title>Mercurial repositories index</title>
3 3 </head>
4 4 <body>
5 5
6 6 <div class="page_header">
7 7 <a href="http://mercurial.selenic.com/" title="Mercurial" style="float: right;">Mercurial</a>
8 8 Repositories list
9 9 </div>
10 10
11 11 <table cellspacing="0">
12 12 <tr>
13 13 <td><a href="?sort={sort_name}">Name</a></td>
14 14 <td><a href="?sort={sort_description}">Description</a></td>
15 15 <td><a href="?sort={sort_contact}">Contact</a></td>
16 <td><a href="?sort={sort_lastchange}">Last change</a></td>
16 <td><a href="?sort={sort_lastchange}">Last modified</a></td>
17 17 <td>&nbsp;</td>
18 18 <td>&nbsp;</td>
19 19 </tr>
20 20 {entries%indexentry}
21 21 </table>
22 22 <div class="page_footer">
23 23 {motd}
24 24 </div>
25 25 </body>
26 26 </html>
@@ -1,39 +1,39 b''
1 1 {header}
2 2 <title>{repo|escape}: Mercurial repositories index</title>
3 3 </head>
4 4
5 5 <body>
6 6 <div id="container">
7 7 <div class="page-header">
8 8 <h1>Mercurial Repositories</h1>
9 9 <ul class="page-nav">
10 10 </ul>
11 11 </div>
12 12
13 13 <table cellspacing="0">
14 14 <tr>
15 15 <td><a href="?sort={sort_name}">Name</a></td>
16 16 <td><a href="?sort={sort_description}">Description</a></td>
17 17 <td><a href="?sort={sort_contact}">Contact</a></td>
18 <td><a href="?sort={sort_lastchange}">Last change</a></td>
18 <td><a href="?sort={sort_lastchange}">Last modified</a></td>
19 19 <td>&nbsp;</td>
20 20 <td>&nbsp;</td>
21 21 </tr>
22 22 {entries%indexentry}
23 23 </table>
24 24 <div class="page-footer">
25 25 {motd}
26 26 </div>
27 27
28 28 <div id="powered-by">
29 29 <p><a href="http://mercurial.selenic.com/" title="Mercurial"><img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a></p>
30 30 </div>
31 31
32 32 <div id="corner-top-left"></div>
33 33 <div id="corner-top-right"></div>
34 34 <div id="corner-bottom-left"></div>
35 35 <div id="corner-bottom-right"></div>
36 36
37 37 </div>
38 38 </body>
39 39 </html>
@@ -1,26 +1,26 b''
1 1 {header}
2 2 <title>Mercurial repositories index</title>
3 3 </head>
4 4 <body>
5 5
6 6 <div class="container">
7 7 <div class="menu">
8 8 <a href="http://mercurial.selenic.com/">
9 9 <img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a>
10 10 </div>
11 11 <div class="main">
12 12 <h2>Mercurial Repositories</h2>
13 13
14 14 <table class="bigtable">
15 15 <tr>
16 16 <th><a href="?sort={sort_name}">Name</a></th>
17 17 <th><a href="?sort={sort_description}">Description</a></th>
18 18 <th><a href="?sort={sort_contact}">Contact</a></th>
19 <th><a href="?sort={sort_lastchange}">Last change</a></th>
19 <th><a href="?sort={sort_lastchange}">Last modified</a></th>
20 20 <th>&nbsp;</th>
21 21 </tr>
22 22 {entries%indexentry}
23 23 </table>
24 24 </div>
25 25 </div>
26 26 {footer}
@@ -1,19 +1,19 b''
1 1 {header}
2 2 <title>Mercurial repositories index</title>
3 3 </head>
4 4 <body>
5 5
6 6 <h2>Mercurial Repositories</h2>
7 7
8 8 <table>
9 9 <tr>
10 10 <td><a href="?sort={sort_name}">Name</a></td>
11 11 <td><a href="?sort={sort_description}">Description</a></td>
12 12 <td><a href="?sort={sort_contact}">Contact</a></td>
13 <td><a href="?sort={sort_lastchange}">Last change</a></td>
13 <td><a href="?sort={sort_lastchange}">Last modified</a></td>
14 14 <td>&nbsp;</td>
15 15 </tr>
16 16 {entries%indexentry}
17 17 </table>
18 18
19 19 {footer}
@@ -1,343 +1,343 b''
1 1 adding a
2 2 adding b
3 3 adding d
4 4 adding c
5 5 % should give a 404 - file does not exist
6 6 404 Not Found
7 7
8 8
9 9 error: bork@8580ff50825a: not found in manifest
10 10 % should succeed
11 11 200 Script output follows
12 12
13 13
14 14 /a/
15 15 /b/
16 16
17 17 200 Script output follows
18 18
19 19 a
20 20 200 Script output follows
21 21
22 22 b
23 23 % should give a 404 - repo is not published
24 24 404 Not Found
25 25
26 26
27 27 error: repository c not found
28 28 % should succeed, slashy names
29 29 200 Script output follows
30 30
31 31
32 32 /t/a/
33 33 /b/
34 34 /coll/a/
35 35 /coll/a/.hg/patches/
36 36 /coll/b/
37 37 /coll/c/
38 38 /rcoll/a/
39 39 /rcoll/a/.hg/patches/
40 40 /rcoll/b/
41 41 /rcoll/b/d/
42 42 /rcoll/c/
43 43
44 44 200 Script output follows
45 45
46 46 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
47 47 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
48 48 <head>
49 49 <link rel="icon" href="/static/hgicon.png" type="image/png" />
50 50 <meta name="robots" content="index, nofollow" />
51 51 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
52 52
53 53 <title>Mercurial repositories index</title>
54 54 </head>
55 55 <body>
56 56
57 57 <div class="container">
58 58 <div class="menu">
59 59 <a href="http://mercurial.selenic.com/">
60 60 <img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a>
61 61 </div>
62 62 <div class="main">
63 63 <h2>Mercurial Repositories</h2>
64 64
65 65 <table class="bigtable">
66 66 <tr>
67 67 <th><a href="?sort=name">Name</a></th>
68 68 <th><a href="?sort=description">Description</a></th>
69 69 <th><a href="?sort=contact">Contact</a></th>
70 <th><a href="?sort=lastchange">Last change</a></th>
70 <th><a href="?sort=lastchange">Last modified</a></th>
71 71 <th>&nbsp;</th>
72 72 </tr>
73 73
74 74 <tr class="parity0">
75 75 <td><a href="/t/a/?style=paper">t/a</a></td>
76 76 <td>unknown</td>
77 77 <td>&#70;&#111;&#111;&#32;&#66;&#97;&#114;&#32;&#60;&#102;&#111;&#111;&#46;&#98;&#97;&#114;&#64;&#101;&#120;&#97;&#109;&#112;&#108;&#101;&#46;&#99;&#111;&#109;&#62;</td>
78 78 <td class="age">seconds ago</td>
79 79 <td class="indexlinks"></td>
80 80 </tr>
81 81
82 82 <tr class="parity1">
83 83 <td><a href="/b/?style=paper">b</a></td>
84 84 <td>unknown</td>
85 85 <td>&#70;&#111;&#111;&#32;&#66;&#97;&#114;&#32;&#60;&#102;&#111;&#111;&#46;&#98;&#97;&#114;&#64;&#101;&#120;&#97;&#109;&#112;&#108;&#101;&#46;&#99;&#111;&#109;&#62;</td>
86 86 <td class="age">seconds ago</td>
87 87 <td class="indexlinks"></td>
88 88 </tr>
89 89
90 90 <tr class="parity0">
91 91 <td><a href="/coll/a/?style=paper">coll/a</a></td>
92 92 <td>unknown</td>
93 93 <td>&#70;&#111;&#111;&#32;&#66;&#97;&#114;&#32;&#60;&#102;&#111;&#111;&#46;&#98;&#97;&#114;&#64;&#101;&#120;&#97;&#109;&#112;&#108;&#101;&#46;&#99;&#111;&#109;&#62;</td>
94 94 <td class="age">seconds ago</td>
95 95 <td class="indexlinks"></td>
96 96 </tr>
97 97
98 98 <tr class="parity1">
99 99 <td><a href="/coll/a/.hg/patches/?style=paper">coll/a/.hg/patches</a></td>
100 100 <td>unknown</td>
101 101 <td>&#70;&#111;&#111;&#32;&#66;&#97;&#114;&#32;&#60;&#102;&#111;&#111;&#46;&#98;&#97;&#114;&#64;&#101;&#120;&#97;&#109;&#112;&#108;&#101;&#46;&#99;&#111;&#109;&#62;</td>
102 102 <td class="age">seconds ago</td>
103 103 <td class="indexlinks"></td>
104 104 </tr>
105 105
106 106 <tr class="parity0">
107 107 <td><a href="/coll/b/?style=paper">coll/b</a></td>
108 108 <td>unknown</td>
109 109 <td>&#70;&#111;&#111;&#32;&#66;&#97;&#114;&#32;&#60;&#102;&#111;&#111;&#46;&#98;&#97;&#114;&#64;&#101;&#120;&#97;&#109;&#112;&#108;&#101;&#46;&#99;&#111;&#109;&#62;</td>
110 110 <td class="age">seconds ago</td>
111 111 <td class="indexlinks"></td>
112 112 </tr>
113 113
114 114 <tr class="parity1">
115 115 <td><a href="/coll/c/?style=paper">coll/c</a></td>
116 116 <td>unknown</td>
117 117 <td>&#70;&#111;&#111;&#32;&#66;&#97;&#114;&#32;&#60;&#102;&#111;&#111;&#46;&#98;&#97;&#114;&#64;&#101;&#120;&#97;&#109;&#112;&#108;&#101;&#46;&#99;&#111;&#109;&#62;</td>
118 118 <td class="age">seconds ago</td>
119 119 <td class="indexlinks"></td>
120 120 </tr>
121 121
122 122 <tr class="parity0">
123 123 <td><a href="/rcoll/a/?style=paper">rcoll/a</a></td>
124 124 <td>unknown</td>
125 125 <td>&#70;&#111;&#111;&#32;&#66;&#97;&#114;&#32;&#60;&#102;&#111;&#111;&#46;&#98;&#97;&#114;&#64;&#101;&#120;&#97;&#109;&#112;&#108;&#101;&#46;&#99;&#111;&#109;&#62;</td>
126 126 <td class="age">seconds ago</td>
127 127 <td class="indexlinks"></td>
128 128 </tr>
129 129
130 130 <tr class="parity1">
131 131 <td><a href="/rcoll/a/.hg/patches/?style=paper">rcoll/a/.hg/patches</a></td>
132 132 <td>unknown</td>
133 133 <td>&#70;&#111;&#111;&#32;&#66;&#97;&#114;&#32;&#60;&#102;&#111;&#111;&#46;&#98;&#97;&#114;&#64;&#101;&#120;&#97;&#109;&#112;&#108;&#101;&#46;&#99;&#111;&#109;&#62;</td>
134 134 <td class="age">seconds ago</td>
135 135 <td class="indexlinks"></td>
136 136 </tr>
137 137
138 138 <tr class="parity0">
139 139 <td><a href="/rcoll/b/?style=paper">rcoll/b</a></td>
140 140 <td>unknown</td>
141 141 <td>&#70;&#111;&#111;&#32;&#66;&#97;&#114;&#32;&#60;&#102;&#111;&#111;&#46;&#98;&#97;&#114;&#64;&#101;&#120;&#97;&#109;&#112;&#108;&#101;&#46;&#99;&#111;&#109;&#62;</td>
142 142 <td class="age">seconds ago</td>
143 143 <td class="indexlinks"></td>
144 144 </tr>
145 145
146 146 <tr class="parity1">
147 147 <td><a href="/rcoll/b/d/?style=paper">rcoll/b/d</a></td>
148 148 <td>unknown</td>
149 149 <td>&#70;&#111;&#111;&#32;&#66;&#97;&#114;&#32;&#60;&#102;&#111;&#111;&#46;&#98;&#97;&#114;&#64;&#101;&#120;&#97;&#109;&#112;&#108;&#101;&#46;&#99;&#111;&#109;&#62;</td>
150 150 <td class="age">seconds ago</td>
151 151 <td class="indexlinks"></td>
152 152 </tr>
153 153
154 154 <tr class="parity0">
155 155 <td><a href="/rcoll/c/?style=paper">rcoll/c</a></td>
156 156 <td>unknown</td>
157 157 <td>&#70;&#111;&#111;&#32;&#66;&#97;&#114;&#32;&#60;&#102;&#111;&#111;&#46;&#98;&#97;&#114;&#64;&#101;&#120;&#97;&#109;&#112;&#108;&#101;&#46;&#99;&#111;&#109;&#62;</td>
158 158 <td class="age">seconds ago</td>
159 159 <td class="indexlinks"></td>
160 160 </tr>
161 161
162 162 </table>
163 163 </div>
164 164 </div>
165 165
166 166
167 167 </body>
168 168 </html>
169 169
170 170 200 Script output follows
171 171
172 172
173 173 /t/a/
174 174
175 175 200 Script output follows
176 176
177 177
178 178 /t/a/
179 179
180 180 200 Script output follows
181 181
182 182 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
183 183 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
184 184 <head>
185 185 <link rel="icon" href="/static/hgicon.png" type="image/png" />
186 186 <meta name="robots" content="index, nofollow" />
187 187 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
188 188
189 189 <title>Mercurial repositories index</title>
190 190 </head>
191 191 <body>
192 192
193 193 <div class="container">
194 194 <div class="menu">
195 195 <a href="http://mercurial.selenic.com/">
196 196 <img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a>
197 197 </div>
198 198 <div class="main">
199 199 <h2>Mercurial Repositories</h2>
200 200
201 201 <table class="bigtable">
202 202 <tr>
203 203 <th><a href="?sort=name">Name</a></th>
204 204 <th><a href="?sort=description">Description</a></th>
205 205 <th><a href="?sort=contact">Contact</a></th>
206 <th><a href="?sort=lastchange">Last change</a></th>
206 <th><a href="?sort=lastchange">Last modified</a></th>
207 207 <th>&nbsp;</th>
208 208 </tr>
209 209
210 210 <tr class="parity0">
211 211 <td><a href="/t/a/?style=paper">a</a></td>
212 212 <td>unknown</td>
213 213 <td>&#70;&#111;&#111;&#32;&#66;&#97;&#114;&#32;&#60;&#102;&#111;&#111;&#46;&#98;&#97;&#114;&#64;&#101;&#120;&#97;&#109;&#112;&#108;&#101;&#46;&#99;&#111;&#109;&#62;</td>
214 214 <td class="age">seconds ago</td>
215 215 <td class="indexlinks"></td>
216 216 </tr>
217 217
218 218 </table>
219 219 </div>
220 220 </div>
221 221
222 222
223 223 </body>
224 224 </html>
225 225
226 226 200 Script output follows
227 227
228 228 <?xml version="1.0" encoding="ascii"?>
229 229 <feed xmlns="http://127.0.0.1/2005/Atom">
230 230 <!-- Changelog -->
231 231 <id>http://127.0.0.1/t/a/</id>
232 232 <link rel="self" href="http://127.0.0.1/t/a/atom-log"/>
233 233 <link rel="alternate" href="http://127.0.0.1/t/a/"/>
234 234 <title>t/a Changelog</title>
235 235 <updated>1970-01-01T00:00:01+00:00</updated>
236 236
237 237 <entry>
238 238 <title>a</title>
239 239 <id>http://127.0.0.1/t/a/#changeset-8580ff50825a50c8f716709acdf8de0deddcd6ab</id>
240 240 <link href="http://127.0.0.1/t/a/rev/8580ff50825a"/>
241 241 <author>
242 242 <name>test</name>
243 243 <email>&#116;&#101;&#115;&#116;</email>
244 244 </author>
245 245 <updated>1970-01-01T00:00:01+00:00</updated>
246 246 <published>1970-01-01T00:00:01+00:00</published>
247 247 <content type="xhtml">
248 248 <div xmlns="http://127.0.0.1/1999/xhtml">
249 249 <pre xml:space="preserve">a</pre>
250 250 </div>
251 251 </content>
252 252 </entry>
253 253
254 254 </feed>
255 255 200 Script output follows
256 256
257 257 <?xml version="1.0" encoding="ascii"?>
258 258 <feed xmlns="http://127.0.0.1/2005/Atom">
259 259 <!-- Changelog -->
260 260 <id>http://127.0.0.1/t/a/</id>
261 261 <link rel="self" href="http://127.0.0.1/t/a/atom-log"/>
262 262 <link rel="alternate" href="http://127.0.0.1/t/a/"/>
263 263 <title>t/a Changelog</title>
264 264 <updated>1970-01-01T00:00:01+00:00</updated>
265 265
266 266 <entry>
267 267 <title>a</title>
268 268 <id>http://127.0.0.1/t/a/#changeset-8580ff50825a50c8f716709acdf8de0deddcd6ab</id>
269 269 <link href="http://127.0.0.1/t/a/rev/8580ff50825a"/>
270 270 <author>
271 271 <name>test</name>
272 272 <email>&#116;&#101;&#115;&#116;</email>
273 273 </author>
274 274 <updated>1970-01-01T00:00:01+00:00</updated>
275 275 <published>1970-01-01T00:00:01+00:00</published>
276 276 <content type="xhtml">
277 277 <div xmlns="http://127.0.0.1/1999/xhtml">
278 278 <pre xml:space="preserve">a</pre>
279 279 </div>
280 280 </content>
281 281 </entry>
282 282
283 283 </feed>
284 284 200 Script output follows
285 285
286 286 a
287 287 200 Script output follows
288 288
289 289
290 290 /coll/a/
291 291 /coll/a/.hg/patches/
292 292 /coll/b/
293 293 /coll/c/
294 294
295 295 200 Script output follows
296 296
297 297 a
298 298 200 Script output follows
299 299
300 300
301 301 /rcoll/a/
302 302 /rcoll/a/.hg/patches/
303 303 /rcoll/b/
304 304 /rcoll/b/d/
305 305 /rcoll/c/
306 306
307 307 200 Script output follows
308 308
309 309 d
310 310 % test descend = False
311 311 200 Script output follows
312 312
313 313
314 314 /c/
315 315
316 316 200 Script output follows
317 317
318 318
319 319 /t/a/
320 320 /t/b/
321 321
322 322 % collections: should succeed
323 323 200 Script output follows
324 324
325 325
326 326 http://hg.example.com:8080/a/
327 327 http://hg.example.com:8080/a/.hg/patches/
328 328 http://hg.example.com:8080/b/
329 329 http://hg.example.com:8080/c/
330 330
331 331 200 Script output follows
332 332
333 333 a
334 334 200 Script output follows
335 335
336 336 b
337 337 200 Script output follows
338 338
339 339 c
340 340 % paths errors 1
341 341 % paths errors 2
342 342 % paths errors 3
343 343 % collections errors
General Comments 0
You need to be logged in to leave comments. Login now