Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Release notes
by ojohansson: Fixed changing the name of rh_taxonomy variables for a vocabulary if the machine name has changed and the user doesn't have the administer rh_taxonomy permission.
by ojohansson: Fixed the custom submit handler for node forms not being triggered if the used doesn't have the administer rh_node permission.
Issue #1888882 by John Pitcairn: Don't mess with save-redirect if user has bypass permission.
by ojohansson: Don't redirect the user to the edit page when creating a new node.
Issue #1888884 by BWPanda: Add dependency on the sub modules.
by ojohansson: Don't handle the node form submission differently when creating a new node.
Issue #1893892 by yannickoo: Use #states instead of showing the redirect settings with custom javascript.
Issue #1893792 by yannickoo: Use drupal_parse_url instead of parse_url.
Issue #1900876 by skwashd: Disable PHP redirects when php.module isn't enabled.
Issue #1893902 by yannickoo: Code cleanup in order to meet the coding standards and best practices.
Issue #1893902 by yannickoo: Code cleanup, make sure every file ends with a new line character.
Issue #1986488 by arpieb: Fixed Undefined index: token type in rabbit_hole_execute().
by ojohansson: Expose the Rabbit Hole configuration as a form field.
Issue #1896056 by quicksketch: Add option to hide Rabbit Hole settings entirely per bundle.
Issue #1893902 by yannickoo: Finalize the code cleanup.
by ojohansson: Moved the permission check to the main form function.
by ojohansson: Moved the implementation of bundle form submit functions to the main form function.Issue #2059601 by mfernea, Cracu: Fixed Rabbit Hole form being added to the delete confirmation page for vocabulary and terms.
Issue #2048017 by gmclelland: Fixed undefined index (label) when creating a new bundle.
Issue #1897138 by rooby: Added support for File entities.
Issue #2076467 by John Pitcairn: Fixed do not output empty tokens.