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

Log of /contributions/modules/memcache/memcache_admin/memcache_admin.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.3.2.10.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 21 15:18:32 2008 UTC (12 months ago) by jvandyk
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-1, DRUPAL-6--1-2, DRUPAL-6--1-3, DRUPAL-6--1-4, DRUPAL-6--1-4-RC1
Changes since 1.3.2.10.2.1: +1 -3 lines
Diff to previous 1.3.2.10.2.1 , to branch point 1.3.2.10
Some comments cleanup.

Revision 1.3.2.10.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 31 15:47:56 2008 UTC (12 months, 3 weeks ago) by jvandyk
Branch: DRUPAL-6--1
Changes since 1.3.2.10: +249 -251 lines
Diff to previous 1.3.2.10
#188474: Ported to Drupal 6.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 30 19:15:37 2008 UTC (12 months, 4 weeks ago) by jeremy
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
Bug #292346: properly invalidate cache_page when cache_clear_all() called.

Revision 1.3.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 1 10:24:33 2008 UTC (15 months, 3 weeks ago) by robertDouglass
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-9
Branch point for: DRUPAL-6--1
Changes since 1.3.2.9: +2 -2 lines
Diff to previous 1.3.2.9 , to branch point 1.3 , to next main 1.5
Ok, D- in math. This should do it, though.

Revision 1.3.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 27 07:38:52 2008 UTC (16 months ago) by robertDouglass
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-8
Changes since 1.3.2.8: +2 -2 lines
Diff to previous 1.3.2.8 , to branch point 1.3
#247306 correct % of memory used statistic

Revision 1.3.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 27 07:26:57 2008 UTC (16 months ago) by robertDouglass
Branch: DRUPAL-5
Changes since 1.3.2.7: +4 -2 lines
Diff to previous 1.3.2.7 , to branch point 1.3
Division by zero error

Revision 1.3.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 12 21:34:07 2008 UTC (21 months, 2 weeks ago) by robertDouglass
Branch: DRUPAL-5
Changes since 1.3.2.6: +72 -25 lines
Diff to previous 1.3.2.6 , to branch point 1.3
#215823 by nicholasThompson: improve admin area.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 29 22:50:25 2008 UTC (21 months, 4 weeks ago) by slantview
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
Cleanup work:
  * Fixed SQL Error in memcache.db.inc
  * Added CACHE_TEMPORARY memcache caching to memcache.db.inc (full page cache and other things weren't going in)
  * Small code cleanup in memcache.db.inc
  * Changed MENU_DEFAULT_LOCAL_TASK to MENU_LOCAL_TASK in memcache_admin.module
  * Updated README.txt for memcache-session.inc

Added:
  * patches directory to hold all of the patches
  * Drupal 5.0 - 5.6 patches for core

Removed:
  * Old core serialization patch that only "kinda" applied to certain versions. Should be easier
    to know which version to use now.

Revision 1.3.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 31 15:54:11 2007 UTC (2 years, 3 months ago) by robertDouglass
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-5, DRUPAL-5--1-6, DRUPAL-5--1-7
Changes since 1.3.2.5: +8 -5 lines
Diff to previous 1.3.2.5 , to branch point 1.3
Many bugfixes regarding the debug information and its interactions with bootstrap.

Revision 1.3.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 31 11:28:56 2007 UTC (2 years, 3 months ago) by robertDouglass
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-4
Changes since 1.3.2.4: +3 -2 lines
Diff to previous 1.3.2.4 , to branch point 1.3
update path in rearranged menu

Revision 1.3.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
Changes since 1.3.2.3: +70 -4 lines
Diff to previous 1.3.2.3 , to branch point 1.3
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.3.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 29 11:38:51 2007 UTC (2 years, 4 months ago) by robertDouglass
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-2, DRUPAL-5--1-3
Changes since 1.3.2.2: +3 -3 lines
Diff to previous 1.3.2.2 , to branch point 1.3
critical error in the new memcache_admin code.

Revision 1.3.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 29 11:06:19 2007 UTC (2 years, 4 months ago) by robertDouglass
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Changes since 1.3.2.1: +9 -13 lines
Diff to previous 1.3.2.1 , to branch point 1.3
admin module now working pretty well. Many unimplemented features, and some nice fancy graphics would be cool as well, but it shows up in the menu and gives you the raw stats for the various servers.

Revision 1.3.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 29 10:30:22 2007 UTC (2 years, 4 months ago) by robertDouglass
Branch: DRUPAL-5
Changes since 1.3: +1 -2 lines
Diff to previous 1.3
correct menu type in admin module so that link shows in menu

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 22 08:28:56 2007 UTC (2 years, 6 months ago) by robertDouglass
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, DRUPAL-5--1-0-BETA1, DRUPAL-5--1-0-BETA2
Branch point for: DRUPAL-5, DRUPAL-5--2
Changes since 1.2: +15 -22 lines
Diff to previous 1.2
simplifying stats output a bit

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 22 07:33:34 2007 UTC (2 years, 6 months ago) by robertDouglass
Branch: MAIN
Changes since 1.1: +37 -43 lines
Diff to previous 1.1
obsolete hook_help; handle default cluster/bin/server config gracefully.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 21 23:16:24 2007 UTC (2 years, 6 months ago) by njt1982
Branch: MAIN
Adding new admin files

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