Fossil

Timeline
Login

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

7 check-ins using file extsrc/shell.c version 60f18475c3

2022-11-13
19:49
Removed the title property from the nav element for the submenu in style.c. It caused a redundant tooltip, and was not necessary. check-in: ba3fa28d68 user: ericwikman tags: wcag-2.1
18:49
Update /chat and /pikchrshow UIs to work with skins conforming to the WCAG rework as well as pre-WCAG skins (except for the bootstrap skin, which restructures the DOM in an incompatible way). check-in: d208efdd5e user: stephan tags: wcag-2.1
17:18
Merge trunk into wcag-2.1 for cleaner diff comparison. check-in: e1a9fdd768 user: stephan 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