-
Initial commit.
-
Initial commit.
-
Node restoring now works correctly; in update or totally recovery senarios.
-
Save state at current position; rather than attempt to save previous state on state change.
-
Simplified our menu hooks a bit and included checks for node_access('create earlier in the _access() functon. -
Added a autoid to the recover table and a basic form to display what items are listed there. Should need to change the schema again.
-
Most disturbingly, this actually works. This creates a node "recycle bin" and "time machine" for Drupal nodes in what amounts to 4 functions and <80 lines of code.
-
initial commit.
-
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