Sam Hemelryk
46c6c237d2
MDL-38343 cache: better test server strings
2014-11-18 12:33:59 +13:00
Sam Hemelryk
d1a370838c
MDL-46151 cachestore_memcache: set_many now uses set
2014-10-14 20:04:20 +13:00
Sam Hemelryk
4ad4c19b58
MDL-46151 cachestore_memcache: now checks extension version for support
2014-10-14 08:27:33 +13:00
Sam Hemelryk
6dc0b5482b
MDL-45724 cache: fixed warning structure bug
2014-07-23 15:24:35 +12:00
Sam Hemelryk
67a77fa36f
MDL-45724 cache: admin screen now shows store warnings
...
Implemented a means by which cache store instance can communicate
warnings due to things such as conflicting configurations etc.
2014-07-21 09:39:15 +12:00
Eloy Lafuente (stronk7)
538bf99ece
MDL-45486 Bump all versions to planned release
...
This bumps all versions to planned 2.7 release
(2014051200) version and all the dependencies to
current 2.7rc2 (2014050800)
2014-05-09 02:12:28 +02:00
Michael Aherne
90a3a62096
MDL-44066 caching Don't advertise session mode for MongoDB and memcached
2014-02-05 10:48:22 +00:00
Jean-Philippe Gaudreau
353643d33f
MDL-41246 cache: Fix PHP notice of non well formed numeric values for the memcache store
2013-12-18 08:52:08 -05:00
sam marshall
5c138b258d
MDL-42839 MUC: Memcache server configuration too sensitive to whitespace
2013-11-12 12:33:36 +00:00
Eloy Lafuente (stronk7)
f39c82ebed
MDL-42701 Bump all versions near 2.6 release
2013-11-05 02:36:00 +01:00
Matteo Scaramuccia
a94bc886bb
MDL-41410 Caching: move comment to the appropriate place.
...
MDL-38162 fixes the issue about testing the connection to the memcached
daemon, which means testing once the connection to the pool of servers
and not to each of the servers while being added to the pool.
It misses to move the comment to that code too.
2013-08-25 14:00:47 +02:00
Eloy Lafuente (stronk7)
e71c47bf8c
MDL-40700 tests: skip if there is not instance
...
Various reasons can lead to the cache stores not being available
(missing extension, configuration...). Under those situations
the test must be skipped because for sure it will break if
we continue.
2013-07-23 17:00:02 +02:00
Sam Hemelryk
7dfa10b02e
MDL-40700 cache: memcache and memcached stores now allow alphanumext prefixes
2013-07-22 10:41:38 +12:00
Chris Wharton
a423acd95c
MDL-40700 cache: Validate memcache key prefix field
2013-07-22 10:41:37 +12:00
Sam Hemelryk
1878661402
MDL-40100 cache: removed unneeded includes from add instance forms
2013-06-10 10:23:28 +12:00
Dan Poltawski
ac15fc95fa
Merge branch 'MDL-39448-master' of git://github.com/sammarshallou/moodle
...
Conflicts:
cache/stores/memcache/version.php
2013-05-07 11:43:23 +01:00
Dan Poltawski
2da94da7b5
Merge branch 'MDL-39473-master' of git://github.com/sammarshallou/moodle
2013-05-06 14:32:33 +01:00
sam marshall
cb86f1ebb3
MDL-39472 MUC: Improve parse_key performance
2013-05-02 16:04:29 +01:00
Eloy Lafuente (stronk7)
cedb0aab5a
MDL-39434 Bump all versions near 2.5 release
2013-05-01 18:03:29 +02:00
sam marshall
c797c995a0
MDL-39448 MUC: Memcache configurable key names
2013-05-01 14:29:11 +01:00
Eloy Lafuente (stronk7)
caa5bcea00
Merge branch 'wip-MDL-38247-m25' of git://github.com/samhemelryk/moodle
2013-03-05 01:08:23 +01:00
Sam Hemelryk
11cfc0f95e
MDL-38247 cache: Improved documentation
2013-03-01 10:11:55 +13:00
Sam Hemelryk
ac6754a679
MDL-38427 cache: implemented unit tests for all core cache stores
2013-03-01 10:11:55 +13:00
Sam Hemelryk
4af3d7e7a3
MDL-38205 cache: implemented key prefix in memcache plugin
2013-03-01 10:11:45 +13:00
Sam Hemelryk
ff6f9d3aa6
MDL-38162 memcache: fixed up the memcache plugins
2013-02-22 14:23:18 +13:00
Sam Hemelryk
bb4c391688
MDL-37645 cache: fixed issue deleting mongo instance
2013-02-08 08:06:21 +13:00
Sam Hemelryk
65b3edc450
MDL-36322 cache: cache stores now test connections during construction
2013-02-01 08:49:03 +13:00
Matteo Scaramuccia
f4cec2ec87
MDL-36322 Errors when updating a Moodle instance with some misconfigured cache stores
2013-02-01 08:49:03 +13:00
Sam Hemelryk
a037c943bd
MDL-36363 cache: clean up pre-integration
2013-01-28 10:39:23 +13:00
Matteo Scaramuccia
59ca73ff82
MDL-36363 Override instance_deleted() for all cache stores performing just a cleanup() when this action successfully applies over all the definitions of the cache store
2013-01-28 10:39:23 +13:00
Eloy Lafuente (stronk7)
663dbbc2e6
MDL-36933 Bump everything to 2012112900
...
(versions, requires and dependencies)
2012-11-30 03:30:09 +01:00
Sam Hemelryk
2b274ad001
MDL-36819 cache: implemented cache_is_configurable interface
2012-11-26 14:27:44 +13:00
Sam Hemelryk
75cde6b9ac
MDL-36768 cache: replaced cache_store interface with abstract class
2012-11-26 14:11:01 +13:00
Sam Hemelryk
bd188851f2
MDL-36768 cache: Implemented abstract cache store base class
2012-11-26 08:12:45 +13:00
Sam Hemelryk
758dbdf894
MDL-36111 cache: Fixed up typo's and trivial issues
2012-11-12 10:36:53 +13:00
Sam Hemelryk
81ede547f2
MDL-36381 cache: fixed bug whereby you couldn't edit store instances
2012-11-08 10:54:11 +13:00
Sam Hemelryk
42f5d1648d
MDL-25290 cache: Fixed up memcache server settings and a couple of minor things
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
34c84c723a
MDL-25290 cache: Added cache locking plugin and converted locking implementations to that
2012-10-08 09:53:51 +13:00
Sam Hemelryk
6fec18203b
MDL-25290 cache: Renamed plugin from cache => cachestore
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
e3b77f9f57
MDL-25290 cache_memcache: Added Memcache cache store
2012-10-08 09:53:51 +13:00