Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events occurring around 90ef915ec57fa289.
2022-06-06
| ||
11:13 | • Changes to wiki page "Release Build How-To" ... (artifact: c5fa49e23e user: george) | |
00:41 | Fix the new linear bisect so that it always goes from good to bad and stops at the first bad check-in found. ... (check-in: e65544571e user: drh tags: trunk) | |
2022-06-05
| ||
19:43 | Add the "fossil bisect option linear on" command that allows the "fossil bisect run" command to invoke a test script on every check-in along a path between two boundary check-ins. The "linear" option resets automatically opon "fossil bisect reset". ... (check-in: 42f61b677e user: drh tags: trunk) | |
15:09 | Corrected a closing P tag in /setup_skin, per report in the forum. ... (check-in: c7aaaaa8c6 user: stephan tags: trunk) | |
04:06 | In the /setup_skin page, add a mention of/link to /skins, per request in the forum. ... (check-in: 0fabc4f356 user: stephan tags: trunk) | |
2022-06-04
| ||
23:09 | Supply elements in submenus with additional specific CSS classes. For each submenu element a corresponding classname is derived either from the visible label (for hyperlink-like submenu elements) or from the name of the distinguishing query parameter (for other items). ... (check-in: e8a051e6a9 user: george tags: trunk) | |
22:54 | • Added wiki page "Signing and verification of artifacts" ... (artifact: 54f4b55877 user: george) | |
16:21 | Mention the remote-url url overrite by proxy bug fix in the change log. ... (check-in: 5f6093314b user: mgagnon tags: trunk) | |
2022-06-03
| ||
15:23 | Update the built-in SQLite to the latest 3.39.0 beta. ... (check-in: e3e9544638 user: drh tags: trunk) | |
2022-06-02
| ||
20:39 | Updates to the change log. ... (check-in: 952b06084b user: danield tags: trunk) | |
19:51 | By default, do not show wikis associated with check-ins and branches in the output of 'fossil wiki ls'. This is the CLI pendant to [29a24941e]. ... (check-in: 4877e77a97 user: danield tags: trunk) | |
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 [/doc/trunk/www/caps/ref.html#g|Clone capability, "g"] provides read access to tickets, wiki and forum; and that [/doc/trunk/www/caps/ref.html#i|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 <var>TICKET</var> nor <var>TICKETCHNG</var> 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 <code>backlink_extract()</code> 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 <var>TICKET</var> table. Introduce integer mimetype codes and refactor <code>backlink_extract()</code> 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 [https://sqlite.org/althttpd/info/32df1a61707616bc | 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 that. ... (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 <tt>ticket_insert()</tt>: rearrange two <tt>db_finalize()</tt> calls in order to avoid additional <tt>malloc()</tt> for <var>zMimetype</var>. ... (check-in: 563c6b9e4e user: george tags: generated-tkt-mimetype) | |
18:27 | If "<var>mimetype</var>" column of the <var>TICKETCHNG</var> table is a [https://www.sqlite.org/gencol.html|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 <code>ticket_insert()</code> 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 <var>TICKETCHNG</var> table has <var>TKT_USER</var> column then make the values in that column match to the corresponding [/doc/tkt-ucard/www/fileformat.wiki#tktchng|U-cards]. Add <var>TKT_USER</var> 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 [/wcontent|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 [/wiki?name=To+Do+List|To Do List]). ... (check-in: 29a24941ed user: danield tags: trunk) | |
2022-05-11
| ||
21:23 | Ensure that <var>$requested_page</var> 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: <var>$requested_page</var> (holds the first segment of the requested [/file/src/cgi.c?ln=1199-1209&ci=2022-05-09|PATH_INFO]) and <var>$canonical_page</var> (holds the canonical name of a web-page being served). Also amend default HTML header: add two corresponding classes to the BODY element and move <code><meta charset="UTF-8"></code> to the top. ... (check-in: b05a6c6bc8 user: george tags: trunk) | |
2022-05-08
| ||
20:40 | Rename proposed column to <var>tkt_user</var> which seems more natural. Amend default schema to create this column (and also drop a nearby comment). Add a tiny optimization to <code>getAllTicketFields()</code>. ... (Closed-Leaf check-in: 6d95ae4f88 user: george tags: tkt-ucard) | |