Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins related to "trunk" plus check-in "2022-10-26 12:46:06" occurring around 2022-10-26 12:46:06.
2022-11-16
| ||
16:02 | Update the built-in SQLite to the 3.40.0 release. ... (check-in: d0ee810004 user: drh tags: trunk) | |
2022-11-14
| ||
12:43 | Update the built-in SQLite to the 3.40.0 rc1 for testing. ... (check-in: 2ece5d0f06 user: drh tags: trunk) | |
2022-11-13
| ||
17:18 | Merge trunk into wcag-2.1 for cleaner diff comparison. ... (check-in: e1a9fdd768 user: stephan tags: wcag-2.1) | |
16:26 | Apply fixes to all web views to pass WCAG 2.1 tests performed by "axe DevTools" browser extension. Most fixes related to screen reader compatibility, like making sure that form elements have labels. Some color changes to improve contrast on Default skin. Made more HTML5 compliant. Minor improvement to select combo boxes for UX. Improved Search form UX. Two minor bug fixes for malformed HTML. Fixed help pages to resolve issues with non-compliant HTML being generated. Mostly documented at https://fossil-scm.org/forum/forumpost/aafb17a981df4166 ... (check-in: 1f231db380 user: ericwikman tags: wcag-2.1) | |
2022-11-12
| ||
12:36 | Only issue notififications for ticket changes that do not previously appear in the EVENT table. Fix for ticket [ad9aa572e7972f57]. ... (check-in: fb040bb013 user: drh tags: trunk) | |
12:32 | Fix the TH_ListAppend() function in TH1 so that it correctly escapes strings that have a '}' character that has no matching '{' to its left. Fix for ticket [4d73b4a2258a78e2]. ... (check-in: 4ec65ebba9 user: drh tags: trunk) | |
2022-11-11
| ||
22:24 | A proposed fix for ticket [ad9aa572e7972f57]. Use an UPDATE rather than a REPLACE where possible when redoing EVENT table entries for tickets that are being rebuild, in order to avoid unnecessary notification events. ... (Closed-Leaf check-in: 1f0f62261c user: drh tags: ticket-notification-fix) | |
2022-11-07
| ||
19:42 | Yet another shell.c import from SQLite to deal with more typedef issues. ... (check-in: f0e625b1aa user: drh tags: trunk) | |
18:44 | Update to a newer version of 3.40.0 that includes a fix to shell.c that allows it to be compiled with older C compilers. ... (check-in: 25799e8930 user: drh tags: trunk) | |
2022-11-05
| ||
22:10 | Respect `"timeline-utc"` setting when a ticket change artifact is displayed on the <tt>/info</tt> page. This makes it consistent with other places and fixes a hyperlink to the corresponding item of the <tt>/timeline</tt>. ... (check-in: 0028a3ca6a user: george tags: trunk) | |
2022-11-04
| ||
18:02 | Update the built-in SQLite to the latest 3.40.0 beta, for testing. ... (check-in: 10d7174847 user: drh tags: trunk) | |
11:11 | Add a note to /setup_uedit that leaving the ostensibly populated password field unchanged will retain the current password, per discussion in [forum:0463cc2e87a3c676|forum post 0463cc2e87a3c676]. (Branched for later addition to v2.21.) ... (Closed-Leaf check-in: fe37399487 user: stephan tags: setupuser-retain-pw) | |
2022-11-02
| ||
22:51 | Omit "Show associated wikis" from the submenu of a [/wcontent] page if there are no associated wikis in a repository. This amends [29a24941ed9b]. ... (Closed-Leaf check-in: 6e28f28091 user: george tags: pre-2.21) | |
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 <tt>/tkthistory</tt> page are rendered via unified diffs. See details in the [/wiki?name=branch/deltify-tkt-blobs&p|associated wiki]. ... (check-in: 872a3b2327 user: george tags: trunk) | |
16:28 | Add comments for auxiliary local variables inside <code>ticket_output_change_artifact()</code>. ... (Closed-Leaf check-in: 53b66cf63f user: george tags: deltify-tkt-blobs) | |
06:37 | Merge trunk into deltify-tkt-blobs branch. ... (check-in: 86916df534 user: stephan 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) | |
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: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) | |
2022-10-18
| ||
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: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 | 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) | |
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) | |
2022-10-14
| ||
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
| ||
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, and it feels like a regression to remove it. If someone is interested in simple-as-possible SCGI service, fslsrv is a fit companion. * Removed direct reference to fslsrv from www/server/debian/service.md since the indirect reference via the SCGI doc suffices. * The full-strength nginx doc now refers to both of these fslsrv variants in a handwavy way, since it's outside the scope of that doc to care how you get your background SCGI servers running. ... (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-02
| ||
03:58 | Typo fixes in the /dir browser header: All File ==> All Files. ... (check-in: 7727f9a6fb user: stephan tags: trunk) | |