Fossil

Timeline
Login

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

20 check-ins using file extsrc/shell.c version 7d662f0c6b

2022-11-13
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-04
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: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
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: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: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