/[drupal]/contributions/modules/fastpath_fscache/cache.fs.inc
ViewVC logotype

Log of /contributions/modules/fastpath_fscache/cache.fs.inc

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.7.4.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 25 11:24:06 2009 UTC (5 months ago) by kenorb
Branch: DRUPAL-6--1
Changes since 1.7.4.3: +2 -2 lines
Diff to previous 1.7.4.3 , to branch point 1.7
#434096 by drupal24: fixed warning: fopen() Filename cannot be empty

Revision 1.7.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 30 12:01:47 2009 UTC (7 months, 3 weeks ago) by kenorb
Branch: DRUPAL-5
Changes since 1.7.2.10: +1 -3 lines
Diff to previous 1.7.2.10 , to branch point 1.7
[#207712] by velankar: deleted non-initialized and not used variable

Revision 1.7.4.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 30 12:00:56 2009 UTC (7 months, 3 weeks ago) by kenorb
Branch: DRUPAL-6--1
Changes since 1.7.4.2: +1 -3 lines
Diff to previous 1.7.4.2 , to branch point 1.7
[#207712] by velankar: deleted non-initialized and not used variable

Revision 1.7.4.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 30 11:47:50 2009 UTC (7 months, 3 weeks ago) by kenorb
Branch: DRUPAL-6--1
Changes since 1.7.4.1: +2 -2 lines
Diff to previous 1.7.4.1 , to branch point 1.7
#207712: $subdirectory not defined anywhere, replaced with $dir

Revision 1.7.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 30 11:44:14 2009 UTC (7 months, 3 weeks ago) by kenorb
Branch: DRUPAL-5
Changes since 1.7.2.9: +2 -2 lines
Diff to previous 1.7.2.9 , to branch point 1.7
#207712: $subdirectory not defined anywhere, replaced with $dir

Revision 1.7.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 30 10:33:35 2009 UTC (7 months, 3 weeks ago) by kenorb
Branch: DRUPAL-6--1
Changes since 1.7: +67 -57 lines
Diff to previous 1.7
#375293: commited 6.x branch

Revision 1.7.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 16 15:53:42 2007 UTC (2 years, 3 months ago) by weitzman
Branch: DRUPAL-5
Changes since 1.7.2.8: +6 -4 lines
Diff to previous 1.7.2.8 , to branch point 1.7
#165419 clear all authenticated sessions when enabling this module. some more cleanup of .install file to deal with disabling the module and re-enabling the module.

Revision 1.7.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 14 21:32:27 2007 UTC (2 years, 3 months ago) by weitzman
Branch: DRUPAL-5
Changes since 1.7.2.7: +3 -3 lines
Diff to previous 1.7.2.7 , to branch point 1.7
#167149 standardize variable names. patch by moshe weitzman

Revision 1.7.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 8 03:57:53 2007 UTC (2 years, 3 months ago) by jeremy
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-rc1
Changes since 1.7.2.6: +18 -18 lines
Diff to previous 1.7.2.6 , to branch point 1.7
bug #165419: use a cookie to allow logged in users to bypass the fastpath.

Revision 1.7.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 7 23:26:40 2007 UTC (2 years, 3 months ago) by jeremy
Branch: DRUPAL-5
Changes since 1.7.2.5: +2 -0 lines
Diff to previous 1.7.2.5 , to branch point 1.7
Add comment to test of $_POST.

Revision 1.7.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 7 23:18:34 2007 UTC (2 years, 3 months ago) by jeremy
Branch: DRUPAL-5
Changes since 1.7.2.4: +3 -0 lines
Diff to previous 1.7.2.4 , to branch point 1.7
Don't cache pages generated from a POST (otherwise it becomes impossible for
anonymous users to post comments, etc.)

Revision 1.7.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 7 22:49:49 2007 UTC (2 years, 3 months ago) by jeremy
Branch: DRUPAL-5
Changes since 1.7.2.3: +28 -28 lines
Diff to previous 1.7.2.3 , to branch point 1.7
Only create subdirectories as we need them.

Revision 1.7.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 7 21:37:05 2007 UTC (2 years, 3 months ago) by jeremy
Branch: DRUPAL-5
Changes since 1.7.2.2: +112 -25 lines
Diff to previous 1.7.2.2 , to branch point 1.7
Ugh, I didn't look in the HEAD branch.  Overwriting all my changes with what
Moshe has been doing.

Revision 1.7.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 7 20:14:43 2007 UTC (2 years, 3 months ago) by jeremy
Branch: DRUPAL-5
Changes since 1.7.2.1: +199 -0 lines
Diff to previous 1.7.2.1 , to branch point 1.7
Files from 4.7.x branch.

Revision 1.7.2.1
Mon Jul 30 21:25:50 2007 UTC (2 years, 3 months ago) by jeremy
Branch: DRUPAL-5
Changes since 1.7: +0 -286 lines
FILE REMOVED
file cache.fs.inc was added on branch DRUPAL-5 on 2007-08-07 20:14:43 +0000

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 30 21:25:50 2007 UTC (2 years, 3 months ago) by weitzman
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
Changes since 1.6: +6 -2 lines
Diff to previous 1.6
cache_clear_all again

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 30 21:19:48 2007 UTC (2 years, 3 months ago) by weitzman
Branch: MAIN
Changes since 1.5: +51 -9 lines
Diff to previous 1.5
more work on cache_clear_all()

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 30 20:06:52 2007 UTC (2 years, 3 months ago) by weitzman
Branch: MAIN
Changes since 1.4: +2 -1 lines
Diff to previous 1.4
start getting cache clear functions to understand about our table based dubdirs, and minidirs below that

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 30 16:47:48 2007 UTC (2 years, 3 months ago) by weitzman
Branch: MAIN
Changes since 1.3: +24 -8 lines
Diff to previous 1.3
#82738 use subdirs for each letter/number. patch by crunchwelch. modified by moshe weitzman

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 28 05:31:41 2007 UTC (2 years, 3 months ago) by weitzman
Branch: MAIN
Changes since 1.2: +12 -8 lines
Diff to previous 1.2
this version should actually work. we now print the cached data from our page_cache_fastpath() function.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 27 20:21:30 2007 UTC (2 years, 4 months ago) by weitzman
Branch: MAIN
Changes since 1.1: +34 -14 lines
Diff to previous 1.1
#109547. ported to D5.. patch by moshe weitzman, with parts by robert gerola and christefano.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 26 05:06:20 2006 UTC (3 years, 3 months ago) by mathias
Branch: MAIN
Branch point for: DRUPAL-4-7
#45414 - File-based caching module co-maintained by Jeremy@kerneltrap.org and matt westgate. Beta release.

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