Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins related to "trunk" occurring on or before 2020-11-01 18:06:07.
2020-11-01
| ||
18:06 | Several refinements to the backup.md doc, the most substantive of which is that it now warns that even the second method doesn't inherently solve the stale-repo problem in distributed cloning networks. ... (check-in: 8a539f14da user: wyoung tags: trunk) | |
17:52 | Using `fossil sql --no-repository` instead of `sqlite3` in the restore step of backup.md. ... (check-in: ff7cedfeec user: wyoung tags: trunk) | |
00:30 | Increase the version number to 2.14 to begin the next release cycle. Update the built-in SQLite to the latest 3.34.0 alpha for testing. ... (check-in: e9b5a983cc user: drh tags: trunk) | |
00:27 | Update the latest release notation on the homepage. ... (check-in: 15e42c5456 user: drh tags: trunk) | |
00:13 | Version 2.13 "All Saints" ... (check-in: e7bba4ff36 user: drh tags: trunk, release, version-2.13) | |
2020-10-31
| ||
03:15 | Covered the difference between "git log" and "fossil timeline" in the gitusers doc; made several other improvements while in there. ... (check-in: f6ad6fb179 user: wyoung tags: trunk) | |
2020-10-29
| ||
19:18 | Fixed a use of "above" in a document to refer to text that was later moved to another document entirely. We now link to that doc instead. ... (check-in: 6a6fd6b911 user: wyoung tags: trunk) | |
19:07 | Reworked the "Clones and Backups" section of www/caps/admin-v-setup.md now that we have www/backup.md. ... (check-in: dd65d143c3 user: wyoung tags: trunk) | |
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-27
| ||
08:47 | Add section "Naming of Files, Checkins, and Branches" ... (check-in: 590a8fcac6 user: danshearer tags: trunk) | |
08:04 | Correct typo; X swapped with Y ... (check-in: 986bde2b54 user: danshearer tags: trunk) | |
2020-10-26
| ||
19:49 | Merge enhancements to the quickstart.wiki documentation page onto trunk. ... (check-in: f2abc2b009 user: drh tags: trunk) | |
16:44 | Minor html emphasis fix ... (Closed-Leaf check-in: 2c9ccd77e4 user: danshearer tags: quickstart) | |
15:56 | Add examples and expand on the workflow ... (check-in: 3e44368b6c user: danshearer tags: quickstart) | |
06:46 | Added zsh fossil autocompletion, as discussed in [https://fossil-scm.org/forum/forumpost/47a180c815]. ... (check-in: e299531d5b user: stephan tags: trunk) | |
2020-10-22
| ||
17:35 | Assorted minor fixes and tweaks to the check-in names doc ... (check-in: 68a78b895e user: wyoung 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) | |
10:08 | Small tweaks to the CAP Theorem doc ... (check-in: 67a4c1d313 user: wyoung 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-18
| ||
18:38 | Fix harmless compiler warnings. Update the custom MinGW makefile. Make feature reporting consistent for 'markdown', which is now always enabled. ... (check-in: 750879ead4 user: mistachkin 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
| ||
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: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) | |
08:35 | Typo fix ... (check-in: 9c67804a16 user: wyoung tags: trunk) | |
08:32 | Assorted minor tweaks to the new backup.md doc ... (check-in: fc2c12442c user: wyoung 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
| ||
19:56 | More clarifications to cryptocurrencies vs the Fossil "blockchain". ... (check-in: 26005b81bf user: wyoung tags: trunk) | |
19:45 | Several clarity improvements to the discussion of cryptocurrencies in blockchain.md. ... (check-in: 70523a718c user: wyoung tags: trunk) | |
13:39 | New document: pikchr.md ... (check-in: a92365d722 user: drh tags: trunk) | |
2020-10-11
| ||
06:51 | Greatly expanded the simple definition of "blockchain" in the eponymous doc to include more details of common blockchain implementations to draw clearer parallels. This causes our conclusion to flip around from the prior version of this doc, but it's worth keeping the doc because it serves to compare and contrast Fossil to other systems. ... (check-in: 1ddb400886 user: wyoung tags: trunk) | |
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) | |