Releases for Nodequeue
nodequeue 6.x-2.0-rc2
Download: nodequeue-6.x-2.0-rc2.tar.gz
Size: 378.36 KB
md5_file hash: 1f0fe32683cc8540a3231c5ce57ede41
First released: August 17, 2008 - 03:49
Last updated: August 17, 2008 - 03:50
This is the second release candidate of Nodequeue for Drupal 6. Views integration has fundamentally changed since the Drupal 5 version in that you must now use relationships for your nodequeue views. The built in Views should adequately explain this. You must be using Views 2.0-beta4 or later; prior versions of Views will not work. Thanks to everyone who helped by writing patches, reviewing patches and reporting errors!
Bug Fixes:
#284312: Nodequeue & Triggers - FAPI error by Lynn
#167465: SQL warnings when user has manipulate queue permission and #275236: Manipulate all queues permission doesn't work fixed by olav
#281592: "In queue" filter doesn't work by Crell
Fix to the title of the subqueue reference Views argument by ezra-g
#277867: Nodequeue tab on nodes even though they are disabled reported by coltrane was fixed in
new feature: #278609: Forward port Modular Access Control to 6 by ezra-g incorporating changes from related issues by cotrane and sun.
nodequeue 5.x-2.2
Download: nodequeue-5.x-2.2.tar.gz
Size: 45.07 KB
md5_file hash: 6e99cbcfff3a1402635c5baba707e7c7
First released: July 6, 2008 - 16:46
Last updated: July 6, 2008 - 16:50
This version fixes two issues that caused white screen of death errors when Nodequeue is enabled with workflow_ng:
#265567: fatal error in worklfow-ng.inc - by fago
#278733: Duplicate declarations of nodequeue_action_info resulting in WSoD - by Amitaibu
nodequeue 5.x-2.1
Download: nodequeue-5.x-2.1.tar.gz
Size: 44.93 KB
md5_file hash: 1ff5d52ad388d26548e1896d4c736f37
First released: July 4, 2008 - 16:58
Last updated: July 4, 2008 - 17:00
#228263: by ezra-g: nodequeue_generate produced call-time pass by reference warnings.
#238182 by Scott Reynolds: use db_rewrite_sql() to ensure that nodequeue_fetch_random() always works.
#191102 by Amitaibu and jcarney: workflow_ng integration
#272298: by ezra-g and sun. Modular Access control for queue, subqueue viewing and manipulation
nodequeue 6.x-2.0-rc1
Download: nodequeue-6.x-2.0-rc1.tar.gz
Size: 377.91 KB
md5_file hash: 0db93678641cba8d52482f4972d09b44
First released: June 26, 2008 - 03:32
Last updated: June 26, 2008 - 03:35
This is a straight port of Nodequeue for Drupal 5; the only new features are that the Views integration has fundamentally changed. You must now use relationships for your nodequeue views. The built in Views should adequately explain this.
You must be using Views 2.0-beta4 or later; prior versions of Views will not work.
nodequeue 5.x-2.0
Download: nodequeue-5.x-2.0.tar.gz
Size: 41.01 KB
md5_file hash: e6fc4be038d4bebfe6d5de2c3625f2dd
First released: February 26, 2008 - 22:00
Last updated: February 26, 2008 - 22:05
Nodequeue 2 introduces the following features:
- More javascript controls with queue control, making for a smoother UI. This UI degrades gracefully without javascript.
- More options for queue control including quickly shuffling and emptying queues.
- The smartqueue system, where queues can have subqueues. Smartqueue modules can create subqueues that correlate to external data; for example, the taxonomy smartqueue creates a subqueue per taxonomy term in a vocabulary; nodes are then eligible for the subqueues that it has terms for. This makes it easy to have many queues with identical configuration.
- An extended API system to make it easier to expand nodequeue and work with it with your custom code.
nodequeue 5.x-2.0-rc3
Download: nodequeue-5.x-2.0-rc3.tar.gz
Size: 40.44 KB
md5_file hash: b545bcd9a21a6ff8fa36d8e504ab70fa
First released: January 2, 2008 - 01:05
Last updated: January 2, 2008 - 01:10
Changes since DRUPAL-5--2-0-RC2:
- #182715 by dww: bogus javascript header only sort of worked
- Fix javascript when using a tabled theme
- #203515: Prevent error when trying to add nodequeue items to Views when no queues exist.
- #193102: Update actions for subqueues. By Moshe
- #197439: Implement subqueue response to term deletion. By bdragon.
- #192265: Make nodequeue queue size text themeable. I'm not completely sure about doing this but I committed it anyhow.
- #193146: Allow sorting by position in a given queue.
- #192266: nodequeue settings page to add more flexibility to nodequeue presentation.
- #190871: Make the ajax operation link a Views field option. By BDragon.
- #188898: Removed unneeded check_plain prior to database save; these should be done on output, not input.
- #188888: Allow "any" option in certain views selectors to pick queues.
- #184066: by dww: actually implement options that appear in the views UI.
- #182458: Proper uninstall of sequence for PGSQL
- #182708: fix smartqueue dependency line in .info file
nodequeue 5.x-2.0-rc2
Download: nodequeue-5.x-2.0-rc2.tar.gz
Size: 37.44 KB
md5_file hash: defe0290831822732782373fc77059bb
First released: October 10, 2007 - 23:13
Last updated: October 10, 2007 - 23:15
Changes since DRUPAL-5--2-0-RC:
- #171911 by kndr: Only check nodequeue size on autocomplete if there is a max size to bother checking.
- Followup to last commit: make sure $size is valid *always*
- #171920 by kndr: fix nodequeue size text on no limit queues
- More feedback about saving and items being moved.
- Some display tightening.
- Allow administrative reversal of queues
- Button to reverse the queue
- Rename "clear queue" button to just "Clear"
- javascript code consolidation
- #178188 and #182378: pgsql .install fixes by dww and hunmonk
- #182159: Nodequeue exclusion filter by dww
- #182154: Fix for views subqueue filtering by dww.
- #178583: Fix for size 1 queues. Also, fix for cached nodequeue position causing links to mistakenly show queue presence
- #171626: Fix default views so they actually work.
- #176213: External API function to fetch the position of a node in a queue
nodequeue 5.x-2.0-rc
Download: nodequeue-5.x-2.0-rc.tar.gz
Size: 36.29 KB
md5_file hash: 4ed6750aaf44ecf55016580c1c297532
First released: August 28, 2007 - 20:46
Last updated: August 28, 2007 - 20:50
I believe this RC is almost ready for general use, but would like a wider audience to tell me so. Please back up your databases before updating!
- Expansion to the autocomplete; javascript fixes; warnings on empty queue fixes
- #165107: Fix update 5201. Again.
- Add shuffle feature; javascript the clear & shuffle features as well.
nodequeue 5.x-2.0-beta
Download: nodequeue-5.x-2.0-beta.tar.gz
Size: 38.49 KB
md5_file hash: f3a195f5e35a47a5c39f93da67279555
First released: August 16, 2007 - 00:27
Last updated: August 16, 2007 - 00:30
New release of nodequeue featuring subqueues!
Now, all nodequeues have subqueues; the standard nodequeue that everyone knows and loves gets just 1 subqueue. But plugins can create nodequeues that have subqueues that are related to something. The smartqueue_taxonomy module allows you to create a nodequeue that has 1 subqueue per taxonomy term in a vocabulary. This can be used to easily create featured nodes per category without littering up your administration console.
Nodes can now be added to queues either via node links, the nodequeue tab or from the view queue page.
nodequeue 5.x-2.x-dev
Download: nodequeue-5.x-2.x-dev.tar.gz
Size: 45.15 KB
md5_file hash: 95eb183883980dd4e7b87dc3533d2409
First released: August 7, 2007 - 01:58
Last updated: August 17, 2008 - 12:07
Dev release for Node Queue 2
nodequeue 6.x-2.x-dev
Download: nodequeue-6.x-2.x-dev.tar.gz
Size: 378.37 KB
md5_file hash: 457283d56cef47d9545d546389e15619
First released: November 11, 2006 - 09:14
Last updated: September 2, 2008 - 12:09
As of May, 2008 this is an experimental Drupal 6 port; not ready for primetime and is in need of testing.
