ORIENT/modules/system/models
Luke Towers 5e877ea2ba Use a public property for the cache key for settings models that cache rendered CSS
This enables developers to modify what the cache key is for a given instance of a settings model so that they can do things like load user dependent settings values and have those values affect the rendered CSS. Previously the key being static across all instances of a given setting model would prevent that from being feasible without clearing the cache for every request.
2018-10-30 16:21:57 -06:00
..
eventlog Javascript plugin to beautify exceptions on the backend event log page (#2035) 2016-05-24 06:03:31 +10:00
logsetting Messed up fields comment order 2017-02-15 14:21:01 +02:00
mailbrandsetting Made hardcoded texts as translatable 2017-08-02 00:16:17 +03:00
maillayout Make auto inline brand CSS for email layouts optional (#3192) 2018-09-23 20:49:19 -06:00
mailpartial Introduce mail partials + twig 2017-07-19 21:14:08 +10:00
mailsetting MailSettings -> MailSetting 2016-05-27 07:51:36 +10:00
mailtemplate Use safe md parsing for mail 2017-07-22 19:01:20 +10:00
pluginversion Simplified plugin management logic, switched default manage plugins switch state to positive; finalized for merging into develop 2018-02-01 20:40:04 -06:00
requestlog Adds a refresh button to log pages, minor column tweaks 2015-11-28 11:10:06 +11:00
EventLog.php Fixes typo - refs #2696 2017-02-23 08:04:20 +11:00
File.php Extract child instructions 2018-08-15 19:25:42 +02:00
LogSetting.php Remove unused imports 2018-08-24 19:51:59 +02:00
MailBrandSetting.php Use a public property for the cache key for settings models that cache rendered CSS 2018-10-30 16:21:57 -06:00
MailLayout.php Make auto inline brand CSS for email layouts optional (#3192) 2018-09-23 20:49:19 -06:00
MailPartial.php Remove unused imports 2018-08-24 19:51:59 +02:00
MailSetting.php Code doc improvements 2017-07-27 17:35:14 +10:00
MailTemplate.php Remove unused imports 2018-08-24 19:51:59 +02:00
Parameter.php Remove unused imports 2018-08-24 19:51:59 +02:00
PluginVersion.php Refactor ternary operators to null coalescing operators 2018-08-15 19:15:13 +02:00
RequestLog.php Introduce theme logging + log settings 2017-02-08 05:44:04 +11:00
Revision.php Write tests for revisionable trait 2015-09-19 05:36:58 +10:00