Downloads
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.