Skip to content

Releases: backdrop-contrib/nodequeue

1.x-2.3.1

14 Nov 01:23

Choose a tag to compare

Changes since 1.x-2.3.0:

  • #35: Fixes undefined 'view' key when adding contextual filters.
  • #37: Fixes Deprecated function `create_function()`

1.x-2.3.0

31 Jul 19:58

Choose a tag to compare

Changes since 1.x-2.2.0:

  • #2489096 by UnknownError, alexverb, mvzundert: Contextual link for view via panel pane, or ds field
  • #3110220 by happysnowmantech, Sergii Pryma: Prevent overwriting of first node type settings.
  • #3049324 by hargobind: Increase queue size limit
  • #3097766 by alex-b: Remove duplicate column Queue ID from admin interface
  • Change argument variable name for sanity.
  • Bring new if statement closer to 80 char line limit for sanity.
  • Update docs and context view data checks.
  • Better docblock for nodequeue_load_queues_by_type().
  • Better docblock for nodequeue_queue_position().
  • Rework the nodequeue_load_queues() static for more reliable test results.
  • better docblock for default views.
  • Update hook name in inline comments.
  • On the Queue tab, style the action link like a drop-button.

1.x-2.2.0

24 Nov 04:06

Choose a tag to compare

Security release, contains parity for the Drupal 7.x-2.2 release, and additionally:

  • All tests now passing for Backdrop
  • Better documentation

1.x-2.1.7

02 Aug 06:55

Choose a tag to compare

Changes since 1.x-2.1.6:

  • Fix the broken tabledrag. Add back missing hidden form element.

1.x-2.1.6

31 Jul 21:36

Choose a tag to compare

Changes since 1.x-2.1.5:

  • #26: Add queue options to node type forms.
  • #28: Move all theme functions into a separate file for sanity.
  • #31: Fix drag and drop error by classname missmatch.
  • Restore the ability to delete nodes from subqueues.
  • Terminology cleanup: 'themeing hook' should read 'theme hook'.

1.x-2.1.4

05 Apr 22:27

Choose a tag to compare

Changes since 1.x-2.1.3

  • Add a Queues tab on taxonomy pages.
  • Minor UX updates / improve subqueue listing page.
  • Increase length for add and remove links for queue.
  • Fix subqueue manage links, add better help text for how to create subqueues.
  • Hide the nodequeue service module. Not sure if it works yet.
  • Prevent PHP warning on queue title.
  • #18: Add #states to limit by queue setting for views relationship.
  • #17: Add local task tabs to the nodequeue admin section.
  • Clean up the smartqueue admin form.
  • Add a button-danger class to the clear queue button.
  • Remove duplicate position column from empty queue. Update empty text.
  • #25: Add a pager back onto the manage subqueues page.
  • Add drop-buttons on the manage queue page.
  • Revert Nodequeue listing page logic, make it closer to D7 version.

1.x-2.1.3

27 Feb 06:27

Choose a tag to compare

Changes since 1.x-2.1.2

  • #16: Convert rid to role in nodequeue_roles table.
  • Minor UX improvement to role setting.
  • #9: Add the correct relationship settings to the automatic views.
  • #9: Add a view in nodequeue_save() and remove the view in nodequeue_delete().
  • #9: Clear views caches after automatic views are added or removed.
  • #12: Prevent PHP notice on nodequeue admin page.
  • Revert "Issue #12: Fixed PHP notice on nodequeue admin page."
  • Changing configure link back to edit, since the Queue configuration is still in the databasse, in the nodequeue_queue table.

1.x-2.1.2

31 May 19:56

Choose a tag to compare

Changes since 1.x-2.1.1

  • #9: Add automatic creation and deletion of views.
  • #15: Fix placement of Manage Subqueues operation link text.
  • #9: Fix the setting to automatically create one view per queue.
  • #10: Fixed the setting to display contextual links.
  • #12: Fixed PHP notice on nodequeue admin page.
  • #13: Undo the real field fix, leave the help text update.
  • #13: Add the real field for subqueue argument. Update help text.
  • #7: Prevent PHP notice on manage queue page.

1.x-2.1.1

12 Apr 21:26

Choose a tag to compare

Changes since 1.x-2.1.0

  • #4: Fixed: Tab "Queue" doesn't show up.
  • Update the README.txt file to meet backdrop standards, and add current maintainer.

1.x-2.1.0

08 Mar 00:13

Choose a tag to compare

Initial release of Nodequeue for Backdrop CMS.