Edgewall Software

Changes between Initial Version and Version 1 of Ticket #10437, comment 8


Ignore:
Timestamp:
Aug 27, 2012, 1:52:56 PM (12 years ago)
Author:
Christian Boos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10437, comment 8

    initial v1  
    44 - TracDev/CodingStyle cleanups (mostly line length)
    55 - improve docstring of `mime_map_patterns`, make clear that ':' is simply used to separate the MIME type from the regexp
    6  - ignore the mapping and issue a warning when there's a error in the regexp
     6 - ignore the mapping and issue a warning when there's an error in the regexp
    77 - as specifying associations with regexps can be very powerful and much more precise than the suffix matching done by `mime_map`, it feels a waste to do it as a last resort; doing it first allows one to override a mapping (e.g. override '.txt' -> `text/plain` with `text/x-cmake:CMakeLists\.txt`)
    88
    99Finally, 0.12.x is really in feature freeze now, so the feature can only make it for 1.0 (or later).
    1010
    11 Integrating one extra docstring for 1.0 is a minor breech to the string freeze, but as most config options are still untranslated, adding one more won't hurt...
     11Integrating one extra docstring for 1.0 is a minor breach to the string freeze, but as most config options are still untranslated, adding one more won't hurt...
    1212
    1313See log:cboos.git:ticket10437-mime_map_patterns-override.