Commits for CCK Extras

  • CCK Extras: February 25, 2011 2:08

    Commit 2f46790 on 5.x-1.x
    authored by Git Migration, committed by Drupal Git User (LDAP)
    Stripping CVS keywords
  • Adding a neat little formatter for code snippets.
  • Adding a link formatter that outputs an image of the site in question.
  • Ensure redirection will not trigger when token.module parses tokens. Words cannot describe how evil this snippet of code is.
  • greggles: So, what if the user previews the node? eaton: Uhhhhhh...
  • It really is amazing what a few drinks, a joking comment from quicksketch, and a late night can do. Wrote a redirection formatter for link fields. Whenever the field is rendered with this formatter, drupal_goto() will redirect the user off to the destination site, no questions asked. This means you can click on the title of a node with just such a field in it, and the user will be redirected to the destination without seeing the node page itself. The formatter is two lines of functional code, and forty lines of sanity checking to make sure accidentally sticking such a node into a sidebar block or listing it in a view will not render your site unusable. There is really no sane excuse for the level of elaborate error checking it employs -- I find myself hoping that people misconfigure their sites just to see how helpful the code is. We used globals for you, people. GLOBALS. Also, one of the two actual functional lines exposes the new hook_link_clickthrough, making it possible to implement detailed clickthrough tracking via CCK fields. Ewoks rule.
  • Fixing problems with the viewfield widget, adding custom formatters for Audiofields.
  • Initial checkin of cck_extras; adds a handful of convenience formatters and widgets to various CCK fields.

Maintainers for CCK Extras

  • eaton - 7 commits
    last: 4 years ago, first: 5 years ago

Issues for CCK Extras

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports
nobody click here