Fossil  Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

13 check-ins occurring around 6df7a853ec16865b.

2019-07-31
12:21
Fixed fossil_strcmp() usage in cgi_init() when in JSON mode. Through some extremely serendipitous fluke, its broken usage just happened to work until a bit was removed from that function in [ec56c69f] which, purely coincidentally, caused the bug (mine, from 2011!) to start triggering when x-www-form-urlencoded forms were submitted (login/logout). Before that, the buggy block never got a chance to trigger for those forms. check-in: 115a70b2df user: stephan tags: trunk
08:09
Merged in autosetupAndJimTcl branch (autosetup updates). check-in: 51d006f851 user: stephan tags: trunk
2019-07-30
18:55
Fix the "fossil server" command on windows so that it honors the --https option. check-in: 8ed91bbe44 user: drh tags: trunk
10:28
Restore the full CGI extension documentation that was somehow truncated by an earlier commit. check-in: 4130a22cee user: drh tags: trunk
01:17
Merge in updates from trunk. check-in: 7e7258b3ed user: andybradford tags: test-updates
2019-07-29
20:02
Improved documentation of the repolist-skin setting. check-in: 02bdcf5e9f user: drh tags: trunk
18:17
When doing a repository list, use the first repository that has a non-zero value for the "repolist-skin" setting as the skin for the list. If the "repolist-skin" setting is 2 and if the repository list is coming from a directory scan, the omit that repository from the list. All repositories are always shown, regardless of the "repolist-skin" setting for a "fossil all ui" or "fossil all server" generated repository list. check-in: 8f5399bc7b user: drh tags: trunk
18:14
Fix the repolist-skin setting so that it sets up URL on the header menu correctly. Back out the stylesheet hack is that is now covered by the same fix. Closed-Leaf check-in: 6df7a853ec user: drh tags: repolist-skin
17:25
Merge fixes from trunk. check-in: 8a0753de2d user: drh tags: repolist-skin
15:12
Enhancements to the copy/paste SVG icon and to the global options help page. check-in: 93b0afc889 user: drh tags: trunk
14:19
Fix the build for -DFOSSIL_ENABLE_TH1_DOCS. The build was broken by check-in [ed2def5ffb96d74c] and on trunk by [ec56c69fe98d26d9]. check-in: 8abeb62737 user: drh tags: trunk
14:06
When to a repolist, if any of the repositories have a non-zero repolist-skin setting, use that repository as the skin for the listing. If the repolist-skin setting is 2, then omit that repository from the list for directory-scan lists, but always show all repos for a "fossil all ui" list. This *almost* works, but still has some small issues. This is an incremental check-in. check-in: 958e0bdc4a user: drh tags: repolist-skin
08:28
Move each command-line option to their own paragraph, for consistency with the document structure in "Environment Variables and Global Options", as this seems easier to browse and search. The explicit line-break between the two options was wiped with automatic cleanup of trailing spaces by [e2751b18af]. Closed-Leaf check-in: 14f2ba0436 user: florian tags: svg-and-md-formatting