- 17 Aug, 2012 1 commit
-
-
John C. Fiala authored
-
- 05 Aug, 2012 2 commits
-
-
John C Fiala authored
Issue # by jcfiala: Fixed how possible tokens are displayed when setting up a link field - had been using a variable which was not defined in that scope.
-
John C Fiala authored
Issue #438770: Fixed code to align with tests - handling the 'token type' fetching better and fixing the separate link display to match previous functionality.
-
- 03 Aug, 2012 6 commits
-
-
John C. Fiala authored
Issue #1047444 by Sweetchuck, jcfiala: Updated how tokens are handled so that the proper token references are used, and not just 'node'.
-
John C. Fiala authored
Issue #1309658 by jcfiala: Small nudge to the views tokens fix to handle problem with relative links going through url() twice.
-
John C. Fiala authored
-
John C. Fiala authored
-
John C. Fiala authored
Issue #1309658 by jcfiala: Rearranged the link code so that the query and fragment are not separated from the url so that views can access them in a token.
-
John C. Fiala authored
Issue #1290904 by gordon:Moved link processing on save from the hook_field_presave link to the hook_field_insert/update hook to prevent problem with field_attach_update.
-
- 01 Jun, 2012 2 commits
-
-
John C. Fiala authored
-
John C. Fiala authored
-
- 04 May, 2012 2 commits
-
-
John C. Fiala authored
Issue #1512954 by jfiala, mikeytown2: Added code to prevent error in theme_link_formatter_link_plain(), improved use of $link_options array in theme functions.
-
John C. Fiala authored
Issue #1125766 by jcfiala, David Stosik, Eric_A: Provided default value for link targets when link field uses user input for target.
-
- 01 Mar, 2012 1 commit
-
-
yched authored
-
- 15 Feb, 2012 2 commits
-
-
effulgentsia authored
Issue #1409980 by luisortizramos, effulgentsia, Digidog: Fixed - Validation error -Invalid URL- is not reported properly. The corresponding form_set_error() calls have been fixed.
-
Digidog authored
Issue #1441702 by Digidog: Fixed - Rel attribute should have an option to get automaticly turned on/off if link is internal/external
-
- 13 Feb, 2012 4 commits
-
-
Digidog authored
-
Digidog authored
Issue #1321482 by Liam Morland, KarlShea, Summit, Jevedor, Digidog: Fixed -Query string and fragment are removed, resulting in parts of the URL being lost-
-
Digidog authored
Issue #1066328 by Bevan, jcfiala, dkingofpa, sammys, Digidog: Formatter for use with url() and Views its -output this field as a link- fields (Absolute url formatter added)
-
daspeter authored
Issue #1429684 by das-pater: Dont unserialize already unserialized attributes in _link_load(). The patch contains condition before unserialize in _link_load(), link_views_handler_argument_target::query() is now compatible to its parent to avoid php strict notices
-
- 28 Oct, 2011 1 commit
-
-
Digidog authored
Issue #1010850 by jcfiala, quartsize, raman2385, Bevan, eporama, das-peter, smithmilner, Digidog: Fixed MigrateFieldHandler to work with Migrate Module
-
- 23 Oct, 2011 3 commits
- 15 Oct, 2011 1 commit
-
-
Digidog authored
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.
-
- 14 Oct, 2011 1 commit
-
-
Digidog authored
Issue #1036628 by gargoyle,jcfiala,wizonesolutions,Digidog: Fixed to allow more special chars in url validation for use cases like twitter etc. (f.e.: # , ~ ).
-
- 26 Sep, 2011 3 commits
-
-
Digidog authored
Issue #948658 by brenk28, Dave Reid, becw, jcfiala, iMiksu, BTMash, Digidog: Fixed noticeof Undefined index: title in _link_sanitize() - hopefully, finally.
-
Digidog authored
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.
-
Digidog authored
-
- 25 Sep, 2011 1 commit
-
-
Digidog authored
Issue #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.
-
- 24 Sep, 2011 1 commit
-
-
Digidog authored
#335281 by thePanz, jcfiala, stella, Digidog: committed patch by stella #comment-4929778 for title attribute support.
-
- 23 Sep, 2011 1 commit
-
-
John Fiala authored
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.
-
- 26 May, 2011 1 commit
-
-
jcfiala authored
-
- 20 May, 2011 1 commit
-
-
jcfiala authored
-
- 19 May, 2011 1 commit
-
-
jcfiala authored
Issue #1063764 by bdragon,jcfiala: Renamed all field formatters to start with 'link_' so they will be unique.
-
- 04 May, 2011 1 commit
-
-
jcfiala authored
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.
-
- 19 Apr, 2011 1 commit
-
-
jcfiala authored
Issue #1125384 by Rob Loach: Changed url length in link_field_schema to not use the constant which is not always defined.
-
- 21 Mar, 2011 1 commit
-
-
John C Fiala authored
Issue #1043348 by jcfiala:Finished updating the formatting code so that querystrings and fragments of urls work as in 6.x-2.x.
-
- 11 Mar, 2011 1 commit
-
-
John Fiala authored
Issue #1043348 by jcfiala:First pass at fixing problems with raw www.example.com urls ending up as index.php?q=www.example.com. Need more testing/fixing with fragments and querystrings - not complete.
-
- 10 Mar, 2011 1 commit
-
-
John Fiala authored
Issue #1056364 by the_phi:Checking that ['settings']['enable_tokens'] exists before the value is compared.
-