/[drupal]/contributions/modules/cacherouter/CacheRouter.php
ViewVC logotype

Log of /contributions/modules/cacherouter/CacheRouter.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 5 13:03:25 2009 UTC (2 months, 2 weeks ago) by slantview
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-RC1
Changes since 1.1.2.6: +3 -3 lines
Diff to previous 1.1.2.6 , to branch point 1.1 , to next main 1.4
Big time bug fix update.

-Spent the past couple days tweaking the SHIT out of everything.
-Updated cacherouter.inc to work more like core cache.inc.
-Got all engines (except for the new memcached.inc) passing tests.
-Fixed XCache to not whites screen any more and actually work.
-Fixed eacc to actually work (and not bad I must say).  You MUST use the svn snapshot of eAccelerator for this to clear cache correctly.
tweaked apc/eacc/xcache to use files for locks for better reliability and true atomic locks.
-Fixed a ton of bugs.
-Ripped out stats.  STATS WILL NOT GO INTO 1.0.  Sorry guys, it's just not gonna happen.

I'm marking this as RC1.  Session handling and stats will go into 2.0.

Revision 1.1.4.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 3 11:31:50 2009 UTC (2 months, 3 weeks ago) by slantview
Branch: DRUPAL-7--1
Changes since 1.1.4.4: +2 -2 lines
Diff to previous 1.1.4.4 , to branch point 1.1 , to next main 1.4
Fix for namespace collisions with PEAR.  Fixes #317112 by dmiric.  Thanks!

Revision 1.1.6.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 3 11:31:47 2009 UTC (2 months, 3 weeks ago) by slantview
Branch: DRUPAL-5
Changes since 1.1.6.4: +2 -2 lines
Diff to previous 1.1.6.4 , to branch point 1.1 , to next main 1.4
Fix for namespace collisions with PEAR.  Fixes #317112 by dmiric.  Thanks!

Revision 1.1.4.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 3 09:32:13 2009 UTC (2 months, 3 weeks ago) by slantview
Branch: DRUPAL-7--1
Changes since 1.1.4.3: +12 -2 lines
Diff to previous 1.1.4.3 , to branch point 1.1
Refactor cache creation and initialization to be better suited for programmatic cache creation.  Initial patch by Damien Tournoud.

Fix for issue #365065

Cleaned up patch a bit and kept file patches from earlier.

Thank you!

Revision 1.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 3 09:32:08 2009 UTC (2 months, 3 weeks ago) by slantview
Branch: DRUPAL-6--1
Changes since 1.1.2.5: +12 -2 lines
Diff to previous 1.1.2.5 , to branch point 1.1
Refactor cache creation and initialization to be better suited for programmatic cache creation.  Initial patch by Damien Tournoud.

Fix for issue #365065

Cleaned up patch a bit and kept file patches from earlier.

Thank you!

Revision 1.1.6.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 3 09:32:04 2009 UTC (2 months, 3 weeks ago) by slantview
Branch: DRUPAL-5
Changes since 1.1.6.3: +16 -3 lines
Diff to previous 1.1.6.3 , to branch point 1.1
Refactor cache creation and initialization to be better suited for programmatic cache creation.  Initial patch by Damien Tournoud.

Fix for issue #365065

Cleaned up patch a bit and kept file patches from earlier.

Thank you!

Revision 1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 2 10:24:29 2009 UTC (9 months, 3 weeks ago) by slantview
Branch: DRUPAL-6--1
Changes since 1.1.2.4: +2 -2 lines
Diff to previous 1.1.2.4 , to branch point 1.1
Fix include to use dirname(__FILE__) instead.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 26 09:52:36 2008 UTC (10 months, 4 weeks ago) by slantview
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +31 -1 lines
Diff to previous 1.3
Merge with DRUPAL-7--1

Revision 1.1.4.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 26 02:34:50 2008 UTC (11 months ago) by slantview
Branch: DRUPAL-7--1
CVS Tags: DRUPAL-7--1-0-BETA1
Changes since 1.1.4.2: +6 -0 lines
Diff to previous 1.1.4.2 , to branch point 1.1
Update files with $Id$ and removed some cruft.  Merged with DRUPAL-6--1

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 26 02:23:54 2008 UTC (11 months ago) by slantview
Branch: DRUPAL-6--1
Changes since 1.1.2.3: +6 -0 lines
Diff to previous 1.1.2.3 , to branch point 1.1
Updated all files to have $Id$ as well as a cleanup of some cruft.

Revision 1.1.6.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 26 02:14:48 2008 UTC (11 months ago) by slantview
Branch: DRUPAL-5
Changes since 1.1.6.2: +6 -0 lines
Diff to previous 1.1.6.2 , to branch point 1.1
Updated all files to have $Id$ as well as a cleanup of some cruft.

Revision 1.1.4.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 26 01:46:40 2008 UTC (11 months ago) by slantview
Branch: DRUPAL-7--1
Changes since 1.1.4.1: +31 -7 lines
Diff to previous 1.1.4.1 , to branch point 1.1
Merge with DRUPAL-6--1 in order to start working on a "real" Drupal 7 branch

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 26 00:30:19 2008 UTC (11 months ago) by slantview
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
#331152 by andypost: fix for unnecessary php notices.

Revision 1.1.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 26 00:30:06 2008 UTC (11 months ago) by slantview
Branch: DRUPAL-7--1
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
#331152 by andypost: fix for unnecessary php notices.

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 26 00:29:53 2008 UTC (11 months ago) by slantview
Branch: DRUPAL-6--1
Changes since 1.1.2.2: +1 -1 lines
Diff to previous 1.1.2.2 , to branch point 1.1
#331152 by andypost: fix for unnecessary php notices.

Revision 1.1.6.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 26 00:29:38 2008 UTC (11 months ago) by slantview
Branch: DRUPAL-5
Changes since 1.1.6.1: +1 -1 lines
Diff to previous 1.1.6.1 , to branch point 1.1
#331152 by andypost: fix for unnecessary php notices.

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 5 00:33:56 2008 UTC (12 months, 2 weeks ago) by slantview
Branch: DRUPAL-6--1
Changes since 1.1.2.1: +25 -1 lines
Diff to previous 1.1.2.1 , to branch point 1.1
Big commit with new statistics stuff.  Very good stuff.

TODO:

Have statistics mostly working for APC, File and Memcache.  Still need to do
DB, eA and XCache.

Revision 1.1.6.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 31 01:49:46 2008 UTC (12 months, 3 weeks ago) by slantview
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-BETA6, DRUPAL-5--1-0-BETA7, DRUPAL-5--1-0-BETA8, DRUPAL-5--1-0-BETA9, DRUPAL-6--1-0-BETA5
Changes since 1.1: +5 -5 lines
Diff to previous 1.1
Fix for wrong check for $map initialization.  We should be checking $this->map
not $map.

#313289 by Murz: Thank you!

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 2 02:04:34 2008 UTC (17 months, 3 weeks ago) by slantview
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA4, DRUPAL-6--1-0-BETA6, DRUPAL-6--1-0-BETA7, DRUPAL-6--1-0-BETA8, DRUPAL-6--1-2-BETA5
Changes since 1.1: +6 -6 lines
Diff to previous 1.1
Branching from HEAD.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 2 01:30:08 2008 UTC (17 months, 3 weeks ago) by slantview
Branch: MAIN
Changes since 1.1: +6 -6 lines
Diff to previous 1.1
Big updates.  Much appreciated the help from the following issues:

http://drupal.org/node/262830 - andypost:
-----------------------------------------
cacherouter.inc
* changed parameters to cache.inc style
* added comments from cache.inc

Cache.php
* added check for existence $conf mappings
* lookup & look variables are in-class and sharable
* prefix now stored with '-' sign if is set

CacheRouter.php
* added check for existence $conf mappings

Engines
db.php
* return 0 as in cache.inc
* overload flush to clean expired

apc memcache xcache
* lookup-keys are shared (for multisite) and now stores $expire param

Added eAccelerator engine


http://drupal.org/node/264428 - triclops
-----------------------------------------
* Fixed prefix issue


http://drupal.org/node/264430 - triclops
-----------------------------------------
* Changed $map to $this->map


Thanks to everyone for testing this.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 31 08:40:50 2008 UTC (19 months, 3 weeks ago) by slantview
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-BETA1, DRUPAL-5--1-0-BETA2, DRUPAL-5--1-0-BETA3, DRUPAL-5--1-0-BETA4, DRUPAL-6--1-0-BETA1, DRUPAL-6--1-0-BETA2, DRUPAL-6--1-0-BETA3
Branch point for: DRUPAL-5, DRUPAL-6--1, DRUPAL-7--1
Initial commit of CacheRouter

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2