Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
6 check-ins using file extsrc/shell.c version 0c06101cbb
|
2022-05-24
| ||
| 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 | |
|
2022-05-18
| ||
| 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 | |