Fossil

Timeline
Login

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

50 most recent check-ins by user florian

2025-08-12
15:27
Use equal horizontal spacing for normal and "flipped" Copy Buttons (where the latter are positioned after the text to be copied). The idea is for the buttons to be tied to "their" text without spaces in between, resulting in a somewhat narrower spacing to emphasize the connection, but to have normal HTML whitespace on the other side. ... (Leaf check-in: 2bc2f724 user: florian tags: copybtn.js-responsive)
15:20
Add some higher-specificity CSS declarations to prevent dark-mode skins from overriding the relevant styles of the Copy Button layout, so users don't need to sync their skin customizations with the changes on this branch. ... (check-in: b7f2c9f3 user: florian tags: copybtn.js-responsive)
15:04
Revamp the Copy Buttons for a more responsive user experience. See the wiki page linked to this branch for more details. ... (check-in: 32c3a210 user: florian tags: copybtn.js-responsive)
2025-07-21
12:23
Sync with trunk. ... (Leaf check-in: e17d35e7 user: florian tags: standard-cli-colors)
12:20
Sync with trunk. ... (Leaf check-in: 931e7065 user: florian tags: diff-word-wrap)
12:16
Sync with trunk. ... (Leaf check-in: 75244ee4 user: florian tags: diff-keyboard-navigation)
12:14
Sync with trunk. ... (Leaf check-in: a2a1e4a7 user: florian tags: timeline-keyboard-navigation)
2025-05-30
04:27
Enclose ETag header values in double quotes. Suggested in Forum Post 70bacf5cf8. ... (check-in: ad51cc61 user: florian tags: trunk)
2025-05-26
14:12
Fix several minor typos in HTTP error messages and HTTP test commands. Remove the unavailable --debug option from the test-http command help screen. ... (check-in: 9cabc138 user: florian tags: trunk)
14:08
Also accept a single ETag enclosed in double quotes when checking the If-Modified-Since HTTP header. Suggested in Forum Post 058cd829f9. ... (check-in: 174091aa user: florian tags: trunk)
2025-05-09
06:15
Enable the --editor option for `fossil amend'. ... (check-in: bb3fbffe user: florian tags: trunk)
2025-05-03
08:09
Fix (likely unintentional) variable shadowing to restore ANSI C-89 conformance. ... (check-in: 2ce32f75 user: florian tags: trunk)
2025-05-01
06:10
Add parameters to declarations for dynamically loaded functions, to fix builds with latest GCC on Windows. Reported in forum post 3b3b741661. ... (check-in: 51ac554e user: florian tags: trunk)
2025-04-25
16:22
Optimized validation of the FOSSIL_COLOR environment variable. ... (check-in: c5f1e0da user: florian tags: standard-cli-colors)
16:19
Fix a logic error in processing of the NO_COLOR environment variable. ... (check-in: fbfa6dae user: florian tags: standard-cli-colors)
16:18
Sync with trunk. ... (check-in: 855076ce user: florian tags: standard-cli-colors)
2025-04-19
04:20
Fix a logic error in processing of the FOSSIL_COLOR environment variable. ... (check-in: 6cb7a7e2 user: florian tags: standard-cli-colors)
2025-04-18
12:28
Resolve accidental fork. ... (check-in: b6e02939 user: florian tags: trunk)
12:25
Amend [a11d245478]: Fix positioning of 'show/hide' checkboxes for /ci pages. ... (check-in: 2b59fcd4 user: florian tags: trunk)
12:18
Modify some links that show/ignore diff whitespace to preserve the diff type. ... (check-in: 1c61fcd9 user: florian tags: trunk)
07:20
Remove documentation of the --highlight option for the search command. The option was broken, anyway, and is now superseded by the global --color option and the FOSSIL_COLOR environment variable. ... (check-in: 5331dfed user: florian tags: standard-cli-colors)
07:19
Add support for the FOSSIL_COLOR environment variable to define the color VT escape to highlight CLI text, also similar to `ls', `grep' and other utilities. ... (check-in: 50e0931b user: florian tags: standard-cli-colors)
07:16
Add the global --color option to control output of color VT escapes to CLI, similar to `ls', `grep' and other utilities. Useful when piping `fossil search' results through a pager utility. ... (check-in: 210b7d2f user: florian tags: standard-cli-colors)
07:08
Amend [2b6ad00ea3]: Minor wording improvements to `fossil ssl-config show -v' output. ... (check-in: a9b075af user: florian tags: trunk)
2025-03-24
07:18
Document the new FOSSIL_REPOLIST_TITLE environment variable. ... (check-in: c591bbe0 user: florian tags: trunk)
07:16
Check if VT100 support is available to restore compatibility of console output with Legacy Consoles (from Windows XP to Windows 11). ... (check-in: 360abc5e user: florian tags: trunk)
2025-03-05
15:52
Update the Environment Variables and Global Options document and the Change Log to reflect current development. (Plus an unrelated formatting fix in the first document.) ... (check-in: 007fd18d user: florian tags: trunk)
2025-01-04
14:40
Update tests for new setting added with [b1bb31e838]. ... (check-in: 787a45e5 user: florian tags: trunk)
2024-12-24
06:39
Rephrase a comment for clarification. ... (check-in: d3e366e7 user: florian tags: trunk)
06:38
Add online help and checks for unrecognized command-line arguments to the `test-is-repo' command. ... (check-in: bd5f1d6e user: florian tags: trunk)
2024-12-19
16:46
Update the tests to reflect the current state of development. ... (check-in: 6aee052f user: florian tags: trunk)
07:28
Fix a small inconvenience in the `translate' utility program discovered while working with MSVC debug builds. ... (check-in: 8defefd3 user: florian tags: trunk)
2024-12-18
18:40
Fix the previous commit to restore ANSI C-89 conformance. ... (check-in: bee9b301 user: florian tags: trunk)
18:30
Fix a problem introduced with [593ceca27d]: the blob resize operation may realloc the buffer, so obtain the pointer to the buffer only after the resize to avoid a "use after free". ... (check-in: 36bcaaee user: florian tags: trunk)
05:06
Call `cgi_is_loopback()' before `db_open_local()' when checking for a local `fossil ui' session. The former performs simple string comparison, while the latter crawls the file system for multiple (3) check-out database file names at multiple directory hierarchy levels. The main motivation for this change is to reduce "attack surface" of the /jchunk interface, but also to align `cgi_is_loopback()' vs. `db_open_local()' precedence with usage elsewhere in the code base. ... (check-in: 2dda151c user: florian tags: trunk)
2024-12-17
06:56
Sync with trunk. ... (check-in: 5fbb14f7 user: florian tags: diff-word-wrap)
06:36
Sync with trunk. ... (check-in: 361fc767 user: florian tags: diff-keyboard-navigation)
06:32
Consistent naming of the "Hide Diff" links to skip server-side diff generation. Note the naming conflict with the scripted link to show and hide the generated diffs. ... (check-in: aa7ddd80 user: florian tags: diff-keyboard-navigation)
06:26
Sync with trunk. ... (check-in: 215fc593 user: florian tags: timeline-keyboard-navigation)
06:24
Take note of possibly useful shortcuts. ... (check-in: 88cba5fb user: florian tags: timeline-keyboard-navigation)
06:12
On the new /ckout UI page, output the page footer only once. ... (check-in: 92372ce9 user: florian tags: trunk)
2024-12-13
17:42
Missed help screen update. ... (check-in: e5093a9c user: florian tags: diff-keyboard-navigation)
17:11
Sync with trunk. ... (check-in: 4d727776 user: florian tags: diff-word-wrap)
17:07
Enable keyboard navigation for web UI diffs on the new /ckout page. Restore the "Hide Diff" links (at least temporarily), so the keyboard handler can access the URLs. ... (check-in: 9e216433 user: florian tags: diff-keyboard-navigation)
17:01
Sync with trunk. ... (check-in: edda30c6 user: florian tags: diff-keyboard-navigation)
08:47
Sync with trunk. ... (check-in: a1f60bee user: florian tags: diff-word-wrap)
2024-12-12
17:07
Sync with trunk. ... (check-in: 878a56bc user: florian tags: diff-word-wrap)
17:00
Sync with trunk. ... (check-in: 6599ed91 user: florian tags: diff-keyboard-navigation)
16:58
Sync with trunk. ... (check-in: 611f20e8 user: florian tags: timeline-keyboard-navigation)
2024-11-27
17:07
Wrap the list of attachments displayed on technotes/events, tickets and wiki pages in their own `section' HTML element with CSS class name 'attachlist'. Inspired by forum thread 8da5a5d868. ... (Closed-Leaf check-in: b111adbe user: florian tags: attachlist-html-section)