Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins tagged with "trunk"
2024-12-21
| ||
22:48 | In a /timeline with me=AAA and you=BBB and rel, omit nodes that are not ancestors of BBB. This helps to better convey the changes from AAA to BBB. ... (Leaf check-in: 54e42222 user: drh tags: trunk) | |
00:43 | Documentation updates due to today's changes. ... (check-in: 5f872175 user: drh tags: trunk) | |
2024-12-20
| ||
21:16 | Optimize sync of long cluster chains by sending all cluster artifacts on the third client/server round-trip. ... (check-in: 637fcef8 user: drh tags: trunk) | |
19:50 | Further improvements to /clusterlist and to /info for a cluster. ... (check-in: 9953b169 user: drh tags: trunk) | |
19:44 | Edit pass on the www/ssl-server.md to cover some of the details brought up on the forum. This also adds fragment IDs for section heads and improves the discussion generally. ... (check-in: f374a463 user: wyoung tags: trunk) | |
19:07 | Add the "unclustered" query parameter to /bloblist. ... (check-in: 9859eb03 user: drh tags: trunk) | |
18:55 | Add the "recent" query parameter to the /bloblist page, to show the 250 most recently acquired artifacts. ... (check-in: 64ab7d7f user: drh tags: trunk) | |
16:59 | Install hyperlinks to the /clusterlist page. ... (check-in: 3057775b user: drh tags: trunk) | |
16:50 | Get the /clusterlist working for non-admin users, though omit sensitive information for non-admins. Show the compressed size of clusters on that page. ... (check-in: 90764bd6 user: drh tags: trunk) | |
15:27 | Fix a typo in a column name for the query that deals with phantom entries in the info page for clusters. ... (check-in: 72a218ce user: drh tags: trunk) | |
15:14 | Improvements to the /clusterlist page. ... (check-in: e3ef536c user: drh tags: trunk) | |
15:04 | Add the /clusterlist webpage. ... (check-in: a2ce1f10 user: drh tags: trunk) | |
14:38 | Improve the /info page to show more detailed information about clusters. ... (check-in: 4170e0bb user: drh tags: trunk) | |
2024-12-19
| ||
19:33 | Update the built-in SQLite to the latest trunk version for testing. ... (check-in: 1b55133f user: drh tags: trunk) | |
19:13 | Update to the change log for 2.26. ... (check-in: f4f395b6 user: drh tags: trunk) | |
18:20 | Remove a harmless unused local variable. Forum post 1d5c8db08a327fb4. ... (check-in: 08ea1bd4 user: drh tags: trunk) | |
16:46 | Update the tests to reflect the current state of development. ... (check-in: 6aee052f user: florian tags: trunk) | |
11:59 | Comment improvements in the Dockerfile ... (check-in: 693c7b9b user: wyoung tags: trunk) | |
07:28 | Fix a small inconvenience in the `translate' utility program discovered while working with MSVC debug builds. ... (check-in: 8defefd3 user: florian tags: trunk) | |
2024-12-18
| ||
18:40 | Fix the previous commit to restore ANSI C-89 conformance. ... (check-in: bee9b301 user: florian tags: trunk) | |
18:30 | Fix a problem introduced with [593ceca27d]: the blob resize operation may realloc the buffer, so obtain the pointer to the buffer only after the resize to avoid a "use after free". ... (check-in: 36bcaaee user: florian tags: trunk) | |
12:51 | Fix additional harmless memory leaks. ... (check-in: d564056c user: drh tags: trunk) | |
11:39 | Fix harmless memory leaks. ... (check-in: 37ae94b3 user: drh tags: trunk) | |
05:06 | Call `cgi_is_loopback()' before `db_open_local()' when checking for a local `fossil ui' session. The former performs simple string comparison, while the latter crawls the file system for multiple (3) check-out database file names at multiple directory hierarchy levels. The main motivation for this change is to reduce "attack surface" of the /jchunk interface, but also to align `cgi_is_loopback()' vs. `db_open_local()' precedence with usage elsewhere in the code base. ... (check-in: 2dda151c user: florian tags: trunk) | |
2024-12-17
| ||
12:38 | Send the --from argument of the "fossil ui" command encoded as hexadecimal, to work around quoting problems on Windows. Forum post cfc22d41b19a1a96. ... (check-in: 593ceca2 user: drh tags: trunk) | |
06:12 | On the new /ckout UI page, output the page footer only once. ... (check-in: 92372ce9 user: florian tags: trunk) | |
2024-12-16
| ||
16:22 | Add missing word in the help text for 'merge'. ... (check-in: bdc6bb1c user: danield tags: trunk) | |
16:17 | Fix a bug in the "fossil patch pull" command that caused "fossil revert" that occurs after a "fossil merge" to be lost. Also, improve "fossil patch pull" so that it does not mess with the undo log and does not do unnecessary syncs. ... (check-in: 3a39ae4c user: drh tags: trunk) | |
07:40 | Internal tweaks and docs in the diff-toggling code. No visible changes. ... (check-in: 6f263954 user: stephan tags: trunk) | |
2024-12-15
| ||
16:30 | Documentation updates to better reflect recent changes. ... (check-in: 7f1958ac user: drh tags: trunk) | |
16:01 | Error checking: The argument to the --from option on the "fossil ui" command must be a pathname (not a tag or version hash). ... (check-in: 5c72725e user: drh tags: trunk) | |
15:57 | Change the --external-baseline option on "diff" and "ui" to be just --from. See forum thread 91ce9dd9f9afa7fe. ... (check-in: 763758db user: drh tags: trunk) | |
00:17 | Add the exbase=PATH query parameter to the /ckout page so that the diff uses an external baseline. Add the --external-baseline option to the "fossil ui" command to force the initial page to be /ckout with the exbase query parameter. ... (check-in: 3807891e user: drh tags: trunk) | |
2024-12-14
| ||
21:51 | Corrected method comment to make some more sense, from forum post [fdf29398a6d45] ... (check-in: 36f35492 user: brickviking tags: trunk) | |
20:41 | Add the --external-baseline option to the "fossil diff" command, plus some minor name refactoring in the diff system. ... (check-in: 99d0baa6 user: drh tags: trunk) | |
2024-12-13
| ||
23:40 | Update the all-diffs-toggle button's label dynamically to clarify whether it will show or hide the diffs on its next click, per request in forum post 516f1ba3d82ed249. The semantics haven't changed: if any are hidden, its action will be to reveal them, else it will be to hide them. ... (check-in: 903142fe user: stephan tags: trunk) | |
15:36 | Fix redirect for the misuse of /ckout. ... (check-in: 02eb97d8 user: drh tags: trunk) | |
13:52 | Change the "sectionmenu" for the diffs on the /ckout page to be just a <hr>. ... (check-in: 8b06e7c0 user: drh tags: trunk) | |
13:29 | Attempts at beautification: (1) Simplify names of some links/buttons in diff pages. (2) Omit the "Hide Diffs" links, as those are now redundant. (3) Remove the accordion menu from the /ckout page. ... (check-in: 4d2d62d0 user: drh tags: trunk) | |
12:50 | Add the info-changes-menu to the "Uncommitted Changes" section of the /ckout page. ... (check-in: 7cf712af user: drh tags: trunk) | |
12:19 | Add accordion panels to the /ckout page. ... (check-in: 4af5cde6 user: drh tags: trunk) | |
12:00 | Fix the /ckout page so that it works correctly even when invoked from a subdirectory of the checkout root. Forum post af6086e46b. ... (check-in: 242c2d18 user: drh tags: trunk) | |
04:03 | Tidied up language in add.c. ... (check-in: 3d2f1886 user: brickviking tags: trunk) | |
00:41 | Diff toggles: move the toggle-all button into the page-level diff UI controls (and add that area to the /ckout page) and only show the toggle-all option if more than one diff is being shown. Only show the Sync-sbs-diff preference checkbox when rendering sbs diffs. There is some slight visual inconsistency across various pages in how the toggle-all button is rendered, so there's still opportunity for some polishing-up. ... (check-in: a718a768 user: stephan tags: trunk) | |
2024-12-12
| ||
11:36 | On the /ckout page, omit the diff if the diff parameter is 0 or smaller. ... (check-in: 0654e845 user: drh tags: trunk) | |
06:48 | Fix of file-change-line button. ... (check-in: 8e3e57b3 user: brickviking tags: trunk) | |
06:33 | Widen the scope for a button's visibility in darkmode. ... (check-in: 19da71c5 user: brickviking tags: trunk) | |
04:49 | Increase contrast of button for file-change-line. ... (check-in: 426dd8d3 user: brickviking tags: trunk) | |
03:37 | Fix DOM element pairing when diff=0 is used in /vdiff and friends. Problem introduced in [a11d2454782]. ... (check-in: d463c7ee user: stephan tags: trunk) | |
2024-12-11
| ||
23:09 | Diff toggles: add a label to the checkbox to make it easier to click, add an 'all' button which toggles all diffs, and remove the toggle from the /fdiff page because it only has a single diff block. ... (check-in: a11d2454 user: stephan tags: trunk) | |