Fossil

Timeline
Login

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. ... (check-in: dbbc4800 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: 004b433b 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: aba45b22 user: stephan tags: trunk)
2024-03-12
23:33
Apply [938fda79d49e] to the 's' (search) parameter to the /wiki page. ... (check-in: 3d1e634d 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: 938fda79 user: stephan tags: trunk)
2024-03-09
07:52
Document the optional IP: part of (server --port IP:PORT), per forum post 88f7f8245e. ... (check-in: 3815c857 user: stephan tags: trunk)
07:44
Reduce extraneous wording in /finfo, per feedback in forum post e456b9141b. ... (check-in: b6517d5e user: stephan tags: trunk)
2024-03-05
12:53
Merge trunk into markdown-tagrefs branch. ... (Leaf check-in: 0517bd2d 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: aac2a350 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 post 8f18c016fe. ... (check-in: 91a73ec3 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: 7b4bbc82 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 post ea82cf10d4. ... (check-in: 003c3e6c 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: cc7930e1 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: 5a09f499 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: 53a06590 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: dc0e0543 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: 5ef34fd7 user: stephan tags: trunk)
2024-01-25
04:04
Make forum post hyperlinks more visible, with the conventional underline. ... (check-in: 321d8baf user: stephan tags: trunk)
03:00
Remove some vendor-prefixed CSS attributes, as modern browsers emit warnings for those. ... (check-in: a0850d54 user: stephan tags: trunk)
2024-01-21
21:57
Typo fix and EOL whitespace cleanups. No functional changes. ... (check-in: e0576ea9 user: stephan tags: trunk)
01:59
Typo fix and EOL whitespace cleanups. No functional changes. ... (check-in: 55151f00 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: 17fe108e 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: 48af08bd 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: bfdfa3ed user: stephan tags: trunk)
15:52
Doc help typo fix reported in forum post c45cc13c3c. ... (check-in: b53ee919 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: 315aa269 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 post dbd5b68366147ce8. ... (check-in: 4bb5515c 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 post ed4a762b3a557898. Some code-adjacent end-of-line whitespace cleanups. ... (check-in: 0c6e669a 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: 895ecf9e 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 post dbd5b68366147ce8. ... (check-in: 8c1c4fa9 user: stephan tags: shift-enter-preview)
2023-10-24
20:53
Remove stray JS console debug output. No functional changes. ... (check-in: 03bb48a3 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 post 6bd02466533aa131. ... (check-in: 600f1713 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: 7faa1f4e user: stephan tags: trunk)
12:46
Help text typo fix from forum post 987bf1b023. ... (check-in: 0fd4bde7 user: stephan tags: trunk)
2023-09-09
15:09
Add missing mention of forum search in fts-config command. Reported in forum post 6eb7cec6aa. ... (check-in: 71b591af user: stephan tags: trunk)
15:05
Correct inability to use certain commands after doing (open --empty), as reported in forum post 04f86a038c and caused by [4d8c30265b]. ... (check-in: 1ef6499a user: stephan tags: trunk)
2023-09-08
11:43
test-delta-apply help test fix reported in forum post 4c3f5658eb. ... (check-in: dd620944 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: dedfb13b 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: b6bb4a62 user: stephan tags: trunk)
2023-08-30
19:21
Add new example pikchr to /pikchrshow. ... (check-in: ff1c48a9 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 post 65a3bd20f98980b2. ... (check-in: 32297dde user: stephan tags: trunk)
2023-08-18
12:17
Add fts-config tokenizer unicode61 option. Prompted by forum post a4bfcff66548a1ff. ... (check-in: e180dbb4 user: stephan tags: trunk)
2023-07-31
15:20
Update the stale metrics at the bottom of www/aboutdownload.wiki. ... (check-in: c9614f1b 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: 83015b0d 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: a065940a user: stephan tags: verify-options-cgi)
2023-07-08
18:22
Remove some now-stale auto.def documentation. ... (check-in: bb66461f user: stephan tags: trunk)
18:13
Resolve inadvertent fork caused by two exact-same-second check-ins. ... (check-in: 5cf0da6e 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: 7e9a242b 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: fb116a20 user: stephan tags: mistake)
2023-07-01
16:51
Update (json status) docs for [771e592b4c59]. ... (check-in: 2868a0ec user: stephan tags: trunk)