Mercurial > moin > 1.9
comparison docs/CHANGES @ 4501:f7ee4c468401
docs/CHANGES: added notes about required page_*_regex change procedure
author | Thomas Waldmann <tw AT waldmann-edv DOT de> |
---|---|
date | Sat, 24 Jan 2009 03:28:13 +0100 |
parents | c3cae273af82 |
children | f56573b72669 |
comparison
equal
deleted
inserted
replaced
4497:6beaf3e083c6 | 4501:f7ee4c468401 |
---|---|
401 category tag (match in group 'all', e.g. "CategoryFoo") as well as the | 401 category tag (match in group 'all', e.g. "CategoryFoo") as well as the |
402 category key (match in group 'key', e.g. "Foo") by using named regex | 402 category key (match in group 'key', e.g. "Foo") by using named regex |
403 groups. \S+ means the category key can be anything non-blank. | 403 groups. \S+ means the category key can be anything non-blank. |
404 If you like to simultaneously support multiple languages, use something | 404 If you like to simultaneously support multiple languages, use something |
405 like this: ur'(?P<all>(Kategorie|Category)(?P<key>\S+))' | 405 like this: ur'(?P<all>(Kategorie|Category)(?P<key>\S+))' |
406 HINT: after changing your configuration, please rebuild the cache: | |
407 * stop moin | |
408 * moin ... maint cleancache | |
409 * start moin | |
410 If you don't do this, your groups / dicts will stop working (and also | |
411 your ACLs that use those groups). You better do a test whether it works. | |
406 | 412 |
407 * Xapian search / indexing / stemming: | 413 * Xapian search / indexing / stemming: |
408 * Use text/<format> as mimetype for pages. | 414 * Use text/<format> as mimetype for pages. |
409 * Index also major and minor for mimetypes, so it will find 'text' or | 415 * Index also major and minor for mimetypes, so it will find 'text' or |
410 'plain' as well as 'text/plain' | 416 'plain' as well as 'text/plain' |