Downloads

Download tar.gz 10.64 KB
MD5: a359b29a6ef192fb577d7cd4b6f44ba8
SHA-1: 4327646aece82087349d04bbd8d880605c668466
SHA-256: 78d4a89ab664e52fd88ddef3f93792f63d8e692fe3eaeec9b610ab15c1a1c67d
Download zip 11.48 KB
MD5: 43371609aeb584141bed4ba554fa6bcd
SHA-1: 30d1e84c3b8c5d0b14811a2547e5dfc64dd3d732
SHA-256: 8dbbbbca9fe82d25fbf17a2eef4cff92b4cedf1e54b72385da8831dc015066e8

Release notes

Changes since DRUPAL-5--1-2:

  • #138028 by Crell. Restrict viewfields to certain views.
  • #146574 by stormsweeper. Fixed vname column type for PostgreSQL.
  • #142709 Added option to use block format.
  • #121496 Fixed token recursion.
  • Golly, there sure are a lot of changes in this check-in.
    1. Viewfield now supports smart defaults where if you update it on the field admin page, it updates for all nodes. This should be a feature of every CCK field.
    2. Better recursion handling.
    3. Upgrade path for people using the old arg style, but who want to switch to token.
    4. Better use of views hooks. This could be better yet.
    5. Miscellaneous other stuff.

    This is probably still unstable, but it’s totally rad and you are encouraged to try it out.

  • Fixing up the new super default feature: if a node does not override the default (via a checkbox on the form), no data is stored in the db (pros and cons to that). On load, the node is populated with the default values so that it appears to have a default view and args. However, admins can update the site wide default for all nodes at once. Very convenient. Frankly, this feature should be moved to CCK proper, but I don't care to fight that battle. Enjoy it in viewfield!
  • Correcting a small bug in the way viewfield adds a default flag to the super default fields. It wasn’t a problem with form submissions, but programatic submissions were tossing an error.
  • #177065 by Darren Oh. Force default won't save true value.
  • #206167 by moshe weitzman. Most formatters busted since super default feature introduced. Add in a few choice lines from content.module's implementation so that is defined.
  • #217757 by Rob Loach. Made force default work.
Created by: darren oh
Created on: 29 Apr 2008 at 16:46 UTC
Last updated: 29 Apr 2008 at 16:46 UTC
New features
Bug fixes
Unsupported

Other releases