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