ORIENT/modules/backend
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
..
assets Revert min-width that breaks layout (#3854) 2018-10-10 14:24:05 -06:00
behaviors Commit deferred bindings on model created with RelationController (#3843) 2018-10-04 08:35:30 -06:00
classes Added backend.ajax.beforeRunHandler event 2018-10-14 10:32:47 -06:00
controllers Add filters to log pages (#3815) 2018-10-16 09:09:41 -06:00
database Introduce concept of system roles 2017-07-13 19:29:50 +10:00
facades Code dusting (#2826) 2017-04-24 21:38:19 +10:00
formwidgets Change z-index of full-screen markdown editor (#3838) 2018-10-03 10:56:08 -06:00
helpers Return empty from Backend::dateTime instead of current date (#3246) 2018-03-30 10:06:47 -06:00
lang Update Dutch (NL) translation (#3895) 2018-10-26 09:14:56 -06:00
layouts Fix issues with CloudFlare in the backend (#3841) 2018-10-03 10:48:35 -06:00
models Use a public property for the cache key for settings models that cache rendered CSS 2018-10-30 16:21:57 -06:00
reportwidgets {@inheritDoc} -> @inheritDoc 2017-03-16 06:26:14 +11:00
skins {@inheritDoc} -> @inheritDoc 2017-03-16 06:26:14 +11:00
traits Remove unused imports 2018-08-24 19:51:59 +02:00
views Change the lang code in the html templates (#3754) 2018-09-04 11:54:26 -06:00
widgets Ensure that fields are defined before attempting to render a specific field (#3812) 2018-09-22 19:22:02 -06:00
ServiceProvider.php Revert "Remove unused imports" 2018-08-24 19:40:40 +02:00
composer.json Updating links in composer files 2018-04-16 02:33:08 -06:00
routes.php Apply web middleware group for the good cookies 2017-05-13 22:18:13 +10:00