/[drupal]/contributions/modules/memcache/memcache.module
ViewVC logotype

Log of /contributions/modules/memcache/memcache.module

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.2.4.2.1
Sat Aug 9 10:02:28 2008 UTC (15 months, 2 weeks ago) by robertDouglass
Branch: DRUPAL-6--1
Changes since 1.7.2.4: +1 -1 lines
FILE REMOVED
The start of memcache for DRUPAL-6

Revision 1.7.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 31 08:37:27 2007 UTC (2 years, 3 months ago) by robertDouglass
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-4, DRUPAL-5--1-5, DRUPAL-5--1-6, DRUPAL-5--1-7, DRUPAL-5--1-8, DRUPAL-5--1-9
Branch point for: DRUPAL-6--1
Changes since 1.7.2.3: +2 -44 lines
Diff to previous 1.7.2.3 , to branch point 1.7 , to next main 1.14
rearranging and consolidating. memcache.module is now just a placeholder for its install hooks. To guarantee that it gets turned on, the memcache_admin module does indeed depend on it. All stats collecting is now in memcache_admin. The previous memcache_admin status page is now under admin/logs. There is a new admin/settings page for memcache to turn display of per-page stats on or off.

Revision 1.7.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 29 09:08:56 2007 UTC (2 years, 3 months ago) by robertDouglass
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1, DRUPAL-5--1-2, DRUPAL-5--1-3
Changes since 1.7.2.2: +5 -5 lines
Diff to previous 1.7.2.2 , to branch point 1.7
sync head and DRUPAL-5

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 28 12:02:18 2007 UTC (2 years, 4 months ago) by robertDouglass
Branch: MAIN
CVS Tags: HEAD
Changes since 1.13: +5 -5 lines
Diff to previous 1.13
#154996 by lyricnz; smarter inclusion of .js file (for memcache stats) and registering of shutdown function.

Revision 1.7.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 22 09:05:23 2007 UTC (2 years, 6 months ago) by robertDouglass
Branch: DRUPAL-5
Branch point for: DRUPAL-5--2
Changes since 1.7.2.1: +7 -4 lines
Diff to previous 1.7.2.1 , to branch point 1.7
sync with HEAD

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 22 08:58:15 2007 UTC (2 years, 6 months ago) by robertDouglass
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, DRUPAL-5--1-0-BETA2
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
refactored all dmemcache functions into separate include

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 21 18:33:00 2007 UTC (2 years, 6 months ago) by robertDouglass
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-BETA1
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
move the js include inside of the conditional to avoid extra loading

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 21 17:12:50 2007 UTC (2 years, 6 months ago) by robertDouglass
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
moving drupal_add_js to the shutdown function gets rid of the bootstrap problem for anonymous users when page caching is turned on.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 21 17:02:00 2007 UTC (2 years, 6 months ago) by robertDouglass
Branch: MAIN
Changes since 1.9: +5 -2 lines
Diff to previous 1.9
adding hook perm, an 'access memcache statistics' permission, and using that to determine whether to show the stats.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 21 15:56:23 2007 UTC (2 years, 6 months ago) by robertDouglass
Branch: MAIN
Changes since 1.8: +1 -1 lines
Diff to previous 1.8
sync HEAD

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 11 06:16:28 2007 UTC (2 years, 6 months ago) by robertDouglass
Branch: MAIN
Changes since 1.7: +1 -0 lines
Diff to previous 1.7
Id's all around

Revision 1.7.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 11 06:12:17 2007 UTC (2 years, 6 months ago) by robertDouglass
Branch: DRUPAL-5
Changes since 1.7: +1 -0 lines
Diff to previous 1.7
Renaming global variable to conform with coding standards. Extending statistics tracking.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 14 13:01:57 2007 UTC (2 years, 7 months ago) by lyricnz
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
Update statistics variable name. See Coding Standards http://drupal.org/node/318
"If you need to define global variables, their name should start with a single underscore followed by the module/theme name and another underscore"

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 11 14:46:53 2007 UTC (2 years, 7 months ago) by robertDouglass
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
Improving devel stats and handling the cache_set case where the expiration time is a timestamp in the future.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 8 13:51:04 2007 UTC (2 years, 7 months ago) by robertDouglass
Branch: MAIN
Changes since 1.4: +2 -8 lines
Diff to previous 1.4
Improving the way js is included for the devel hints.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 7 10:53:15 2007 UTC (2 years, 7 months ago) by robertDouglass
Branch: MAIN
Changes since 1.3: +38 -28 lines
Diff to previous 1.3
#134174 by lyricnz and robertDouglass: add get/set/hit statistics to the bottom of pages like devel module does with queries. Note that this marks the beginning of the rebuilding of memcache.module. All other functionality has been stripped for the time being.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 12 22:19:52 2007 UTC (2 years, 10 months ago) by robertDouglass
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-DEPRECATED
Changes since 1.2: +2 -1 lines
Diff to previous 1.2
Adding taxonomy.patch. Apply this patch to memcache taxonomy vocabularies, trees and terms.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 12 21:24:11 2007 UTC (2 years, 10 months ago) by robertDouglass
Branch: MAIN
Changes since 1.1: +3 -3 lines
Diff to previous 1.1
updated the API functions to their new names

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 12 20:01:28 2007 UTC (2 years, 10 months ago) by robertDouglass
Branch: MAIN
Adding memcache.module (not useful until I provide patches for specific caching targets, though). Rewrote the server cluster management code in dmemcache_object. Added some (sloppily coded) tests.

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