Differences From Artifact [c3e5e1300a]:
- File src/path.c — part of check-in [0e83ca88ce] at 2020-12-22 12:13:39 on branch body-feature-class — Removed the parameter from style_finish_page() since the resulting content div class is now redundant with respect to the body class. This potentially breaks CSS made against old class names that a prior commit on this branch changed, but such skins would be made against an unreleased version of Fossil, it's unlikely many are using that first version of the feature anyway, and most of the class names did *not* change unless you were targeting a "div" instead of "body" or just a generic class name. None of the shipping skins are affected. (user: wyoung size: 19254) [more...]
To Artifact [f70e2a2e59]:
- File src/path.c — part of check-in [2f78b2cb41] at 2021-01-12 13:50:17 on branch trunk — Fix typos in help and other console output. (user: danield size: 19250) [more...]
| ︙ | ︙ | |||
605 606 607 608 609 610 611 | @ GROUP BY 2, 3; ; /* ** WEBPAGE: test-rename-list ** ** Print a list of all file rename operations throughout history. | | | 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 |
@ GROUP BY 2, 3;
;
/*
** WEBPAGE: test-rename-list
**
** Print a list of all file rename operations throughout history.
** This page is intended for testing purposes only and may change
** or be discontinued without notice.
*/
void test_rename_list_page(void){
Stmt q;
int nRename;
int nCheckin;
|
| ︙ | ︙ |