Closed (fixed)
Project:
Drupal 7 API backport
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Mar 2010 at 19:10 UTC
Updated:
24 Jul 2010 at 16:30 UTC
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
Comment #1
dawehner... and drupal_static is in ctools as ctools_static
Comment #2
jose reyero commentedThanks 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'..
Comment #3
Crell commentedIt 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.
Comment #4
jose reyero commentedDropped that features, using the modules instead.