ORIENT/modules/backend/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
..
accesslog Add filters to log pages (#3815) 2018-10-16 09:09:41 -06:00
brandsetting Apply custom secondary color to Balloon Selector (#3748) 2018-09-04 11:57:28 -06:00
editorsetting Improve the markup tags settings page UX (#3703) 2018-08-17 11:13:14 -06:00
preference Preferences -> Preference 2016-05-27 07:46:50 +10:00
user Fixes #3412. Prevent users from being able to modify their own groups. 2018-02-23 13:41:11 -06:00
usergroup Introduce concept of system roles 2017-07-13 19:29:50 +10:00
userrole Introduce concept of system roles 2017-07-13 19:29:50 +10:00
AccessLog.php string -> ::class + docs 2017-05-20 20:01:19 +10:00
BrandSetting.php Use a public property for the cache key for settings models that cache rendered CSS 2018-10-30 16:21:57 -06:00
EditorSetting.php Use a public property for the cache key for settings models that cache rendered CSS 2018-10-30 16:21:57 -06:00
ExportModel.php Adds missing Content-Type header to CSV-export (#3787) 2018-09-25 08:55:14 -06:00
ImportModel.php Make uploaded import files private by default 2018-04-17 11:14:43 -06:00
Preference.php Integrate flag-icon-css (#3797) 2018-09-25 08:23:18 -06:00
User.php Extract child instructions 2018-08-15 19:25:42 +02:00
UserGroup.php Introduce concept of system roles 2017-07-13 19:29:50 +10:00
UserPreference.php Remove unused imports 2018-08-24 19:51:59 +02:00
UserRole.php Introduce concept of system roles 2017-07-13 19:29:50 +10:00
UserThrottle.php string -> ::class + docs 2017-05-20 20:01:19 +10:00