Sam Hemelryk
2e0b7de1b1
MDL-38565 cache: session caches now function as expected
...
This change is a large change to the way sessions are handled
within MUC after it was discovered that session did not function
as expected when any store other than the default session store
was being used.
As part of this change the session loader has been largely
customised in order to consolidate session data for the loader.
The unit tests have also being greatly increased to provide
better coverage for sessions.
Conflicts:
cache/README.md
cache/tests/cache_test.php
2013-04-19 10:09:55 +12:00
Eloy Lafuente (stronk7)
f4b9cea5fc
Merge branch 'MDL-38352-en_fix_24' of git://github.com/mudrd8mz/moodle into MOODLE_24_STABLE
2013-03-06 17:28:19 +01:00
Helen Foster
3658d00c2b
MDL-38352 Merge English strings from the en_fix language pack
2013-03-06 16:55:00 +01:00
Damyon Wiese
c694545650
MDL-37935: Cache - fix spelling mistake in language string
2013-03-05 13:07:33 +08:00
Sam Hemelryk
704d82627c
MDL-37935 cache: improved ready testing of stores on admin screen and testing script
2013-03-01 10:09:20 +13:00
Sam Hemelryk
118e933e2d
MDL-36297 caching: added for HTML purified text
2013-01-03 10:54:57 +13:00
Sam Hemelryk
73321216a1
MDL-36859 cache: removed unused config definition
2012-11-28 10:34:33 +13:00
Dan Poltawski
3aa721e035
Merge branch 'MDL-34399' of git://github.com/timhunt/moodle
2012-10-29 12:18:01 +08:00
Tim Hunt
a560d636f4
MDL-34399 questions: cache to help load question definitions.
...
At the moment, it takes several DB queries to load each question definition,
so this cache is potentially a big win.
2012-10-26 11:58:02 +08:00
Sam Hemelryk
7e7e108f93
MDL-36115 cache: Fixed up requirements check in cache admin interfaces
2012-10-19 08:12:32 +08:00
Sam Hemelryk
26ce56fddf
MDL-25290 cache: renaming to better separate store plugins from lock plugins
2012-10-08 09:53:52 +13:00
Sam Hemelryk
fd59389ca6
MDL-25290 cache: Plugins are now standard and strings tidied
2012-10-08 09:53:52 +13:00
Sam Hemelryk
170f821b9d
MDL-25290 cache: Fixed things up per coding style
2012-10-08 09:53:52 +13:00
Sam Hemelryk
167ad91e86
MDL-25290 cache: Added UI to view the cache lock setups and tidied up a couple of things
2012-10-08 09:53:51 +13:00
Sam Hemelryk
34c84c723a
MDL-25290 cache: Added cache locking plugin and converted locking implementations to that
2012-10-08 09:53:51 +13:00
Sam Hemelryk
f23fbfd849
MDL-25290 cache: Fixed up redirect loop with admin settings for cache stores
2012-10-08 09:53:51 +13:00
Sam Hemelryk
d6a1f63bdd
MDL-25290 cache: Cache API integration with core
2012-10-08 09:53:50 +13:00