Age | Commit message (Expand) | Author |
2012-06-14 | rewrote the language caching - now not calling register_translations() if we ... | Cash Costello |
2012-02-04 | Merge pull request #156 from cash/cache_lang | cash |
2012-02-03 | lazy boolean expression evaluation leaves function expressions | Janek Lasocki-Biczysko |
2012-01-28 | Refs #4180 was caching extensions which was causing double extensions | Cash Costello |
2012-01-25 | plugins use language cache and cache is cleared properly | cash |
2012-01-25 | caching language data | cash |
2012-01-21 | moved cache loading out of plugin code | Cash Costello |
2012-01-21 | better location for system cache in data directory | Cash Costello |
2012-01-21 | Fixes #4180 finished conversion to system cache by converting datalist/CONFIG... | Cash Costello |
2012-01-21 | switched the function names to system cache | Cash Costello |
2012-01-21 | cleans up the boot process | Cash Costello |
2012-01-08 | most of the comments in the engine now past the sniffer | Cash Costello |
2011-10-29 | Fixes #4029, refs #3859. elgg_invalidate_simplecache() resets the lastcached ... | Brett Profitt |
2011-10-08 | Fixes #3936 added @access private to internal functions | Cash Costello |
2011-04-18 | Fixes #3365. Pulled in blacktooth's patch. | brettp |
2011-04-13 | Fixes #3331. Changed cache schema to allow for JS/CSS views with slashes and ... | brettp |
2011-03-17 | Fixes #3123. Datalists and config names can now be up to 255 chars long. Debu... | brettp |
2011-03-10 | Fixes #2228: Major cleanup of urls -- remove leading pg/ and trailing / from ... | ewinslow |
2011-02-18 | Refs #2847. Fixed simplecache settings and functionality for initial installa... | brettp |
2011-02-15 | Fixes #2923: Removed "view" prefix from simplecache function names | ewinslow |
2011-02-15 | Fixes #2920: Moved simplecache functions into cache.php | ewinslow |
2010-12-31 | Refs #2752, #2635. Merged r7299 to trunk. | brettp |
2010-10-30 | moved file path cache functions into the cache lib which seems to be a more l... | cash |
2010-10-22 | Removed @license, @copyright, and @author from files. License and copyright a... | brettp |
2010-09-15 | Refs #2220: Pulled remaining classes out of lib files. Core classes now auto... | ewinslow |
2010-09-06 | Refs #2220: Pulled most classes / interfaces out of lib files (except query.p... | ewinslow |
2010-08-22 | Merged r6757:6810 from 1.7 branch into trunk | cash |
2009-12-10 | closes #1244 - checking whether file exists before deleting it in cache | cash |
2009-10-14 | Standardized engine/lib/cache.php | brettp |
2009-08-20 | Whoa nelly this is a big one: Removed license and copyright for files. | brettp |
2009-07-29 | Fixes #1151: Added is_dir() check before attempting to create cache directory. | brettp |
2009-06-10 | File cache attempts to create directory if it is not present. | marcus |
2009-03-03 | Cache delete now functional | marcus |
2009-03-02 | Limitless queries now supported | marcus |
2009-02-16 | Removed select_default_memcache as this was not used. | marcus |
2009-01-23 | Refs #706 | marcus |
2008-11-12 | No longer blanks all caches when clearing | marcus |
2008-11-12 | Closes #543 | marcus |
2008-11-06 | isset fixes | marcus |
2008-11-06 | Added test to see if memcache is available. | marcus |
2008-11-06 | Class hierachy changed to separate shared memory caching | marcus |
2008-11-05 | Added "add" method to cache only if it doesn't exist already. | marcus |
2008-11-04 | Refs #514 : Using memcache if available | marcus |
2008-11-04 | git-svn-id: https://code.elgg.org/elgg/trunk@2391 36083f99-b078-4883-b0ff-0f9... | marcus |
2008-11-04 | Moved caching to function so it can be easily replaced | marcus |
2008-11-03 | Minor tweaks | marcus |
2008-11-03 | back to private | marcus |
2008-11-03 | Initialisation correct | marcus |
2008-11-03 | * ElggCache interface improved | marcus |
2008-09-25 | Caching support fixed. | marcus |