Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins by user stephan
2023-01-26
| ||
01:46 | Refactor how the IF NOT EXISTS check is performed on the repository.admin_log table, per request from drh. ... (check-in: 2da6010b7c user: stephan tags: trunk) | |
2023-01-25
| ||
00:30 | More updates of func decls f() to f(void). ... (check-in: 5dd632eb44 user: stephan tags: trunk) | |
00:25 | More updates of func decls f() to f(void). ... (check-in: 9c5952bec3 user: stephan tags: trunk) | |
2023-01-24
| ||
21:25 | Upgrade FTS search from v4 to v5. ... (check-in: c3c4ef167e user: stephan tags: trunk) | |
19:01 | Add initial infrastructure for being able to resolve 'ckout' uniformly in certain contexts, per /chat discussion. ... (check-in: 4d8c30265b user: stephan tags: trunk) | |
03:26 | Remove some end-of-line whitespace. No functional changes. ... (check-in: 8307133b7c user: stephan tags: search-fts5) | |
02:57 | Replace FTS4 with FTS5, per [forum:d05b1855aa|forum post d05b1855aa]. This has been only lightly tested and might require a repo rebuild (or that we rename the associated tables/views rather than recycle them). ... (check-in: c1933caf03 user: stephan tags: search-fts5) | |
2023-01-23
| ||
00:12 | Add /json/settings/get and set APIs, per discussion in [forum:04b7159d63d4abe4|forum post 04b7159d63d4abe4]. ... (check-in: a80f27485a user: stephan tags: trunk) | |
2023-01-21
| ||
12:14 | Merge trunk into markdown-tagrefs branch. ... (Leaf check-in: baf038b1aa user: stephan tags: markdown-tagrefs) | |
11:40 | Make diff --checkin VERSION capable for working from outside of a checkout. ... (check-in: 8e8e0269a9 user: stephan tags: trunk) | |
01:13 | Remove bootstrap skin, per discussion in [forum:aa02d7443d446211|forum post aa02d7443d446211]. Clients with that skin selected will automatically be switched to the default. ... (check-in: e1ef9347e1 user: stephan tags: trunk) | |
2023-01-20
| ||
04:25 | Add /json/settings/set. Replace several free() calls with fossil_free(). Work around json_send_response() being called twice in some CLI-based cases. ... (Closed-Leaf check-in: 4d2aeb29eb user: stephan tags: json-settings-command) | |
00:11 | Add docs for /json/settings. ... (check-in: f302b9bc41 user: stephan tags: json-settings-command) | |
2023-01-19
| ||
23:44 | Roll back a broken part of [f3d3d1be59728b5dde702a] which caused only versioned settings' values to be fetched. ... (check-in: c7221a2e8c user: stephan tags: json-settings-command) | |
23:38 | Correct (non-)fetching of sensitive properties for (non-)Setup users. ... (check-in: f3d3d1be59 user: stephan tags: json-settings-command) | |
23:32 | Restructure /json/settings/get output from an array of objects to a map of objects, keyed on setting name, per forum discussion. ... (check-in: d0bf9682a9 user: stephan tags: json-settings-command) | |
02:55 | For sensitive settings, always explicitly set value and valueSource to null for non-setup users (or if they aren't set), to avoid the possibility of downstream clients perhaps picking up inherited properties in their place, depending on their programming environment. ... (check-in: 451cda0452 user: stephan tags: json-settings-command) | |
02:39 | Extend /json/settings/get with a version=X flag indicating the check-in version to check for versionable flags in before falling back to either the checkout or repository. List sensitive properties for all users but elide their values for non-setup users (previously they were elided altogether for non-setup users). ... (check-in: fd405e9563 user: stephan tags: json-settings-command) | |
01:01 | Add missing 'void' to no-arg function decls and impls throughout the JSON API. (In my defense: the distinction between f(void) and f() was unknown to me at the time that code was written.) ... (check-in: 632dfd26dd user: stephan tags: json-settings-command) | |
2023-01-18
| ||
00:54 | Initial prototype of the /json/settings/get command/page, per discussion in [forum:04b7159d63d4abe4|forum post 04b7159d63d4abe4]. ... (check-in: 29e5bb008c user: stephan tags: json-settings-command) | |
00:47 | Fix a memory leak of the path to a versioned-setting file in print_setting(). ... (check-in: c76b00197f user: stephan tags: trunk) | |
2023-01-16
| ||
15:37 | Roll back the part of [71a2d68a7a113e7c] which automatically updates the user display prefs cookie, per /chat discussion. Updating the cookie once again requires an explicit udc URL arg or setting the skin, which implies udc. This fixes the problem that a timeline link from the /reports page persistently sets the default timeline entry count to the value used by that report. ... (check-in: 5feac63473 user: stephan tags: trunk) | |
2022-12-30
| ||
22:18 | Correct mis-pluralization of 'new ticketss' in the timeline, per report in [forum:e711cb860a|forum post e711cb860a]. ... (check-in: 7c2c445796 user: stephan tags: trunk) | |
2022-12-20
| ||
09:53 | Correct a small bit of internal-doc misinformation reported in [forum:9ed20acf6a|forum post 9ed20acf6a]. ... (check-in: dd67906cbd user: stephan tags: trunk) | |
2022-12-15
| ||
16:19 | Re-add zlib link flags inadvertently removed via the new --disable-sockets flag. ... (Leaf check-in: 613834f6e5 user: stephan tags: optional-sockets) | |
2022-12-07
| ||
12:33 | Rebuid pikchr.wasm/js for latest pikchr.c. ... (check-in: ec6cb37a6a user: stephan tags: trunk) | |
2022-11-29
| ||
21:08 | Remove JS console debug output added by the previous checkin. ... (check-in: 2755b31a87 user: stephan tags: trunk) | |
20:59 | /chat: add embedded view support for .wiki/.md/.pikchr file attachments, with the caveat that the rendering happens in an iframe and thus has some limitations/usability quirks compared to non-iframed content. Added based on feedback from a /chat session. ... (check-in: fd5298f027 user: stephan tags: trunk) | |
2022-11-24
| ||
15:21 | In the new forum reply header, reduce size from H1 to H2 and italicize the thread title. ... (check-in: 7b92fc614d user: stephan tags: trunk) | |
14:38 | Slight reformatting of the forum reply page header based on feedback from [https://sqlite.org/forum/forumpost/c745cf3a7f6246de|sqlite forum post c745cf3a7f6246de]. Now says: Replying to HASH-with-link in thread TITLE-without-link ... (check-in: 0b6b3a001a user: stephan tags: trunk) | |
2022-11-19
| ||
14:59 | Rename test_find_pivot() to merge_base_cmd(). No functional changes. ... (check-in: 8cc9211f9f user: stephan tags: trunk) | |
14:02 | Upgrade the test-find-pivot command to the merge-base command, per discussion at [forum:1f5db4364464e965|forum post 1f5db4364464e965]. ... (check-in: 2b6649c743 user: stephan tags: trunk) | |
04:38 | Comment typo fix. No code changes. ... (check-in: 95e5814c9b user: stephan tags: trunk) | |
2022-11-16
| ||
20:59 | Merge in setupuser-retain-pw branch (HTML change only, no code). ... (check-in: 88f9da9880 user: stephan tags: trunk) | |
16:09 | Merge trunk into wcag-2.1 branch for deployment on test server. ... (Leaf check-in: 56d8000a53 user: stephan tags: wcag-2.1) | |
2022-11-13
| ||
18:49 | Update /chat and /pikchrshow UIs to work with skins conforming to the WCAG rework as well as pre-WCAG skins (except for the bootstrap skin, which restructures the DOM in an incompatible way). ... (check-in: d208efdd5e user: stephan tags: wcag-2.1) | |
17:18 | Merge trunk into wcag-2.1 for cleaner diff comparison. ... (check-in: e1a9fdd768 user: stephan tags: wcag-2.1) | |
2022-11-04
| ||
11:11 | Add a note to /setup_uedit that leaving the ostensibly populated password field unchanged will retain the current password, per discussion in [forum:0463cc2e87a3c676|forum post 0463cc2e87a3c676]. (Branched for later addition to v2.21.) ... (Closed-Leaf check-in: fe37399487 user: stephan tags: setupuser-retain-pw) | |
2022-10-28
| ||
06:51 | Typo fix in changes.wiki. ... (check-in: 141793c4ab user: stephan tags: deltify-tkt-blobs) | |
06:37 | Merge trunk into deltify-tkt-blobs branch. ... (check-in: 86916df534 user: stephan tags: deltify-tkt-blobs) | |
2022-10-18
| ||
17:01 | Minor comment reformatting. ... (check-in: 0df4abc74b user: stephan tags: trunk) | |
16:55 | Cache get_comment_format() result to avoid that the global config db is queried once per timeline row, which brings fossil to a standstill when ~/ is NFS-mounted. Discussion in [forum:9aaefe4e536e01bf]. ... (check-in: 6e62c8510f user: stephan tags: trunk) | |
16:17 | Add a by-hour-of-day report to the /reports page, prompted by a /chat discussion. (Edit: initial user mis-attribution was caused by a config-pull which changed my local default user.) ... (check-in: bb6f23313e user: stephan tags: trunk) | |
2022-10-02
| ||
03:58 | Typo fixes in the /dir browser header: All File ==> All Files. ... (check-in: 7727f9a6fb user: stephan tags: trunk) | |
2022-09-29
| ||
15:19 | Correct skintxt2config.c to be able to handle 0-byte input files. ... (check-in: c7c1c4e8b9 user: stephan tags: trunk) | |
09:25 | 'skin:' CGI config directive now accepts an empty value for consistency with the --skin CLI flag. ... (check-in: 6362a98fa6 user: stephan tags: trunk) | |
09:13 | --skin "" now forces use of the current edited skin and the warning on the /skins page about a forced skin now distinguishes between /draft and --skin ... usage. ... (check-in: 816f6c040d user: stephan tags: trunk) | |
2022-09-26
| ||
08:11 | Merge trunk into markdown-tagrefs branch. ... (check-in: 7321b44acf user: stephan tags: markdown-tagrefs) | |
07:08 | Cherrypick [5ade6fb863e4], inadvertently checked in on a different branch. ... (check-in: 44c5d02932 user: stephan tags: trunk) | |
06:47 | Correct an outdated path and fix a typo reported in the forum. Doc changes only, no code. ... (check-in: 5ade6fb863 user: stephan tags: markdown-tagrefs) | |