Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
19 check-ins using file src/wiki.c version 649f6c9a6d
|
2018-12-30
| ||
| 23:28 | Fix the action= on the Admin/Wiki setup page. check-in: 341a31c6a3 user: drh tags: trunk | |
| 00:29 | NetBSD wants a header for isspace() check-in: ae62c08cbe user: bch tags: trunk | |
|
2018-12-29
| ||
| 18:21 | Do not show cherrypick merge links in the context for the /ci_tags page. check-in: 758029a812 user: drh tags: trunk | |
| 13:04 | Improved default CSS for drawing dashed lines for cherrypick merges. check-in: 3d922b5210 user: drh tags: trunk | |
| 12:34 | Fix the hyperlink to the login page on /download page. check-in: ad5999aa6a user: drh tags: trunk | |
| 06:43 | Fix the login links for the /download web page, as suggested here: https://fossil-scm.org/forum/forumpost/a742969590. Closed-Leaf check-in: 4a30475bdb user: florian tags: fix-login-links | |
|
2018-12-28
| ||
| 23:46 | Add support for the "mionly" query parameter in /timeline when using from= and to=. check-in: 9fae215151 user: drh tags: trunk | |
| 18:38 | Improved title on /timeline graphs with from, to, and rel query parameters. check-in: 994d7d849d user: drh tags: trunk | |
| 18:15 | Enhance the from=/to= query parameters on the /timeline page so that when the "rel" query parameter is present, the graph shows checkins that merge with checkins on the choose path. check-in: 7759a00e3e user: drh tags: trunk | |
| 16:52 | Add compression to the built-in javascript. Update comments on graph.js. check-in: 4da95b2543 user: drh tags: trunk | |
| 16:21 | Improved graph display when a single checkin is the parent of both a normal and a cherrypick merge. check-in: 30aec47aa0 user: drh tags: trunk | |
| 02:01 | In /timeline, the cherrypicks query parameter puts the graph into "disjoint" mode, which displays much better for the data it is presenting. check-in: 35e892b4f3 user: drh tags: trunk | |
| 01:25 | Improvements to /timeline generation of cherrypick merges. Cherrypicks are now shown with the f= query parameter. Add the cherrypicks query parameter to /timeline. Add test cases to the graph-test-1.wiki page. check-in: ee64832f7e user: drh tags: trunk | |
|
2018-12-27
| ||
| 21:56 | Much faster rendering of branch timelines. check-in: fe40b652fe user: drh tags: trunk | |
| 20:41 | General enhancements to the "amend", "tag", and "reparent" command, including adding flags like --override-date, --override-user, and --dry-run. check-in: 5c9955710f user: drh tags: trunk | |
| 20:37 | Updates to the /brtimeline and /tagtimeline pages. check-in: efb903f939 user: drh tags: trunk | |
| 20:35 | Fix an issue with the subscriber feature. check-in: 140ed0f25b user: drh tags: trunk | |
| 20:34 | Fix non-C89 variable declarations. check-in: 33f1c74122 user: drh tags: trunk | |
|
2018-12-15
| ||
| 08:34 | Move a variable declaration introduced by [b695e97d7a] to the beginning of the scope, for strict ANSI C-89 conformance, as specified in the Coding Style document /doc/trunk/www/style.wiki. (Required by some old MSVC compilers, to build executables with dynamic linking to msvcrt.dll.) Closed-Leaf check-in: 550b95e5ee user: florian tags: ansi-c89-compatibility | |