NodeQueue queue creator
DamienMcKenna - March 16, 2009 - 01:47
| Project: | Install Profile API |
| Version: | 6.x-2.0 |
| Component: | CRUD functions and includes |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
A set of functions to create nodequeues would be great.
Here's one I made earlier. It doesn't have lots of functions for removing nodequeues, just for adding them.

#1
#2
I'm testing this actively right now. The only issue I've found so far is the default views are not created. This update clears the views cache which rebuilds all default views.
One thought, for
install_nodequeue_create()what about just calling thenodequeue_save()function? I think there is some wheel reinvention going on. Or am I missing something?#3
You have a point, I'll see about re-doing it.
edit
Oh, you already did X-) I'll take a look. Thanks.
#4
This new .inc fixes a problem with the SQL in
install_nodequeue_add_sub. This one works well for me, if no complaints I will commit :-).#5
Actually the last one didn't fix much. This one is a better roll.
#6
Committed to CVS.
#7
Automatically closed -- issue fixed for 2 weeks with no activity.