-
Simplified our menu hooks a bit and included checks for node_access('create earlier in the _access() functon. -
Fix for issue #514338: compatibility with nodereferrer/nodereferrer_create by altering the "add URL" -- Add another will, where possible, re-use the same URL that was used to present the node/add form before when adding the second node, with any arg's in tact. Additional checks and passed data is now easily supported within the new _addanother_node_add_path function, which might get turned into a hook at a later time for better intergration. Fully combined the default node save message with add another's where add another is enabled. Updated test to check for this De-duplicated some code and fixed overall style.
-
Fix for issue #1354264: Open in overlay
-
Fix for issue #1419640 reported by larjohn: Add another button in the edit form. Add another will no only work in contexts where the node add/edit form is working on a node with no NID yet defined.
-
Fix for issue #1460952 reported by jeffschuler: button appears regardless of permission. Additional code simplification was employed.
-
Issue #1393526 by nicholasThompson: Save and add another button breaks insert processing
-
Issue #1209020 by mlncn: Modified the message given after pressing the "Save and add another" button to match what is give by node.module more closely and prevent possible user confusion.
-
Issue #1211034 by jmwhitco: Correcting an issue causing reference warnings on some installations.
-
Issue #971492 by Azol, glowsinthedark: Change hook execution order to allow modules like pathauto to do their thing.
-
Issue #1094112 by solotandem: Adding a simple check to prevent messages from messing up programmatic node creation.