Tiny module that implements a javascript behavior that provides a content type selector to quickly switch from one type to another in content type administration pages.
New development is done in the http://drupal.org/project/cer module. This expands the corresponding node reference functionality to enitities. Please focus all attention on getting a stable release of cer as soon as possible.
Cnr is looking for a comaintainer to resolve the remaining bugs. No new features will be handled.
It syncs the node reference between two node types which have a nodereference to each other, so double editing nodes is no more needed. If one node has a reference the other node receives also a reference to the saved node if it is referenced in that node.
Updates
Release 6.x-4.0 doesnt require setting the options to unlimited, all is handled by cck now. The old setting to allow setting to single is no longer present since it is obsolete. To upgrade, run update.php and manualy set the allowed references on each nodereference instance. The older branches are not supported anymore so you should upgrade.
Dependencies
6.x : CCK
Node reference (comes with cck)
7.x: Node reference (included in References)
The moderation module provides a queue of content.
It allows moderators to review all posted content while already published.
Included Ajax based functionality allows the moderators to preview the content and to change status like published, moderated, promoted, sticky without having to leave the page.
A seperate page provides a log, listing all status changes with who and when it was changed.
Drupal 7 release
Complete rewrite of the Drupal 6 moderation module on entity base. It is now possible to add queues by entity type and to define custom actions for every entity. Note: Upgradepath is available, but needs some extra configuration, please read the README.txt and the UPGRADE.txt carefully!
Drupal 6 release
Node and comment queue available. This branch only get's maintenance fixes.