Timeline
Not logged in

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

50 most recent check-ins by user stephan

2024-03-28
10:40
Make the shunned/unshunned list legible (not blue on black) in the xekri skin. Leaf check-in: dbbc4800e6 user: stephan tags: trunk
10:16
Fix skin/xekri/css.txt's div.sectionmenu margin-top to avoid truncating the top of the menu. Visible in /ci/CHECKIN_ID pages. check-in: 004b433b42 user: stephan tags: trunk
10:05
Remove two curious CSS snippets from skins/xekri/css.txt which interfere with recent core skin changes and cause timeline entries with dark branch colors to render as black-on-dark-background. check-in: aba45b228f user: stephan tags: trunk
2024-03-12
23:33
Apply [938fda79d49e] to the 's' (search) parameter to the /wiki page. check-in: 3d1e634d16 user: stephan tags: trunk
18:20
In /vdiff, exempt the 'from' and 'to' (branch names) args from the HTTP 418 response check because they otherwise trigger on some real-world branch names. check-in: 938fda79d4 user: stephan tags: trunk
2024-03-09
07:52
Document the optional IP: part of (server --port IP:PORT), per [forum:88f7f8245e|forum post 88f7f8245e]. check-in: 3815c85746 user: stephan tags: trunk
07:44
Reduce extraneous wording in /finfo, per feedback in [forum:e456b9141b|forum post e456b9141b]. check-in: b6517d5eeb user: stephan tags: trunk
2024-03-05
12:53
Merge trunk into markdown-tagrefs branch. Leaf check-in: 0517bd2dd8 user: stephan tags: markdown-tagrefs
08:44
Part 2 of 2 of [91a73ec348d7609f]: add --dark-pikchr to the test-wiki-render and test-markdown-render commands. check-in: aac2a35086 user: stephan tags: trunk
08:16
Add -dark flag to the pikchr command to tell pikchr to render in dark mode. This is the first part of a request from [forum:8f18c016fe|forum post 8f18c016fe]. check-in: 91a73ec348 user: stephan tags: trunk
2024-03-03
13:50
Adapt /pikchrshow to latest skin changes to keep the page footer from scrolling off the screen. check-in: 7b4bbc8203 user: stephan tags: trunk
2024-02-23
00:38
Teach the chat pull subcommand to prompt for a password if no password has been remembered for the remote. Resolves the problem reported in [forum:ea82cf10d4|forum post ea82cf10d4]. check-in: 003c3e6c8a user: stephan tags: trunk
2024-02-19
16:18
Add a link to /skins on the /login page, per request in the forum. check-in: cc7930e13c user: stephan tags: trunk
2024-02-09
00:12
Rebuild pikchr.wasm/js with emcc 3.1.53 and adapt the associated build rule in src/main.mk to account for a breaking emcc change (should also be backwards-compatible to older emcc's). check-in: 5a09f499a8 user: stephan tags: trunk
2024-02-05
03:15
Update www/loadmgmt.md to match the current behavior, per feedback in the forum. check-in: 53a065900f user: stephan tags: trunk
2024-02-04
10:06
www/newrepo.wiki: remove user@machine references to reduce the noise level. Minor content touchups. check-in: dc0e054356 user: stephan tags: trunk
2024-01-29
04:34
Back out [321d8baf1939], as (A) the majority consensus is that underlining of hyperlinks is not desired and (B) to help avoid a potential merge conflict with the inkskinerator-modern-backport branch, which was branched before that change was made. check-in: 5ef34fd764 user: stephan tags: trunk
2024-01-25
04:04
Make forum post hyperlinks more visible, with the conventional underline. check-in: 321d8baf19 user: stephan tags: trunk
03:00
Remove some vendor-prefixed CSS attributes, as modern browsers emit warnings for those. check-in: a0850d54c5 user: stephan tags: trunk
2024-01-21
21:57
Typo fix and EOL whitespace cleanups. No functional changes. check-in: e0576ea919 user: stephan tags: trunk
01:59
Typo fix and EOL whitespace cleanups. No functional changes. check-in: 55151f0024 user: stephan tags: trunk
2024-01-15
12:00
Remove a now-unused static const from search.c to squelch a compiler warning. check-in: 17fe108ed4 user: stephan tags: trunk
2024-01-07
17:26
Back out [a402dd2a888d6d74] (wiki title search), as it causes all searches to fail for reasons as yet undetermined. check-in: 48af08bd48 user: stephan tags: trunk
2023-12-28
16:54
Backout [b53ee919] - the docs were correctly referring to the Windows _fossil config db, not the _FOSSIL_ checkout db. check-in: bfdfa3ed72 user: stephan tags: trunk
15:52
Doc help typo fix reported in [forum:c45cc13c3c|forum post c45cc13c3c]. check-in: b53ee9190f user: stephan tags: trunk
2023-12-24
17:40
Latest upstream pikchr.c to account for a gcc 12.2 warning reported in /chat. check-in: 315aa26924 user: stephan tags: trunk
2023-12-22
14:32
Add option to disable the shift-enter preview hotkey in /wikiedit, /fileedit, and /chat as a workaround for software keyboards which report the shift key being pressed when auto-capitalizing text, per discussion in [forum:dbd5b68366147ce8|forum post dbd5b68366147ce8]. check-in: 4bb5515cae user: stephan tags: trunk
14:27
Remove the write-perms check from the /ajax/preview-text route so that folks without checkin permissions can use /chat. Problem reported in [forum:ed4a762b3a557898|forum post ed4a762b3a557898]. Some code-adjacent end-of-line whitespace cleanups. check-in: 0c6e669a7b user: stephan tags: trunk
2023-12-16
01:39
Add the shift-enter toggle config option to /chat, sharing the same persistent config key as /wikiedit and /fileedit. Closed-Leaf check-in: 895ecf9e4d user: stephan tags: shift-enter-preview
01:10
In /wikiedit and /fileedit, add a checkbox to disable shift-enter for toggling preview, as per discussion in [forum:dbd5b68366147ce8|forum post dbd5b68366147ce8]. check-in: 8c1c4fa985 user: stephan tags: shift-enter-preview
2023-10-24
20:53
Remove stray JS console debug output. No functional changes. check-in: 03bb48a3b9 user: stephan tags: trunk
20:27
Attempt to prevent forum FORM elements from a double-submit via stray double-clicks on the various submit buttons, as reported in [forum:6bd02466533aa131|forum post 6bd02466533aa131]. check-in: 600f171306 user: stephan tags: trunk
2023-09-10
17:34
Fix a bug in [1ef6499a9af8] which caused resolution of certain builtin symbolic names to not resolve. check-in: 7faa1f4e23 user: stephan tags: trunk
12:46
Help text typo fix from [forum:987bf1b023|forum post 987bf1b023]. check-in: 0fd4bde736 user: stephan tags: trunk
2023-09-09
15:09
Add missing mention of forum search in fts-config command. Reported in [forum:6eb7cec6aa|forum post 6eb7cec6aa]. check-in: 71b591af26 user: stephan tags: trunk
15:05
Correct inability to use certain commands after doing (open --empty), as reported in [forum:04f86a038c|forum post 04f86a038c] and caused by [4d8c30265b]. check-in: 1ef6499a9a user: stephan tags: trunk
2023-09-08
11:43
test-delta-apply help test fix reported in [forum:4c3f5658eb|forum post 4c3f5658eb]. check-in: dd62094499 user: stephan tags: trunk
2023-09-01
11:36
Eliminate duplicate folders on the /dir page when using the Ardoise skin, caused by [32297dde2bee23] and reported by Martin G. in /chat. check-in: dedfb13bf6 user: stephan tags: trunk
05:48
Eliminate duplicate folders on the /dir page when using the Blitz skin, caused by [32297dde2bee23] and reported by Martin G. in /chat. check-in: b6bb4a62be user: stephan tags: trunk
2023-08-30
19:21
Add new example pikchr to /pikchrshow. check-in: ff1c48a9bf user: stephan tags: trunk
2023-08-29
09:15
On the /dir page, move the file/dir icons so that they are clickable, per request in [forum:65a3bd20f98980b2|forum post 65a3bd20f98980b2]. check-in: 32297dde2b user: stephan tags: trunk
2023-08-18
12:17
Add fts-config tokenizer unicode61 option. Prompted by [forum:a4bfcff66548a1ff|forum post a4bfcff66548a1ff]. check-in: e180dbb455 user: stephan tags: trunk
2023-07-31
15:20
Update the stale metrics at the bottom of www/aboutdownload.wiki. check-in: c9614f1b08 user: stephan tags: trunk
2023-07-17
12:18
In /raw and /secureraw, ensure that the "m" and "at" vars are fetched before the malice check. Typo fix in cgi.c. check-in: 83015b0d9a user: stephan tags: verify-options-cgi
2023-07-15
13:57
Add verify_all_options_cgi(), which works similarly to verify_all_options() but only fails if it finds CGI GET/POST arguments which (A) have not been fetched via P(), PD(), or similar, and (B) fail cgi_value_spider_check(). Currently only applied on the /ci page. check-in: a065940a74 user: stephan tags: verify-options-cgi
2023-07-08
18:22
Remove some now-stale auto.def documentation. check-in: bb66461f8a user: stephan tags: trunk
18:13
Resolve inadvertent fork caused by two exact-same-second check-ins. check-in: 5cf0da6e0a user: stephan tags: trunk
18:11
Replace --no-compile-commands configure flag with --compile-commands. i.e. make the feature explicitly opt-in, as the automatic guess is breaking builds on some platforms. check-in: 7e9a242b60 user: stephan tags: trunk
18:08
Replace --no-compile-commands configure flag with --compile-commands. i.e. make the feature explicitly opt-in, as the automatic guess is breaking builds on some platforms. (Edit: rolling back - contains inadvertent test edits.) Closed-Leaf check-in: fb116a206e user: stephan tags: mistake
2023-07-01
16:51
Update (json status) docs for [771e592b4c59]. check-in: 2868a0ec4c user: stephan tags: trunk