Timeline
Not logged in

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

50 most recent check-ins tagged with "trunk"

2024-05-30
17:24
Update the built-in SQLite to the latest pre-release trunk 3.47.0 for testing. Leaf check-in: 44f067d2ad user: drh tags: trunk
11:17
Switch to the msteveb linenoise fork and update to the trunk sqlite3 shell.c to account for that change, per /chat discussion. check-in: d6f8f324ef user: stephan tags: trunk
2024-05-27
13:06
Add the --ii option to the "fossil bisect run" command. check-in: 93c918b6dd user: drh tags: trunk
12:32
Fix the REGEXP operator in SQL so that it returns false if the RHS is not a valid regular expression, rather than raising an error. This prevents strange error pages from being returned if a hacker submits a request that includes an invalid regular expression. check-in: c50da2eaa4 user: drh tags: trunk
11:45
Add a couple missing the's to [d2e89721b3965a7c19bc]. check-in: dcb55e6731 user: stephan tags: trunk
11:43
Make the error message from [05ae1fe2fedcec7] more informative. check-in: d2e89721b3 user: stephan tags: trunk
11:28
Call fossil_fatal() in svn import when trying to import an empty blob, rather than stepping on NULL later. Reported in [forum:15d4b242bda2a108|forum post 15d4b242bda2a108]. check-in: 05ae1fe2fe user: stephan tags: trunk
10:33
Add the "Hacks" and "Non-hacks" log filters. Accessible by admins only. check-in: d700ebff8e user: drh tags: trunk
09:56
Add robustness to decoding of query parameters on the /wdiff page. check-in: 8839378fb0 user: drh tags: trunk
2024-05-26
20:18
Add image/jp2 to the mime types, per forum request. check-in: 2669f492cd user: stephan tags: trunk
2024-05-23
14:52
Add mention of recent enhancements to the change log. check-in: 1bbb0b1316 user: drh tags: trunk
14:26
Update the built-in SQLite to the 3.46.0 release. check-in: 253fc1df76 user: drh tags: trunk
2024-05-21
11:18
Update the built-in SQLite to the first 3.46.0 release candidate. check-in: 2ba99c273b user: drh tags: trunk
2024-05-18
14:12
Relax constraints on PATHINFO names such that the "fossil ui /" command can be used if some repositories have non-ASCII filenames. Response to [forum:/forumpost/ec3ab5b1f5|forum post ec3ab5b1f5]. check-in: 362a7b7c9d user: drh tags: trunk
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: df86fa3357 user: stephan tags: trunk
14:54
Add options to the 'tag' command to list tag values, as suggested by [forum:d4fb9400f9|forum post d4fb9400f9]. check-in: ea1b76bc9a user: danield tags: trunk
2024-05-10
10:02
Fix an uninitialized variable bug introduced by [a080751e5c370833]. check-in: de8f8ceb93 user: drh tags: trunk
2024-05-09
20:55
Fix an uninitialized variable in the previous check-in. check-in: 6e68958586 user: drh tags: trunk
20:52
Change the name of the "cherry-pick" command to "cherrypick", though retain "cherry-pick" as an alias. Extend the "cherrypick" and "merge" commands so that they will accept multiple check-ins to be merged in all in one go. check-in: 67fe38c4fe user: drh tags: trunk
2024-05-08
12:27
Add the d2=, p2=, and dp2= query parameters to /timeline. check-in: a080751e5c user: drh tags: trunk
11:59
Import SQLite 3.46.0-beta-1 for testing. check-in: c09fea3299 user: drh 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
17:22
Improvements to the tracing output in the find_filename_changes() routine. check-in: 40086b74ba user: drh tags: trunk
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-30
10:17
Remove an unused parameter and bring the code more in line with [dd72a96111]. check-in: 89da205267 user: danield tags: trunk
2024-04-29
23:42
Remove options for rendering the tree hierarchy using ASCII-art for the "fossil tree" command and similar. Always use only Unicode box-drawing characters. This works on newer Win10 and Win11. Maybe it doesn't work on older Windows, but the "fossil tree" command is not essential for anything - it is only a convenience - so if it doesn't work on a... check-in: 7045859339 user: drh tags: trunk
21:33
Code cleaning after the previous check-in. No functional changes. check-in: b705d756cf user: danield tags: trunk
15:25
Add options for drawing the file tree with Unicode symbols or ASCII characters (Windows defaults to the latter, all others to the former). check-in: 635fa090d1 user: danield tags: trunk
03:04
Add the "fossil tree" command and the --tree option to "fossil ls" and "fossil extras". check-in: dd72a96111 user: drh tags: trunk
2024-04-28
16:55
Really fix a broken link. check-in: e012f50a4b user: juef tags: trunk
16:50
Fix a broken link. check-in: efb5321d5f user: juef tags: trunk
2024-04-27
10:45
Use the preferred case for the destination name in the "fossil mv" command. check-in: 859b00b776 user: drh tags: trunk
00:52
With the changes introduced in [213ca339c2951ad1] it is now possible to restrict the timeline to a single branch also with "fossil timeline". check-in: abb54cb0cf user: andybradford tags: trunk
2024-04-26
17:36
Added internal link spacer to colordiff doc, without which the #diffutils reference appears to be a no-op. (Comment edit needed to fix Fossil eating the rest of the Vim-edited comment after the "#".) check-in: fdd8057dff user: wyoung tags: trunk
17:35
Fixed a broken link in the new colordiff doc due to being extracted from the gitusers doc. check-in: 449879163a user: wyoung tags: trunk
17:33
Explained why we don't leave diff-command unset for the "bat" alternative. check-in: 9fca91e8e3 user: wyoung tags: trunk
17:28
Added a new doc distilling all the common methods for getting colorized diffs. Extracted its seed from the gitusers doc in part because it isn't Git-specific, and because there are more options to cover, sufficient to justify a separate doc. check-in: 7c99ebc592 user: wyoung tags: trunk
16:19
Indent fix in gitusers.md to make it use a monospace font for nested command examples. check-in: dd8d1a5809 user: wyoung tags: trunk
16:17
The recent gitusers doc improvements allow a better HTML fragment target; the browser's scroll-back includes the new section header now rather than target a paragraph within another section. check-in: 567658a718 user: wyoung tags: trunk
15:54
Clarity tweaks to the "Closing a Check-Out" section in the gitusers doc. check-in: 6a4f2d23ce user: wyoung tags: trunk
15:32
In response to [forum:/forumpost/6878c949a5c33551 | a recent forum thread], added a new section to the gitusers doc, "Fossil Never Auto-Commits". The ideas behind this were previously expressed implicitly, but con-fused with others, resulting in the lack of clarity characteristic of alchemical slag.

Put the new section before "There Is No Staging ... check-in: 5f5452f110 user: wyoung tags: trunk

2024-04-25
15:37
Updates to the "hints and tricks" document. check-in: 50a8a1bb70 user: drh tags: trunk
13:36
Fix minor typo in test introduced by previous commit. check-in: f0c4705d49 user: andybradford tags: trunk
13:34
Use join instead to avoid prepending garbage at the beginning of the string. check-in: 4d556700a7 user: andybradford tags: trunk
10:51
Merge test case fixes from branch-2.24 back into trunk. check-in: 6d067c4f4d user: drh tags: trunk
2024-04-24
21:19
Fix or disable brittle test cases that were broken by changes in 2.23. check-in: e198bfd185 user: drh tags: trunk
2024-04-23
18:22
Further improvement to rail selection in the /timeline graph layout algorithm: Move merge lines that go into the branch rail that is on the left, over toward the left when using the r=BRANCH query parameter. check-in: b71363e5c5 user: drh tags: trunk
14:46
Fix one of the hyperlinks on the homepage. check-in: 19b7f15ba4 user: drh tags: trunk
14:43
Adjustments to timeline graph layout to try to improve the appearance a little. check-in: 797f1813f8 user: drh tags: trunk
14:33
Increase the version number to 2.25 in order to start the next development cycle. check-in: 929f36ae3c user: danield tags: trunk