collection 3.0.0

Bug fixes
New features

Features

  • Drupal 10 compatibility
  • Allow Collection entities to indicate if they can be collected in other collections
  • Add view mode to Collection template

Fixes

  • The collected item field should not appear in the inline entity form
  • Check for existing IEF form before adding it to the form state

collection 3.0.0-alpha1

New features
  • The inline_entity_form module is now required.
  • CollectionNewNodeForm has been removed. Any form alters for that form will no longer work. Setting the preferred collection item type for new content in collections can now be done with hook_collection_item_types_allowed_alter().

collection 3.x-dev

New features
  • The inline_entity_form module is now required.
  • CollectionNewNodeForm has been removed. Any form alters for that form will no longer work. Setting the preferred collection item type for new content in collections can now be done with hook_collection_item_types_allowed_alter().

collection 2.4.3-beta9

Bug fixes

Prevent cascade path update of collected content item for non-canonical collection_items

collection 2.4.3-beta8

New features

Adds published or moderation status to Collection admin listing.

collection 2.4.3-beta7

Bug fixes
New features

Improves support for content moderation
Fixes a bug when viewing collection item listings of config entities

collection 2.4.3-beta6

Bug fixes
New features

Fixes and additions for content moderation views fields for collected items.

collection 2.4.3-beta4

New features

Add support for a views field for content moderation state

collection 2.4.3-beta3

Performance improvement for canonical collection item to node Views relationship.

collection 2.4.0-beta1

New features

Improvements to the collection item attributes field, with field access settings.

collection 2.3.1-alpha1

Bug fixes

Hotfix for bug causing WSOD when checking entity labels on paragraphs

collection 2.3.0-alpha1

New features

This release primarily adds support for all content entities in the collection_pathauto submodule. Previously, only nodes were supported. Additionally, it modifies the Collection Content Manager service API to be less restrictive.

collection 2.2.0-alpha1

Bug fixes
New features
  • Adds Collections tab to content entities.
  • Improves collection item listing collected item display.
  • Misc fixes and API improvements.

collection 2.1.0-alpha1

New features
  • Adds support for the canonical collection item to nodes in views.
  • Enables the reset button the the collection item view by default

collection 6.x-2.4

Bug fixes

Murphys Law states that you find a bug the day after the last release.

Might also fix Apache segfaulting (for some odd reason).

Changes since DRUPAL-6--2-3:

  • by Xen.dk: Improved rubustness.

collection 6.x-2.3

New features
Bug fixes

Changes since DRUPAL-6--2-2:

  • by Xen.dk: Fixed update function to return proper array.
  • Added #610534 by yingtho: List unpublished collection nodes if permissions allow.

collection 6.x-2.2

Bug fixes

Changes since DRUPAL-6--2-1:

  • #554792 by Xen.dk: Fixed collection_types to always return an array.

collection 6.x-2.1

Bug fixes

Don't add node to collection if nid is the same. Fixes #543528.

collection 6.x-2.0

New features
Bug fixes

Note: The 2.x branch requires 2.5 or greater of CCK. The 1.x version works with pre-2.5.

Rewrote to take advantage of CCK 2.5 nodereference indexes. Eliminates the need for a separate backref table.
Fixed node_access bug.
Now supports collection node revisions.

collection 6.x-1.3

Bug fixes

Fixed node_access bug.

No further feature development on the 1.x branch. Future development will continue on the 2.x branch, which requires CCK 2.5 or greater.

collection 6.x-1.2

New features
Bug fixes

Implemented proper access control for collection block.
Block configuration allows for setting whether to render the nodes as full nodes or teasers, and whether to add node links.
"Nodes in same collection" is henceforth referred to as "collection siblings".
Added CTools/Panels content_types support, so
Implemented hook_ctools_block_info so the regular blocks doesn't show up in panels.

collection 6.x-1.1

New features

First version considered 'stable'. No issues reported in a long time, I just needed an excuse to create a new release.

CTools relationship support added.

collection 6.x-1.1-rc3

New features
Bug fixes

Fixed warning and batch run.
Now blocks respect status and node_access.

Subscribe with RSS Subscribe to Releases for Collection