Download & Extend

Releases for Link

link 8.x-1.x-dev

Download Size md5 hash
link-8.x-1.x-dev.tar.gz 30.71 KB 3ee6a4c8eb84be869b425d6893d0f91e
link-8.x-1.x-dev.zip 37.48 KB 17afece57d056a83b268f8845060ba55
Last updated: October 24, 2011 - 00:14
Development snapshot from branch: 8.x-1.x

Release notes

new 8.x branch for maintainers only!

link 7.x-1.0

Download Size md5 hash
link-7.x-1.0.tar.gz 30.7 KB 0b237d7b329c0454f437f5687d607743
link-7.x-1.0.zip 37.47 KB 949a98007d24c7ab5cfb674a3e792eb8
Last updated: October 23, 2011 - 17:55
Official release from tag: 7.x-1.0

Release notes

Issue #1318850 by Digidog: Fixed completion of special chars for function link_validate_url() in line 916

Issue #1199806 by ss81, jcfiala, Digidog: Fixed fatal error when the link URl is equal to page URL.

Issue #1307788 Feature request by nmc, tars16, Digidog: Fixed Add custom maxlength to link title text

Issue #1217396 by WilliamB,noahb,orakili,Digidog: Fixed options multiple-value & required break input/save and produces error: At least one title or URL must be entered.

Issue #1036628 by gargoyle,jcfiala,wizonesolutions,Digidog: Fixed to allow more special chars in url validation for use cases like twitter etc. (f.e.: # , ~ ).

Issue #948658 by brenk28, Dave Reid, becw, jcfiala, iMiksu, BTMash, Digidog: Fixed notice of Undefined index: title in _link_sanitize() - hopefully, finally.

Issue #1079782 by fago, klausi, drunken monkey, jcfiala, Digidog: Fixed support for hook_entity_property_info() including search API and Rules. @TODO: needs simpletests to be submitted for rc1.

Issue #1264208 by lazysoundsystem, Digidog: Fixed recursive serialization of attributes.

Issue #1218422 by Dave Reid, twistor, Digidog: Fixed tests files: strict warnings about static getInfo and parameters for setUp(), whitespace, and file structure.

Read more

link 7.x-1.0-beta1

Download Size md5 hash
link-7.x-1.0-beta1.tar.gz 29.58 KB 05802cd5a599cbf0b205a084016779a8
link-7.x-1.0-beta1.zip 36.31 KB 04bb38ae534372f9d0c9674b9ed082cb
Last updated: September 26, 2011 - 04:31
Official release from tag: 7.x-1.0-beta1

Release notes

#1264208 by lazysoundsystem, Digidog: Fixed recursive serialization of attributes.
#1218422 by Dave Reid, twistor, Digidog: Fixed tests files: strict warnings about static getInfo and parameters for setUp(), whitespace, and file structure.
#1038444 by Dave Reid, Digidog: Fixed 3 issues plus #required on title prevents submission. All issues have been fixed with patch of Dave Reid from January. Patch manually retrieved for latest 7.x-1.x by Digidog.
#1105816 by thekevinday, jcfiala, Digidog: Fixed improper use of db_type by committing patch of thekevinday at comment-5028534.
#335281 by thePanz, jcfiala, stella, Digidog: committed patch by stella #comment-4929778 for title attribute support.

link 7.x-1.0-alpha3

Download Size md5 hash
link-7.x-1.0-alpha3.tar.gz 27.07 KB 372ddf2818f9ae6754274b4a8b6b640b
link-7.x-1.0-alpha3.zip 36.09 KB d243ef3ad19cb5f5f20861a78f1c1f9c
Last updated: February 7, 2011 - 06:46
Official release from tag: 7.x-1.0-alpha3

Release notes

feature request #1012372 by jcfiala: Tried using hook_field_instance_settings_form to allow per-instance settings. Also, re-added a bunch of old tests from 6.x
task #970392 by jcfiala: Added content_migrate_field_alter and content_migrate_instance_alter hooks to link.module to help with upgrading from D6 to D7.
bug report #1033112 by Dave Reid:Removing extra lines from link.info.
bug report #1026040 by pcambra:Updated token help to use the updated token module and token display.
bug report by jcfiala: Fixed error from missing index by changing $item['required'] to $instance['required']
bug report #1008562 by jcfiala:Looking into URL, as link error caused me to realize that the _link_sanitize was being called in the wrong place - now called on link_field_prepare_view.

Also, including the token automated tests, although they're not all converted yet.

link 7.x-1.0-alpha2

Download Size md5 hash
link-7.x-1.0-alpha2.tar.gz 20.08 KB c74d7846f210f1bf4a8f14cc8a2d4dbd
link-7.x-1.0-alpha2.zip 25.76 KB d8050ecb0cfc61bf835b709649687f53
Last updated: January 16, 2011 - 14:43
Official release from tag: 7.x-1.0-alpha2

link 7.x-1.0-alpha1

Download Size md5 hash
link-7.x-1.0-alpha1.tar.gz 20.35 KB e9299a741ec5b8ac631f3ba701df7c14
link-7.x-1.0-alpha1.zip 25.23 KB 9454b7f888b96959a8cc68471545b586
Last updated: December 24, 2010 - 23:17
Official release from tag: 7.x-1.0-alpha1

Release notes

Here's the first swing to update the link module to Drupal 7.x. Please have a look and report any problems you find!

link 6.x-2.9

Download Size md5 hash
link-6.x-2.9.tar.gz 39.65 KB 4ded032cae71f43174f70f70ecd57471
link-6.x-2.9.zip 56.22 KB c7e38ec16194e3121352670f715ac71e
Last updated: December 24, 2010 - 23:17
Official release from tag: 6.x-2.9

Release notes

Mostly a bug fix release - here we're clearing out a number of errors that crept in from 6.x-2.8, as well as handling a few new unicode characters for urls, as well as a change which should allow the unicode character code to work in PHP 4.

On the new functionality side, we've got some tweaks to the views support, including formatting the plain title of the link and support for Views 3. It's also now possible to turn off link validation for a field, in case you need to include some seriously non-standard urls.

The full list:
Patch #425536 by JamesAn: Fix a minor typo.
bug report #625552 by jcfiala: removed default values from field value attributes so that the field attributes can properly override them. Also added simpletest to test the fix.
task #438770 by jcfiala: added test for rel='nofollow' functionality.
task #438770 by jcfiala: Adding more tests to validate various urls.
bug report #660138 by chris_bbg888: Changing validation to include letters with umlouts.
User interface #335281 by thePanz:Adds title attribute to links.
bug report #685874 by jcfiala:Changed code to allow {, } in querystrings.
User interface #335281 by thePanz, jcfiala: Now if the title matches the link title, the title is not included in the link.
bug report #376818 by pauline_perren,jeffschuler,dropcube: extended the url field to accept 2048 characters, god help us.

Read more

link 5.x-2.7

Download Size md5 hash
link-5.x-2.7.tar.gz 20.3 KB d352f4d0ef78d0d1dbe57726f46a7643
link-5.x-2.7.zip 25.94 KB 73a01b909fd654d2685b8f861b1c74c6
Last updated: December 24, 2010 - 23:17
Official release from tag: 5.x-2.7

Release notes

support request #323879 by jcfiala:Updated link 5.x validation to use same code as 6.x branch.
bug report #436020 by jcfiala:Updated link domain names to include asia
---
Basically, I copied the link validation improvements that have been made to the 6.x-2.x branch, and put them in the 5.x branch.

link 7.x-1.x-dev

Download Size md5 hash
link-7.x-1.x-dev.tar.gz 31.84 KB d173ea407df94a0829b4f3526440916d
link-7.x-1.x-dev.zip 39.18 KB 11c9f1c13d1086f5704e61917fa1b6e2
Last packaged version: 7.x-1.0+12-dev
Last updated: May 5, 2012 - 00:24
Development snapshot from branch: 7.x-1.x

Release notes

Dev snapshot for the 7.x-1.x branch.

link 6.x-2.8

Download Size md5 hash
link-6.x-2.8.tar.gz 24.33 KB 54bf94310938c8000eb80c22464ba2d8
link-6.x-2.8.zip 34.36 KB df91dc6cf5bf83e91e21dd728f76dc9b
Last updated: December 24, 2010 - 23:17
Official release from tag: 6.x-2.8

Release notes

Bug Report #587078 by BenStallings: $item['attributes'] was not being converted to an empty array for view-related displays of links without attributes.

link 6.x-2.7

Download Size md5 hash
link-6.x-2.7.tar.gz 24.32 KB 960d3e01365529c1fcae95039e9e7dc9
link-6.x-2.7.zip 34.35 KB 24552e3a024aee4e02f56b56c20e247a
Last updated: December 24, 2010 - 23:17
Official release from tag: 6.x-2.7

Release notes

security by dropcube: fixes security problem for Separate title and URL formatter. SA-CONTRIB-2009-096 - Link - Cross Site Scripting
Fix for bug #587078: Initializing item attributes as array if it is not set to avoid Unsupported operand types error.
Unserialize attributtes array if it has not been unserialized during sanitization.
Patch #580988, hook_field('load',...) should return an array of additions to be added to the node object. Ensures that data get cached correctly.
Fixed bug #516310, by frega, svogel and dropcube: Initialized the attributes array correctly, and populated it with default values.
- Adding constants to define links target attribute.

link 5.x-2.6

Download Size md5 hash
link-5.x-2.6.tar.gz 18.31 KB c4885fa1af521d2739365237724ce5e7
link-5.x-2.6.zip 22.91 KB 710e9d08fd21f60015f1130ebec93bc5
Last updated: December 24, 2010 - 23:17
Official release from tag: 5.x-2.6

Release notes

security by dropcube: fixes security problem for Separate title and URL formatter. SA-CONTRIB-2009-096 - Link - Cross Site Scripting
#349115 by smitty: Print entire form element in theme. Make Link compatible with Nodeprofile Privacy.

link 6.x-2.x-dev

Download Size md5 hash
link-6.x-2.x-dev.tar.gz 29.26 KB ac09c61a01299e69866f15761d47390c
link-6.x-2.x-dev.zip 37.01 KB d72fa4753a3a6df9586f9b84f0a0430e
Last packaged version: 6.x-2.9+14-dev
Last updated: February 28, 2012 - 12:22
Development snapshot from branch: 6.x-2.x

Release notes

Development snapshot for the 6.x-2.x branch.

link 6.x-2.6

Download Size md5 hash
link-6.x-2.6.tar.gz 22.1 KB e9dbc3209f93f78ec14dd8a48c5fb8d6
link-6.x-2.6.zip 29.88 KB a770f3694d6a42f70b30793e410118f2
Last updated: December 24, 2010 - 23:17
Official release from tag: 6.x-2.6

Release notes

Re-branched the project to DRUPAL-6--2 to match convention.
support request #384278: Update warning (link module can not be updated) by jcfiala: Added noop link_update_1() to allow people with really old sites to update without schema errors.
bug report #384278: Update warning (link module can not be updated) by Rob Loach,BWPanda Removed uneeded hook_update_last_removed() call.
#370195: "inactive Link field" after upgrade by grendzy. Ensure content.module runs its update first.
bug report #318277: Null value error when creating a new node with an empty link URL by quicksketch, recidive: set fields created by drupal 5 to nullable.
task #438756: Link module does not pass Coder Drupal Standards Test by jcfiala: Bring link module to Drupal standards.
Changing widget name to just "Link".
#328607: Plain Formatter omits query strings, named anchors. Plain formatter omits query strings and named anchors when printing URLs.
#278180: Link Target: "Allow the user to choose" option not displayed on node editing form: ll user to choose link target
bug report #436020: Link module treats .asia as an invalid domain name by David_Rothstein: Allows .asia as valid domain.
bug report #436020: Link module treats .asia as an invalid domain name by joshuajabbour: Allow exclamation mark in URL, as per RFC 1738.

Basically, this is the same as LINK-6--2-BETA3.

link 6.x-2.6-beta3

Download Size md5 hash
link-6.x-2.6-beta3.tar.gz 22.1 KB 16ad8ed0d366777bbaf02195dee4f010
link-6.x-2.6-beta3.zip 29.89 KB 4d1b70539d38904fe43cde887fe91f66
Last updated: December 24, 2010 - 23:17
Official release from tag: 6.x-2.6-beta3

Release notes

As someone pointed out, the 6.x-2.x features should be in DRUPAL-6--2, not in DRUPAL-6--1. This code is in no way different from the BETA2 for 2.6, except that it is in the correct branch.

link 6.x-2.6-beta2

Download Size md5 hash
link-6.x-2.6-beta2.tar.gz 23.13 KB 76db909e8b2621c9377bfd7060ba339a
link-6.x-2.6-beta2.zip 30.63 KB e2ec80a3b9d2a662387d986afe7af9b8
Last updated: December 24, 2010 - 23:17
Official release from tag: 6.x-2.6-beta2

Release notes

The only changes from BETA1 to BETA2 here are work to get the module to properly install on older sites.

support request #384278 by jcfiala: Added noop link_update_1() to allow people with really old sites to update without schema errors.
bug report #384278 by Rob Loach,BWPanda Removed uneeded hook_update_last_removed() call.

link 6.x-2.6-beta1

Download Size md5 hash
link-6.x-2.6-beta1.tar.gz 21.6 KB 5c7795e16074a0368a50a454eba9ec7c
link-6.x-2.6-beta1.zip 29.3 KB 9f3fff4e13f86172b8070996a5f1ec17
Last updated: December 24, 2010 - 23:17
Official release from tag: 6.x-2.6-beta1

Release notes

This is a beta of the changes that have been sitting in the release queue for a while, plus the changes which I applied to the project tonight:

#370195 by grendzy. Ensure content.module runs its update first.
bug report #318277 by quicksketch, recidive: set fields created by drupal 5 to nullable.
task #438756 by jcfiala: Bring link module to Drupal standards.
Changing widget name to just "Link".
#328607. Plain formatter omits query strings and named anchors when printing URLs.
#278180: ll user to choose link target
bug report #436020 by David_Rothstein: Allows .asia as valid domain.
bug report #436020 by joshuajabbour: Allow exclamation mark in URL, as per RFC 1738.

Assuming I don't notice any problems with this in a short while, I'll make it an official release.

link 5.x-2.5

Download Size md5 hash
link-5.x-2.5.tar.gz 18.32 KB 8b0becdfdc6d103a441e0673472c6b02
link-5.x-2.5.zip 22.91 KB 3d959dfdada120dcb65089ecc575309f
Last updated: December 24, 2010 - 23:17
Official release from tag: 5.x-2.5

Release notes

This update primarily fixes an API update to Views2 in Drupal 6, but also contains a few minor fixes for the Drupal 5 version.

Bug fixes in this release:
#285206: Update Status complains module needs update
#278800: mailto: Validity Check
#285293: CCK Preview Error with Link Field (Drupal 6 only)
#304267: Link module broken by Views2 RC2 (and the subsequent CCK update) (Drupal 6 only)

Features:
#309544: French translation (fr.po)

Note: Due to some difficulties with the Drupal.org packaging system, this release is effectively identical to the 2.4 version, which failed to have a gzip file automatically created for it.

link 6.x-2.5

Download Size md5 hash
link-6.x-2.5.tar.gz 25.64 KB 152beeb2451a532e2f7123ba10cb1866
link-6.x-2.5.zip 36.17 KB 1e56b435a5e27c91d497f3f45f5bb854
Last updated: December 24, 2010 - 23:17
Official release from tag: 6.x-2.5

Release notes

This update primarily fixes an API update to Views2. Note that you must also update to the latest version of Views (2.0 RC3 or later) when updating to this version of Link.

Bug fixes in this release:
#285206: Update Status complains module needs update
#278800: mailto: Validity Check
#285293: CCK Preview Error with Link Field (Drupal 6 only)
#304267: Link module broken by Views2 RC2 (and the subsequent CCK update) (Drupal 6 only)

Features:
#309544: French translation (fr.po)

Note: Due to some difficulties with the Drupal.org packaging system, this release is effectively identical to the 2.4 version, which failed to have a gzip file automatically created for it.

link 6.x-2.4

Download Size md5 hash
link-6.x-2.4.tar.gz 21.17 KB e038edae40617ed573c3cefb10caac3f
link-6.x-2.4.zip 28.73 KB 474ec3172a76e53bb1364b711dfeb52c
Last updated: December 24, 2010 - 23:17
Official release from tag: 6.x-2.4

Release notes

This update primarily fixes an API update to Views2. Note that you must also update to the latest version of Views (2.0 RC3 or later) when updating to this version of Link.

Bug fixes in this release:
#285206: Update Status complains module needs update
#278800: mailto: Validity Check
#285293: CCK Preview Error with Link Field (Drupal 6 only)
#304267: Link module broken by Views2 RC2 (and the subsequent CCK update) (Drupal 6 only)

Features:
#309544: French translation (fr.po)

Subscribe with RSS Syndicate content
nobody click here