Skip to content
  1. Apr 30, 2008
  2. Apr 29, 2008
  3. Jan 25, 2008
  4. Jan 23, 2008
  5. Jan 16, 2008
    • Mark Fredrickson's avatar
      Fixing up the new cool "super default" feature: if a node does not override the default · 1f25a39d
      Mark Fredrickson authored
      (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!
      1f25a39d
  6. Jul 10, 2007
    • Mark Fredrickson's avatar
      Golly, there sure are a lot of changes in this checkin. · 6c52490b
      Mark Fredrickson authored
      1. Viewfield now supports "smart defaults" where if you update it on the field admin page, it updates for all nodes. This is huge people. And it 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. Misc other stuff.
      
      This is probably still unstable, but it's totally rad and you are encouraged to try it out.
      6c52490b
  7. May 29, 2007
  8. Apr 13, 2007
  9. Mar 20, 2007
  10. Feb 28, 2007
  11. Feb 05, 2007
    • Mark Fredrickson's avatar
      Viewfield for 5.0 · 6902e6e4
      Mark Fredrickson authored
      Thanks to eaton, webchick, alex_b, yched, and stefano73 for helping get viewfield ready for Drupal 5.0.
      
      This release is basically a compatibility release. Some changes to the implementation:
      1. More reliance on the views formatters (as seems to be the norm for CCK fields now) for formatting regular node views.
      2. The full node formatter is now the "default". This may break some existing views. It's worth the pain.
      3. Added paging as per stefano73/alex_b's work. Relatively untested, but it looks good so far. (Thanks!)
      
      Watch http://drupal.org/node/100971 for further updates on viewfield's future.
      5.x-1.0
      6902e6e4
  12. Nov 13, 2006
  13. Nov 10, 2006
    • Mark Fredrickson's avatar
      Nodes hold content. Views save queries. Wouldn't be great if a node could hold... · 83f28953
      Mark Fredrickson authored
      Nodes hold content. Views save queries. Wouldn't be great if a node could hold a saved query? Now it can. Viewfield is a CCK field module that allows administrators to put views directly into nodes. When creating a node, users can select from a list of views. When the node is displayed, the view is run and the content is inserted into the body of the node.
      
      initial commit
      83f28953