- Jul 31, 2007
-
-
Robert Douglass authored
-
Robert Douglass authored
-
Robert Douglass authored
-
Robert Douglass authored
-
Robert Douglass authored
-
Robert Douglass authored
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.
-
Robert Douglass authored
-
Robert Douglass authored
-
Robert Douglass authored
removing memcache module from memcache_admin module dependencies. Dependency checking now happens in hook_requirements and is thus more accurate, since the memcache_admin module depends on the include file, not the memcache module.
-
Robert Douglass authored
-
Robert Douglass authored
-
- Jul 29, 2007
-
-
Robert Douglass authored
-
Robert Douglass authored
-
Robert Douglass authored
-
Robert Douglass authored
-
Robert Douglass authored
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.
-
Robert Douglass authored
-
Robert Douglass authored
-
Robert Douglass authored
-
Robert Douglass authored
-
Robert Douglass authored
-
- Jun 18, 2007
-
-
Derek Wright authored
-
- May 22, 2007
-
-
Robert Douglass authored
documenting the 'memcache_key_prefix' variable that can be set in if more than one Drupal instance is to share memcache
-
Robert Douglass authored
-
The Great Git Migration authored
create branch 'DRUPAL-5'. Cherrypick from master 2007-05-22 08:28:56 UTC Robert Douglass <robertdouglass@5449.no-reply.drupal.org> 'simplifying stats output a bit': memcache.db.inc memcache_admin/memcache_admin.info memcache_admin/memcache_admin.module session-memcache.db.inc
-
- May 21, 2007
-
-
Robert Douglass authored
-
- May 11, 2007
-
-
Robert Douglass authored
-
Robert Douglass authored
-
- May 10, 2007
-
-
Robert Douglass authored
The two-tiered variable system (which was designed to support a configuration GUI) is now gone. All memcache related configuration must be done in settings.php. The GUI will assist in generating pastable text which can be copied into settings.php. The bootstrap order problems that the two-tiered system created are nearly insurmountable and not worth the effort.
-
Robert Douglass authored
Adding DRUPAL-5-cache-serialze.patch which is a backport of the cache cleanup that has gone into Drupal 6. Updated memcache.inc with the same changes.
-
Robert Douglass authored
adding memcache.install. The install, uninstall and update hooks implemented add or remove the serialized column from any cache tables. See #137415. Postgres support only partially implemented.
-
- Apr 21, 2007
-
-
Robert Douglass authored
Finally, a memcache.inc that actually sets and gets all the potential cache hits it is supposed to. This version is dependent on this patch: http://drupal.org/files/issues/cache_serialization_1.patch
-
Robert Douglass authored
Finally, a memcache.inc that actually sets and gets all the potential cache hits it is supposed to. This version is dependent on this patch: http://drupal.org/files/issues/cache_serialization_1.patch
-
- Apr 14, 2007
-
-
http://drupal.org/node/318lyricnz authored
"If you need to define global variables, their name should start with a single underscore followed by the module/theme name and another underscore"
-
- Apr 12, 2007
-
-
Steve Rude authored
-
- Apr 11, 2007
-
-
Robert Douglass authored
Improving devel stats and handling the cache_set case where the expiration time is a timestamp in the future.
-
- Apr 10, 2007
- Apr 09, 2007
-
-
Steve Rude authored
-
- Apr 08, 2007
-
-
lyricnz authored
a Fedora Linux machine.
-