| /[drupal]/contributions/modules/nodequeue/nodequeue.module |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
bug #634674 by quicksketch: foreach() error when building the Solr index
bug #281040 by ezra-g: Subqueue name changes don't affect individual subqueues
bug # Repeated nodequeue_load_queues() in nodequeue_nodeapi() and a php notice. by wulff.
bug #606762 by jpmckinney: apachesolr_update_index hook should use setMultiValue
bug #597482 by toniw: max queue length off by one
bug #593858 by ezra-g and michaelsauter: Adding an empty node deletes first item in queue. Also adds a related hook_update_N implementation to clear out invalid data from the nodequeue_nodes table.
bug #590986 by swentel: Notice errors when indexing with apachesolr
bug #540810 by jpmckinney and ezra-g: nodequeue_apachesolr_update_index fails if empty
feature #212510 by cyberswat, baldwinlouie: hooks for add/remove
bug #486438 by TheOnlyHarry: foreach error when drawing empty queue
bug #486438 by TheOnlyHarry: foreach error when drawing empty queue
tweak to feature #442320 by Scott Reynolds : Integratation with Solr
feature #234004 by wulff and ezra-g: drag and drop node ordering
consolidating recently added code into helper functions
consolidating recently added code into helper functions
bug #483204 by wulff and nrambeck: Queue Manipulation callbacks not updated from Drupal 5
bug #490130 by ezra-g: array_shift error on nodequeue_view_random_node
488092 SA-CONTRIB-2009-038 - Nodequeue - Multiple vulnerabilities
488092 SA-CONTRIB-2009-038 - Nodequeue - Multiple vulnerabilities
bug #467178 by rob loach and ezra-g: Queue doesn't load unpublished nodes
bug #473142 by wulff: bypass_cache in nodequeue_load_queues() doesn't behave as expected
bug #473074 by wulff: nodequeue_queue_access() ignores passed in
bug #468178 by ezra-g: Subqueue count displays incorrectly after adding a node on nodequeue tab
bug #446452 by martinjbaker: nodequeue_load_x functions should return data in a uniform format . Congratulations on your first patch :)
feature #442320 by Scott Reynolds with minor change by ezra-g: Integratation with Solr. Drupal community <8 nodequeue
enhancement #442150 by ezra-g, suggested by martinjbaker: change date column header to Date Created
enhancement #442150 by ezra-g, suggested by martinjbaker: change date column header to Date Created
bug #442672 by ezra-g: Deleting nodes from /admin/content/node generated errors
feature #449542 by daniboy : Make sure a qid is present in the
bug #411280 fixed by ezra-g and reported by NikLP: Add to queue link does not appear unless remove link is present.
bug #402620 by ezra-g nodequeue_queue_access should call subqueue_api_access first
bug #388910 by neoliminal: Views bulk operation add to nodequeue gives all node the same position.
removing another stay debug msg
bug #368047 reported by mkrakowiak: stray debug messages and dprint_r accidentally committed. caused and fixed by ezra-g
feature #315162 by davideads and ezra-g: refactor nodequeue nodes
feature #366769 suggested by chriscalip fixed by ezra-g: require a queue title
feature #318207 by prof1337, ezra-g and jmburnz: add toggle classes to nodequeue links
feature #318207 by prof1337, ezra-g and jmburnz: add toggle classes to nodequeue links
bug #354494 by KarenS: undefined variable: nodes
bug #354494 by KarenS: undefined variable: nodes
additional fixes for bug #321866: caching of subqueues causes failure of nodequeue_subqueue_add by andrewlevine and ezra-g
additional fixes for bug #321866: caching of subqueues causes failure of nodequeue_subqueue_add by andrewlevine and ezra-g
#344283 : pointed out by shagren, done by ezra-g: Add Default Value to $qids in nodequeue_load_queues
bug-fixing-feature #321866: API Improvement: caching of subqueues causes failure of nodequeue_subqueue_add by andrewlevine
bug-fixing-feature #321866: API Improvement: caching of subqueues causes failure of nodequeue_subqueue_add by andrewlevine
feature #251092: multilingual support by wmostrey, catch, recidive and ezra-g.
Removing unnecesary call to t()
reversing last commit
removing an unnecessary call to t() in nodequeue_menu
bug #317642 by stella of CivicActions: patch for problems found in code review
#315375 by wazdog graciously implementing feedback by ezra-g: Sort queues by title in admin list
backport of user interface improvement #306201 by wazdog: Sort allowed node types by display name, not internal name
user interface improvement #306201 by wazdog: Sort allowed node types by display name, not internal name
Bug #311089 reported Pasqualle, fixed by ezra-g: "PHP notice: Undefined property: stdClass::$position"
bug #303985 by ezra-g, continuing thinking by merinofchaos: Performance Improvement: nodequeue_node_tab_access should call user_access first
first commit of Views API change compliance.
reversing accidental commit
when reversing accidental commits, be sure you are in the right branch.
reversing unintended commit.
#278609 by ezrag with sun and coltrane: Forward port modular access control to to D6. Also fixes #277867 by coltrane: nodequeue tab on nodes even though the are disabled
Move batch creation to submit_finish. Also prevent some PHP errors.
#285901 by yhager: Typo in message about workflow-ng and actions modules
#275236 by olav: Manipulate all queues permission doesn't work
reversing accidental commit
reversing accidental commit
removing smartqueue_og
Correcting indentations in the last patch.
#278733: Duplicate declarations of nodequeue_action_info resulting in WSoD. Reported by reubidium, Fixd by Amitaibu
#272298: Modular Access control for queue, subqueue viewing and manipulation by ezra-g and sun
#268543: Provide defaults for nodequeue during load in case information is missing.
Added advanced help
Standardize on Nodequeue, one word, to describe the module.
Another checkin of views integration. Either finished or mostly finished.
First pass at nodequeue 2 views 2 integration. This is good but it's a lot different from how things used to be.
#191102 by Amitaibu and jcarney: workflow_ng integration
#238182 by Scott Reynolds: use db_rewrite_sql() to ensure that nodequeue_fetch_random() always works.
#238182 by Scott Reynolds: use db_rewrite_sql() to ensure that nodequeue_fetch_random() always works.
Revert accidentally committed D6 update patch.
#228263: by ezra-g: nodequeue_generate produced call-time pass by reference warnings.
Untested commit of jcfiala's Drupal 6 patch. Didn't test this even a little, but this will give others an opportunity.
Sync from DRUPAL-5--2
Smooth the "manipulate queues" permission slightly.
Token checking to protect links that perform actions; thanks to jcfiala for this work!
Minor documentation update
#192266: nodequeue settings page to add more flexibility to nodequeue presentation.
#192265: Make nodequeue queue size text themeable. I'm not completely sure about doing this but I committed it anyhow.
#197439: Implement subqueue response to term deletion. By bdragon.
#193102: Update actions for subqueues. By Moshe
#182715 by dww: bogus javascript header only sort of worked
#176213: External API function to fetch the position of a node in a queue
#178583: Fix for size 1 queues. Also, fix for cached nodequeue position causing links to mistakenly show queue presence
Rename "clear queue" button to just "Clear"
Button to reverse the queue
Allow administrative reversal of queues
Some display tightening.
More feedback about saving and items being moved.
#171920 by kndr: fix nodequeue size text on no limit queues
Followup to last commit: make sure $size is valid *always*
#171911 by kndr: Only check nodequeue size on autocomplete if there is a max size to bother checking.
Add shuffle feature; javascript the clear & shuffle features as well.
Expansion to the autocomplete; javascript fixes; warnings on empty queue fixes
Add link from nodequeue tab page to nodequeue sorting view
Small bugfixes; switch to images from yoroy
A few bug fixes from quicksketch, plus totally rewritten javascript to support adding nodes to a nodequeue from the view page.
#165603: Create default variable to prevent NULL not array warnings when no queues extant
#165375: Add subqueue_title field to create more powerful display of subqueue titles.
Minor doxy update, some slight code relocation
Some major bugfixes; Views implementation mostly works (still some stuff to do)
provide javascript header for ajax callback so devel.module won't add output to it'
Some updates for views support; not yet all of it, as one case turns out to fail because I'm not storing subqueue titles. Whee.
Nodequeue 2 rewrite: Now with smart queues!
#153089: I put a fix onto the wrong line.
Sync from DRUPAL-5 branch
#153089: (yched) Minor fix for nodequeue_save when saving nodes, and 'title' field in view.
#153091: (dww) more, hopefully final pgsql fixes
Slightly better version of javascript toggle
javascript add/remove links
#151982: (dww) Add timestamps to queues so that views can sort queues by time added.
#151981: (dww) add support for a views argument for the title of the nodequeue, not just the queue id
#151980: views cache not cleared for new node queues
#124208: Bring nodequeue_node_access up to 5.x spec.
#102789: Give proper indexing to sub tables.
#63745: nodequeue_fetch_back used wrong query
#125422: (by njivy) clear queue confirm form did not work
#123851: (by njivy) query had too many args
Correction to last commit
Don't use db_rewrite_sql when counting nodes in a queue.
Some administrative restructuring
#110412: fix for holes in nodequeue when deleting nodes
More of these fixes.
Better fix for nodequeue_fetch_back
Fix for nodequeue_fetch_back I think
Fix for removing a node from a queue via link; yet another fix for permissions
Yet Another fix for roles
Fix for last commit; fix for extra argument to a _submit
Fix for nodequeue_node_access
New links handling patch from Eaton. Thanks!
New! Optional add to queue directly from links
Invalidate views cache when a new queue is created
Enhanced Views support
js queue manager, sync from HEAD
jquery queue manager
#102402: Fix queue empty confirm form.
Don't show nodequeue tab.
Syncing DRUPAL-5 and HEAD
Ported from 4.7
Refinements to last checkin
Fixes to UID 1 checking if no roles are selected, plus a fix to queue size 1, plus a check_plain on node->title
Initial Drupal 5. port
90109 and 88184 and part of 77095
90109 and 88184 and part of 77095
90109: allow nodes in position 0 to be removed.
90109: allow nodes in position 0 to be removed.
#77354, pager on queue admin page doesn't work., patch by me, committed with permission
added cvs ids
Count queries need "distinct"
bugfix for earlier commit, wrong syntax in query, $ is not a valid placeholder...
bugfix for earlier commit, sometimes LEFT JOINs are what you want...
access cleanup by killes
adding status check to node fetch queries
much cleanup by killes; no new features.
Remove uid == 1 special check
55863: missing t()s fixed
55863 missing t()s
Always give superuser access.
63506: drupal_set_title needed on tab.
63508 by bensheldon: Wrong table referenced in nodequeue_fetch_back
#61688 - Translatable views help messages in hook_views_tables
Patch 55411 by mfrederickson: node_save returns for programmatic queue creation.
Patch by 55411 mfrederickson: nodequeue_save returns for programmatic queue creation.
Fix for 49643: delete not working from queue edit page.
Fix for 53271; nodes not deleted from queue when node is deleted.
Fix for 53271: nodes not deleted from queue when node is deleted.
Fix for 53745; empty queues not showing up on nodequeue page.
Fix for 53745: Empty queues not showing up on nodequeue page
failed to page on queue view.
Tobias' patch to fix cleanurl
Applied patch 48367 to allow $from and $count fields in nodequeue title fetch
Fixed image buttons for issue 48233
Fixed broken queue deletion, issue 47817. I am an idiot
Fixed 'clear queue' issue for 48219; cleaned up a couple of minor issues
array2object changed to (object) cast
Fixed bug with missing qid in WHERE
Fixed silly bug with missing qid in WHERE.
Fixed 43589
Fixed 43589
Applied path patch; refixed unfix from last commit
Views Support, minor bug fix
Backported 4.7 fixes
Minor bug fixes
Added 'remove' to queue-view buttons.
Updated for 4.7. Added spiffy icons.
Fixed ordering quasi-bug when moving to front or back of queue
Minor fix
Fixes for roles and more information on add node to queue page
Added more info on the nodequeue page for http://drupal.org/node/41627 fixed several bugs related to invalid checking of 'role' permissions
Fix for 41189
Fixed http://drupal.org/node/41189 -- flushing queue on edit
Fixed bug in node queue list where node link was going to wrong location
Fixed typo in $teaser that caused nodes to always show full node.
Prettied the admin title up just a little
Initial checkin
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |