Fossil

Timeline
Login

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

8 check-ins using file src/db.c version de10a748fd

2020-01-24
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