Fossil

Timeline
Login

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

31 check-ins using file src/db.c version b69d7fc1e8

2020-01-03
14:30
Backed out merge - it included an unintented change :/. Closed-Leaf check-in: 070d6ea103 user: stephan tags: mistake
2019-12-20
06:22
Added info about the side-by-side diff viewer's scrolling to www/javascript.md; it uses JS. check-in: 3965fe0171 user: wyoung tags: trunk
2019-12-19
20:56
Fix to the regexp() SQL function implementation (pointed out by [https://fossil-scm.org/forum/forumpost/c9eb457131|Florian Balmer]) so that it properly rejects all overlong 3-byte UTF8 characters, converting them into 0xfffd. check-in: 6b32e21305 user: drh tags: trunk
20:41
Clean up g.non-const zXYZ members in the atexit handler. Add a blob_reset() in finish_tag() to cover the case that fast_insert_content() does not reset it. check-in: 252ca35f47 user: stephan tags: memleak-fixes
18:54
Several memleak fixes reported via https://fossil-scm.org/forum/forumpost/205b004d8a. In a branch so the OP can test them in his setup. check-in: 4566da665d user: stephan tags: memleak-fixes
15:13
Never mind.... Was: Attempt to fix a memory leak on Git import. Closed-Leaf check-in: 81bfdca9e5 user: drh tags: git-import-memleak
14:40
Moved a blob_reset() to fix a leak reported in https://fossil-scm.org/forum/forumpost/6871eaaa07. check-in: 8628cbd428 user: stephan tags: trunk
2019-12-18
15:19
Comment updates that should have been in the previous check-in, but I didn't press the "Save" button on my editor, and I failed to adequately review the changes before committed - I should follow my own checklists... check-in: c865e1a0fc user: drh tags: trunk
15:11
Add support for magic conversion of /doc/$SELF/ URIs by expanding the $SELF to the version of the currently displayed document. check-in: 703e62a68e user: drh tags: trunk
14:02
Add a test document to verify that relative path hyperlinks work in the Markdown formatter. check-in: 367f9b32d6 user: drh tags: trunk
2019-12-17
16:49
Added missing quotes around script nonce in skin example. check-in: 8664930277 user: stephan tags: trunk
2019-12-16
13:50
Backed out [c903fbc39e] (addition of "header-") prefix after sleeping on what Warren brought up in forum post f244b452fccd460a0. Edit: closing based on discussion in http://fossil-scm.org/forum/forumpost/097eca7dd9 (summary: we should do it like pandoc does). Closed-Leaf check-in: 61186d2105 user: stephan tags: markdown-header-ids
2019-12-15
15:26
Added "heading-" prefix to generated IDs to help avoid accidental collisions with manually-added anchors. check-in: c903fbc39e user: stephan tags: markdown-header-ids
2019-12-13
21:10
Updated change log for the /ext index addition. check-in: 2468b578c4 user: stephan tags: trunk
20:56
If path given to /ext is a directory and it contains an index file (of the same names supported by the /doc path), render that index file. Edit: closing branch b/c Richard implemented the same thing in parallel in [3ed3fa3dda9c6d6f]. Closed-Leaf check-in: f28cea2b43 user: stephan tags: ext-render-index
19:22
Add the 'verifyLogin' command to TH1. check-in: a470d60355 user: mistachkin tags: trunk
19:14
Delay for a failed 'verifyLogin' command invocation. Closed-Leaf check-in: 7703173f47 user: mistachkin tags: verifyLogin
19:06
Merge updates from trunk. check-in: 9abccbaa50 user: mistachkin tags: verifyLogin
18:57
Enhance the /ext page to search for "index.*" files if the pathname ends with "/" and is a directory name. check-in: 3ed3fa3dda user: drh tags: trunk
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