Releases for Links Package
links 6.x-1.2
First released: June 24, 2009 - 21:49
Size: 657.58 KB
md5_file hash: 08bd269d60d8b0adab451d7f6c7b44d9
Last updated: June 24, 2009 - 21:51
Corrected unchecked title text field (security).
links 5.x-1.13
First released: June 24, 2009 - 21:45
Size: 169.85 KB
md5_file hash: 87e0c742a368e23745292156adb0177d
Last updated: June 24, 2009 - 21:46
Fixed an unchecked title text field (security vulnerability).
links 6.x-2.x-dev
First released: February 17, 2009 - 18:04
Size: 657.25 KB
md5_file hash: 2fe21e63e039d5975ae7be5a0350f3eb
Last updated: August 30, 2009 - 00:15
Developer snapshot of the Drupal 6 branch.
links 6.x-1.1
First released: January 30, 2009 - 00:12
Size: 657.05 KB
md5_file hash: 131e1de770a6c3c9be8384f3952badc0
Last updated: January 30, 2009 - 00:15
Fixed non-fatal warning message when creating links table, to correct issue #364681.
links 6.x-1.0
First released: January 24, 2009 - 21:25
Size: 657.01 KB
md5_file hash: 6f83c2394b44c19810f446670bbef16e
Last updated: January 24, 2009 - 21:30
Fixed incorrect HTML rendering in links_weblink per issue #363597.
Added update #6103 which drops and recreates the indices
on the {links} table, an attempt to address #362967.
New feature: Administrative option allows rel="nofollow"
attribute on external links, per issue #144620.
New feature: Administrative option allows direct links
(skipping redirect page, at the cost of no click
counting). Separately controllable for internal and
external links.
New feature: Optional logging of all external redirects,
primarily for diagnostic purposes but also useful if the
site owner wants really detailed click tracking.
Added #maxlength attribute for URL textfields to allow
longer values, per issue #232575.
links 5.x-1.12
First released: January 24, 2009 - 21:23
Size: 169.58 KB
md5_file hash: 54f30ee59bbbf77a64e7ad03e04a9b03
Last updated: January 24, 2009 - 21:25
Fixed incorrect HTML rendering in links_weblink per issue #363597.
New feature: Administrative option allows rel="nofollow"
attribute on external links, per issue #144620.
New feature: Administrative option allows direct links
(skipping redirect page, at the cost of no click
counting). Separately controllable for internal and
external links.
New feature: Optional logging of all external redirects,
primarily for diagnostic purposes but also useful if the
site owner wants really detailed click tracking.
Added #maxlength attribute for URL textfields to allow
longer values, per issue #232575.
links 6.x-1.0-beta15
First released: January 22, 2009 - 03:24
Size: 656.58 KB
md5_file hash: c13fb9c1baecb0b4753062a2ae35936f
Last updated: January 22, 2009 - 03:25
New feature: Administrative option allows rel="nofollow"
attribute on external links, per issue #144620: Nofollow?.
New feature: Administrative option allows direct links
(skipping redirect page, at the cost of no click
counting). Separately controllable for internal and
external links.
New feature: Optional logging of all external redirects,
primarily for diagnostic purposes but also useful if the
site owner wants really detailed click tracking.
Added #maxlength attribute for URL textfields to allow
longer values, per issue #232575: Increase maxlength value of Link URL field.
links 5.x-1.12-beta1
First released: January 22, 2009 - 02:26
Size: 169.57 KB
md5_file hash: dc332d291fdae6be071fa274277039d7
Last updated: January 22, 2009 - 02:30
New feature: Administrative option allows rel="nofollow"
attribute on external links, per issue #144620: Nofollow?.
New feature: Administrative option allows direct links
(skipping redirect page, at the cost of no click
counting). Separately controllable for internal and
external links.
New feature: Optional logging of all external redirects,
primarily for diagnostic purposes but also useful if the
site owner wants really detailed click tracking.
Added #maxlength attribute for URL textfields to allow
longer values, per issue #232575: Increase maxlength value of Link URL field.
links 6.x-1.0-beta14
First released: January 22, 2009 - 02:23
Size: 175.3 KB
md5_file hash: f55f095e39f3c8aff68a83f6e6618f9d
Last updated: January 22, 2009 - 02:25
New feature: Administrative option allows rel="nofollow"
attribute on external links, per issue #144620: Nofollow?.
New feature: Administrative option allows direct links
(skipping redirect page, at the cost of no click
counting). Separately controllable for internal and
external links.
New feature: Optional logging of all external redirects,
primarily for diagnostic purposes but also useful if the
site owner wants really detailed click tracking.
Added #maxlength attribute for URL textfields to allow
longer values, per issue #232575: Increase maxlength value of Link URL field.
links 6.x-1.0-beta13
First released: January 15, 2009 - 15:36
Size: 174.16 KB
md5_file hash: 4f6a16034d94d2335e92e59fe37df079
Last updated: January 15, 2009 - 15:40
Oops. Should NOT have used db_next_id() in Drupal 6. Corrected this to use drupal_write_record(). I will be looking at a more comprehensive update to the links_put_links() function but for now just wanted to get this critical bug fixed. This fixes issue #359071: Call to undefined function db_next_id().
links 5.x-1.11
First released: January 13, 2009 - 03:35
Size: 168.4 KB
md5_file hash: d8763658f8dc8205887832bfa633aa5e
Last updated: January 13, 2009 - 03:40
Removed call to db_last_insert_id() in links.inc. That call
should have been (and now is) db_next_id().
Applied patch from issue #357437: Error: Link data not found to fix failure of
outbound link.
Corrected filter tips bug reported in #357335: problems with links_weblink_filter_tips. Similar
change to that patch, but adapted for Drupal 5.
links 6.x-1.0-beta12
First released: January 13, 2009 - 03:33
Size: 174.04 KB
md5_file hash: 925a0f830bef1bd1b7dadd59bb13fb4f
Last updated: January 13, 2009 - 03:35
Removed obsolete call to _system_update_utf8() in
links.install to fix issue #356994: Unable to upgrade from 5.x-1.8 to 6.x-1.0-beta11.
Changed incorrect db_last_insert_id() call to instead
use db_next_id().
Applied patch from issue #357437: Error: Link data not found to fix failure of
outbound link.
Applied patch to fix filter tips bug reported in #357335: problems with links_weblink_filter_tips.
links 6.x-1.0-beta11
First released: January 2, 2009 - 03:59
Size: 173.99 KB
md5_file hash: 9161d86100b51a550cd79837dc2dae13
Last updated: January 2, 2009 - 04:00
Omit links to edit node references in cases where there are no such references for a particular node.
Delete operation for an individual link-node reference was too broad; narrowed scope.
links 6.x-1.0-beta10
First released: December 31, 2008 - 01:41
Size: 173.84 KB
md5_file hash: 3395c1aa53c2d7f201c8a2a1311c6b77
Last updated: December 31, 2008 - 01:45
This is a bug fix for bugs found after the previous beta was released. Please see the beta 7 release notes, or the CHANGELOG.txt file, for further info. (There were no releases for CVS tags beta8 and beta9 -- these were a CVS typo error and not actually used.)
links 6.x-1.x-dev
First released: December 31, 2008 - 00:53
Size: 656.76 KB
md5_file hash: 16c51ac7d2199e6bcb0e6c25c184f279
Last updated: August 30, 2009 - 00:15
This is the development snapshot for Drupal 6.x. This is pre-release software; do not use in production settings.
links 5.x-1.x-dev
First released: December 31, 2008 - 00:52
Size: 169.86 KB
md5_file hash: 7633858aea0165a9effd7afa0cd3c768
Last updated: June 25, 2009 - 00:16
This is the development snapshot for Drupal 5.x. This is pre-release code; do not use in production settings.
links 6.x-1.0-beta7
First released: December 30, 2008 - 23:18
Size: 173.93 KB
md5_file hash: da5c54cd4a79273ca4dfca9b81bea5d9
Last updated: December 30, 2008 - 23:20
There have been a lot of bug fixes and enhancements this week. Please see CHANGELOG.txt for a more complete list.
TRANSLATORS: Updated template to unify in po/links.pot.
Fixed issue #341487: Click count display missing from weblink in links_weblink.
Fixed issue #132209: "Open links in new window" option doesn't work in links_weblink, although the patch
attached to that issue was not actually the fix for the
problem in the D6 version of the module.
Fixed issue #147226: Visit "link" is not translated (translation of "Visit") in links.inc.
Implemented the direct-weblink feature requested in #147893: Willing to Sponsor: Make title clickable link.
links 6.x-1.0-beta6
First released: December 30, 2008 - 11:58
Size: 171.53 KB
md5_file hash: 8fc56434792ac35243f5fca99b2412c7
Last updated: December 30, 2008 - 12:00
This is the first feature-complete release of the links_admin module. This is still a BETA release, so use caution as to where and how you deploy it. In particular, there are some link delete functions that also (intentionally) delete certain types of nodes that depend on the links for viability. Use care when testing these functions, and make sure you have a backup in case somehow the wrong node gets deleted.
Here are the new features in this beta:
- links_admin.module is now fully functional and ready for a beta release.
- Added feature to allow deleting node references from a given link on the sub-screen.
- Added filter capabilities to the main links management screen.
- Added links_admin.css stylesheet to format the filter criteria form.
- General cleanup of code and moving functions into more appropriate locations within the file.
- Removed a diagnostic stub in beta 6 that was accidentally left in beta 5.
Please help test this release and file bug reports in the issues section for the module.
Kind regards,
Syscrusher
links 6.x-1.0-beta5
First released: December 30, 2008 - 03:54
Size: 171.52 KB
md5_file hash: 29b5fcbc9f9d798d7b843ff44273f2ae
Last updated: December 30, 2008 - 03:55
This is the first feature-complete release of the links_admin module. This is still a BETA release, so use caution as to where and how you deploy it. In particular, there are some link delete functions that also (intentionally) delete certain types of nodes that depend on the links for viability. Use care when testing these functions, and make sure you have a backup in case somehow the wrong node gets deleted.
Here are the new features in this beta:
- links_admin.module is now fully functional and ready for a beta release.
- Added feature to allow deleting node references from a given link on the sub-screen.
- Added filter capabilities to the main links management screen.
- Added links_admin.css stylesheet to format the filter criteria form.
- General cleanup of code and moving functions into more appropriate locations within the file.
Please help test this release and file bug reports in the issues section for the module.
Kind regards,
Syscrusher
links 6.x-1.0-beta3
First released: December 28, 2008 - 00:59
Size: 168.64 KB
md5_file hash: f42b894fafd43fe67320390a006bc9cb
Last updated: December 28, 2008 - 01:00
Fully functional links_admin.module. Some new APIs in links.inc. Smarter updating when a link's title is changed in the master or node records. Removed an extraneous diagnostic message from links_weblink.module.
This is the initial beta release of links_admin.
Developers using the Links API, please read the CHANGELOG.txt file and API.html files, because the last couple of CVS commits have had some API changes. Most of the changes are backward-compatible, but there was one change between beta versions that is not backward-compatible because the API itself was wrong.
