Timeline
Not logged in

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

67 events for the month beginning 2022-10-01

Following month ↑
2022-10-30
12:53
Fix a bug when handling timeline data blocks not containing any check-ins. check-in: d3f9b8ab78 user: florian tags: timeline-keyboard-navigation
2022-10-28
19:48
Also documented the new "clone -u -v" feature. check-in: 0d61fd2310 user: wyoung tags: trunk
19:45
Since it seems my clone -u fixes are going to stick, documented them in the changelog. check-in: 02631e3500 user: wyoung tags: trunk
17:08
Improve correctness, usability and efficiency for the case when values in a TICKET's column tend to be long and volatile.

Owner of a repository may specify one or several TICKET's columns so that delta-compression is tried for the corresponding ticket change artifacts and the corresponding changes on the /tkthistory page are rendered via ... check-in: 872a3b2327 user: george tags: trunk

16:28
Add comments for auxiliary local variables inside ticket_output_change_artifact(). Closed-Leaf check-in: 53b66cf63f user: george tags: deltify-tkt-blobs
06:51
Typo fix in changes.wiki. check-in: 141793c4ab user: stephan tags: deltify-tkt-blobs
06:37
Merge trunk into deltify-tkt-blobs branch. check-in: 86916df534 user: stephan tags: deltify-tkt-blobs
00:18
Fix a typo in a comment. check-in: a2ed111979 user: george tags: deltify-tkt-blobs
00:11
Add more comments and a changelog item. No code changes. check-in: e690df08f4 user: george tags: deltify-tkt-blobs
2022-10-27
17:56
The check for whether to continue during sync due to outstanding "uvgimme" requests was being skipped in clone -u mode due to misordered tests at the end of the client side of the sync protocol. check-in: 52648d0384 user: wyoung tags: trunk
17:15
Since "fossil uv sync -v" turns on UV trace mode, made "fossil clone -u -v" enable that mode as well, since otherwise there's no way to get into UV trace mode during clone. (e.g. There is no global "--uvtrace" option.) check-in: cdd58b1fbf user: wyoung tags: trunk
16:01
Consolidated two related tests in the sync protocol to avoid re-testing a flag twice and to bring related code closer together. check-in: 6293b28209 user: wyoung tags: trunk
15:13
Corrected a difference in the case of a SQLite table name. The DBMS doesn't care, but it risks missing relevant references to this table when searching with a case-sensitive text editor. check-in: 1b1887cb69 user: wyoung tags: trunk
14:20
Mention the new `fossil branch lsh' subcommand in the change log. check-in: 67c9d929db user: florian tags: trunk
2022-10-26
18:28
Typo fix in the 2.20 changelog check-in: c301250872 user: wyoung tags: trunk
15:30 Changes to wiki page "To Do List" artifact: 36e96a8a33 user: drh
12:46
Update the built-in Pikchr source code and WASM/JS builds. check-in: 8f4a32ccae user: drh tags: trunk
11:14
Update the built-in SQLite to the latest 3.40.0 alpha version that includes all performance enhancements and bug fixes. check-in: 4aa7837505 user: drh tags: trunk
11:13
Update to a still newer version of SQLite 3.40.0 alpha that compiles without warnings on Mac ARM64. Closed-Leaf check-in: 6ff6d49521 user: drh tags: busted-build
10:59
Remove the -D_HAVE_SQLITE_CONFIG_H option from the build of SQLite. We haven't had the config.h file for SQLite, so this should be a harmless change. check-in: 2522366fc7 user: drh tags: busted-build
10:49 Edit [c7dc18847856fe67|c7dc188478]: Move to branch busted-build. artifact: 0677b34df7 user: drh
10:47
Update the built-in SQLite to the latest 3.40.0 alpha version that includes all bug fixes and performance enhancements. check-in: c7dc188478 user: drh tags: busted-build
2022-10-24
14:40
Fix a comment typo. check-in: db8b14c57a user: drh tags: trunk
2022-10-23
06:48
Code maintenance for the `copybtn.js' script: Remove global data, reference DOM elements by function-binding instead of by id (that is possibly reused for the short-lived tooltip), and normalize variable names and string quoting style. check-in: d5f6621527 user: florian tags: trunk
2022-10-19
17:22
Fix the handling of manifest files for the "tag" and "amend" commands. Leaf check-in: a233560424 user: drh tags: branch-1.37
17:21 Edit [c453a916069a84e8|c453a91606]: Remove the "Closed" mark. artifact: f9610e9dcd user: drh
16:56 Added wiki page "branch/deltify-tkt-blobs" artifact: 34f0e785d7 user: george
2022-10-18
17:15 Edit [0df4abc74b38b892|0df4abc74b]: Change user to "stephan". artifact: af79fef49a user: stephan
17:14 Edit [6e62c8510fd61716|6e62c8510f]: Change user to "stephan". artifact: 2548aaa53b user: stephan
17:01
Minor comment reformatting. check-in: 0df4abc74b user: stephan tags: trunk
16:55
Cache get_comment_format() result to avoid that the global config db is queried once per timeline row, which brings fossil to a standstill when ~/ is NFS-mounted. Discussion in [forum:9aaefe4e536e01bf]. check-in: 6e62c8510f user: stephan tags: trunk
16:21 Edit [bb6f23313ed6e48a|bb6f23313e]: Edit check-in comment. Change user to "stephan". artifact: 5850d4ece2 user: stephan
16:17
Add a by-hour-of-day report to the /reports page, prompted by a /chat discussion. (Edit: initial user mis-attribution was caused by a config-pull which changed my local default user.) check-in: bb6f23313e user: stephan tags: trunk
13:35
For the BUILTIN virtual table, map one-based rowids to zero-based array indices, to fix access to the first entry. check-in: cf563c7217 user: florian tags: trunk
13:32
Document more consequences of the merge parent-merge child relationship not recorded for private branches. check-in: 3b719a9614 user: florian tags: trunk
13:31 Edit [e1e618d17f5a7712|e1e618d17f]: Mark "Closed". artifact: fe43c34967 user: florian
13:31
Cherry-pick [767b175d90]: Avoid references to private check-ins in Q-cards of public check-in manifests. This ensures consistent behavior regarding leakage of private check-in hashes, possibly generating phantoms on peer repositories, for P- and Q-cards. check-in: 52a66829d6 user: florian tags: trunk
01:07
Experimental refinements to the fix on this branch to make it slightly more efficient. Leaf check-in: 2172c51377 user: mistachkin tags: nonHashFix
2022-10-17
01:03
Merge updates from trunk. check-in: 7489c8b932 user: mistachkin tags: nonHashFix
01:02
Merge updates from trunk. check-in: 6f3640a71d user: mistachkin tags: th1Hash
00:47 Edit [357c3c6836355c49|357c3c6836]: Remove the "Closed" mark. artifact: 7c16e76f2e user: mistachkin
2022-10-16
00:09
Highlight a ticket's change that corresponds to the URL's fragment of the /tkthistory page. check-in: 7afd4db3d3 user: george tags: deltify-tkt-blobs
2022-10-14
07:33
Carry forward [368d97869b] to the zlib 1.2.13 update. check-in: dc13e1e50e user: florian tags: zlib-update
07:30
Carry forward [cc3765eb12] to the zlib 1.2.13 update. check-in: 1a1295a538 user: florian tags: zlib-update
07:27
Update the built-in zlib to version 1.2.13, released on October 13, 2022. In accordance with check-in [eea86cee3a], all files from the doc/ subdirectory are excluded. check-in: e9e679c56f user: florian tags: zlib-update
2022-10-09
22:56
Rework the previous check-in to fix incorrect backlinks' sources for the case when values are appended to a field (i.e. a value of J-card starts with '+'). Consider a reference to 77ab05a0e9 from [caeb7d672df20] for an example which was handled incorrectly by [668e45baff99]. check-in: 4d5ded5eea user: george tags: deltify-tkt-blobs
01:11
Grammar fix check-in: 658547aa7c user: wyoung tags: trunk
2022-10-07
23:28
Assorted fixes and improvements to the ssl.wiki doc check-in: 27458ef7ba user: wyoung tags: trunk
23:06
Updated the debian/nginx.md doc for Ubuntu 22.04. The biggie is simplifying the TLS configuration, since the manual method we used to have no longer seems to be required with current versions of Certbot. check-in: 716ae7c069 user: wyoung tags: trunk
22:21
Fixed a few references to the obsolete tls-nginx.md doc. (It became part of the overall nginx.md server doc long ago.) check-in: 780b58bccf user: wyoung tags: trunk
22:15
Assorted updates surrounding my fslsrv wrapper:
  • Reflected improvements from the tangentsoft.com version into this simpler alternative. Although we don't generally recommend use of this script any more, preferring systemd to get autostart on boot and autorestart on crash, www/server/any/none.md still refers to this script, ...
check-in: 1cbcb38cc9 user: wyoung tags: trunk
2022-10-06
15:42
Added hyperlinks to the new changelog entries referencing the files in question. check-in: 2c127ba7aa user: wyoung tags: trunk
14:34
Fix the htmlizer so that it converts 0x0d (carriage return) into 0x20 (ordinary space). Fix for the diff problem reported by [forum:/info/2a63b483f5f048c2|forum post 2a63b483f5f048c2] check-in: 050ba62973 user: drh tags: trunk
02:44
Closing off the containers project: added the doc to the permuted index, noted the changes in the changelog, and removed all the hedging about WAL mode in the doc, having failed to make WAL fail in this scenario. check-in: 92982dc4e2 user: wyoung tags: trunk
2022-10-04
12:54
Fix some broken hyperlinks in documentation files. check-in: a59af25f60 user: danield tags: trunk
2022-10-03
11:18
Check the meta key modifier (⊞|⌘|◆) when processing keyboard events. check-in: 11bb41e09e user: florian tags: timeline-keyboard-navigation
11:15
Check the meta key modifier (⊞|⌘|◆) when processing keyboard events. check-in: 4811d5b237 user: florian tags: diff-keyboard-navigation
11:06
Cross reference the new CSS classes, as they appear fragmented in the JS part, and therefore can't be found by code search. check-in: ec955233b8 user: florian tags: diff-keyboard-navigation
01:41
Fix redundant back-references originating from outdated/superseded values within TICKET table. See forum thread [forum:/forumthread/a6ba08e926a8cfdf|a6ba08e926]. check-in: 668e45baff user: george tags: deltify-tkt-blobs
01:31
Fix naming of columns on the /test-backlinks page. check-in: 6a5604f481 user: george tags: deltify-tkt-blobs
2022-10-02
09:15
Shortcuts G and SHIFT+G to load the default timeline, or the timeline around the current check-out. check-in: 2ed74216fb user: florian tags: timeline-keyboard-navigation
08:11
Shortcuts U and SHIFT+U to reload the current page in Unified Diff or Side-By-Side Diff mode. check-in: 35cf6f3022 user: florian tags: diff-keyboard-navigation
03:58
Typo fixes in the /dir browser header: All File ==> All Files. check-in: 7727f9a6fb user: stephan tags: trunk
2022-10-01
08:40 Edit [4c336f372eb0960d|4c336f372e]: Edit check-in comment. artifact: e7cf8eed5c user: florian
08:39
Fix a bug for empty change views (for example check-ins created by `fossil branch new', or no-op /vdiff and /fdiff views). check-in: 4c336f372e user: florian tags: diff-keyboard-navigation
06:50
Sync with trunk. check-in: 901ae7258b user: florian tags: diff-keyboard-navigation
06:48
Sync with trunk. check-in: e5c5e6f0e9 user: florian tags: timeline-keyboard-navigation
Previous month ↓