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