relatedlinks 6.x-1.0

Bug fixes

-Remove unused variables;
-Add missing semicolons.
-#1155634 - Link update problems when block caching enabled; patch by mcurry & Zen
-Remove vestigial update functions.

relatedlinks 6.x-1.0-beta1

Bug fixes

Parsed links: Strip tags and if text is empty, just display the URL.
Get rid of notice for new content.
#133099: Object of class stdClass could not be converted to string; Patch by styro.
Simplify JS and use url() to specify the autocomplete path.
Autocomplete breaks on node previews due to duplicate calls to form_alter and thereby drupal_add_js.
#169731: ampersand in link label and possibly #313663: Bug when used with pathauto
Avoid duplicate sanitisation.

relatedlinks 6.x-1.0-alpha2

Bug fixes

Fix t()s in .install
#776314: Fix DB schema issues.
#133099: Object of class stdClass could not be converted to string; Patch by styro.
Get rid of notice for new content.
For link titles, strip tags and if text is empty, just display the URL.

relatedlinks 5.x-2.2-beta

Bug fixes

* #256485 : inactivist - autocomplete menu entry should have type=MENU_CALLBACK.
* #245036: Fix regex.
* #245036: Fix up/down buttons.
* #245031: 404 error in autocomplete title field.
* Remove leading slash.

relatedlinks 5.x-2.1

New features
Bug fixes

New features added including:

  • JS improvements to the manually added links form.
  • Node autocomplete support.

There have also been a few minor bugs fixed.

relatedlinks 5.x-1.1

Bug fixes

#142742: satori & myself: Run node->body through check_markup before parsing.
#219667 : VladSavitsky - RU translation.

relatedlinks 5.x-1.0

Bug fixes

#136781 : Not catching node delete op if user does not have the add related links permission.
#113684: Avoid warning triggered by search module when no keywords are specified.
Add missing description in hook_menu.

relatedlinks 4.7.x-3.0

Updates:

  • Ironed out a couple of PHP 5 issues.
  • Improved help text.
  • Improved pgSQL compliance.

relatedlinks 4.7.x-2.0

The relatedlinks module enables nodes to display related URLs to the user via blocks. Related links can be defined in 3 ways:

* Parsed links: links that are retrieved from the body of a node.
* Manual links: links that are added manually.
* Discovered links: links that are discovered by the module using various criteria, including the category terms of a node and suggestions provided by the search module (when enabled).

relatedlinks 4.7.x-1.0

Related links are defined in 3 ways:
1) For certain content types, HTML links are automatically discovered and included.
2) The author may manually add HTML links that will appear at the top of the 'Related links' block.
3) An optional related terms block can be enabled to display links to nodes that share common terms with the displayed node.

Subscribe with RSS Subscribe to Releases for Related links