This release:
Improves the markup generator plugin by allowing multiple markup patterns.
Improves API documentation in autolink.api.php and throughout the module.
This release:
Improves the markup generator plugin by allowing multiple markup patterns.
Improves API documentation in autolink.api.php and throughout the module.
This release improved the Autolink API and automatic use of plugin info in plugins. Also fixed were some bugs in link generation and the inclusion of default settings for use before a plugin has been configured.
This release improved the Autolink API and automatic use of plugin info in plugins. Also fixed were some bugs in link generation and the inclusion of default settings for use before a plugin has been configured.
This is the first release of the new upgrade to 3.0. It features complete integration with Drupal's input format user interface. This version has no upgrade path and is not stable. It is highly discouraged for production sites.
This is the first release of the new upgrade to 3.0. It features complete integration with Drupal's input format user interface. This version has no upgrade path and is not stable. It is highly discouraged for production sites.
Autolink 3.x
New features:
- Improved integration with Drupal's filter system
- Enable multiple Autolink plugins for each input format
- Per format settings for each Autolink plugin
- Weighted plugin processing for each input format
- Improved caching of items during processing
- Significantly improved performance
- Improved API makes writing Autolink plugins easier and more flexible
Autolink 3.x
New features:
- Improved integration with Drupal's filter system
- Enable multiple Autolink plugins for each input format
- Per format settings for each Autolink plugin
- Weighted plugin processing for each input format
- Improved caching of items during processing
- Significantly improved performance
- Improved API makes writing Autolink plugins easier and more flexible
This release adds significant performance enhancements with a major rewrite of the Autolink caching system. Also in the release are several significant bug fixes.
Issue #1241580: Administrative forms were difficult to understand. Particularly, link definition forms have been reorganized into a single page. Also, once the keyword links plugin becomes enabled additional tabs appear on the same page instead of creating a separated menu item.
This release features a reorganize menu structure. Autolink settings are now found under administer >> content >> autolink. When a plugin that allows definable link types is enabled, menu tabs are displayed. The links overview form was also reorganized to display all links on the same form, which each group using a fieldset to display its links.
This is the initial release of Autolink 2.0 for Drupal 7. It is practically a straight port of the new Drupal 6 version of the module. This version has not yet been extensively tested, so use at your discretion.
Bug fixes:
Fixed bug with improper variable in definable node links.
Fixed bug in link group forms for a feature that was deprecated.
Fixed bug in the link form save method that prevented the selection method from being saved.
This version features major bug fixes throughout several areas of the module, primarily in the link definition interface.
This release has also had significant enhancements in performance, with full caching of link objects on a node type basis.
A couple features have been added to improve control over linking in the pattern links plugin.
Configuration settings for plugins will now remain saved even while the plugin is disabled.
Saving the configuration form no longer causes menu rebuilds on every save.
This first beta release adds numerous bug fixes in Autolink core and attached plugins. It also adds some minor plugin features as well as a new API feature to allow plugins to provide keyword synonyms.
Issue #1235306: Add Token based title attribute support for automatic links.
Also discovered and fixed some bugs in the Keyword based links plugin's Token support.
Fixed bugs in the Pattern based links plugin's term and user pattern based link classes.
This is the first public release of the second version of Autolink. It features a fully pluggable interface that offers great flexibility and innumerous possibilities. See developer documentation in the module folder for more information.
This commit is a near complete rewrite of the Autolink module. The module is now a highly extensible interface that allows developers to write plugins, processors, and link types to control the behavior of the link generation process. It adds a method for generating links via filters instead of hooks, as well. This version should quickly take over the previous version, which I hope will become obsolete.
Issue #1199738 by jordojuice: Integrate entities into 7.x version of Autolink API.
Entities can now be identified to the API, so many possibilities exist for generating links in various types of entities. autolink.api.php has been updated with some new documentation for new API hooks and functions.