Commits
User selector
Commit History
Commits on Nov 17, 2008
Use clone to break object refs when setting and getting cache. see #8146 #8191
Show description for 0aba330committed
Commits on Aug 27, 2008
phpDoc corrections for wp-includes. See #7550 props santosj.
Show description for 000f6eccommitted
Commits on Aug 9, 2008
Trailing whitespace cleanup
Show description for 2272a1acommitted
Commits on May 25, 2008
phpdoc updates from jacobsantos. see #7038
Show description for be87986committed
Commits on May 22, 2008
wp_cache_add_global_groups() and wp_cache_add_non_persistent_groups(). fixes #6740
Show description for 66bb3c8committed
Commits on Feb 2, 2008
Some notice fixes from Nazgul. fixes #3155
Show description for 60b802ecommitted
Commits on Jan 3, 2008
phpdoc for cache.php from darkdragon. fixes #5511
Show description for 083555fcommitted
Commits on Jan 2, 2008
Fix cache close. see #5570
Show description for a4b001ecommittedRemove persistent object cache. fixes #5570
Show description for 9ca1712committed
Commits on Oct 14, 2007
Commits on Aug 14, 2007
Space before slash to properly close br tag. Props tmountjr. fixes #4717
Show description for 1b36113committed
Commits on Jun 8, 2007
Comment caching. Reduce queries on edit-comments.php page. Add non-persistent cache groups. Hat tip to hovenko. fixes #4387
Show description for 163f22dcommitted
Commits on May 25, 2007
Don't load category cache from old tables. see #4189
Show description for 6bf777ecommitted
Commits on Apr 12, 2007
Delete the cache in tmp even if the copy failed. Props andy. fixes #4141
Show description for 3c8cb11committed
rob1n
Commits on Feb 27, 2007
trailing tabs and whitespace cleanup.
Show description for 5acfcd9committed
Commits on Feb 1, 2007
make sure nothing going into the object cache is being passed by reference. fixes #3726
Show description for 26f5beacommittedIntroduce Notoptions and Alloptions caching, so that all options (and previously attempted Notoptions) are read from the cache in one go. Should reduce cache misses to zero or close to it. fixes …
Show description for ea8fc7dcommitted
Commits on Jan 6, 2007
Fiddle with object destruction and shutdown. Curses upon php 5.2. fixes #3354
Show description for a4ff55ccommitted
Commits on Nov 19, 2006
Remove trailing spaces and convert spaces to tabs. Props Nazgul. fixes #986
Show description for e44ea1fcommittedRef more singletons.
Show description for 67ce2d8committed
Commits on May 31, 2006
Remove unused var.
Show description for 8409e85committedwp_salt() and more hash work.
Show description for 1647921committedwp_hash() and server secret.
Show description for feb562ccommitted
Commits on May 26, 2006
base64 cached objects and store within multi-line comment block to avoid CRLF injections into the cache. Props Peter Westwood.
Show description for 73c5612committed
Commits on Feb 28, 2006
Add get_category_by_path(). Remove old fullpath stuff.
Show description for a1d0a8ecommitted
Commits on Feb 12, 2006
Death to trailing tabs. Props Mark J. fixes #2405
Show description for 6008a13committed
Commits on Feb 4, 2006
Disable cache by default.
Show description for 8a9ce54committed
Commits on Jan 19, 2006
Cache flush improvements from Owen. fixes #2223 #2278
Show description for c87ff19committed
Commits on Jan 18, 2006
Add ENABLE_CACHE flag to force persistent cache enable.
Show description for 080c0c2committed
Commits on Jan 14, 2006
Disable peristent cache when safe_mode.
Show description for 0d0a6b8committedAcquire lock when flushing cache.
Show description for 79da568committed
Commits on Jan 6, 2006
Save cache after the shutdown hook runs. fixes #2232
Show description for 915517ccommitted
Commits on Jan 5, 2006
Don't remove top level cache dir when flushing.
Show description for 04cd103committedMore reliable cache flusher that does not require glob().
Show description for a984308committed
Commits on Jan 2, 2006
Preserve suid and sgid bits when creating new directories. fixes #2190
Show description for f34cbd8committed