Fossil

Timeline
Login

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

50 most recent check-ins tagged with "trunk"

2024-07-26
17:49
Add the complex-requests-from-robots limiter. ... (Leaf check-in: 1a0b304307 user: drh tags: trunk)
10:49
When doing a "fossil open URL" such that the repository is first cloned and then opened, leaving the repository as a file in the check-out, make sure the repository pathname in VVAR is relative, so that the entire check-out can be moved without breaking the link to the repository. See [forum:/forumpost/f2f5ff2e35031612|forum thread f2f5ff2e35031612]. ... (check-in: 6e04d9cbd4 user: drh tags: trunk)
05:02
Fixed a typo [forum:/forumpost/0356ab78b6 | reported on the forum]. ... (check-in: 1b71969475 user: wyoung tags: trunk)
2024-07-24
14:47
Update the built-in SQLite to the latest 3.47.0 alpha, including the percentile() and median() extensions in the CLI. Update to the latest Pikchr version. ... (check-in: 4a26cb95d5 user: drh tags: trunk)
2024-07-23
12:27
Revert a /chat change, introduced in [be01315c86cd2f7d], which causes the Send button to trigger a preview update if the current view is the preview. In practice that's annoying, as the shift-enter and the preview button do the same thing and this change forces a separate click to leave preview mode. ... (check-in: ec6fbe9863 user: stephan tags: trunk)
2024-07-22
23:44
Upgrade autosetup to upstream version 0.7.1+. Tested on 3 Linux variants with no regressions. ... (check-in: 370c263964 user: stephan tags: trunk)
2024-07-20
10:34
Revise a query associated with /tree so that it runs a little faster. ... (check-in: 0e2930f8e5 user: drh tags: trunk)
2024-07-19
12:53
Add the --nosync option to commands "commit", "merge", and "branch create". See [forum:/forumpost/592513119fdae69c|forum thread 592513119fdae69c]. ... (check-in: e8a21ab43c user: drh tags: trunk)
2024-07-18
10:22
Wider columns on the /help page, so that longer command names do not overflow the available column width. ... (check-in: b919738dc5 user: drh tags: trunk)
2024-07-15
16:42
Update the TLS doc to mention the use of the Windows root certificates (intented more as a reminder from a non-tech-writer and non-security-expert to properly document the feature once more people have used it and not reported any problems). ... (check-in: b8b22d795e user: florian tags: trunk)
10:42
Reduce the WARNING that the Windows root certificates cannot be loaded to a NOTICE and output it on the same channel as the "Unable to verify SSL cert from ... accept this cert and continue (y/N/fingerprint)?" prompt. ... (check-in: 5d993d5439 user: florian tags: trunk)
2024-07-13
08:23
Amend the previous commit: Display a warning on failure to load the Windows root certificates, which may be helpful until the feature has proven to work well. Add a hint how to list the Windows root certificates. Use consistent code style. ... (check-in: de6a059493 user: florian tags: trunk)
2024-07-12
17:50
Enable OpenSSL to use the Windows certificate store. ... (check-in: 6fc64abe34 user: florian tags: trunk)
2024-07-09
17:30
Use the chat-timeline-user setting when formatting results for chat searches. ... (check-in: 02349c875d user: dan tags: trunk)
15:20
Use the long date format for all messages in the chat search dialog, not just those that match the current query. ... (check-in: 2a3a32edea user: dan tags: trunk)
00:19
Fix for checkin --verbose error reported in [forum:9cd41258f9|forum post 9cd41258f9]. Problem introduced in [caa6ad39db443929]. ... (check-in: 77e1f8670d user: stephan tags: trunk)
2024-07-08
23:24
Document the empty-string case for the server/ui --skin flag and cgi skin: directive. ... (check-in: 699b9ca54d user: stephan tags: trunk)
2024-07-04
11:06
Minor tweaks to www/unverse.wiki, based roughly on forum feedback. ... (check-in: 2f6d120261 user: stephan tags: trunk)
00:05
Update the built-in SQLite to the latest trunk version for testing. ... (check-in: cd50820410 user: drh tags: trunk)
2024-07-03
15:01
Add the application/sql mime type to doc.c. ... (check-in: 7c76c6aa73 user: stephan tags: trunk)
12:38
Add /chat history search. ... (check-in: fc853823b2 user: stephan tags: trunk)
2024-07-02
08:19
For the previous check-in, disable the submit button rather than use alert(). ... (check-in: fe24713a27 user: danield tags: trunk)
2024-07-01
15:44
For /uvlist, check if any file has been chosen before submitting the form. ... (check-in: 4a8a7742da user: danield tags: trunk)
2024-06-30
12:22
Fix the 'rebuild' command by adding the missing columns to the schema. ... (check-in: cb3421c493 user: tsbg tags: trunk)
2024-06-29
22:32
In the /uvlist upload process, use %h instead of %s to render the newly-uploaded file's name. ... (check-in: d1b0ccf157 user: stephan tags: trunk)
2024-06-25
18:10
Add ability to upload unversioned files via the /uvlist page. ... (check-in: 2d4fd55fee user: stephan tags: trunk)
06:30
Update to the latest pikchr in order to fix the bug in "with .start at ..." positioning. ... (check-in: 390e00134e user: drh tags: trunk)
2024-06-24
06:09
Ensure that the pattern string for search is all lower-case, so that FTS5 keywords like NOT and AND cannot cause confusion and errors. ... (check-in: ec68aaf425 user: drh tags: trunk)
2024-06-23
18:38
Small help text fix in the unversioned command. ... (check-in: bdc8b4a406 user: stephan tags: trunk)
2024-06-19
18:26
Fix a bug in git-export in which the \n at the end of manifest.uuid is omitted. ... (check-in: fc8d476aca user: drh tags: trunk)
2024-06-18
05:20
Use auto-coloring for private branches, instead of applying the orangeish default `#fec084', so colors play better with skins and the `fossil publish' command. ... (check-in: ee82746517 user: florian tags: trunk)
2024-06-14
00:06
Temporary fix for a bad query plan caused by issues in SQLite. See [forum:/forumpost/6900455c28dcd3da|forum post 6900455c28dcd3da]. ... (check-in: 9866c97b35 user: drh tags: trunk)
2024-06-11
18:44
Update the built-in SQLite to a version from the exists-to-join branch in the SQLite source tree, in order to beta-test the exists-to-join optimization. Fossil uses EXISTS operators in the WHERE clause of queries in many places and is therefore a good test case. ... (check-in: b58b30512e user: drh tags: trunk)
2024-06-09
10:53
Typo fixes reported in [forum:10167c5f79|forum post 10167c5f79]. ... (check-in: 382a61e327 user: stephan tags: trunk)
2024-06-06
08:33
In case the originating IP address for an artifact is missing, display it as 'unknown'. ... (check-in: dbc9e48ebf user: danield tags: trunk)
2024-06-05
15:12
Fix the 'describe' command to use only direct ancestors, and add a safety limit on the recursive CTE. ... (check-in: 1cc2da2ee0 user: danield tags: trunk)
2024-06-03
06:46
Resolve memory leaks in the SVN import which can cause large imports to hit OOM, reported in [forum:bb19df2426679bfc|forum thread bb19df2426679bfc]. ... (check-in: 93266c5151 user: stephan tags: trunk)
2024-05-30
17:24
Update the built-in SQLite to the latest pre-release trunk 3.47.0 for testing. ... (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)