Skip to content
  1. Mar 21, 2008
  2. Feb 25, 2008
  3. Oct 03, 2007
  4. Aug 09, 2007
  5. Mar 29, 2007
  6. Feb 09, 2007
  7. Jan 26, 2007
  8. Jan 25, 2007
  9. Jan 10, 2007
  10. Jan 07, 2007
  11. Jan 05, 2007
  12. Dec 18, 2006
  13. Oct 17, 2006
  14. Aug 01, 2006
  15. May 01, 2006
  16. Apr 18, 2006
  17. Apr 16, 2006
  18. Apr 14, 2006
  19. Apr 12, 2006
    • Jonathan Chaffer's avatar
      The first of two field API changes. · 464bdf58
      Jonathan Chaffer authored
      Added a $node_field parameter to hook_field() and hook_widget(). This eases
      a very common pattern of getting and setting this value. While $node is still
      passed by reference, fields should *not* modify it. Instead, modify $node_field
      which is saved back automatically.
      464bdf58
    • Jonathan Chaffer's avatar
      Added two new operations for hook_widget(): 'prepare form values' and · aeb7c42f
      Jonathan Chaffer authored
      'process form values.' These operations previously were part of the work
      done by 'form' and 'submit.' The new setup is better for separation of
      tasks, but more importantly fixes a bug that caused radio button fields to
      throw validation errors because the field's validation was being run on
      incompatible data.
      aeb7c42f
  20. Apr 11, 2006