Fossil

Timeline
Login

Timeline

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

25 check-ins occurring around 2021-07-20 20:57:30.

2021-07-23
19:35
The default user capability string for the test-http command — used by ssh:// URLs despite the "test-" prefix! — is now "sxy" to grant all permissions as claimed in the docs. While this is objectively correct, it doesn't solve the actual problem I was chasing, being UV sync failure over SSH per a recent forum post. (check-in: 129e3958 user: wyoung tags: trunk)
06:12
Added (branch reopen) subcommand, the inverse of (branch close), per forum feedback. (Closed-Leaf check-in: 6f3ab141 user: stephan tags: branch-close-subcommand)
02:44
branch hide/unhide subcommands now skip over checkins which have resp. don't have the hidden tag. (check-in: 768f30ff user: stephan tags: branch-close-subcommand)
02:22
Added (branch hide/unhide) subcommands. (check-in: 05b42e6a user: stephan tags: branch-close-subcommand)
2021-07-22
23:21
Internal refactoring of (branch close) subcommand in prep for pending addition of similar (branch hide/unhide) feature. (check-in: 9baa9768 user: stephan tags: branch-close-subcommand)
23:08
Enhance the /vdiff page to understand the nc (no-color) query parameter and to do a better job of preserving query parameter choices when clicking on other display options. (check-in: 2e51bb9b user: drh tags: trunk)
07:47
branch close: added --user/date-override options, per forum feedback. (check-in: 94764e96 user: stephan tags: branch-close-subcommand)
06:25
branch close: minor doc and style cleanups. Delay output of control artifact in dry-run mode until after Z-card is calculated. Only show new dry-run artifact in --verbose mode. (check-in: 25197505 user: stephan tags: branch-close-subcommand)
06:16
branch close: dry-run mode no longer skips the saving steps. (check-in: a6a1a3cf user: stephan tags: branch-close-subcommand)
05:59
Initial impl of (branch close) subcommand. (check-in: 0bdb19f3 user: stephan tags: branch-close-subcommand)
2021-07-21
18:48
Cleanup for the "fossil help" command implementation. (check-in: 8a231a79 user: drh tags: trunk)
17:13
Update the built-in SQLite to the latest trunk version, for testing purposes. (check-in: cd90fc91 user: drh tags: trunk)
2021-07-20
20:57
Updated the link to cURL's cacert.pem package from the "SSL" doc (check-in: af7bbdce user: wyoung tags: trunk)
14:34
Recreate the ability to view all settings in a single command. (check-in: 65f59bea user: andybradford tags: trunk)
2021-07-19
18:20
Start the list of changes for version 2.17. (check-in: 482c1c9e user: drh tags: trunk)
13:27
Improved comments on anchor-generation routines like href(). Simplify the logic. Fix a bug in the generation of form elements for the /register page. (check-in: 8dd75428 user: drh tags: trunk)
2021-07-18
12:47
/wikiedit: show the list of attachments for the current page and list URLs suitable for pasting them into the page, e.g. for use in IMG tags. (check-in: ce15e35e user: stephan tags: trunk)
00:00
Fix a potential division-by-zero in Pikchr. (check-in: bee7418f user: drh tags: trunk)
2021-07-17
19:26
Further improvements to the "chop" mechanism of Pikchr. (check-in: 58fb007e user: drh tags: trunk)
17:29
Update the built-in pikchr.c file to the latest version with the preliminary fix for the chop bug. (check-in: 60c9dc9f user: drh tags: trunk)
10:48
wikiedit: the attachment area now explains that new pages cannot have attachments until the page is saved once. (Closed-Leaf check-in: 70716bbc user: stephan tags: wikiedit-attachment-list)
2021-07-16
18:30
Internal wikiedit doc touchups. (check-in: a36cd610 user: stephan tags: wikiedit-attachment-list)
18:15
Added reload capability to /wikiedit attachment list. (check-in: 91bb602a user: stephan tags: wikiedit-attachment-list)
16:51
Initial work on attachment list for /wikiedit. Still requires the ability to update the list to see attachments made since edits were last locally loaded and stashed. (check-in: 74c6b9c5 user: stephan tags: wikiedit-attachment-list)
02:45
Added test-list-attachments command as a preliminary step towards adding the ability to list wiki page attachments from within /wikiedit. (check-in: a0577666 user: stephan tags: trunk)