CVS messages for Autoload
August 27, 2009
-
#547728 by mikey_p: Set low module weight so autoload is available earlier in the page process.
June 26, 2009
-
by Zoltan Balogh: Updated Hungarian translation
June 25, 2009
-
by Zoltan Balogh: Hungarian translation
-
Directory /cvs/drupal-contrib/contributions/modules/autoload/translations added to the repository --> Using per-directory sticky tag `DRUPAL-6--1'
March 17, 2009
-
#359111 by Crell: use require() instead of require_once().
-
- by Crell: Changed empty() to !isset() to allow for empty lookup. Otherwise it causes the cache_get() to get called a few zillion times per page.
December 2, 2008
-
- Use hook_flush_caches() to clear the lookup table rather than rescanning on every failure. Rescanning on every failure was causing dozens of needless cache_set() calls. Oops.
-
- Remove unnecessary return from autoload_get_lookup().
October 23, 2008
-
#316584 by Crell. hook_autoload_alter() is supposed to be hook_autoload_info_alter().
October 3, 2008
-
Autoload: /modules/autoload/autoload.info 1.1
Autoload: /modules/autoload/autoload.module 1.1
Autoload: /modules/autoload/autoloadtest/autoloadtest.classes.inc 1.1
Autoload: /modules/autoload/autoloadtest/autoloadtest.module 1.1
Autoload: /modules/autoload/README.txt 1.1Initial checkin of autoload module.
