Fossil

Timeline
Login

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

44 events for the month beginning 2020-10-01 by user drh

Following month ↑
2020-10-29
16:30
Requires SQLite version 3.34.0 or later, due to the recursive CTE enhancement needed by /finfo. ... (check-in: 8813ae91a6 user: drh tags: trunk)
13:42
Minor fix to error handling in pikchr.c. ... (check-in: 5febff257d user: drh tags: trunk)
02:06
Update to the latest pikchr.c that fixes issues with the "close" attribute. ... (check-in: c9bc2b4a8d user: drh tags: trunk)
2020-10-28
16:13
When deleting a subscription, also provide the opportunity to delete the corresponding user. When deleting a user, always also delete subscriptions associated with that user. ... (check-in: b6b5a7dc62 user: drh tags: trunk)
2020-10-26
19:49
Merge enhancements to the quickstart.wiki documentation page onto trunk. ... (check-in: f2abc2b009 user: drh tags: trunk)
2020-10-20
23:40
Fix a harmless compiler warning in the previous check-in. ... (check-in: 6c2b5bafb6 user: drh tags: trunk)
23:37
The /file page for a file that is not part of the latest checkin tries to substitute the most recent checking that added the file. ... (check-in: 5cf5ad8491 user: drh tags: trunk)
00:20
For the graph drawing routines, make the graph row identifier a 64-bit integer type to avoid the possibility of integer overflow in /finfo where the row ids are a composite of the blob.rid and filename.fnid and hence might become large for repositories with many files and many check-ins. ... (check-in: ab71d95a9f user: drh tags: trunk)
2020-10-19
20:52
Update the built-in SQLite to fix a bug introduced by the previous update. ... (check-in: 0fac549b56 user: drh tags: trunk)
20:09
Do a better job of showing when a file is added, deleted, or renamed in the /finfo page. ... (check-in: a0bca48147 user: drh tags: trunk)
18:24
Improvements to /finfo: Show all file rename events. The "rid" for each timeline entry must be a combination of the file-id "fid" and the filename-id "fnid" since either one of those two might change which should result in a new entry on the timeline. ... (check-in: 8c598d7232 user: drh tags: trunk)
14:37
Use the new multi-recursive-term capability of CTEs in SQLite to fix the /finfo clade calculation, and to make /finfo run about 5x faster. ... (check-in: 47bfea074b user: drh tags: trunk)
13:25
Update the built-in SQLite to the latest 3.34.0 alpha that includes the ability to have multiple recursive terms in a recursive CTE. That new capability is expected to be helpful in improving the /finfo page. ... (check-in: 5328f82160 user: drh tags: trunk)
2020-10-17
18:47
Use the correct filename in hyperlinks in the new /finfo page. ... (check-in: 0af4772245 user: drh tags: trunk)
14:57
Enhancements to the /finfo page so that it follows the file across name changes if the ci=HASH query parameter is used. ... (check-in: b54d9396f9 user: drh tags: trunk)
12:34
On the /finfo page, change the check-in range query parameters from ci= and orig= into from= and to=. This gets the ci= query parameter out of the way so that it can be reused. ... (check-in: 299800b29d user: drh tags: trunk)
2020-10-15
14:59
Expand the allowed date/time format for the "a=" and "b=" query parameters to the /finfo page, so that it is compatible with /timeline. ... (check-in: 04ef2df613 user: drh tags: trunk)
11:23
Fix typo in pikchr.md ... (check-in: 9bdc9ca40b user: drh tags: trunk)
2020-10-14
20:20 Edit [9e816f0aa91bc39e|9e816f0aa9]: Edit check-in comment. ... (artifact: 270db7410a user: drh)
17:47
For the "fossil all" command, make --dont-stop the default. There is a new option --stop-on-error that sets the legacy behavior. Pause for 1/3rd of a second after any subprocess failure so that if the failures is due to SIGINT, a second SIGINT can have time to arrive before continuing. ... (check-in: bcd5adddbb user: drh tags: trunk)
12:15
Take positive cherrypick merges into account when computing the MLINK table for a check-in. ... (check-in: e0d8f733b7 user: drh tags: trunk)
2020-10-13
20:49 Fixed ticket [e4d8a23d1f]: Duplicate slashes from base URL in repolist plus 4 other changes ... (artifact: 3cb6ee655e user: drh)
20:47
Fix the --baseurl option on "fossil server" so that it automatically strips off trailing / characters. ... (check-in: 9e816f0aa9 user: drh tags: trunk)
13:50
Enhance the whatis command to show a description of the origin of phantoms. ... (check-in: d25027685b user: drh tags: trunk)
13:26
Improved identification of the source of phantoms when they are named in a cluster but nowhere else. ... (check-in: cd624d4ff2 user: drh tags: trunk)
12:19
Update the built-in SQLite to the latest 3.34.0 alpha. ... (check-in: 2ec0dc29f3 user: drh tags: trunk)
00:40
Soften the introduction to the "backup.md" documentation page, so that beginners do not get the impression that backups are critical for successful Fossil deployments. ... (check-in: c14a1f6001 user: drh tags: trunk)
2020-10-12
13:39
New document: pikchr.md ... (check-in: a92365d722 user: drh tags: trunk)
2020-10-11
01:19
Understand files ending in ".pikchr" to be Pikchr source text and render them appropriately. ... (check-in: e32214a409 user: drh tags: trunk)
2020-10-10
20:33
New pikchr.c that fixes the top and bottom margin that was lost in the previous check-in. ... (check-in: 0ec09ea894 user: drh tags: trunk)
20:24
Update pikchr.c with enhancements in text layout when using "big" or "small". ... (check-in: b80bd64b42 user: drh tags: trunk)
16:34
Add a catch-all bullet for other miscellaneous changes to the change list for 2.13. ... (check-in: 40f0d5ab62 user: drh tags: trunk)
16:32
Improved interwiki link documentation. Enhance the /intermap page so that it shows the current intermap (read-only) to non-setup users, rather than completely exluding such users. ... (check-in: baeab56eff user: drh tags: trunk)
15:52
Relax constraints on the SQL used to set up the ticket schema slightly: (1) Allow creating views whose names begin with "ticket" or "fx_". (2) Allow creating tables whose names begin with "fx_". (3) Allow data changes to tables whose names begin with "fx_". ... (check-in: 93c45cd4e0 user: drh tags: trunk)
00:01
Fix the fossil_stat() routine (broken by check-in [39a5df1fde741d08]) so that it responds correctly when the second argument is SymFILE. This is a fix for the problem described in [forum:/info/251ffc0584|Forum post 251ffc0584] ... (check-in: 4d445ead4c user: drh tags: trunk)
2020-10-09
21:09
Replace the two GIF images in the www/concepts.wiki document with Pikchrs. ... (check-in: bd9bf24837 user: drh tags: trunk)
2020-10-08
14:49
Always consume the --nocgi command-line option even if it is not used. ... (check-in: 8594e7a68a user: drh tags: trunk)
2020-10-07
05:39
Increase maximum token size in Pikchr to 50000 bytes. Important for macros. ... (check-in: da1ff5c2d1 user: drh tags: trunk)
2020-10-05
11:25
Change instances of %s(g.zTop) into %R. ... (check-in: a40e8a0934 user: drh tags: trunk)
2020-10-01
18:34
Improvements to the "fossil import" command so that it can now (hopefully) interpret "breezy" files. ... (check-in: d82534b3ac user: drh tags: trunk)
18:33
Fix an issue with the "R" (rename)" and "C" (copy) commands when interpreting git-fast-export files. ... (Closed-Leaf check-in: 8e5b010349 user: drh tags: breezy-fast-import)
16:01
Latest pikchr.c fixes an issue with "same" and lines that have a "to" attribute. ... (check-in: 42caafaf3b user: drh tags: trunk)
12:46
Fix an issue with the logic that prevents Fossil control artifacts from being imported as regular files. Probably unrelated to the breezy changes. Came up during testing. ... (check-in: 92ab247435 user: drh tags: breezy-fast-import)
12:13
An attempt to enhance the git-fast-export reader so that it can handle breezy-generated output files. ... (check-in: ddcd35d6a5 user: drh tags: breezy-fast-import)
Previous month ↓