Fossil

Timeline
Login

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

16 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. ... (check-in: df86fa33 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 post 383838fbd0b6c881 would be awkwardly affected by them. ... (check-in: 3cb7d39e 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 747f0c32aa. ... (check-in: 85a7d82e 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: 9af5f386 user: stephan tags: trunk)
2024-04-20
21:58
In /chat preview mode, apply the click handlers to pikchrs in the preview. ... (check-in: 133e6e59 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: d0f42889 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 post 12ac403fd29cfc89. ... (check-in: 586dc75f 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: c62e25ab 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: a9fa7d3c 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: f3cac525 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: f8580614 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: 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)