Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user wyoung occurring around 2021-04-15 06:06:32.
2021-06-22
| ||
05:25 | Added a JSON array deserializer function and a test-json-deserialize-array command to test it. ... (check-in: dac496b300 user: wyoung tags: fossil-spawn) | |
03:52 | Renamed the test-* wrapper for the new JSON array serializer to better match its internal implementation function. NFC. ... (check-in: 06d27250d5 user: wyoung tags: fossil-spawn) | |
03:45 | Extracted json_serialize_array() function common to both test-json-carray and settings commands, reducing redundant code. ... (check-in: ead1432af9 user: wyoung tags: fossil-spawn) | |
02:37 | Taught "fossil settings" how to accept multiple ?VALUES? parameters, storing the result as a JSON-encoded array in the config table. Nothing uses this yet, but the resulting SQL DB manipulation appears to work correctly. ... (check-in: ca069402f8 user: wyoung tags: fossil-spawn) | |
01:38 | Added the carray() virtual table extension from SQLite and added the test-json-carray command to test it. This is needed for the next step on this branch. ... (check-in: 4223fe8cb5 user: wyoung tags: fossil-spawn) | |
2021-06-21
| ||
23:03 | Added more test cases to test-spawn-* and gave the test cases human-readable names rather than numbers. ... (check-in: 27cdcbbb49 user: wyoung tags: fossil-spawn) | |
22:37 | Created fossil_spawn() as a dumb-as-rocks wrapper for posix_spawnp(2) and created tests to prove that it doesn't double-interpret its args as fossil_system() does. This isn't portable yet; it's just a seed we can use to bring this branch to a PoC state. ... (check-in: fb7c579736 user: wyoung tags: fossil-spawn) | |
2021-06-14
| ||
05:48 | Squished a few minor errors on www/javascript.md ... (check-in: 641a02c8f3 user: wyoung tags: trunk) | |
2021-06-10
| ||
12:17 | Extracted point 5 of the whyallinone doc, moving it out of the list of "good reasons why bundling other project management features with the DVCS might be useful" to the end of the doc, since it is not one of those "good reasons". It just explains that no one's forcing you to accept all of these benefits. ... (check-in: ba9e50de58 user: wyoung tags: trunk) | |
12:10 | Tightened up a paragraph in point 8 of the new whyallinone doc to be less redundant, both within itself and with respect to the surrounding material. ... (check-in: 216ef76e70 user: wyoung tags: trunk) | |
2021-06-09
| ||
16:07 | Typo fix ... (check-in: 5e12c62516 user: wyoung tags: trunk) | |
15:37 | A few more tiny tweaks to the whyallinone.md doc. ... (check-in: 1a74c2b38e user: wyoung tags: trunk) | |
15:04 | Edit pass on the whyallinone.md doc. ... (check-in: 2b76ea2b17 user: wyoung tags: trunk) | |
14:24 | Changed a vague "they" to "he" since the referred-to person's gender is known. ... (check-in: eeb2852ea8 user: wyoung tags: trunk) | |
14:18 | Expanded point 8 in the whyallinone.md doc to cover the benefits of a common skinning and Markdown rendering system. It also implicitly refers to the $current_feature body class feature to show that there's an escape hatch from all this fine uniformity. ... (check-in: 894967492a user: wyoung tags: trunk) | |
13:37 | Considerably fleshed-out the new whyallinone doc, mainly expanding on its points but also adding a few new ones. ... (check-in: 6975de4033 user: wyoung tags: trunk) | |
2021-05-06
| ||
10:27 | Tweak to "fossil help branch" output per [forum:/forumpost/11b53d2407 | a forum post]. ... (check-in: f50dccc476 user: wyoung tags: trunk) | |
2021-04-15
| ||
14:51 | • Edit [23de894765d351ff|23de894765]: Change user to "wyoung". ... (artifact: 371c9c8383 user: wyoung) | |
14:51 | • Edit [130abdcec218ad48|130abdcec2]: Change user to "wyoung". ... (artifact: 438e9a9aa0 user: wyoung) | |
14:51 | • Edit [f17ab2989ac55a6e|f17ab2989a]: Change user to "wyoung". ... (artifact: f3a54dbd86 user: wyoung) | |
14:51 | • Edit [26005b81bff1b279|26005b81bf]: Change user to "wyoung". ... (artifact: bf8975cbd2 user: wyoung) | |
14:51 | • Edit [70523a718c24d923|70523a718c]: Change user to "wyoung". ... (artifact: 768cd631ef user: wyoung) | |
14:50 | • Edit [8a046acb99ed0bfd|8a046acb99]: Change user to "wyoung". ... (artifact: 657811dcfd user: wyoung) | |
14:50 | • Edit [1ea1abe6c9bdf1ef|1ea1abe6c9]: Change user to "wyoung". ... (artifact: 1111aeda0e user: wyoung) | |
06:06 | Small tweak to the admin vs setup doc, amounting to a grammar fix. ... (check-in: 1ea1abe6c9 user: wyoung tags: trunk) | |
03:29 | Grammar fix for previous ... (check-in: 23de894765 user: wyoung tags: trunk) | |
03:20 | Added a paragraph to point #5 in the "benefits of a server" doc to point to Larry Brasfield's new "SQLite Over a Network, Caveats and Considerations" article and to give a Fossil-specific gloss on it. ... (check-in: 130abdcec2 user: wyoung tags: trunk) | |
03:11 | Assorted improvements to the "Setting Up A Server" section in the quickstart guide, primarily clarity and linking to other sources of related info. ... (check-in: f17ab2989a user: wyoung tags: trunk) | |
2021-03-13
| ||
18:13 | Squished a warning about */ within a C block comment. ... (check-in: e7be14afa7 user: wyoung tags: ui-local-diff) | |
2021-03-05
| ||
15:36 | Reverted part of commit [b9a6e1a9c9c52edc] which moved an Autosetup include in auto.def, apparently because it looked more correct. What it actually does is prevents default Autosetup options like --prefix from being added to the list of legal options. ... (check-in: 65c7196119 user: wyoung tags: trunk) | |
2021-03-04
| ||
16:40 | Added a section to the default CSP doc to document the changes made recently to that default CSP. ... (check-in: ab029e40ec user: wyoung tags: trunk) | |
2021-03-01
| ||
07:37 | Merged trunk changes in. Only needed to track my own rename of branch_of_rid() to branch_of_ckin_rid() ... (Leaf check-in: ea28708f85 user: wyoung tags: artifact-view-links) | |
07:30 | • Edit [2907721acd547b3e|2907721acd]: Mark "Closed". ... (artifact: 624fda3bea user: wyoung) | |
07:15 | Copied over documentation of 2 recently-added "fossil cgi" control file lines to the www/cgi.wiki doc (redirect and jsmode) and then reordered it all to match the order given in "fossil cgi --help" output to make it easier to maintain these parallel lists in the future. ... (check-in: 282402d82f user: wyoung tags: trunk) | |
06:47 | Fixed "debug" -> "cgi-debug" in the built-in docs for "fossil cgi". ... (check-in: e3dbb7d7d5 user: wyoung tags: trunk) | |
2021-02-26
| ||
13:07 | The new mainmenu element previously called "Setup" reverted a years-old change to use "Admin" for this menu because about half of the items on the /setup screen are also usable by people with only the Admin cap. This also changes the capexpr to include "a" for the same reason. ... (check-in: 7260ff21b3 user: wyoung tags: trunk) | |
13:01 | Added a section to the customskin.md doc explaining where the main menu contents went and how to change them in the new "mainmenu" world. ... (check-in: da2291075b user: wyoung tags: trunk) | |
07:05 | Tightened up the new reason #5 for "why set up a server". ... (check-in: 50a0e024fb user: wyoung tags: trunk) | |
06:51 | Updated the macOS / OpenSSL 1.0 bits of the backup doc's encryption section to cover the latest situation under Big Sur. ... (check-in: 0e1cc786bb user: wyoung tags: trunk) | |
06:23 | Added a link to the backups doc from the "benefits of a server" doc, fixed a few more grammar problems, and fixed a few URLs in prior commits. ... (check-in: 4f9c6210cd user: wyoung tags: trunk) | |
06:20 | Grammar tweaks in point 2 of the "whyuseaserver.wiki" doc. ... (check-in: 05e79793d8 user: wyoung tags: trunk) | |
06:18 | Noted the Fossil RBAC system as another reason you may want to set up a Fossil server. ... (check-in: a3a70a01aa user: wyoung tags: trunk) | |
06:14 | Added an answer to SQLite's "how to corrupt" document to the "Benefits of a Fossil Server" doc, since setting up a server does largely solve those problems. ... (check-in: f9cfadf1b4 user: wyoung tags: trunk) | |
2021-02-14
| ||
21:28 | Brought graham's ui-local-diff branch up to date with respect to trunk. This is not a simple merge, because it had to accommodate several conflicting changes, so it needs to be re-checked for sanity before being merged down to trunk. Also, some of the changes I made simply reduce the size of the resulting diff relative to trunk and need to be reverted; these are primarily 2-line splits of "else/if" so the branch-specific change doesn't repeat the following "if" condition, which is now the "else if" condition. I think this sort of thing aids understanding of the diff, even though it breaks the style guidelines. ... (check-in: 0516f4d3c8 user: wyoung tags: ui-local-diff) | |
2021-02-11
| ||
20:46 | Grammar fix in gitusers.md ... (check-in: c0e3bb0f82 user: wyoung tags: trunk) | |
2021-02-08
| ||
07:00 | Added cap "C" to caps/ref.html. ... (check-in: 3fcb967143 user: wyoung tags: trunk) | |
06:54 | Added "contact" to the list of sub-commands in "fossil user" short help output. (It was only described in the full help.) ... (check-in: 652e85cb36 user: wyoung tags: trunk) | |
2021-02-04
| ||
17:29 | Changed a few doc references from "fossil diff -N" to use -v instead, its anointed alternative. ... (check-in: ad42dfee58 user: wyoung tags: trunk) | |
2021-01-28
| ||
15:06 | Clarity pass on the "Update vs Pull" section of gitusers.md ... (check-in: e5bc762d40 user: wyoung tags: trunk) | |
2021-01-27
| ||
02:45 | Fixed typo introduced in [f42b5773ed] ... (check-in: b2ad0172e9 user: wyoung tags: trunk) | |