Timeline
Not logged in

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

47 events for the month beginning 2022-05-01

Following month ↑
2022-05-28
14:38
Ignore columns of the TICKET and TICKETCHNG tables that contain spaces in their names. Such ticket fields could not be properly tracked by the earlier versions of Fossil because a ticket field name isn't fossilized when an artifact is constructed. check-in: dbcb446970 user: george tags: trunk
2022-05-27
02:05
Removed some 404 external links, reported in [forum:61c585d0c3|forum post 61c585d0c3]. check-in: 318ab802db user: stephan tags: trunk
2022-05-25
20:55 Edit [6e5337e8303e178a|6e5337e830]: Edit check-in comment. artifact: 911cf75778 user: george
20:52
Clarify the documentation: say explicitly that Clone capability, "g" provides read access to tickets, wiki and forum; and that Write capability, "i" implies that changes to tickets, wiki and forum are also accepted from clones upon syncronization. check-in: 6e5337e830 user: george tags: trunk
20:03
Provide the ability to add a List-Id: header on out-bound notification emails. check-in: e50c3629b8 user: drh tags: trunk
15:12
Update the built-in SQLite to the latest 3.39.0 beta for testing. check-in: c8a16fda7f user: drh tags: trunk
2022-05-24
20:35 Edit [33c67c285143a73f|33c67c2851]: Mark "Closed". artifact: 63b30ecaef user: george
20:32
If neither TICKET nor TICKETCHNG table has regular "mimetype" column then generated "mimetype" columns of these two tables are queried and used during the extraction of backlinks from ticket change artifacts. See [forum:/forumpost/40c1208a0f84fabe|forum post 40c1208a0f84] for rationale. check-in: 6fb642c02b user: george tags: trunk
2022-05-23
21:25
Added missing AMSK_TITLE permissions for the ABBR tag and refactored the MARKUP_xyz macros into an enum to support the upcoming addition of a few more benign element types. check-in: 81deb15c53 user: stephan tags: trunk
18:21
Added ABBR tag to the HTML whitelist, per [forum:3ae85115a8253ae4|forum post 3ae85115a82]. Ammended markdown help to refer to the safe-html setting. check-in: 11064e4692 user: stephan tags: trunk
16:34 Changes to wiki page "branch/generated-tkt-mimetype" artifact: 2431cf1113 user: george
2022-05-18
22:52
Fix a couple of invokations of backlink_extract() that were overlooked in the previous check-in. Closed-Leaf check-in: 33c67c2851 user: george tags: generated-tkt-mimetype
22:10 Added wiki page "branch/generated-tkt-mimetype" artifact: 72897818a6 user: george
20:24 Edit [3b42738e365e7427|3b42738e36]: Move to branch generated-tkt-mimetype. artifact: 90ef915ec5 user: george
20:21
Add support for generated "mimetype" column in the TICKET table. Introduce integer mimetype codes and refactor backlink_extract() accordingly. Make the overall handling of the generated "mimetype" columns a bit more clear. check-in: e39f77906e user: george tags: generated-tkt-mimetype
13:39
Fix a typo in an error message. check-in: 3984c83848 user: drh tags: trunk
02:39
Added wasm => application/wasm mimetype mapping for use with /ext. This is only a partial solution: we'll need to extend the mimetype structure like how was done in althttpd a few hours ago so that we can elide the charset=... part of the Content-Type header, as the wasm loader does not like tha... check-in: 5c47abd6b6 user: stephan tags: trunk
2022-05-16
11:55
Bring in the latest SQLite 3.39.0 enhancements for testing. check-in: 8683664a45 user: drh tags: trunk
2022-05-14
20:52
Handle a possible existence of the additional checkbox introduced in [29a24941ed9bf4]. Leaf check-in: 76844c35fc user: george tags: wcontent-subsets
19:12
A tiny optimization inside of ticket_insert(): rearrange two db_finalize() calls in order to avoid additional malloc() for zMimetype. check-in: 563c6b9e4e user: george tags: generated-tkt-mimetype
18:27
If "mimetype" column of the TICKETCHNG table is a generated column, than use these generated values for extraction of backlinks from the ticket-changes. check-in: 5ab73ab8c7 user: george tags: generated-tkt-mimetype
17:42
Fix a subtle bug in ticket_insert() which may lead to redundant rows in the BACKLINK table. The bug appeared in [7c13a57358ae]. check-in: 3b42738e36 user: george tags: generated-tkt-mimetype
14:38
Adds minor output to stash command to alert users when a stash is successful. See [forum:fd2405eff30f4c73 | forum post fd2405eff30f4c73] for discussion. check-in: 07d739b4ba user: andybradford tags: trunk
14:23
Bring branch up to date with trunk. Closed-Leaf check-in: 393e73cf3e user: andybradford tags: stash-success
06:37
Typo fix in email-renew-interval setting docs, per forum report. check-in: 7ae1f31994 user: stephan tags: trunk
2022-05-13
23:35
If TICKETCHNG table has TKT_USER column then make the values in that column match to the corresponding U-cards. Add TKT_USER to the default schema. See [forum:/forumthread/5593538afb7746bf|forum thread 5593538afb77] for rationale. check-in: cf00d07c34 user: george tags: trunk
13:21
addremove command: in dry-run mode, add a line at the end alerting that no changes were made, per [forum:d80b624d0 | forum post request d80b624d0]. check-in: ef14017458 user: stephan tags: trunk
2022-05-12
15:13 Changes to wiki page "To Do List" artifact: 0b29b8c001 user: danield
15:09
On the wiki page list, omit wiki pages that are associated with check-ins and branches by default, but provide a button to show associated wiki pages if desired (Item 17 on the To Do List). check-in: 29a24941ed user: danield tags: trunk
2022-05-11
21:23
Ensure that $requested_page is always initialized. This is a follow-up to [c68fa2edd76d90] that fixes a bug in [b05a6c6bc826d3]. check-in: a44e3c7338 user: george tags: trunk
20:51
Add an option to the 'timeline' command to display only items on a specific branch. check-in: 32b11546c8 user: danield tags: timeline-cmd-by-branch
15:42
Fix remote-url overwriting by proxy url bug and use the http_proxy environment variable only when explicitly requested by setting the proxy setting to "system". check-in: a791d5e805 user: mgagnon tags: trunk
15:34
Only use the "http_proxy" environment variable if it is set to "system", if unset or set to "off", always use direct http connection. Closed-Leaf check-in: a242bb727e user: mgagnon tags: fix_remote_url_overwrite_with_proxy
15:06
Merge in latest changes from trunk check-in: 5605aef9b9 user: mgagnon tags: fix_remote_url_overwrite_with_proxy
11:50
Show the OpenSSL version and the SERVER_SOFTWARE to administrators on the /stat page. check-in: bb09ff84ae user: drh tags: trunk
11:08
Fix NULL pointer dereference introduced by check-in [b05a6c6bc826d3c2]. Fix for the problem reported by [forum:/forumpost/bfb99db2886ca3b5|forum post/bfb99db2886ca3b5]. check-in: c68fa2edd7 user: drh tags: trunk
2022-05-10
11:54
Update the built-in SQLite to the latest 3.39.0 alpha for testing. check-in: 0833f7225b user: drh tags: trunk
2022-05-09
21:22
Supply TH1 interpreter with two auxiliary variables: $requested_page (holds the first segment of the requested PATH_INFO) and $canonical_page (holds the canonical name of a web-page being served). Also amend default HTML header: add two corresponding classes to the BODY element and ... check-in: b05a6c6bc8 user: george tags: trunk
2022-05-08
20:40
Rename proposed column to tkt_user which seems more natural. Amend default schema to create this column (and also drop a nearby comment). Add a tiny optimization to getAllTicketFields(). Closed-Leaf check-in: 6d95ae4f88 user: george tags: tkt-ucard
2022-05-05
08:24 Changes to wiki page "checkin/3990518b296aa33f0e0bc898e5da4882e98cd252cdd89b1508b882a0b1a9a4fa" artifact: eb4f4064d8 user: george
2022-05-04
11:47
/timeline: correct rendering of event.comment entries for wiki attachments, per problem reported in [forum:749baecf6d08ecb1 | forum post 749baecf6d08ecb1]. check-in: b3e534fa88 user: stephan tags: trunk
2022-05-03
16:10
Update the built-in SQLite to the latest 3.39.0 alpha which includes the latest bug fixes, and especially the fix for the infinite loop when the Bloom filter pull-down optimization encounters a NULL key. check-in: b2cb7bdb5a user: drh tags: trunk
14:38 Added wiki page "branch/fix_remote_url_overwrite_with_proxy" artifact: 518e49ab8c user: mgagnon
04:02
Simplification by omitting g.url.user and g.url.password backup copy since they are only swapped during short time and are restored right away. Also rename url.canonical backup copy to "proxyUrlCanonical" following name convention of already existing "proxyUrlPath" field. check-in: 78a5195392 user: mgagnon tags: fix_remote_url_overwrite_with_proxy
2022-05-01
21:08 Edit [d681e1dc1d4ccc73|d681e1dc1d]: Edit check-in comment. artifact: 4363bc382a user: george
21:00
Add support for optional tkt_ucard column of the TICKETCHNG table. If this column is present then its value is populated from the U-card of the corresponding artifact. check-in: d681e1dc1d user: george tags: tkt-ucard
20:53
Minor code clean-up inside of ticket_insert() function. check-in: 3e4ba24e29 user: george tags: tkt-ucard
Previous month ↓