Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Add missing table cell in bottom right corner of unversioned file list web page |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
f39c33c1332c6f72776ce9bfc13700ba |
| User & Date: | andygoth 2017-09-19 18:28:10.937 |
References
|
2017-10-03
| ||
| 05:12 | Follow-up to [f39c33c133]: Only add extra table cell when rcvid column is shown check-in: 1f9718a694 user: andygoth tags: trunk | |
Context
|
2017-09-19
| ||
| 19:20 | Show the delta-source ID on files as well as check-ins for the "showid" query parameter on the /timeline page. check-in: 4f134e06ce user: drh tags: trunk | |
| 18:28 | Add missing table cell in bottom right corner of unversioned file list web page check-in: f39c33c133 user: andygoth tags: trunk | |
| 18:04 | Show file sizes in the description of individual file artifacts. check-in: 4c268999d5 user: drh tags: trunk | |
Changes
Changes to src/unversioned.c.
| ︙ | ︙ | |||
544 545 546 547 548 549 550 |
fossil_free(zAge);
}
db_finalize(&q);
if( n ){
approxSizeName(sizeof(zSzName), zSzName, iTotalSz);
@ </tbody>
@ <tfoot><tr><td><b>Total over %d(cnt) files</b><td><td>%s(zSzName)
| | | 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 |
fossil_free(zAge);
}
db_finalize(&q);
if( n ){
approxSizeName(sizeof(zSzName), zSzName, iTotalSz);
@ </tbody>
@ <tfoot><tr><td><b>Total over %d(cnt) files</b><td><td>%s(zSzName)
@ <td><td><td></tfoot>
@ </table></div>
output_table_sorting_javascript("uvtab","tkKttN",1);
}else{
@ No unversioned files on this server.
}
style_footer();
}
|
| ︙ | ︙ |