-
Issue #1580746: Fixed spelling error on the redirect add/edit form.
-
Issue #1367278: Fixed the 'Add redirect' on 404 pages did not work correctly if the site_404 variable set (e.g. if the Search 404 or 404 Navigation module is enabled).
-
Hide the operations fieldset if no redirects are selected.
-
Issue #1363630: Fixed the site_offline variable was renamed to maintenance_mode in Drupal 7.
-
Issue #1349212: Fixed entity_uri() was not checked for an empty result before deleting entity redirects.
-
Issue #1356862: Added an index on the source and language columns in the redirect table for performance.
-
Issue #1325472: Fixed schema said {redirect}.type could be an empty string when in fact an empty string is no longer supported as of Drupal 7.9.
-
Issue #1304556: Fixed fieldset visible in vertical tabs multiple times when multiple forms are on the same page (e.g. field collections, commerce checkout).
-
Fixing possible XSS when running operation confirm on redirects.
-
Issue #1231488: Fixed PHP notice: Undefined variable: options in redirect_handler_filter_redirect_type->get_value_options().