Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
36 check-ins using file src/db.c version 47f871fcb1
|
2019-12-03
| ||
| 13:06 | Improved documentation on the undo command. Have the mv command clear the undo stack. check-in: 3f8cdaa15e user: drh tags: trunk | |
|
2019-12-02
| ||
| 13:45 | Add the ability to have a C-card on a wiki page. The current implementation does not use or generate wiki page artifacts with a C-card. check-in: cad57db96e user: drh tags: trunk | |
|
2019-12-01
| ||
| 20:18 | Special UI controls added onto the /whistory webpage for easy comparison of arbitrary versions of a wiki page. check-in: ec04c8b4a8 user: george tags: wiki-history | |
|
2019-11-30
| ||
| 13:53 | Rework the "fossil grep" command so that it shows both the file and check-in hash for matching files, and so that it can scan multiple files all at once. check-in: f5f4471323 user: drh tags: trunk | |
| 13:38 | Completely rework the "fossil grep" command. Omit the -H option. Instead, print a header line that includes both the file hash and the check-in hash and the timestamp for every file that contains any match. Scan all files together, in reverse chronological order. Closed-Leaf check-in: 9c2080a360 user: drh tags: grep-enhancements | |
|
2019-11-29
| ||
| 14:44 | Enhance the "fossil grep" command with new options. Work in progress. Needs more testing. check-in: 1bf2f84843 user: drh tags: grep-enhancements | |
|
2019-11-28
| ||
| 10:31 | Changes to support CGI on IIS web servers. check-in: c06e0b2d0a user: drh tags: trunk | |
| 10:27 | When replying to a Forum Post or Reply, show additional information to provide additional context check-in: c6dfb55802 user: drh tags: trunk | |
| 10:23 | Restore operation of "related" and "tag filter" widgets check-in: 820d70512a user: drh tags: trunk | |
| 07:54 | build.wiki: added a section on building a static binary using Docker, adapted from https://fossil-scm.org/forum/forumpost/5dd2d61e5f. check-in: 942be4c894 user: stephan tags: trunk | |
|
2019-11-23
| ||
| 21:46 | Improve comment to explain why the "r" query is being rewritten Closed-Leaf check-in: 67412fbb35 user: andygoth tags: andygoth-restore-related | |
| 20:55 | Show filter description even when "r" is used on a branch that has no wiki check-in: 2a5af7076b user: andygoth tags: andygoth-restore-related | |
| 20:54 | Restore operation of "related" and "tag filter" widgets, see forum thread [https://fossil-scm.org/forum/forumpost/2d5fe3dedc] for discussion check-in: e2581e6db7 user: andygoth tags: andygoth-restore-related | |
|
2019-11-20
| ||
| 15:29 | Update the built-in SQLite to the latest 3.31.0 alpha version as a beta-test for SQLite. check-in: a9027e7d10 user: drh tags: trunk | |
| 15:25 | Add support for Markdown in the default ticket configuration, and make Markdown the default choice for markup. check-in: 16fb915279 user: drh tags: trunk | |
|
2019-11-19
| ||
| 15:12 | Merged in [grep-hash-digits] branch. See [https://fossil-scm.org/forum/forumpost/44c8339561] check-in: 4de1ed780c user: stephan tags: trunk | |
|
2019-11-18
| ||
| 07:29 | When editing a technote via HTTP GET request (e.g., an Edit link, as opposed to POST form submission), retain the previous version's custom color by default. check-in: 346e9e9760 user: stephan tags: trunk | |
|
2019-11-15
| ||
| 02:50 | Removed the media="screen" part of the stylesheet link output because it provides no benefit to on-screen reading and causes the style to be completely lost when printing. See https://fossil-scm.org/forum/forumpost/63a45d759e. check-in: f27d4b5054 user: stephan tags: trunk | |
| 02:31 | Modified grep command to respect the hash-digits config option. Closed-Leaf check-in: dccab378ce user: stephan tags: grep-hash-digits | |
|
2019-11-11
| ||
| 15:22 | Omit some asm code from the SHA1 implementation as it provides no performance improvement with modern compilers, and SHA1 is seldom used now anyhow. check-in: 20187be723 user: drh tags: trunk | |
|
2019-11-09
| ||
| 04:27 | Told .editorconfig to use tabs for Makefiles, otherwise it mangles them with the default indention style (spaces). check-in: b86c8b476b user: stephan tags: trunk | |
|
2019-10-28
| ||
| 19:16 | Merged in double-dash-flag2 branch, which adds conventional -- handling to the vast majority of commands (the exception being those few which don't call verify_all_arguments()). check-in: 5cca46469f user: stephan tags: trunk | |
|
2019-10-24
| ||
| 14:30 | Merge in latest from main line. Closed-Leaf check-in: f882d5cb0e user: andybradford tags: clone-resume | |
|
2019-10-23
| ||
| 00:46 | Make a hyperlink to the Artifact Receipt log from the "Received From" field of the /info page (visible to administrators only). check-in: a92d5a514d user: drh tags: trunk | |
|
2019-10-21
| ||
| 03:22 | Put 7.x series headlines one level deeper so they nest properly under their parent, the 7.0 section, in rebaseharm.md doc. check-in: 5453dbff5b user: wyoung tags: trunk | |
| 03:05 | Moved all of the "Features found in Fossil but not in Git" up from section 3.1 into section 2.1 Featureful of the fossil-v-git doc, where such differences are otherwise covered. Removed section 3.2, giving the opposite case, since all of the Git features not found in Fossil are already covered elsewhere in the doc, sometimes more than once, as with the rebase issue. check-in: d357f81b6c user: wyoung tags: trunk | |
| 02:40 | Updated the discussion of SHA-3 support in Fossil within the fossil-v-git.wiki doc now that Fossil 2.10 is out. Basically, it changes the tense on all SHA-1 text to past tense. check-in: d887a6d74d user: wyoung tags: trunk | |
| 01:53 | Replaced brief footnote in fossil-v-git doc explaining why we use JavaScript (sparingly) with a reference to the new javascript.md doc, which explains this much more fully. check-in: 21c7f1f8a3 user: wyoung tags: trunk | |
|
2019-10-16
| ||
| 17:44 | Improved documentation for the --cherrypick and --backout options of the "fossil merge" command. check-in: 29a383e4b6 user: drh tags: trunk | |
|
2019-10-12
| ||
| 22:39 | Updates to windows server documenttion to include examples of winsrv command. check-in: 6a0ec82bae user: ckennedy tags: trunk | |
|
2019-10-10
| ||
| 05:49 | Merged in trunk. Closed-Leaf check-in: 22150abaf2 user: stephan tags: double-dash-flag2 | |
|
2019-10-09
| ||
| 14:52 | Attempt to resume a clone during the next sync or pull by tracking a failed clone operation. check-in: ec26471439 user: andybradford tags: clone-resume | |
|
2019-10-08
| ||
| 16:00 | Increase the version number to 2.11 for the next release cycle. check-in: 10fb90fcae user: drh tags: trunk | |
| 00:57 | Updated Windows Service documentation to reflect new 64bit binaries for Fossil 2.10 for Windows. check-in: cb13b61100 user: ckennedy tags: trunk | |
|
2019-10-07
| ||
| 11:49 | Fix a typo in the help text for the "fossil info" command. check-in: 3d58d89041 user: drh tags: trunk | |
| 11:03 | Statement ordering: Don't read 'fingerprint' when there are no checkin's. check-in: ffe7cc595e user: jan.nijtmans tags: trunk | |