CVS messages for Authenticated User Page Caching (Authcache)
September 13, 2009
- Commit #262430 by Jonah Ellison at 22:04Authenticated User Page Caching (Authcache): /modules/authcache/ajax/authcache.php 1.2
Authenticated User Page Caching (Authcache): /modules/authcache/authcache.inc 1.2
Authenticated User Page Caching (Authcache): /modules/authcache/README.txt 1.4fixed ajax authcache bootstrap; cleaner is_db checker
September 12, 2009
- Commit #262060 by Jonah Ellison at 16:41Authenticated User Page Caching (Authcache): /modules/authcache/authcache.admin.inc 1.4
Authenticated User Page Caching (Authcache): /modules/authcache/authcache.helpers.inc 1.5
Authenticated User Page Caching (Authcache): /modules/authcache/authcache.info 1.3
Authenticated User Page Caching (Authcache): /modules/authcache/authcache.install 1.3
Authenticated User Page Caching (Authcache): /modules/authcache/authcache.module 1.7
Authenticated User Page Caching (Authcache): /modules/authcache/README.txt 1.3- More modular support for cache handlers - Removed "Maximum page lifetime" since this conflicts with cache handler modules (pages stored with CACHE_TEMPORARY ttl, like Drupal core) - Added content-type: javascript header for Ajax phase - Added "Non-HTML Cached Pages" configuration textbox [#560808] - Added cache support for all XML pages [#574600]
- Commit #262058 by Jonah Ellison at 16:33
moved authcache.inc to module root
- Commit #262056 by Jonah Ellison at 16:32
moved authcache.inc to module root
- Commit #262046 by Jonah Ellison at 16:03Authenticated User Page Caching (Authcache): /modules/authcache/ajax/authcache.php 1.1
Authenticated User Page Caching (Authcache): /modules/authcache/ajax/authcache_custom.default.php 1.1moved and renamed ajax files
- Commit #262044 by Jonah Ellison at 16:01
Directory /cvs/drupal-contrib/contributions/modules/authcache/ajax added to the repository
- Commit #262042 by Jonah Ellison at 15:57Authenticated User Page Caching (Authcache): /modules/authcache/ajax_authcache.php NONE
Authenticated User Page Caching (Authcache): /modules/authcache/ajax_authcache_custom.php NONE
Authenticated User Page Caching (Authcache): /modules/authcache/api/authcache.inc NONE
Authenticated User Page Caching (Authcache): /modules/authcache/api/Cache.php NONE
Authenticated User Page Caching (Authcache): /modules/authcache/api/cacherouter.inc NONE
Authenticated User Page Caching (Authcache): /modules/authcache/api/CacheRouter.php NONE
Authenticated User Page Caching (Authcache): /modules/authcache/engines/apc.php NONE
Authenticated User Page Caching (Authcache): /modules/authcache/engines/db.php NONE
Authenticated User Page Caching (Authcache): /modules/authcache/engines/eacc.php NONE
Authenticated User Page Caching (Authcache): /modules/authcache/engines/file.php NONE
Authenticated User Page Caching (Authcache): /modules/authcache/engines/memcache.php NONE
Authenticated User Page Caching (Authcache): /modules/authcache/engines/xcache.php NONEremoved Cache Router fork code; removed authcache.inc and ajax files (moved)
July 13, 2009
- Commit #236606 by Jonah Ellison at 02:55Authenticated User Page Caching (Authcache): /modules/authcache/ajax_authcache.php 1.4
Authenticated User Page Caching (Authcache): /modules/authcache/ajax_authcache_custom.php 1.2
Authenticated User Page Caching (Authcache): /modules/authcache/api/authcache.inc 1.3
Authenticated User Page Caching (Authcache): /modules/authcache/api/cacherouter.inc 1.1
Authenticated User Page Caching (Authcache): /modules/authcache/api/CacheRouter.php 1.2
Authenticated User Page Caching (Authcache): /modules/authcache/authcache.admin.inc 1.3
Authenticated User Page Caching (Authcache): /modules/authcache/authcache.helpers.inc 1.4
Authenticated User Page Caching (Authcache): /modules/authcache/authcache.info 1.2
Authenticated User Page Caching (Authcache): /modules/authcache/authcache.install 1.2
Authenticated User Page Caching (Authcache): /modules/authcache/authcache.module 1.6
Authenticated User Page Caching (Authcache): /modules/authcache/css/authcache.css 1.2
Authenticated User Page Caching (Authcache): /modules/authcache/engines/apc.php 1.3
Authenticated User Page Caching (Authcache): /modules/authcache/engines/db.php 1.3
Authenticated User Page Caching (Authcache): /modules/authcache/engines/eacc.php 1.3
Authenticated User Page Caching (Authcache): /modules/authcache/engines/file.php 1.3
Authenticated User Page Caching (Authcache): /modules/authcache/engines/memcache.php 1.3
Authenticated User Page Caching (Authcache): /modules/authcache/engines/xcache.php 1.3
Authenticated User Page Caching (Authcache): /modules/authcache/js/authcache.js 1.3
Authenticated User Page Caching (Authcache): /modules/authcache/modules/authcache_example/authcache_example.info 1.2
Authenticated User Page Caching (Authcache): /modules/authcache/modules/authcache_example/authcache_example.install 1.2
Authenticated User Page Caching (Authcache): /modules/authcache/modules/authcache_example/authcache_example.module 1.2
Authenticated User Page Caching (Authcache): /modules/authcache/modules/authcache_example/js/authcache_example.js 1.2
Authenticated User Page Caching (Authcache): /modules/authcache/modules/authcache_example/README.txt 1.2
Authenticated User Page Caching (Authcache): /modules/authcache/README.txt 1.2More informative debugging messages and fixed "n/a" cache_render issue? Using Etag caching headers instead of Last-Modified [#462786], [#510894] Added integration with Memcache module (http://drupal.org/project/memcache) [#495478] CacheRouter API now obeys "expire" on cache_clear_all(). [#511984] Maximum page lifetime can no longer be permanent (0), otherwise cache invalidation will fail. Less zealous error_get_last() use and deprecated fix [#398728] Changed Authcache template variables scope [#463866] Expanded default no cache paths [#460802] Added support for PHP 5.1 [#435166] Fixed timezone typo [#462992]
March 30, 2009
- Commit #190430 by Jonah Ellison at 06:31
Fixed Views exposed form validation error status message
March 15, 2009
- Commit #183564 by Jonah Ellison at 01:14Authenticated User Page Caching (Authcache): /modules/authcache/ajax_authcache.php 1.3
Authenticated User Page Caching (Authcache): /modules/authcache/authcache.module 1.4Fixed contact page form validation error for logged in users
