| /[drupal]/contributions/modules/link/link.module |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
First working copy of the 7.x version.
Copy the latest versions of the files from the current 6.x-2.x branch back to HEAD.
task #438770 by jcfiala: added test for rel='nofollow' functionality.
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.
Patch #425536 by JamesAn: Fix a minor typo.
Bug Report #587078 by BenStallings: ['attributes'] was not being converted to an empty array for view-related displays of links without attributes.
security by dropbox: Fixes security vulnerability in Separate Title and URL formatter
security by dropbox: fixes security problem for Separate title and URL formatter.
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.
Branched the code to 6.x-2.x properly.
task #438756 by jcfiala: Bring link module to Drupal standards.
bug report #436020 by joshuajabbour: Allow exclamation mark in URL, as per RFC 1738.
bug report #436020 by David_Rothstein: Allows .asia as valid domain.
#349115 by smitty: Print entire form element in theme. Make Link compatible with Nodeprofile Privacy.
#278180: ll user to choose link target
#328607. Plain formatter omits query strings and named anchors when printing URLs.
Changing widget name to just "Link".
#278800 by Moonshine. Error in e-mail valididity regex.
#278800 by Moonshine. Error in e-mail valididity regex.
#304267. Upgrading link to new Views2 integration. Use only with Views2 RC2 or higher.
#285293. Correcting error on previews.
#285293. Correcting error on previews.
#283398. Rolling back column length size increase. mySQL 4 cannot handle varchars longer than 255 characters.
#283398. Rolling back column length size increase. mySQL 4 cannot handle varchars longer than 255 characters.
#141925. Increasing length of url and title fields to 1024 characters.
#141925. Increasing length of url and title fields to 1024 characters.
#273067. Link adds extra entries in the $node object.
#273067. Link adds extra entries in the $node object.
#273969 by crackerjackmack. Adding "local" domain and allowing single word local domains.
#273969 by crackerjackmack. Adding "local" domain and allowing single word local domains.
#268891. Change "process form values" to "presave".
#272444 by spatz4000. Spelling corrections.
#272444 by spatz4000. Spelling corrections.
#254307 and #194654. Adding \ and | to accepted query strings in URLs validation.
#254307 and #194654. Adding \ and | to accepted query strings in URLs validation.
#266218. Removing url-based title from display if no title is entered.
#266218. Adding classes to separate formatter.
#266218. Adding classes to separate formatter.
Notices cleanup. Thanks eaton.
Notices cleanup. Thanks eaton.
#214194. Allow HTML in Title (using tokens).
#214194. Allow HTML in Title (using tokens).
#266218 by sun. Add formatter for separate title and URL.
#266218 by sun. Add formatter for separate title and URL.
#141571. Adding formatter "URL, as link".
#141571. Adding formatter "URL, as link".
Adding Views implementation to Link for Drupal 6.
#221116. Sorting by link field in views. Also removing argument for link URL, as this feature did not work properly.
#223782. Misleading instructions for the rel attribute.
#223782. Misleading instructions for the rel attribute.
#231335. Adding token support.
Cleanup of link field labels when not displaying the title field.
Adding widget label to single value links.
#243479. Required URL fields shown with required asterisk.
#243479. Empty fields show as site URL. Better token handling.
Minor isset() to prevent a notice.
Cleaning up stale code copied from CCK example field module.
Adding t() around field_info label.
#241188 by webchick. Link field missing a description.
#214219. Disabling rel=nofollow for internal links.
#214219. Disabling rel=nofollow for internal links.
Correcting two more renamed functions.
Updating bad function call name.
#229569. First working copy of Drupal 6 version.
Major code rearrangement to help match the D6 version for ease of maintenance.
Updating link to latest Drupal 5 version to port to Drupal 6.
#206077. Placeholder tokens not available in views.
Adding punctuation to comments.
#211242. Cannot have completely optional links and titles.
#153742. Making URL field of link optional if additional checkbox is selected on the content field settings form. Thanks schuyler1d for initial patch and review.
#186111. URL Display Cutoff doesn't save as empty.
#172696. Settings weights on more button and token help.
Adding t() around widget label in all locations. #179913.
Removing micro-weight, now unnecessary in 5.x versions of Drupal.
#168980 by royce. Title validation sometimes was mistakenly being fired.
#182916 by chrissearle. Allowing 5 digit ports. Thanks!
Increasing URL checking leniency to allow multiple full URLs in a single field. #152743.
Prevents "prepare" operation on link data twice when editing the node form. #141594.
Prevents "prepare" operation on link data twice when editing the node form. #141594.
Removing "URL" from url field label when title field is not visible.
Removing "URL" from url field label when title field is not visible.
Adding user:password@ notation to link validation. #137588.
Adding user:password@ notation to link validation. #137588.
Restructuring more.js to link.js to allow for compatibility if more.js becomes part of CCK.
A static title may now be specified on the field settings page. Enhanced token module support. Allows disabling of tokens on node edit form. Fixes to PHP errors in 4.7 version caused by last commit.
A static title may now be specified on the field settings page. Enhanced token module support. Allows disabling of tokens on node edit form. Fixes to PHP errors in 4.7 version caused by last commit.
Adding token support to link module.
Adding token support to link module.
Changing rel=nofollow checkbox into textfield. Issue #130098.
Changing rel=nofollow checkbox into textfield. Issue #130098.
Adding formatter which displays the title as the label of the widget. Issue #135047. Thanks sarvab!
Adding formatter which displays the title as the label of the widget. Issue #135047. Thanks sarvab!
Signficantly enhancing views support. Now supports argument handling and filtering by link title, url, targets and protocols. Issue #134674.
Signficantly enhancing views support. Now supports argument handling and filtering by link title, url, targets and protocols. Issue #134674.
Changing description of formatters to something more understandable. Correct output of 'short' formatter. Issue #131742. Thanks jonnyz.
Changing description of formatters to something more understandable. Correct output of 'short' formatter. Issue #131742. Thanks jonnyz.
Adding complete support for mailto: addresses following RFC 2368, including query string appends. Drupal issue #128225.
Adding complete support for mailto: addresses following RFC 2368, including query string appends. Drupal issue #128225.
Keeping up with 5 version changes. No funtionality changes.
Adding dynamic javascript additional fields feature.
Adding clearing break.
Adding clear-block class.
Correcting 'add more' behavior on preview.
Adding clear-block class.
Adding fieldsets for multiple field presentation. Issue #125984. Thanks to zoo33 for suggestions.
Adding fieldsets for multiple field presentation. Issue #125984. Thanks to zoo33 for suggestions.
Adding 'class' field in field settings. Adding display options for setting max url display length. Drupal issues: #97766 and #97724.
Adding 'class' field in field settings. Adding display options for setting max url display length. Drupal issues: #97766 and #97724.
Adding localhost to accepted domains. Issue #109835.
Adding localhost to accepted domains. Issue #109835.
Remoing anchor from wikipedia reference on Nofollow. Issue #126430. Thanks Aren Cambre!
Remoing anchor from wikipedia reference on Nofollow. Issue #126430. Thanks Aren Cambre!
Cleaned up validation code and added support for mailto: format links. Issue #128225.
Cleaned up validation code and added support for mailto: format links. Issue #128225.
Allowing sequential slash characters in the url validation to allow second http:// to be used. Issue #128502.
Allowing sequential slash characters in the url validation to allow second http:// to be used. Issue #128502.
Issue #118603 by mh86. Apply patch to allow default values which are not full, proper links. Thanks
Issue #118603 by mh86. Apply patch to allow default values which are not full, proper links. Thanks!
Updated admin->modules help text to match other CCK modules. Issue #104817.
Added formatter 'short'. Issue #105117. Code cleanup and sync with 5.0 version.
Added formatter 'short'. Issue #105117. Code cleanup and sync with 4.7 version.
Added .cat domain. Issue #107105. Thanks jlinares!
Added .cat domain. Issue #107105. Thanks jlinares!
Fixes mySQL 5 compatibility. mediumtext cannot have a default value. Issue #107804. Thanks Frando.
Fixes mySQL 5 compatibility. mediumtext cannot have a default value. Issue #107804. Thanks Frando.
Attributes now need to be serialized manually before and after DB retreival. Drupal issue #100386.
Attributes now need to be serialized manually before and after DB retreival. Drupal issue #100386.
Support for internal URLS issue #87311.
Slightly more strict regex checking. Related to issue #100366.
Correct regex preventing links from being entered. Issue #100366
Update for Drupal 5, thanks webchick! Issue #98338.
* Added support for internal links, no special trick on entry, just enter a Drupal path node/3 * Fixed form errors to highlight bad fields * Slightly more strict URL input checking on protocols, matching the filtering done by filter_xss_bad_protocol on output.
Whitespace now allowed (but trimmed later) in URL entry. Issue #92249.
Prevent empty URLs from mistakenly returning the site URL. Issue #93585.
Corrections made to URL checking regex. Issue #89924.
Applied patch provided by KarenS to use the current CCK DB scheme. #92804. Awesome! Thanks again Karen.
Applied patch provided by KarenS to use the current CCK DB scheme. #92804. Awesome! Thanks again Karen.
Added additional check to thwart xss attacks. Issue 88065. Thanks fago!
Added additional check to thwart xss attacks. Issue 88065. Thanks fago!
Adds mobi top level domain. Issue 86113
Adds mobi top level domain. Issue 86113
Sync with HEAD
Removed 'URL' from field title when no link title is available. Issue #81460. Thanks mh86!
Adds weight value to fields. Issue #82361. Thanks again mh86!
Added widget help text under link url field.
Extends max length of input fields to current database max of 255 characters
Removes extra code, improves consistency with other field modules. Displays field label when using contemplate. Thanks creazion_dev! Issue #82072.
Allow slashes immediately before # and ? symbols
Added argument to alter the default protocol in link_cleanup_url
Added argument to alter the default protocol in link_cleanup_url
Regexp matches all protocols now. 'http://' automatically added to URLs without a protocol defined
Regexp matches all protocols now. 'http://' automatically added to URLs without a protocol defined
Sync with HEAD * More lenient regexp for URLs * Revision support
Revisions are now handled correctly
Added support for anchors, and a bunch of other crazy valid characters in the URL. Issue #80465.
Rolling back... last patch should go into CVS first
Added support for anchors, and a bunch of other crazy valid characters in the URL. Issue #80465.
Added rel="nofollow" attribute
Added rel="nofollow" attribute
*Commas and colons are now allowed in the URL query string. Issue #80465. Thanks karna *Titles using the URL as the title are trimmed at 80 characters
Added options for title field: optional, required, none. Issue #79766. Thanks mh86.
Removed fieldsets surrounding link fields. Per issue #78959. Now utilizes the l() function when creating links.
Removed required attribute from "Title" field
Initial Commit
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |