-
Issue #1470884, reported by jcfiala: Setting node_types causes pages to be ignored
-
Issue #1066328 by Bevan,dkingofpa,jcfiala:Adding absolute formatter to link field for use with views, etc.
-
Issue #519416 by jcfiala: Added the plain text display of just the link title, which was available in 6.x but had not been added to 7.x yet.
-
Added slight changes to how links are validated to bring them in line with valid_url()
-
Issue #1148864 by jcfiala: Re-enabled the ability to turn off url validation.
-
Issue #1063764 by bdragon,jcfiala: Renamed all field formatters to start with 'link_' so they will be unique.
-
Issue #1078254 by jcfiala: added a hook_update_n call that copies settings from the field to the instance.
-
Merge branch '7.x-1.x' of git.drupal.org:project/link into 7.x-1.x
-
Issue #1126384 by burki:Started using field_widget_instance to get link field settings in link_field_process, which is more standard than hunting in the for it.
-
Issue #1125384 by Rob Loach: Changed url length in link_field_schema to not use the constant which is not always defined.