Fossil

Today In History
Login

This Day In History For 2026-09-07

2 Years Ago (more context)

2024-09-07
11:06
Use CSS flex layout around the /forum editor textarea so that it will shrink and grow to fit the screen. The intent is making it easier to use on a mobile device. check-in: 268bb73947 user: stephan tags: trunk
10:18
Add socket support to the change log. Add a comment about why the 'diff' JS bits now require the 'storage' bits. No functional changes. check-in: 77adf8dba1 user: stephan tags: trunk

4 Years Ago (more context)

2022-09-07
09:11
Mentioned containerd+nerdctl in place of runc in the containers doc. A tightened-up version of the prior runc and crun sections are now collected below the Podman section. This gives a better flow: each successive option is smaller than the last, excepting only nspawn, which is a bit bigger than crun. (We leave nspawn last because we can't get it to work!) check-in: 457c14a490 user: wyoung tags: trunk
07:35
Updated the "nojail" patch for our Dockerfile to track the recent changes: rename back from Dockerfile.in and the layer refactoring. It does essentially the same thing as before. check-in: 19abf0ac13 user: wyoung tags: trunk

5 Years Ago (more context)

2021-09-07
23:08
Optimize diff.js's width updater to only perform DOM selection when it's first run. Also delay its execution until the onload event. check-in: 077f3db109 user: stephan tags: diff-js-refactoring
22:28
Ongoing refactoring and feature-adding related to the JS/ajax components of the new diff views. check-in: 65aa2c9643 user: stephan tags: diff-js-refactoring
22:24
Made diff view table 100% wide instead of 98%. The unsightly horizontal scrollbars still don't appear at that width and this eliminates an odd-looking gap on the right. check-in: be9602d0df user: stephan tags: trunk
21:55
diff.js: instead of polling for window size changes every 100ms, listen for window resize events. check-in: c5f8e79990 user: stephan tags: trunk
21:32
Re-added the file-toggle checkboxes to the diff views which were disabled via recent refactoring. check-in: cf4b9fbd9c user: stephan tags: trunk
21:12
json API: removed reference to recently-removed DIFF_CONTEXT_MASK. check-in: 0c496d8ad3 user: stephan tags: trunk
19:15
On the /jtext page, terminate the JSON array early if there are insufficient lines of text in the file to complete the request. check-in: 6f5dfd9d80 user: drh tags: trunk
19:09
Add the /jtext webpage, intended for use by XHR. check-in: 5f7fcbabf0 user: drh tags: trunk
18:45
When HTML diffs are generated from a webpage, include sufficient information in class names ids, and data- elements to permit JS to redraw the separators to include context fill-in buttons. check-in: c275a166b3 user: drh tags: trunk
17:11
Fix the diff block alignment so that it correctly suppresses unnecessary diff marks, even when in ignore-whitespace mode. check-in: 85ca2fe5b5 user: drh tags: trunk
16:06
Further simplification of the DiffConfig object by splitting out the lines of context and column width values from the diffFlags vector into separate columns. There should be no user-visible changes in behavior. check-in: ca6fa4b2f3 user: drh tags: trunk
14:12 Edit [4ef3ba374cb07499|4ef3ba374c]: Cancel tag "diff-config". artifact: 384f8e2ab1 user: drh
14:12 Edit [f9761abb6aeb9287|f9761abb6a]: Cancel tag "diff-config". artifact: aec0d146c4 user: drh
13:29
Take advantage of the new pBlob==NULL capabilities in blob_appendf() to simplify some of the diff logic. check-in: 590e01dbdd user: drh tags: trunk
12:51
Enhance the blob_append(), blob_appendf(), blob_append_char(), and similar interfaces such that if the Blob pointer in the first argument is NULL, the result is written directly to stdout. check-in: 3a561322ca user: drh tags: trunk
12:18
Simplify the interface to the internal diff_file() routine. check-in: db034a5a6c user: drh tags: trunk
11:40
Bring back the diff command option `-N|--new-file' as an alias for `-v|--verbose' for script compatibility. check-in: 4ef3ba374c user: florian tags: trunk
10:42
Minor fix to adapt the `append_diff_javascript()' function and its call points to the new diff logic (already partially done with check-in [1347a1ddb9]). check-in: f9761abb6a user: florian tags: trunk
00:18
Move more diff parameters into the DiffConfig object. check-in: 346de5d122 user: drh tags: trunk

10 Years Ago (more context)

2016-09-07
16:04 Edit [0120be34ea8b8599|0120be34ea]: Edit check-in comment. artifact: 772a534959 user: andygoth
11:16
minor comment fix check-in: b03f15635d user: jan.nijtmans tags: openssl-1.1
11:15
Restore default configuration of Makefile.mingw.mistachkin to what it was before check-in: b0fe158c55 user: jan.nijtmans tags: openssl-1.1
11:12
Complete transition to OpenSSL 1.1.0, which needs additional library on Windows (crypt32.dll) and which has support for ssl2 removed completely. check-in: 7839ff0286 user: jan.nijtmans tags: openssl-1.1
10:41
Update referenced OpenSSL version check-in: 958f1a89dc user: jan.nijtmans tags: openssl-1.1
10:16
(cherry-pick) Fix mingw64 build (broken by [8f2dd0106ef3b5aa]) check-in: 8a4fa47ed1 user: jan.nijtmans tags: branch-1.35
10:12
Fix mingw64 build (broken by [8f2dd0106ef3b5aa]) check-in: db59821f89 user: jan.nijtmans tags: trunk
08:05
(cherry-pick) Fix for lockup on merge with rename and custom baseline. Change received from drh via mailing list. See [http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg23838.html] for details. check-in: 8166001e0a user: jan.nijtmans tags: branch-1.35
07:50
Fix for lockup on merge with rename and custom baseline. Change received from drh via mailing list. See [http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg23838.html] for details. check-in: 496c0fea3b user: jan.nijtmans tags: trunk

15 Years Ago (more context)

2011-09-07
14:28 New ticket [032c86d6b8] A rename disallows further merges. artifact: ebff7ebf23 user: viriketo
13:41 Ticket [f630d61ed8] adding comments to a tag status still Open with 1 other change artifact: 302b935138 user: viriketo
13:21 Ticket [f630d61ed8]: 1 change artifact: e239619524 user: martin.weber
08:12
Make it easier to use Events as quick notes: Display the title just above the text on Event pages. If there's no title in the wiki text, use the comment as a title. Closed-Leaf check-in: 27a4518e13 user: ben tags: ben-minorchanges
03:51
begin work on ticket [bc0d0f5642eaf]: track success of (network) write operations and start bubbling that status up. To make it up to ultimately exit(EXIT_FAILURE) on errors, mkindex will need to be updated, too, as well as the signature from command implementing functions need to return int instead of void at some point. More to come. Closed-Leaf check-in: a67e2683ed user: martin.weber tags: msw-hack