Releases for Autoload

autoload 6.x-1.3

Crell - March 17, 2009 - 22:04
Download Size md5 hash
autoload-6.x-1.3.tar.gz 8.63 KB fa7ae76f546747086f4a4aa1eda640c4
Official release from CVS tag: DRUPAL-6--1-3
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

Crell - December 2, 2008 - 05:20
Download Size md5 hash
autoload-6.x-1.2.tar.gz 8.53 KB 4b055b77d1d2ee0edc1474633c754170
Official release from CVS tag: DRUPAL-6--1-2
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

Crell - October 23, 2008 - 04:55
Download Size md5 hash
autoload-6.x-1.1.tar.gz 8.53 KB 7f63c5317440b630179b014f4b552bbd
Official release from CVS tag: DRUPAL-6--1-1
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

Crell - October 3, 2008 - 05:47
Download Size md5 hash
autoload-6.x-1.0.tar.gz 8.51 KB 2953977671aaf676d50c2565266dc271
Official release from CVS tag: DRUPAL-6--1-0
Last updated: October 3, 2008 - 05:50

First stable release.

autoload 6.x-1.x-dev

Crell - October 3, 2008 - 05:46
Download Size md5 hash
autoload-6.x-1.x-dev.tar.gz 9.26 KB c55b8769862e94d9274ecf3faee25134
Nightly development snapshot from CVS branch: DRUPAL-6--1
Last updated: August 28, 2009 - 00:03

Nightly development snapshot.

Syndicate content
 
 

Drupal is a registered trademark of Dries Buytaert.