Timeline
Not logged in

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

35 check-ins using file src/main.c version 2fbbfdde03

2020-08-08
20:13
Enhance built-in help text formatting so that text contained within [[...]] is a hyperlink to another help page. check-in: 71992d0f08 user: drh tags: trunk
18:52
wikiedit: deleted pages are now hidden by default, per forum feedback. A minor style tweek to shift edit-marked wiki entries to the right a bit (edit state indicator was truncated in some skins). check-in: 8936ae98b6 user: stephan tags: trunk
18:19
Fix typo in built-in documentation for "fossil open". check-in: 9ec3274f35 user: drh tags: trunk
18:14
Never allow the "fossil open" command to proceed on a non-empty working directory unless either the --force or --keep options are used. check-in: 99ab1118f5 user: drh tags: trunk
17:43
Disabled wikiedit save confirmation, by popular demand. (Discard/reload still requires confirmation due to the risk of data loss.) Added link to /wiki/PageName to the per-page links. check-in: 8635cb3d17 user: stephan tags: trunk
17:29
Do not allow "fossil open URL" without a --workdir option to work on a non-empty directory. check-in: f0805380f7 user: drh tags: trunk
17:18
Fix documentation typo. check-in: 08ab286028 user: drh tags: trunk
17:09
Imported a 2-line polyfill for MSIE's missing NodeList.forEach, courtesy of the Mozilla docs. check-in: 4dd270761d user: stephan tags: trunk
15:01
More improvements to "fossil open": Make sure the --repodir is converted into a full pathname so that it is unaffected by --workdir. Report an error with --nested if the new repo would be rooted in the same directory as another repository. check-in: 15a7b1fd37 user: drh tags: trunk
12:41
wikiedit now relabels the Save button while save is in progress, per forum feedback. check-in: 9f3747d8a5 user: stephan tags: trunk
12:11
Reverted a recent modernization in sbsdiff.js because the MSIE<=11 family of browsers do not support NodeList.forEach. check-in: 7f416ef175 user: stephan tags: trunk
11:29
/wikiedit now marks "deleted" (empty) pages and offers a filter to show/hide them. check-in: 424baf1e10 user: stephan tags: trunk
01:55
When doing an open on a URI, verify that the working directory is not within an existing checkout prior to performing the clone. check-in: 19677d7629 user: drh tags: trunk
01:44
Updates to a slightly newer SQLite in an attempt to avoid a C89 declaration order issue. check-in: 0d813dbf91 user: drh tags: trunk
2020-08-07
21:18
Updated documentation for the "open" command. check-in: 08255208e9 user: drh tags: trunk
20:28
Update the built-in SQLite to the first 3.33.0 beta. check-in: e83d5bad7a user: drh tags: trunk
14:58
Update the change log for the enhancements to "fossil open". check-in: d59270f76d user: drh tags: trunk
13:59
Allow the REPOSITORY argument to "fossil open" to be a URI, in which case the URI is cloned first and then the clone is opened. check-in: dfc5ceed73 user: drh tags: trunk
12:41
Add the "--workdir DIR" option to the "fossil open" command. check-in: 0629d2a0d7 user: drh tags: trunk
2020-08-06
20:31
Improved ETags caching information in replies, to help browser avoid unnecessary HTTP requests. check-in: ec5a063bdc user: drh tags: trunk
20:26
Fix self-registration so that it can work even if email alerts are not enabled. See forum post https://www.fossil-scm.org/forum/info/e012e702de4ed1e2. check-in: 02c3080bb2 user: drh tags: trunk
2020-08-04
14:00
/wikiedit now embeds a copy of the page list JSON at page-render time to save an XHR request at startup. check-in: bc6651331a user: stephan tags: trunk
00:48
Added an ETag to the /style.css page, so it benefits from the far-future expiry stuff on this branch. Closed-Leaf check-in: 80097abc82 user: wyoung tags: etag-always
00:40
Changed the default ETag expire age from 1 day to 10 years. See included comment for defense. check-in: af848dce95 user: wyoung tags: etag-always
2020-08-03
22:54
Rearranged the order and conditional status of paths leading to ETag HTTP header generation to cause them to be generated in more cases. This improves caching in my testing, but it needs to be vetted before it can be merged down to trunk. The main risk is that it causes over-aggressive caching, resulting in stale data delivery. check-in: bc0b20356a user: wyoung tags: etag-always
01:16
Added a missing db_finalize() in piechart_render() for the empty chart case. check-in: 7913bba610 user: stephan tags: trunk
2020-08-02
13:23
Tiny style tweak for the wikiedit list filter toggles. check-in: b0a38d5fb3 user: stephan tags: trunk
2020-08-01
23:38
fossil.message() and friends now use local timestamps instead of UTC. Fixed a bug in wikiedit which caused a newly-created page to disappear from the page selection list after it was saved. Other minor cleanups in adjacent code. check-in: 3dc4613d19 user: stephan tags: trunk
22:25
Minor CSS tweak for mobile browsers. check-in: bfd79af058 user: stephan tags: trunk
21:31
Ported several features between wikiedit and fileedit, improving them both a bit. check-in: 0d5006bed5 user: stephan tags: trunk
18:47
Updated the wiki CLI command to account for the sandbox pseudo-page and removed an obsolete TODO. check-in: 7bc942704d user: stephan tags: trunk
17:56
Style tweaks and re-did how the OPTION elements are marked is-new/is-modified so that the mobile browsers can show that state. check-in: d9f4b6dbed user: stephan tags: trunk
16:07
Reworked how /wikiedit edit status is displayed, added history/attachment links to the new info bar, and remove attachment links from the Help tab. check-in: fb77abd3b5 user: stephan tags: trunk
13:53
Merged in the Ajax-based /wikiedit reimplementation. check-in: 19f2753522 user: stephan tags: trunk
13:23
Minor help text additions for --jsmode. Closed-Leaf check-in: cb2563de17 user: stephan tags: ajax-wiki-editor