Fossil

Timeline
Login

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

50 most recent check-ins by user florian

2025-12-05
15:35
Import the recent changes to the sqlite3_qrf_wcwidth() function from SQLite check-in [https://sqlite.org/src/info/35f39f7cb1|35f39f7cb1] to cli_wcwidth() for feature parity. check-in: 98287b7b05 user: florian tags: trunk
2025-11-26
14:16
Change the `fossil system ls' command to work with the global `--color' option. Like this, colored output on Windows for `--color=auto' (the default if the option is omitted) is only enabled if the terminal supports VT100 escape codes. Additionally, the `NO_COLOR' environment variable allows turning off all colored output. Leaf check-in: 07570b15b7 user: florian tags: standard-cli-colors
14:12
Sync with trunk. check-in: b81b4c6c3c user: florian tags: standard-cli-colors
2025-11-15
14:07
Generalize [6b31bcfc1b] and [9a49859504] to ignore more HTML elements responding to clicks themselves. So far there's an accordion section header containing a hyperlink on the /rchvdwnld UI page and a timeline entries with nested buttons on the /download page. check-in: b09a9b621f user: florian tags: trunk
14:02
Fix redundant closing brackets appearing after the timeline details on the /finfo page. check-in: dedc4ab387 user: florian tags: trunk
2025-11-04
16:10
Fix the "Compact" and "Simple" timeline view modes so that clicks to hyperlinks in check-in comments do not turn the details on and off immediately before navigating to the linked page. check-in: 9a49859504 user: florian tags: trunk
16:08
Fix the accordion section header on the /rchvdwnld web UI page, and have the accordion click-handler ignore clicks to hyperlinks inside section headers (so that the accordion section does not expand or contract immediately before navigating to the linked page). check-in: 6b31bcfc1b user: florian tags: trunk
2025-10-10
05:26
Change the new `-u|--user' option of the `timeline' command to `-u|--for-user' to avoid conflicts with the global `-U|--user' option. check-in: f4240ecc32 user: florian tags: trunk
2025-09-26
12:58
Sync with trunk. check-in: c321b7e490 user: florian tags: standard-cli-colors
12:57
Sync with trunk. Leaf check-in: 779fe3e1b2 user: florian tags: diff-word-wrap
12:53
Sync with trunk. Leaf check-in: f3ff04466d user: florian tags: diff-keyboard-navigation
12:50
Sync with trunk. Leaf check-in: 9cea672b5d user: florian tags: timeline-keyboard-navigation
12:48
Prevent the cell background colors from extending beyond the outer rounded borders of the diff table in WebKit-based browsers. check-in: b666bbc54d user: florian tags: trunk
2025-09-25
08:30
Simplify the previous commit. check-in: b12e52aaf7 user: florian tags: trunk
08:00
Prevent successfully completed robot checks from reappearing and force incomplete checks to start over when navigating back and forward. check-in: 4cc0881dec user: florian tags: trunk
2025-09-21
04:16
Fix an out-of-bounds array access in the function to decode a UTF-8 sequence (similar to a problem reported on the SQLite Forum: https://sqlite.org/forum/forumpost/184b372388). check-in: 59879abe16 user: florian tags: trunk
2025-08-21
12:08
Sync with trunk. check-in: 286a900699 user: florian tags: standard-cli-colors
12:07
Sync with trunk. check-in: a0377ebb9d user: florian tags: diff-word-wrap
12:06
Sync with trunk. check-in: 5ee83f2807 user: florian tags: diff-keyboard-navigation
12:04
Sync with trunk. check-in: bab295db10 user: florian tags: timeline-keyboard-navigation
12:02
Change [3710202914] to call the function to load the diff-related JS code even for blocked diffs. By default, the loader function is already a no-op if diffs are blocked, so the behavior intended by [3710202914] is retained. But other branches are patching the loader function because they rely on the JS code even if the diffs are hidden. check-in: 171127fd14 user: florian tags: trunk
2025-08-15
05:10
Update [6c8c93a5f7] to fix redirects to the captcha screen and set the keyboard focus to the password input field if there's no user ID input field. check-in: b8731485b0 user: florian tags: trunk
04:50
Merge the revamped Copy Buttons. check-in: 63712b631c user: florian tags: trunk
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. Closed-Leaf check-in: 2bc2f7249c 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: b7f2c9f329 user: florian tags: copybtn.js-responsive
15:04
Revamp the Copy Buttons for a more responsive user experience. See the [branch/copybtn.js-responsive | wiki page linked to this branch] for more details. check-in: 32c3a210c8 user: florian tags: copybtn.js-responsive
2025-07-21
12:23
Sync with trunk. check-in: e17d35e796 user: florian tags: standard-cli-colors
12:20
Sync with trunk. check-in: 931e7065bb user: florian tags: diff-word-wrap
12:16
Sync with trunk. check-in: 75244ee4fd user: florian tags: diff-keyboard-navigation
12:14
Sync with trunk. check-in: a2a1e4a7dc user: florian tags: timeline-keyboard-navigation
2025-05-30
04:27
Enclose ETag header values in double quotes. Suggested in [forum:/forumpost/70bacf5cf8|Forum Post 70bacf5cf8]. check-in: ad51cc61c6 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: 9cabc138da 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:/forumpost/058cd829f9|Forum Post 058cd829f9]. check-in: 174091aa6f user: florian tags: trunk
2025-05-09
06:15
Enable the --editor option for `fossil amend'. check-in: bb3fbffefa user: florian tags: trunk
2025-05-03
08:09
Fix (likely unintentional) variable shadowing to restore ANSI C-89 conformance. check-in: 2ce32f7546 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:3b3b741661|forum post 3b3b741661]. check-in: 51ac554e35 user: florian tags: trunk
2025-04-25
16:22
Optimized validation of the FOSSIL_COLOR environment variable. check-in: c5f1e0daea user: florian tags: standard-cli-colors
16:19
Fix a logic error in processing of the NO_COLOR environment variable. check-in: fbfa6daeca user: florian tags: standard-cli-colors
16:18
Sync with trunk. check-in: 855076ce79 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: 6cb7a7e28d user: florian tags: standard-cli-colors
2025-04-18
12:28
Resolve accidental fork. check-in: b6e029394d user: florian tags: trunk
12:25
Amend [a11d245478]: Fix positioning of 'show/hide' checkboxes for /ci pages. check-in: 2b59fcd475 user: florian tags: trunk
12:18
Modify some links that show/ignore diff whitespace to preserve the diff type. check-in: 1c61fcd9d6 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: 5331dfed41 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: 50e0931bc7 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: 210b7d2fe0 user: florian tags: standard-cli-colors
07:08
Amend [2b6ad00ea3]: Minor wording improvements to `fossil ssl-config show -v' output. check-in: a9b075af83 user: florian tags: trunk
2025-03-24
07:18
Document the new FOSSIL_REPOLIST_TITLE environment variable. check-in: c591bbe0ad 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: 360abc5e82 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: 007fd18d69 user: florian tags: trunk