silverstripe-framework/_config
Hamish Friedlander efea4dbe94 NEW Allow specifying priority for translations
Priority for translations was hardcoded, and hardcoded the project name as "mysite".

This takes the order from a configuration property "module_prority". You can
use standard config fragment before and after rules to make a module less or
more important than anything else, with these tweaks:

 - Unless it has it's order explicitly defined, the "project" module (normally mysite)
   will be considered highest priority

 - There is an "other_modules" value in the order list which will be replaced by
   all the modules (except the project module) that don't have their order
   explicitly defined.
2013-05-06 12:51:46 +12:00
..
config.yml API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
encryptors.yml MINOR: Rename & tweak some existing config files to better reflect meaning of various names 2012-05-19 14:37:32 +12:00
html.yml API Make HTMLValue replace-able via DI 2013-03-14 12:49:02 +13:00
i18n.yml NEW Allow specifying priority for translations 2013-05-06 12:51:46 +12:00
mimetypes.yml MINOR: Rename & tweak some existing config files to better reflect meaning of various names 2012-05-19 14:37:32 +12:00
Oembed.yml ENHANCEMENT Oembed.enabled config property 2012-06-08 18:40:34 +02:00
routes.yml FIX issue with cyclic configs when framework called sapphire 2012-08-28 15:44:40 +12:00
uploadfield.yml NEW: Added replaceExistingFile setting for UploadField. 2013-01-11 09:29:06 +01:00