Timeline
Not logged in

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

16 check-ins using file src/main.c version 472f2a7328

2020-01-03
14:30
Backed out merge - it included an unintented change :/. Closed-Leaf check-in: 070d6ea103 user: stephan tags: mistake
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
10:31
Changes to support CGI on IIS web servers. check-in: c06e0b2d0a user: drh tags: trunk