Skip to content
  1. Apr 09, 2008
  2. Apr 06, 2008
  3. Mar 30, 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. Mar 17, 2008
  8. Mar 02, 2008
  9. Feb 28, 2008
  10. Feb 19, 2008
  11. Feb 08, 2008
  12. Feb 07, 2008
  13. Jan 15, 2008
  14. Jan 13, 2008
  15. Jan 06, 2008
  16. Jan 01, 2008
    • Yves Chedemois's avatar
      Minor stuff : · 2e55329a
      Yves Chedemois authored
      - rename content_install_types() to content_types_install()
      - add missing include in content_storage_type() - was OK
        since the function is always called from content_crud.inc
        currently...
      - remove unnecessary (array) casts
      2e55329a
  17. Dec 01, 2007
  18. Nov 29, 2007
  19. Nov 28, 2007
  20. 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
  21. Nov 13, 2007
  22. Nov 03, 2007
  23. Nov 02, 2007
  24. Sep 30, 2007
  25. Sep 28, 2007