Download & Extend

Releases for Autoload

autoload 6.x-2.1

Download Size md5 hash
autoload-6.x-2.1.tar.gz 12.41 KB 5d968d794477eee8588e0da8a6b0fa12
autoload-6.x-2.1.zip 15.19 KB fc5450c6690b5b73e67efaffc35bba2d
Last updated: April 22, 2011 - 15:41
Official release from tag: 6.x-2.1

Release notes

Changes since 6.x-2.0:

  • #1091176 by te-brian, Dave Reid: Disable registry miss watchdog messages by default.
  • #1091176: Added watchdog notice for autoload registry misses.
  • Removing translation directories
  • Stripping CVS keywords

autoload 6.x-2.0

Download Size md5 hash
autoload-6.x-2.0.tar.gz 13.1 KB cce5f81f53a748a764aa7e28adc15e57
autoload-6.x-2.0.zip 16.49 KB 5882ccf7f13fbf941d7a781ce367ef99
Last updated: January 11, 2011 - 04:51
Official release from tag: 6.x-2.0

Release notes

Changes since DRUPAL-6--2-0-RC1:

  • #943168 by Dave Reid: Added autoload_get_lookup() to help maintain backwards compatibility.
  • #904856 by Dave Reid: Added new autoload.api.php and updated README.txt.

    autoload 6.x-2.0-rc1

    Download Size md5 hash
    autoload-6.x-2.0-rc1.tar.gz 12.78 KB 4ff0dfaf0fcadc64af0468588620b2f4
    autoload-6.x-2.0-rc1.zip 15.58 KB 35d5eea347aaa1ccf673399ea4079a2f
    Last updated: December 24, 2010 - 22:30
    Official release from tag: 6.x-2.0-rc1

    Release notes

    Changes since DRUPAL-6--1-4:

    • #817496 by mikeryan, Dave Reid: Backported D7 registry to autoload via .info files with compatibility support for the 1.x autoload hooks.
    • by Dave Reid: Bumped update from 6002() to 6200() since it exists on the 2.x branch.
    • #904840 by Dave Reid: Added 'Class registry' item into Administration Menu's 'Flush all caches' menu.

    autoload 6.x-2.x-dev

    Download Size md5 hash
    autoload-6.x-2.x-dev.tar.gz 12.41 KB 0904343fb7f8794ae6cd2e96b7442d31
    autoload-6.x-2.x-dev.zip 15.19 KB 6e9b58ae3c45156666fe176ec05d13fd
    Last updated: April 23, 2011 - 00:03
    Development snapshot from branch: 6.x-2.x

    autoload 6.x-1.4

    Download Size md5 hash
    autoload-6.x-1.4.tar.gz 9.31 KB cbcae2bba8239e6f454a865ab5f79244
    autoload-6.x-1.4.zip 11.37 KB ad50ab1d16d558057d2b1c365fc8b526
    Last updated: December 24, 2010 - 22:30
    Official release from tag: 6.x-1.4

    Release notes

    Nothing really exciting in this release. Just various bug fixes by various people. Thanks, folks!

    Changes since DRUPAL-6--1-3:

    • #547728 by mikey_p: Set low module weight so autoload is available earlier in the page process.
    • #547736 by SimmeLj: Switch to a Drush-friendly include mechanism that should work on CLI, too.
    • Remove duplicate hook_enable() from the module file.
    • #818714 by mikeryan and Crell: Move a static so that the lookup cache can be reset mid-request for things like Simpletest.
    • #831058 by sdboyer: Use proper static variable to avoid repeated DB hits.
    • Minor comment improvements.

    autoload 6.x-1.3

    Download Size md5 hash
    autoload-6.x-1.3.tar.gz 8.63 KB fa7ae76f546747086f4a4aa1eda640c4
    autoload-6.x-1.3.zip 10.15 KB 1491a5cf22cb7915f4717c47d23a4079
    Last updated: December 24, 2010 - 22:30
    Official release from tag: 6.x-1.3

    Release notes

    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

    Download Size md5 hash
    autoload-6.x-1.2.tar.gz 8.53 KB 4b055b77d1d2ee0edc1474633c754170
    autoload-6.x-1.2.zip 10.04 KB 293bffee50756b9dcd72bd09e29a81c1
    Last updated: December 24, 2010 - 22:30
    Official release from tag: 6.x-1.2

    Release notes

    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

    Download Size md5 hash
    autoload-6.x-1.1.tar.gz 8.53 KB 7f63c5317440b630179b014f4b552bbd
    autoload-6.x-1.1.zip 10.05 KB d83d0af956765686b0ffb0a41875d04b
    Last updated: December 24, 2010 - 22:30
    Official release from tag: 6.x-1.1

    Release notes

    Fixed critical bug where hook_autoload_info_alter() wasn't being called, but hook_autoload_alter() was. Oopsies.

    autoload 6.x-1.0

    Download Size md5 hash
    autoload-6.x-1.0.tar.gz 8.51 KB 2953977671aaf676d50c2565266dc271
    autoload-6.x-1.0.zip 10.04 KB eb56f9199cff342650c27a945424a998
    Last updated: December 24, 2010 - 22:30
    Official release from tag: 6.x-1.0

    Release notes

    First stable release.

    autoload 6.x-1.x-dev

    Download Size md5 hash
    autoload-6.x-1.x-dev.tar.gz 8.62 KB 6bd1fbc59e0b9f7ce19fc49811a338d6
    autoload-6.x-1.x-dev.zip 10.24 KB f352e7d630566e68b39541c7ddb46c75
    Last updated: February 25, 2011 - 07:27
    Development snapshot from branch: 6.x-1.x

    Release notes

    Nightly development snapshot.

    Subscribe with RSS Syndicate content