Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events occurring around 67412fbb35edd6e1.
2019-12-13
| ||
13:06 | Markdown-to-HTML now adds automatically-generated ID attributes to the headers to facilitate creating intra-document links and hyperlinked tables of contents. The ID algorithm is simply to lower-case all ASCII alphanumeric characters in the header text. ... (check-in: 88eb24a9a5 user: stephan tags: markdown-header-ids) | |
06:06 | Added webp mimetype, a pedantic constness tweak in the mimetype table, and a minor typo fix. ... (check-in: 5590fb9e0f user: stephan tags: trunk) | |
2019-12-11
| ||
12:43 | Rename the CGI control file variable "debug:" to "cgi-debug:" and enhance it so that it shows the complete CGI environment at the start of each request. Also add documentation. ... (check-in: 4a7760e368 user: drh tags: trunk) | |
11:59 | Fix an incorrect comment in the CGI handler. When parsing the CGI control file, check for "debug:" last, as it is the most infrequent option. ... (check-in: 20dc009909 user: drh tags: trunk) | |
2019-12-10
| ||
14:01 | Don't let the new --relayhost option for test-smtp-send become an undocumented feature. ... (check-in: edcde1fdae user: andybradford tags: trunk) | |
05:34 | Add the ability to test-smtp-send to use a relayhost instead of looking it up from a domain name. ... (check-in: c668444dda user: andybradford tags: trunk) | |
2019-12-08
| ||
23:49 | Add experimental 'verifyLogin' command to TH1. ... (check-in: 74b7f07c49 user: mistachkin tags: verifyLogin) | |
2019-12-05
| ||
10:58 | Updated push/pull command help to reflect that they also operate on forum content. ... (check-in: 120f950026 user: stephan tags: trunk) | |
09:56 | Doc typo fixes. ... (check-in: 01d64d8c18 user: stephan tags: trunk) | |
09:31 | Updated the 2.11 change log. ... (check-in: b7ba386643 user: stephan tags: trunk) | |
06:48 | Enable deltification of edits of forum posts, limited to those which do not require moderation. Seems to work but requires more testing. ... (check-in: a612aa7388 user: stephan tags: forum-edit-deltify) | |
2019-12-04
| ||
11:45 | Exposed the redirect-to-https setting to the CLI and extended the definition of the SETTING.width property such that negative values tell /setup_settings not to render that setting (unlike most CLI-configurable settings, redirect-to-https is configured via /setup_access). Per request from https://fossil-scm.org/forum/forumpost/780138230c. ... (check-in: 45953a4ad0 user: stephan tags: trunk) | |
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
| ||
22:35 | • Edit [2d4c16df5a9e61c2|2d4c16df5a]: Mark "Closed". ... (artifact: 5b29dd5f87 user: jan.nijtmans) | |
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
| ||
22:16 | • Edit [67412fbb35edd6e1|67412fbb35]: Edit check-in comment. ... (artifact: bb82d56a13 user: andygoth) | |
21:46 | Improve comment to explain why the "r" query is being rewritten ... (Closed-Leaf check-in: 67412fbb35 user: andygoth tags: andygoth-restore-related) | |
21:00 | • Added wiki page "branch/andygoth-restore-related" ... (artifact: e4350db990 user: andygoth) | |
20:58 | • Edit [e2581e6db794781e|e2581e6db7]: Edit check-in comment. ... (artifact: 7ff32c044b user: andygoth) | |
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-14
| ||
11:40 | • Closed ticket [ac8dcd394c]: equivalent to `darcs add` or `git add -p` plus 4 other changes ... (artifact: 1c7506d0de user: drh) | |
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-14
| ||
17:22 | • Added wiki page "How To Sign Mac Binaries" ... (artifact: 9db4d5c365 user: drh) | |
16:52 | • Changes to wiki page "Release Build How-To" ... (artifact: ec46783800 user: drh) | |
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) | |