Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
27 check-ins using file Dockerfile version 7767917be1
|
2022-11-30
| ||
| 01:03 | Make sure SQLite is compiled with HAVE_USLEEP. ... (check-in: f97f90c08d user: drh tags: trunk) | |
|
2022-11-29
| ||
| 21:08 | Remove JS console debug output added by the previous checkin. ... (check-in: 2755b31a87 user: stephan tags: trunk) | |
| 20:59 | /chat: add embedded view support for .wiki/.md/.pikchr file attachments, with the caveat that the rendering happens in an iframe and thus has some limitations/usability quirks compared to non-iframed content. Added based on feedback from a /chat session. ... (check-in: fd5298f027 user: stephan tags: trunk) | |
| 04:11 | Improve consistency of "fossil branch" command. I don't think this deserves more attention but others may decide to make it do more. ... (check-in: 761a39c025 user: andybradford tags: trunk) | |
|
2022-11-26
| ||
| 17:31 | Fix <code>artifact_page()</code> function so that the content of a text file is surrounded by CODE elements even if a file's extension is just a single letter. ... (check-in: e7a7b5c1b0 user: george tags: trunk) | |
|
2022-11-24
| ||
| 22:13 | Add TH1 command "<code>submenu</code>". For the time being it has just one subcommand "<code>link</code>" that adds a hyperlink to the submenu of a page. ... (check-in: 71b221657b user: george tags: trunk) | |
| 15:21 | In the new forum reply header, reduce size from H1 to H2 and italicize the thread title. ... (check-in: 7b92fc614d user: stephan tags: trunk) | |
| 14:38 | Slight reformatting of the forum reply page header based on feedback from [https://sqlite.org/forum/forumpost/c745cf3a7f6246de|sqlite forum post c745cf3a7f6246de]. Now says: Replying to HASH-with-link in thread TITLE-without-link ... (check-in: 0b6b3a001a user: stephan tags: trunk) | |
|
2022-11-20
| ||
| 08:42 | Update the built-in zlib to version 1.2.13, released on October 13, 2022. ... (check-in: a9e589ca28 user: florian tags: trunk) | |
| 01:58 | Do not attempt to render empty description of a report. Also make hyperlinks in a report's submenu more robust. This amends [fcf17b28a902c0]. ... (check-in: 04a01d066a user: george tags: trunk) | |
|
2022-11-19
| ||
| 16:48 | Omit "Show associated wikis" from the submenu of a [/wcontent] page if there are no associated wikis in a repository (this amends [29a24941ed9b]). Also optimize out a couple of unnecessary calls to mprintf(). ... (check-in: e3c8aad9b1 user: george tags: trunk) | |
| 16:19 | Fix malformed hyperlink for historical revisions of a forum post. Perhaps introduced by check-in [168eb71643a4]. Reported by [forum:44505ae8ec515e75|forum post 44505ae8ec51]. ... (check-in: 114b17c408 user: george tags: trunk) | |
| 14:59 | Rename test_find_pivot() to merge_base_cmd(). No functional changes. ... (check-in: 8cc9211f9f user: stephan tags: trunk) | |
| 14:02 | Upgrade the test-find-pivot command to the merge-base command, per discussion at [forum:1f5db4364464e965|forum post 1f5db4364464e965]. ... (check-in: 2b6649c743 user: stephan tags: trunk) | |
| 04:38 | Comment typo fix. No code changes. ... (check-in: 95e5814c9b user: stephan tags: trunk) | |
|
2022-11-18
| ||
| 19:48 | Update the change log for the report format enhancement. ... (check-in: c2467e52ef user: drh tags: trunk) | |
| 19:30 | Fix a potentially uninitialized variable associated with the resent ticket report changes. ... (check-in: d296ddb272 user: drh tags: trunk) | |
| 19:28 | Add the ability to specify a description for each ticket report format. The user and reportfmt tables are updated with a new jx column containing JSON that describes the new features. (The user.jx table is currently not used but it was convenient to add it at the same time.) ... (check-in: fcf17b28a9 user: drh tags: trunk) | |
| 19:23 | Make sure the reportfmt table contains the jx column before trying to use that column. ... (Leaf check-in: d433272527 user: drh tags: json-meta-data) | |
| 19:20 | Use the "name" query parameter to select a report number. The legacy "rn" query parameter still works, but generated hyperlinks now use the new format. ... (check-in: 3048c04b2a user: drh tags: json-meta-data) | |
| 18:50 | Provide the ability to add custom header text on all ticket reports. The header and its mimetype are stored in the REPORTFMT.JX column. ... (check-in: c06a9980c3 user: drh tags: json-meta-data) | |
| 18:33 | Give the JX column of USER and REPORTFMT a default value which is valid JSON. ... (check-in: 2433964d8f user: drh tags: json-meta-data) | |
| 12:11 | Factor out the ALTER TABLE statements that add the JX column to the USER and REPORTFMT tables into separate subroutines. ... (check-in: 8f6d7dacbb user: drh tags: json-meta-data) | |
|
2022-11-17
| ||
| 23:38 | Add the "jx" column to the "user" and "reportfmt" tables, with the intent of using the column for JSON metadata. Currently unused. Make arrangements to sync the "jx" column (using the "fossil config" command) in a way that is backwards compatible with older versions that do not have the "jx" column. ... (check-in: b7ac178c4f user: drh tags: json-meta-data) | |
| 07:45 | Increase the version number to 2.21 to start the next development cycle. ... (check-in: 8dcee00837 user: danield tags: trunk) | |
|
2022-11-16
| ||
| 20:59 | Merge in setupuser-retain-pw branch (HTML change only, no code). ... (check-in: 88f9da9880 user: stephan tags: trunk) | |
| 20:53 | Prefixing each shell script section in the Dockerfile with "set -x" broke the checks to prevent running UPX on ARM builds. You can still get release container builds on ARM by copying this fixed Dockerfile to your release checkout. ... (check-in: b4c3d9a13e user: wyoung tags: trunk) | |