Downloads

Download tar.gz 18.81 KB
MD5: b09d8f00534d0db418f8ea83cefd8196
SHA-1: c3f912768e056ccf4c4e55bb13dae14334216c33
SHA-256: afde4e7781930777f6231d39d75b8a6963eae21b938950c5bdfad5b98e59b0aa
Download zip 23.92 KB
MD5: d33b68c692274d55f2f2af96972f403b
SHA-1: e779a944b7f58e68e385668d223ba4f9a77aadc1
SHA-256: e6825fddac6de8031215a6d4a0242e08ea251d175b4061df05692cbb05ee810a

Release notes

MultiLink Redirect

* Added re-direction for cached pages. Currently defaults to enabled (unless page caching is disabled.) It can be disabled in settings.php with:
$conf['multilink_redirect_cached_pages'] = FALSE;

When enabled, anonymous access to node/123 would be redirected to fr/node/124 where 124 is the French version of 123 and preferred language from browser is French. If a path for node/124 exists the visitor will be redirected there. This would previously only happen for non-cached pages. Redirection in this way is probably better for SEO and user-experience, but has a small performance impact (only significant when serving cached pages.)

* Fixed unreported bug which could result in invalid entires in the module's cache table. The effect of the bug was that trying to go to node/123 where there 123 does not exist would result in being redirected to the front-page.

* Other small fixes to front-page handling.

MultiLink

* Added support for the above changes in ML Redirect.

* Added drupal_goto to redirect to plain url without &multilink=switch after deliberate language switch.

* Other minor changes.

Created by: andy inman
Created on: 15 Sep 2011 at 17:38 UTC
Last updated: 1 Aug 2018 at 22:49 UTC
New features
Bug fixes
Insecure
Unsupported

Other releases