Fossil

Timeline
Login

Timeline

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

26 check-ins using file src/stash.c version 00eaaffcb2

2024-01-01
14:42
Update to a newer SQLite on the enhanced-stat1 branch. ... (Closed-Leaf check-in: e634b58144 user: drh tags: enhanced-stat1)
2023-12-31
13:59
Change the built-in SQLite to the latest tip of the enhanced-stat1 branch. This is to facilitate testing of that branch in SQLite in a real-world app. ... (check-in: 4c353662cf user: drh tags: enhanced-stat1)
13:57
Add ANALYZE buttons to the /repo_schema page in cases where only a single table is being shown. ... (check-in: e90fd9bef8 user: drh tags: trunk)
13:49
Provide buttons to run ANALYZE with and without a limit on the /repo_stat1 page. ... (check-in: 349fb1fa16 user: drh tags: trunk)
13:40
On the /repo_stat1 page, provide an option to show the sqlite_stat1 data in a tabular format. ... (check-in: 3c68f7d445 user: drh tags: trunk)
12:53
Publish the --analyze option for "rebuild" in the "fossil all" command. ... (check-in: 724f781594 user: drh tags: trunk)
2023-12-28
16:54
Backout [b53ee919] - the docs were correctly referring to the Windows _fossil config db, not the _FOSSIL_ checkout db. ... (check-in: bfdfa3ed72 user: stephan tags: trunk)
15:52
Doc help typo fix reported in [forum:c45cc13c3c|forum post c45cc13c3c]. ... (check-in: b53ee9190f user: stephan tags: trunk)
2023-12-27
11:53
Undocument the --deanalyze option to "fossil rebuild". It was added by [85233c40c9bb05a8], but more recently (specifically in check-in [7815d015f3b5a663]) it has become desirable for the repository database to be analyzed. ... (check-in: fa9d3fb22b user: drh tags: trunk)
2023-12-24
17:40
Latest upstream pikchr.c to account for a gcc 12.2 warning reported in /chat. ... (check-in: 315aa26924 user: stephan tags: trunk)
15:22
Fix /whistory page: prevent <var>csrf</var> parameter from appearing within a query string when requesting a <tt>diff</tt>. <var>csrf</var> started to appear in a query due to <tt>[/timeline?r=csrf-defense-enhancement|csrf-defense-enhancement]</tt>: <code>form_begin()</code> [/fdiff?v1=9ab558549b3ca653&v2=b86a42cf7932f1cd|unconditionally generates] a hidden input with <var>csrf</var> token since [88a402fe2a5641]. This check-in addapts /whistory page to the new behaviour. ... (check-in: abdf2805fe user: george tags: trunk)
2023-12-22
14:32
Add option to disable the shift-enter preview hotkey in /wikiedit, /fileedit, and /chat as a workaround for software keyboards which report the shift key being pressed when auto-capitalizing text, per discussion in [forum:dbd5b68366147ce8|forum post dbd5b68366147ce8]. ... (check-in: 4bb5515cae user: stephan tags: trunk)
14:27
Remove the write-perms check from the /ajax/preview-text route so that folks without checkin permissions can use /chat. Problem reported in [forum:ed4a762b3a557898|forum post ed4a762b3a557898]. Some code-adjacent end-of-line whitespace cleanups. ... (check-in: 0c6e669a7b user: stephan tags: trunk)
2023-12-16
01:39
Add the shift-enter toggle config option to /chat, sharing the same persistent config key as /wikiedit and /fileedit. ... (Closed-Leaf check-in: 895ecf9e4d user: stephan tags: shift-enter-preview)
01:10
In /wikiedit and /fileedit, add a checkbox to disable shift-enter for toggling preview, as per discussion in [forum:dbd5b68366147ce8|forum post dbd5b68366147ce8]. ... (check-in: 8c1c4fa985 user: stephan tags: shift-enter-preview)
2023-12-14
17:24
Update the built-in SQLite to the latest trunk version that is destined to become 3.45.0 someday. This is beta-testing for SQLite. ... (check-in: 70cae0a964 user: drh tags: trunk)
16:29
Improve "whatis" output when in "filename" mode and parse supported whatis options when using "fossil all whatis". ... (check-in: e1e9da26f6 user: mgagnon tags: trunk)
03:21
Updated the changelog with a few recent developments ... (check-in: 8d3b63e6e8 user: wyoung tags: trunk)
02:32
Moved the default repo name from ENTRYPOINT to CMD to allow overriding with --repolist by those wanting that mode of operation. You cannot give both a repo name and this flag, as correctly pointed out by ckennedy [forum:/forumpost/da72faac39ad36bb | on the forum]. ... (check-in: 72859937fa user: wyoung tags: trunk)
2023-12-13
18:50
Bug fixes in the alert sending backoffice task. Hopefully this will start sending email notifications to people correctly. The bug was likely introduced by [d4361f6a94725aa3]. ... (check-in: 2917bedada user: drh tags: trunk)
12:18
Add a missing &lt;td&gt; to the /uvlist table. ... (check-in: 6b02592196 user: drh tags: trunk)
07:49
Use the official spelling of Tcl/Tk in the help texts for the diff commands. ... (check-in: b89f4cdb69 user: florian tags: trunk)
07:40
Modify [b1dc17a0aa]: Use the APIs from hname.c to find hash algorithm names. ... (check-in: a99a0fc08b user: florian tags: trunk)
07:18
Remove a hack that no longer works after calling `verify_all_options()'. ... (check-in: a4fc47ad4a user: florian tags: trunk)
07:12
Adapt the help text for the `open' command to the implementation. ... (check-in: b2ab66ea0d user: florian tags: trunk)
2023-12-12
22:15
Found the same misuse of memcmp() in the "stash" subcommand matcher. ... (check-in: 2a8551762d user: wyoung tags: trunk)