Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
59 ancestors of 6da255034b30b4b4 back to 47362306a7dd7c6f
|
2024-01-01
| ||
| 19:25 | Update the built-in SQLite to the latest trunk version, for testing. (check-in: 6da255034b ... user: drh tags: trunk) | |
|
2023-12-31
| ||
| 18:23 | Text diff output is now more like other common unix tools in its handling of missing files. (check-in: caa6ad39db ... user: drh tags: trunk) | |
| 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 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 csrf parameter from appearing
within a query string when requesting a diff.
csrf started to appear in a query due to
csrf-defense-enhancement:
| |
|
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 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 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 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 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 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 <td> 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) | |
| 22:12 | ASAN caught a misuse of memcmp when matching the subcommand for "fossil uv". Changed it to strncmp, as used in several other Fossil CLI subcommand matching bits. Since the left-side arg is user-supplied text and we were using its strlen() for the third argument to memcmp(), it allowed arbitrary amounts of overrun. (check-in: 182cfa1b1d ... user: wyoung tags: trunk) | |
| 21:54 | Improved display in /uvlist: wrapped the file hash in "code" tags to make same-type hashes display at the same width, and added an "Algo" column to identify the hash algorithm for the benefit of those who can't work it out from the length alone. (check-in: b1dc17a0aa ... user: wyoung tags: trunk) | |
| 21:44 | Updated an outdated reference to "SHA1" hashes in the unversioned content doc. (check-in: 4d43560f66 ... user: wyoung tags: trunk) | |
|
2023-12-08
| ||
| 10:20 | In the HTML diff output, honour the user's light/dark mode browser setting. (check-in: a2e6b31aa1 ... user: danield tags: trunk) | |
|
2023-12-07
| ||
| 20:06 | Add the --dark option to "fossil diff --tk" (check-in: 5a8516df59 ... user: drh tags: trunk) | |
| 19:57 | Improvements to the diff algorithm. See forum thread 515e0d43425d7164 for discussion. (check-in: a45c7f0a56 ... user: drh tags: trunk) | |
| 10:39 | Make the dark mode also available for the diff HTML output (--webpage, -b). (closed check-in: 6b7fe7fa95 ... user: danield tags: tk-diff-darkmode) | |
|
2023-12-05
| ||
| 16:02 | Provide a dark mode for the TCL/TK-based diff GUI. (check-in: b59a42f1f6 ... user: danield tags: tk-diff-darkmode) | |
|
2023-12-01
| ||
| 22:37 | Typo corrections in comments only. No change in functionality. (check-in: a8b6fdc83e ... user: andybradford tags: trunk) | |
|
2023-11-28
| ||
| 22:05 | Tiny documentation fix: an extra space before argument to the '--base-rcvid' hook test option made the argument appear on the line describing the option. (check-in: cb283ca505 ... user: km tags: trunk) | |
|
2023-11-27
| ||
| 10:28 | Fix typos in unvers.wiki. (check-in: 22ee43db43 ... user: danield tags: trunk) | |
|
2023-11-25
| ||
| 15:56 | Remove description of unsupported option that was removed with [298ccff06c487d035a7] from "fossil all rebuild" command. No change in functionality. (check-in: 33fa915508 ... user: andybradford tags: trunk) | |
|
2023-11-24
| ||
| 12:59 | Update the built-in SQLite to version 3.44.2. (check-in: 3f97785608 ... user: drh tags: trunk) | |
|
2023-11-22
| ||
| 20:22 | Update the built-in SQLite to version 3.44.1. (check-in: 2edeeee4a8 ... user: drh tags: trunk) | |
|
2023-11-20
| ||
| 19:16 | On the activity report page, make sure the graph bar with the expected changes for the current week/month is not displayed on a separate line. (check-in: 698dc59ec1 ... user: florian tags: trunk) | |
| 18:57 | Do not separate timeline entries by an empty line when using custom formatting strings. (check-in: 256983fdd5 ... user: danield tags: trunk) | |
|
2023-11-19
| ||
| 11:42 | Improved description on /timeline pages that make use of tl= or rl=. (check-in: e03200e545 ... user: drh tags: trunk) | |
|
2023-11-18
| ||
| 20:41 | Add new tl= and rl= query parameters to /timeline (check-in: 2288b74257 ... user: drh tags: trunk) | |
|
2023-11-16
| ||
| 12:23 | Honour global web-browser setting if running fossil ui with a path to a repository. (check-in: 200247bc62 ... user: preben tags: trunk) | |
|
2023-11-15
| ||
| 12:26 | Add diff test cases for added/deleted files indicated by /dev/null. (closed check-in: 33174a3b5f ... user: preben tags: diff-deleted-files) | |
|
2023-11-14
| ||
| 21:29 | Move an invariable test outside a while loop. (check-in: b87bd72927 ... user: danield tags: trunk) | |
| 19:38 | Add test case for side-by-side xdiff. (closed check-in: 54adcdb2a2 ... user: preben tags: long-diff-fix) | |
| 19:11 | Looping over too many triples also seems theoretically possible in contextDiff(). (check-in: 8ba47b1cc9 ... user: preben tags: long-diff-fix) | |
| 19:03 |
An extra long diff may occur in side-by-side or html mode as discussed in
[forum post 49cc60131b](https://fossil-scm.org/forum/forumpost/49cc60131b).
When enumerating mxr triples, looping over multiple triples may exceed mxr. (check-in: 3c9472e56b ... user: preben tags: long-diff-fix) | |
| 16:14 | Enable searching of wiki titles. (check-in: a402dd2a88 ... user: preben tags: trunk) | |
|
2023-11-13
| ||
| 07:40 | Fix usage wording for the branch command. (check-in: 8e8d1f067f ... user: danield tags: trunk) | |
|
2023-11-11
| ||
| 17:59 | Check if markdown paragraphs contains lists. Fixes issue reported in b598ac56defddb2a. (check-in: a8782f33d3 ... user: drh tags: trunk) | |
| 17:49 | Suppress compiler warnings associated with jimtcl on OpenBSD. (check-in: cd040d1a38 ... user: drh tags: trunk) | |
|
2023-11-10
| ||
| 14:41 | Increase the version number to 2.24 to start the next development cycle. Begin the change log for 2.24. (check-in: 9b64259473 ... user: drh tags: trunk) | |
| 14:14 | Add the x= query parameter to /timeline. Satisfies ticket [208e3fc206af9b61]. (check-in: cad7c10b37 ... user: drh tags: trunk) | |
|
2023-11-02
| ||
| 19:40 | Improvements to "fossil sync" help text. (check-in: 88871c0203 ... user: drh tags: trunk) | |
| 19:37 | For the "fossil sync" command if the -v option is repeated, then the HTTP_VERBOSE flag is set on the http_exchange() call, resulting in additional debugging output for the wire protocol. (check-in: 8089622419 ... user: drh tags: trunk) | |
| 12:44 | Check if markdown paragraphs contains lists. Fixes issue reported in b598ac56defddb2a. (closed check-in: 25028896e4 ... user: preben tags: markdown-multiple-sublists) | |
|
2023-11-01
| ||
| 18:56 | Version 2.23 (check-in: 47362306a7 ... user: drh tags: trunk, release, version-2.23) | |