Timeline
Not logged in

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

26 most recent check-ins by user stephan

2024-05-15
21:11
In /chat, add a config option to audibly notify only for the first message received when the tab is not visible, and then remain silent until chat is visited again. Leaf check-in: df86fa3357 user: stephan tags: trunk
2024-05-04
11:26
file_directory_size() now unconditionally skips the magic "." and ".." entries. This does not affect current uses of the routine but a proposed patch provided in [forum:383838fbd0b6c881|forum post 383838fbd0b6c881] would be awkwardly affected by them. check-in: 3cb7d39e12 user: stephan tags: trunk
2024-05-02
10:03
When (stash save) is given no valid file names, fail loudly rather than silently, as the latter emits only a message about an uncommitted transaction. Reported in [forum:747f0c32aa]. check-in: 85a7d82e94 user: stephan tags: trunk
2024-04-22
16:29
cgi.md: be less specific about the Apache version in which the Content-Length change happened because a new forum post reports that it happens at least as far back as 2.4.41. check-in: 9af5f38671 user: stephan tags: trunk
2024-04-20
21:58
In /chat preview mode, apply the click handlers to pikchrs in the preview. check-in: 133e6e59b9 user: stephan tags: trunk
2024-04-18
17:00
Typo fix and add specific Apache version number to the notes about the Content-Length change. check-in: d0f4288916 user: stephan tags: trunk
2024-04-15
23:53
Add a note about how to work around the Apache mod_cgi CONTENT_LENGTH behavior change which breaks fossil sync, as covered in [forum:12ac403fd29cfc89|forum post 12ac403fd29cfc89]. check-in: 586dc75f49 user: stephan tags: trunk
2024-04-12
14:44
Add a null check in cgi_print_all() in the hope of helping to localize an elusive crash. check-in: c62e25ab05 user: stephan tags: trunk
2024-04-10
20:27
Use fossil_path_free() instead of fossil_free() for names allocated (or not) by fossil_path_to_utf8(). Closed-Leaf check-in: a9fa7d3cfa user: stephan tags: preserve-case-on-add
2024-03-30
09:19
Add MANIFEST_VERSION to the panic log for the case where HAVE_BACKTRACE is false. check-in: f3cac52593 user: stephan tags: trunk
2024-03-29
17:37
Include the MANIFEST_VERSION in the segfault backtrace listing to help the developer chase the issue in the proper binary. check-in: f8580614d0 user: stephan tags: trunk
2024-03-28
10:40
Make the shunned/unshunned list legible (not blue on black) in the xekri skin. 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