Configuration page for MultiLink Redirect at admin/config/regional/multilink_redirect
You can configure paths which will be ignored, e.g. sites/*/files/styles/* - this addresses #2087319 and similar problems.
New permission setting Hide the redirect message - if given, users will not see any message when redirect is bypassed due to Bypass MultiLink Redirect permission.
MultiLink
* Kristen Pol - Added test for _multilink_filter_default_settings() before calling it - fixes #1407304: Fatal error when disabling Multilink Filter module
* Removed debug message in install file and re-activated variable deletion on uninstall.
* Removed unused multilink_menu() hook.
Adds changes and fixes from the D7 version, including:
* MultiLink Redirect support for cached pages moved into separate module MultiLink Redirect Cached. Slight improved performance with cached pages.
* Added handling+logging of any references to missing nodes (referenced nid not found.) 'Not found' will be shown as link-title and information logged.
* MultiLink's cache will now be cleared when all caches are cleared (e.g. from Admin Menu.)
* 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;
* Added detection of deliberate language switching by user. This works with the standard Drupal language switcher block, and any other methods which generated links in such a way that HOOK_translation_link_alter will be called. Also works with the standard links to translations typically shown on node pages, and any other links which have class='translation-link' set. Adds ?multilink=switch to those links, which is then checked via hook_init.
MultiLink Redirect
* Added 'bypass multilink redirect' permission to prevent redirect for admin and any other assigned roles (for testing or translation team.)
* Added 'format_test' mode which makes it easier to test input formats before enabling other filter modules.
* Fixed #769076 - Bug in InsertNode regexp.
* Added support for LinoDef and Link-node formats.
* Removed config 'use_alias' option, now always done for urls (not for node tags such as PathFilter and InsertNode).
* Fixed: 'absolute' setting was not initialised correctly on config form.
New in 1.1 - support for other modules that deal with node links (currently PathFilter and InsertNode) plus handling of Markdown and simple HTML links. It effectively adds "multilingual link" functionality to those methods of linking/including other nodes.