Closed (works as designed)
Project:
Drupal Queue
Version:
6.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Dec 2009 at 01:26 UTC
Updated:
28 Nov 2011 at 15:24 UTC
Jump to comment: Most recent file
Comments
Comment #1
alex_b commentedGood call. I won't have the time to jump onto this, but I'd happily accept a patch. Thanks for filing the issue.
Comment #2
dave reidIt would be ever better if #817496: Autoload via .info files gets in to automodal!
Comment #3
JoeMcGuire commentedLooks like autoload is in use now. Only thing missing is declaring the dependancy. Patch attach adds this.
Marked as major as without this its possible to disable the autoload module but leave with the drupal_queue module enables breaking a site.
Comment #5
JoeMcGuire commentedThat was a pretty standarded git patch. Lets try again by changing the issue to be against 6.x-1.x-dev.
Comment #6
JoeMcGuire commented#3: drupal_queue-autoload-dependancy-3.patch queued for re-testing.
Comment #7
JoeMcGuire commentedGreen and passing! This is a tiny change and probably just needs maintainer approval.
Comment #8
dave reidDepending on Autoload actually is not required right now. It *works* with Autoload, but anything needing to invoke drupal_queue automatically should be depending on autoload.
Comment #9
JoeMcGuire commentedhaha quite right unexpected design but useful and works as designed.