Timeline
Not logged in

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

53 events for the month beginning 2019-12-01

Following month ↑
2019-12-26
02:08
Fix a comment describing the meaning of the BACKLINK.SRCID field of the repository schema. No changes to code. check-in: 088aabafd7 user: drh tags: trunk
01:26
Update the built-in SQLite to the latest 3.31.0 alpha version, for testing. check-in: 9258d7462e user: drh tags: trunk
2019-12-24
18:39
Fix minor typo from check-in [9bb70584a1d7d2f7]. check-in: b00e89d47b user: mistachkin tags: trunk
15:51
Improved CSS in alternative skinds for the new ticket comment colors on the timeline. check-in: ca148e798a user: drh tags: trunk
2019-12-23
14:31
Provide new classes "tktTlOpen" or "tktTlClosed" for the timeline display of tickets, depending on whether or not the ticket is open or closed. The default style changes the foreground color slightly. Probably the style needs to be adjusted. check-in: d80adfe029 user: drh tags: trunk
13:17
Ticket alerts reference the actual ticket, not the ticket change artifact. check-in: 1a5dee1ea2 user: drh tags: trunk
12:47
On the ticket timeline configuration screen, show the names of the underlying properties. check-in: d725f611a3 user: drh tags: trunk
12:38
Add the "New Ticket" option to timeline displays. check-in: 9bb70584a1 user: drh tags: trunk
12:26
Add a timeline view at the top of the /tktview page if the "tl" query parameter is present. If a ticket is viewed from /info, then the timeline is always on. Perhaps the timeline should be on regardless? check-in: 3d131528c8 user: drh tags: trunk
02:08
Merged in memleak-fixes brach. This fixes several genuine leaks, including 2 in manifest parsing, and cleans up the large work caches during atexit() in order to (A) separate that valgrind noise from the real leaks and (B) leave a better impression on those running valgrind. check-in: 4cf8dbe398 user: stephan tags: trunk
2019-12-22
01:25
Re-added an atexit free() line which was inadvertently removed from trunk. Closed-Leaf check-in: 11d0e8118f user: stephan tags: memleak-fixes
2019-12-21
18:24
Moved two decls from an outer scope to the inner scope where they're used. check-in: 2576cf5fd1 user: stephan tags: memleak-fixes
03:45
Removed fossil_atexit_free_this() because it effectively costs more static memory than it cleans up in dynamic memory. check-in: 99cb2ccd94 user: stephan tags: memleak-fixes
2019-12-20
15:41
Removed the cleanup of g.zXYZ because there's simply too high of a chance that future changes would turn one of those free() calls into a double-free or passing an invalid pointer to free(). check-in: d60dd7afb0 user: stephan tags: memleak-fixes
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
00:59
atexit: no longer freeing about half of g.zXYZ because they're not always safe to free (sometimes they point to each other or are substrings of other strings). check-in: 5f36a86a73 user: stephan tags: memleak-fixes
00:12
Various memleak fixes. Drops the reachable-at-exit memory of (fossil rebuild) on this repo from 45MB to 680kb. Added fossil_atexit_free_this() to allow us to clean up function-local static allocations. check-in: 00e6d7997c user: stephan tags: memleak-fixes
2019-12-19
20:56
Fix to the regexp() SQL function implementation (pointed out by 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:14 Edit [81bfdca9e5119790|81bfdca9e5]: Mark "Closed". Edit check-in comment. artifact: caf3ee0c10 user: drh
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
17:50 Edit [61186d2105b63ebe|61186d2105]: Mark "Closed". Edit check-in comment. artifact: 4d8b6dc135 user: stephan
16:49
Added missing quotes around script nonce in skin example. check-in: 8664930277 user: stephan tags: trunk
2019-12-16
21:56 Added wiki page "branch/markdown-header-ids" artifact: 256ce6e3dc user: stephan
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
21:00 Edit [f28cea2b4375507d|f28cea2b43]: Mark "Closed". Edit check-in comment. artifact: a0bf273756 user: stephan
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
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
Previous month ↓