Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
39.68 KB
MD5: ce853d01b20d499c497c5c47c54bcf3b
SHA-1: 13ff806876ecc0ef2b26ac0486be514f6532f1a9
SHA-256: 510c16cadfebc125f14ccf1fd2bd3d8a4d8e4a2c33c12638ba396fead4ab9887
Download zip
48.9 KB
MD5: 75800e27f2b21b814a4aaffc1e41fdaf
SHA-1: a2bb7ec2234d5cc51b42050614d538d2279f75d8
SHA-256: 18141bfc03e0f259287e84f9fd7296aa5419af731d5746408ca1762b77ded5d3
Release notes
Changes since 7.x-1.0-rc1:
- #2308717 by Pere Orga, oadaeh, Kristen Pol: Add watchdog message when inactive redirect purging is enabled, but unable to do so.
- #2135575 by mfb, René-Marc Simard: Fixed Views handlers for source and redirect fields were broken.
- #1198028 by mxwright, gundarx, chellman: Redirects do not work if $_SERVER['SCRIPT_NAME'] does not follow base_path
- #1796596 by stefan.r, Eric_A, Steven Jones, Dave Reid, damien_vancouver, azinck, DamienMcKenna, SylvainM, nicholasruunu, GoZ, deviantintegral, mrmikedewolf, tannerjfco, Yorirou, attila.fekete, vadym.kononenko, heddn, hass, candelas, fenstrat, cmseasy, rooby, vinmassaro, Alan D., hanoii: Fix and prevent circular redirects
- #1444506 by helmo, clemens.tolboom, Dave Reid: Fixed users with the "access site in maintenance mode" permission should still be allowed to use redirects.
- #2296035 by Pere Orga: Fixed documentation, especially for redirect_load_by_source().
- #1872242 by TravisCarden: Fixed typo in redirect_purge_inactive admin form description.
- #1913924 by Simon Georges, Dave Reid: Removed useless files[] directive for files that do not contain classes.
- #2176175 by fearlsgroove, brad.bulger: Don't add URL redirects to extra fields for excluded entity types.
- #2048137 by mfb, Pere Orga, heddn: Disable canonical redirect code that calls drupal_get_path_alias() and breaks path cache (core bug https://www.drupal.org/node/2400539).
- #1263832 by hefox, Sneakyvv, scott.allison, Mark Theunissen | grendzy: Fixed Remove session-based flood / loop detection since it performs poorly and has unfix-able race conditions.
- #2051313 by mfb, Matt V.: Fixed redirect user ID not stored when redirects added via the user interface.
- #2049151 by mauritsl, justanothermark: Fixed vertical summary with number of redirects was incorrect.
- Skip infinite redirect loop handling when running in SimpleTests for now.
- Removed the crappy redirect loop message and replaced with proper trigger_error() warning.
- #1828696 by johannez, Dave Reid: Fixed compatibility with entities that return invalid values for entity_uri().
- Fixed redirects could not be created to existing files.
- #1244524: Fixed redirect vertical tab table is inconsistent with placement of actions.