Fossil

Timeline
Login

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

13 check-ins using file extsrc/shell.c version 4dd3f42833

2023-07-07
18:23
The cpnode table used for cherrypick timelines should be a TEMP table. check-in: 2478837b56 user: drh tags: trunk
11:55
JSON API: mention 'priorName' of renamed files in status report As discussed with Stephan in /chat. File objects in the renamed case possess a 'priorName' property in addition to the 'name' reported in all cases. check-in: f8d6e8c12a user: mark tags: trunk
03:17
URL fixes in recent sync.wiki edit check-in: 6fd7e00d55 user: wyoung tags: trunk
2023-07-04
18:00
Updates to the sync protocol documentation. check-in: e57613dc49 user: drh tags: trunk
2023-07-01
16:51
Update (json status) docs for [771e592b4c59]. check-in: 2868a0ec4c user: stephan tags: trunk
16:06
give 'json status' the same rename treatment as recent status work As reported by larrybr on the forum: [forum:9e9778f2e6], 'fossil json status' reports renamed _and_ edited files as only renamed. This change reports such cases as both edited and renamed, and displays the filename prior to being renamed as well as the renamed path. We now also update the vfile table before generating the status report to ensure the current checkout state is reported. check-in: 771e592b4c user: mark tags: trunk
2023-06-30
07:28
Update documentation: check-in name 'start:' can be chained as well. check-in: 36adf66b78 user: danield tags: trunk
2023-06-28
12:40
report renamed state when file is both edited and renamed In `fossil {changes,status}` and the commit description shown in the editor with `fossil commit`, show the original and renamed path annotation if the file has been renamed and edited. Prior to this, the file was only reported as edited, which can be confusing. Reported by James Cook [forum:5a4c530e6b]. Discussed with stephan@ and danield@, plus some forum members. While here, make sure we honour the relative-paths setting/option when displaying the original pathname in the renamed case. check-in: ca9d0ddf06 user: mark tags: trunk
2023-06-23
22:15
Check-in [bdde964e06128a02] got the test for text/html exactly backwards. check-in: c6115dbf83 user: drh tags: trunk
17:40
Unconditionally disable compile_commands.json generation for out-of-tree builds, in an attempt to work around a problem reported in [forum:d19061d09a8179|forum post d19061d09a8179]. check-in: 35f3e5bfba user: stephan tags: trunk
16:34
Do not show the Close button on forum posts which are pending moderation. check-in: 355a81bea7 user: stephan tags: trunk
12:29
Use the new octet_length() SQL function in place of length() where it is appropriate to do so. check-in: 604e1a67d3 user: drh tags: trunk
11:43
Update the built-in SQLite to the first check-in that supports the octet_length() SQL function so that we can use that function in the Fossil implementation. check-in: 9f8e9cbd17 user: drh tags: trunk