Fossil SCM

Reword the header to the /fileage page to avoid disputes of commas.

drh 2017-07-12 18:34 trunk
Commit 74bc515d36b11ac864334390fc5deb7e5fd81c147126597249733d096fd22319
1 file changed +6 -6
+6 -6
--- src/browse.c
+++ src/browse.c
@@ -1090,23 +1090,23 @@
10901090
style_header("File Ages");
10911091
zGlob = P("glob");
10921092
compute_fileage(rid,zGlob);
10931093
db_multi_exec("CREATE INDEX fileage_ix1 ON fileage(mid,pathname);");
10941094
1095
- @ <h2>Files in
1095
+ @ <h1>Files in
10961096
@ %z(href("%R/info/%!S",zUuid))[%S(zUuid)]</a>
10971097
if( zGlob && zGlob[0] ){
1098
- @ that match "%h(zGlob)" and
1098
+ @ that match "%h(zGlob)"
10991099
}
1100
- @ ordered by check-in time</h2>
1100
+ @ ordered by age</h1>
11011101
@
1102
- @ <p>Times are relative to the check-in time for
1103
- @ %z(href("%R/ci/%!S",zUuid))[%S(zUuid)]</a> which is
1102
+ @ <p>File ages are expressed relative to the
1103
+ @ %z(href("%R/ci/%!S",zUuid))[%S(zUuid)]</a> check-in time of
11041104
@ %z(href("%R/timeline?c=%t",zNow))%s(zNow)</a>.</p>
11051105
@
11061106
@ <div class='fileage'><table>
1107
- @ <tr><th>Time</th><th>Files</th><th>Check-in</th></tr>
1107
+ @ <tr><th>Age</th><th>Files</th><th>Check-in</th></tr>
11081108
db_prepare(&q1,
11091109
"SELECT event.mtime, event.objid, blob.uuid,\n"
11101110
" coalesce(event.ecomment,event.comment),\n"
11111111
" coalesce(event.euser,event.user),\n"
11121112
" coalesce((SELECT value FROM tagxref\n"
11131113
--- src/browse.c
+++ src/browse.c
@@ -1090,23 +1090,23 @@
1090 style_header("File Ages");
1091 zGlob = P("glob");
1092 compute_fileage(rid,zGlob);
1093 db_multi_exec("CREATE INDEX fileage_ix1 ON fileage(mid,pathname);");
1094
1095 @ <h2>Files in
1096 @ %z(href("%R/info/%!S",zUuid))[%S(zUuid)]</a>
1097 if( zGlob && zGlob[0] ){
1098 @ that match "%h(zGlob)" and
1099 }
1100 @ ordered by check-in time</h2>
1101 @
1102 @ <p>Times are relative to the check-in time for
1103 @ %z(href("%R/ci/%!S",zUuid))[%S(zUuid)]</a> which is
1104 @ %z(href("%R/timeline?c=%t",zNow))%s(zNow)</a>.</p>
1105 @
1106 @ <div class='fileage'><table>
1107 @ <tr><th>Time</th><th>Files</th><th>Check-in</th></tr>
1108 db_prepare(&q1,
1109 "SELECT event.mtime, event.objid, blob.uuid,\n"
1110 " coalesce(event.ecomment,event.comment),\n"
1111 " coalesce(event.euser,event.user),\n"
1112 " coalesce((SELECT value FROM tagxref\n"
1113
--- src/browse.c
+++ src/browse.c
@@ -1090,23 +1090,23 @@
1090 style_header("File Ages");
1091 zGlob = P("glob");
1092 compute_fileage(rid,zGlob);
1093 db_multi_exec("CREATE INDEX fileage_ix1 ON fileage(mid,pathname);");
1094
1095 @ <h1>Files in
1096 @ %z(href("%R/info/%!S",zUuid))[%S(zUuid)]</a>
1097 if( zGlob && zGlob[0] ){
1098 @ that match "%h(zGlob)"
1099 }
1100 @ ordered by age</h1>
1101 @
1102 @ <p>File ages are expressed relative to the
1103 @ %z(href("%R/ci/%!S",zUuid))[%S(zUuid)]</a> check-in time of
1104 @ %z(href("%R/timeline?c=%t",zNow))%s(zNow)</a>.</p>
1105 @
1106 @ <div class='fileage'><table>
1107 @ <tr><th>Age</th><th>Files</th><th>Check-in</th></tr>
1108 db_prepare(&q1,
1109 "SELECT event.mtime, event.objid, blob.uuid,\n"
1110 " coalesce(event.ecomment,event.comment),\n"
1111 " coalesce(event.euser,event.user),\n"
1112 " coalesce((SELECT value FROM tagxref\n"
1113

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button