Skip to content
  1. Mar 02, 2008
  2. Feb 25, 2008
  3. Dec 01, 2007
  4. Mar 05, 2007
  5. Feb 25, 2007
  6. Feb 11, 2007
  7. Feb 09, 2007
  8. Jan 29, 2007
  9. Jan 28, 2007
  10. Jan 25, 2007
  11. Jan 19, 2007
  12. Jan 10, 2007
  13. Jan 07, 2007
  14. Jan 05, 2007
  15. Jan 01, 2007
  16. Dec 21, 2006
  17. Nov 23, 2006
  18. Nov 15, 2006
  19. Oct 17, 2006
  20. Aug 19, 2006
  21. Aug 14, 2006
  22. Aug 08, 2006
  23. Aug 01, 2006
  24. May 05, 2006
  25. May 02, 2006
  26. May 01, 2006
  27. Apr 20, 2006
  28. Apr 18, 2006
  29. Apr 17, 2006
  30. Apr 15, 2006
  31. Apr 14, 2006
  32. 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
  33. Apr 11, 2006