Closed (won't fix)
Project:
Queue UI
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Feb 2011 at 05:35 UTC
Updated:
25 Dec 2020 at 10:13 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jhedstromHere's some initial work on a backport. The module for 6.x requires the Drupal Queue backport, and also the Elements module (for the table select FAPI element.
Still remaining is to backport the 7.x multistep form functionality in
queue_ui.pages.incto something that works in 6.x.Comment #2
pheudo commentedCan anyone create 6.x trunk?
I want to propose and commit some patches too...
Comment #3
klonos...can we please roll this in a 6.x dev?
Comment #4
tsphethean commentedI've created a 6.x-1.x branch for this to go into.
Looking at the patch in #1, I think it would be better to include a dependency on the autoload module (http://drupal.org/project/autoload) to get auto class loading in the same way as D7 and avoid having to use drupal_queue_include() throughout. I'm using autoload on a few D6 sites along with the drupal_queue module and makes the code pretty much interchangeable with the D7 versions (also useful when adding new queue backends etc)
Comment #5
geberele commentedHello Tom, starting from the previous patch queue_ui-1054544-01-6.x-backport.patch, I've done some fixes more:
- Fixed multi-step form to delete a queue.
- Fixed error 'missing argument 2' for _form() functions.
- Added more messages when "Cron process" is selected.
- Removed few test functions.
- Added a text in README.txt.
I hope the patch can be helpful to release the version 6.x-1.0 of "Queue UI"! ;)
Comment #6
miteshmapHere is the complete working queue_ui module.
(Module created at Coworks)
Comment #7
volegerDrupal 6 is unsupported. Anyway if the backport is still relevant and needed please request a repository at https://github.com/d6lts .