Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
12 check-ins using file src/sqlite3.c version 408cfb5d03
|
2020-01-24
| ||
| 18:56 | Added mimetypes setting to the 'project' configuration area, per forum feedback. Closed-Leaf check-in: 7391f8d486 user: stephan tags: mimetypes-setting | |
| 18:28 | /mimetype_list: only show the custom mimetypes table if any are set. Add a link to the mimetypes setting help to the top of the page. Expanded the setting's help text. check-in: 14d1b7a977 user: stephan tags: mimetypes-setting | |
| 16:58 | /mimetype_list: tiny efficiency tweak in the main mimetype loop and only show the 'exclamation point means it's overridden' message if the repo contains at least one custom entry. check-in: baf119337b user: stephan tags: mimetypes-setting | |
| 16:45 | Merged in mimetype-list branch. check-in: 9ceec69e9b user: stephan tags: mimetypes-setting | |
| 15:14 | Fix dynamic sorting of the mimetype tables, as originally intended. Note that the table sorter utility skips leading non-word characters, such as the leading exclamation mark used to flag overwritten entries. Closed-Leaf check-in: 26f2bb6fd6 user: florian tags: mimetypes-list | |
| 15:05 | Tweak the /mimetype_list web page to display the repository-specific mimetypes in a table, and flag built-in entries that are overwritten by repository-specific entries. check-in: 566a27315e user: florian tags: mimetypes-list | |
|
2020-01-23
| ||
| 19:40 | Custom mimetype case-folding is now performed only on the file extensions and only on demand, rather than lower-casing the whole input in advance. check-in: e34ea5b6b8 user: stephan tags: mimetypes-setting | |
| 18:12 | Custom mimetype list now ignores one leading '.' when comparing the file extension, per forum feedback. check-in: b55dfc97a1 user: stephan tags: mimetypes-setting | |
| 18:00 | /mimetype_list page now outputs custom mimetypes using %h formatting instead of %s, per forum feedback. check-in: 23a92a27cf user: stephan tags: mimetypes-setting | |
|
2020-01-22
| ||
| 02:41 | Added support for client-configurable mimetypes as a versionable setting. check-in: 322643cac8 user: stephan tags: mimetypes-setting | |
| 00:44 | Added missing APPNAME to Makefile.classic, as [https://fossil-scm.org/forum/forumpost/e51cc756b0|reported in the forum]. check-in: a6ee6add63 user: stephan tags: trunk | |
|
2020-01-20
| ||
| 20:29 | Update the built-in SQLite to the second beta for 3.31.0, for SQLite testing. check-in: f4e7ca02da user: drh tags: trunk | |