Skip to content
  1. Apr 23, 2008
  2. Mar 30, 2008
  3. Mar 27, 2008
  4. Mar 25, 2008
    • Karen Stevenson's avatar
      Re-name fields to use Views 1 naming like field_text_value instead of... · f33cc12c
      Karen Stevenson authored
      Re-name fields to use Views 1 naming like field_text_value instead of field_text to make updates easier, and alter content.views_convert.inc to match.
      
      Add default filters for all fields, and update fields to switch from string or numeric filters to 'in' operators if there are lists of allowed values.
      
      Add helper function to return Views table name to make it easier to change the tablename in the future, like if we find a way to avoid the need to alias each field as its own table.
      f33cc12c
  5. Mar 21, 2008
  6. Mar 19, 2008
  7. Feb 19, 2008
  8. Feb 09, 2008
  9. Feb 08, 2008
  10. Feb 07, 2008
  11. Feb 06, 2008
  12. Jan 17, 2008
  13. Nov 27, 2007
  14. Nov 15, 2007
    • Karen Stevenson's avatar
      Added new fuctions to create 'default' field and widget arrays. Available to... · 3973f7be
      Karen Stevenson authored
      Added new fuctions to create 'default' field and widget arrays. Available to help expose field structure to external modules. Supplied values are now merged with default values to be sure all parts of the field and widget have indexes set. This means all field values will always return true to isset() and will not create undefined index errors. This also means module authors should not use isset() to test if values exist for form elements. Instead use is_array(), is_numeric() or similar tests.
      3973f7be
  15. Nov 13, 2007
  16. Nov 03, 2007
  17. Nov 02, 2007
  18. Sep 30, 2007
  19. Sep 28, 2007
  20. Sep 25, 2007
  21. Sep 23, 2007
  22. Sep 21, 2007
  23. Aug 27, 2007
  24. Aug 23, 2007
  25. Aug 16, 2007
  26. Aug 10, 2007
  27. Aug 09, 2007
  28. Jul 17, 2007
    • Yves Chedemois's avatar
      D6 port · 74135a61
      Yves Chedemois authored
      - explicitely moved validate and submit from 'nodeapi ops to FAPI handlers
      - fixed some warnings with text and number 'allowed values'
      74135a61
  29. Jul 10, 2007
    • Karen Stevenson's avatar
      #157176 - more work on the 6.x port. Got rid of the fatal error in Content... · 6e023c8c
      Karen Stevenson authored
      #157176 - more work on the 6.x port. Got rid of the fatal error in Content Copy but can't get the Content Copy menus working. Also need to replace the 'submit' and 'validate' hooks in nodeapi with '#submit' and '#validate' elements in the form, then figure out how to re-architect the workflow since we now have $form and $form_state instead of $node to pass to the widgets and fields.
      6e023c8c
  30. Jul 08, 2007
  31. Mar 12, 2007