These modules already exist and have for quite some time:

http://drupal.org/project/dbtng
http://drupal.org/project/autoload
http://drupal.org/project/drupal_queue

This seems like a lot of unnecessary duplication to me.

Comments

dawehner’s picture

... and drupal_static is in ctools as ctools_static

jose reyero’s picture

Version: » 6.x-1.x-dev
Component: Code » Miscellaneous

Thanks for the heads up.

I'll replace some parts by dependencies on the other modules as it fits. However there are some parts that are new to this module, like the fies[]/registry feature, entity api.... But I'm not adding a dependency on the huge ctools module just for ctools_static....

Also some other APIs may be coming, as straight backports. So you can think of this one as a 'wrapper for all D7 APIs'..

Crell’s picture

It seems most of those are already happening as free-standing modules. I don't know that there's a value to a wrapper-to-rule-them-all.

jose reyero’s picture

Status: Active » Fixed

Dropped that features, using the modules instead.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.