Fossil SCM
Reword the header to the /fileage page to avoid disputes of commas.
Commit
74bc515d36b11ac864334390fc5deb7e5fd81c147126597249733d096fd22319
Parent
2f225b821f41fe4…
1 file changed
+6
-6
+6
-6
| --- src/browse.c | ||
| +++ src/browse.c | ||
| @@ -1090,23 +1090,23 @@ | ||
| 1090 | 1090 | style_header("File Ages"); |
| 1091 | 1091 | zGlob = P("glob"); |
| 1092 | 1092 | compute_fileage(rid,zGlob); |
| 1093 | 1093 | db_multi_exec("CREATE INDEX fileage_ix1 ON fileage(mid,pathname);"); |
| 1094 | 1094 | |
| 1095 | - @ <h2>Files in | |
| 1095 | + @ <h1>Files in | |
| 1096 | 1096 | @ %z(href("%R/info/%!S",zUuid))[%S(zUuid)]</a> |
| 1097 | 1097 | if( zGlob && zGlob[0] ){ |
| 1098 | - @ that match "%h(zGlob)" and | |
| 1098 | + @ that match "%h(zGlob)" | |
| 1099 | 1099 | } |
| 1100 | - @ ordered by check-in time</h2> | |
| 1100 | + @ ordered by age</h1> | |
| 1101 | 1101 | @ |
| 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 | |
| 1104 | 1104 | @ %z(href("%R/timeline?c=%t",zNow))%s(zNow)</a>.</p> |
| 1105 | 1105 | @ |
| 1106 | 1106 | @ <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> | |
| 1108 | 1108 | db_prepare(&q1, |
| 1109 | 1109 | "SELECT event.mtime, event.objid, blob.uuid,\n" |
| 1110 | 1110 | " coalesce(event.ecomment,event.comment),\n" |
| 1111 | 1111 | " coalesce(event.euser,event.user),\n" |
| 1112 | 1112 | " coalesce((SELECT value FROM tagxref\n" |
| 1113 | 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 | @ <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 |