Releases for Autoload
autoload 6.x-1.3
First released: March 17, 2009 - 22:04
Size: 8.63 KB
md5_file hash: fa7ae76f546747086f4a4aa1eda640c4
Last updated: March 17, 2009 - 22:05
This version is another critical bug fix. In 1.2, if the lookup table is empty then we will re-request the lookup table from the cache on every page request. That could result in several dozen identical cache_get() calls that just burns cycles. This version fixes that. It also switches from require_once() to require(), which should be very slightly faster.
There are no API changes.
autoload 6.x-1.2
First released: December 2, 2008 - 05:20
Size: 8.53 KB
md5_file hash: 4b055b77d1d2ee0edc1474633c754170
Last updated: December 2, 2008 - 05:25
This release fixes a critical bug in 1.1. In earlier versions, the lookup table was rebuilt on every failed lookup on the logic that you're unlikely to actually trigger a lookup unless you actually had data. However, I discovered that was causing dozens of cache_set() calls per page, which is doubleplusungood. This version uses hook_flush_caches() to rebuild the lookup table instead, which is really should have done in the first place.
autoload 6.x-1.1
First released: October 23, 2008 - 04:55
Size: 8.53 KB
md5_file hash: 7f63c5317440b630179b014f4b552bbd
Last updated: October 23, 2008 - 05:00
Fixed critical bug where hook_autoload_info_alter() wasn't being called, but hook_autoload_alter() was. Oopsies.
autoload 6.x-1.0
First released: October 3, 2008 - 05:47
Size: 8.51 KB
md5_file hash: 2953977671aaf676d50c2565266dc271
Last updated: October 3, 2008 - 05:50
First stable release.
autoload 6.x-1.x-dev
First released: October 3, 2008 - 05:46
Size: 9.26 KB
md5_file hash: c55b8769862e94d9274ecf3faee25134
Last updated: August 28, 2009 - 00:03
Nightly development snapshot.
