viewfield 5.x-1.3
Darren Oh - April 29, 2008 - 16:46
| Download | Size | md5 hash |
|---|---|---|
| viewfield-5.x-1.3.tar.gz | 10.64 KB | a359b29a6ef192fb577d7cd4b6f44ba8 |
Official release from CVS tag: DRUPAL-5--1-3
Last updated: April 29, 2008 - 16:50
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.
- 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.
- Better recursion handling.
- Upgrade path for people using the old arg style, but who want to switch to token.
- Better use of views hooks. This could be better yet.
- 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.
