Skip to content
  1. Apr 23, 2008
  2. Mar 31, 2008
  3. Mar 30, 2008
  4. Mar 26, 2008
  5. 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
  6. Mar 24, 2008
  7. Mar 21, 2008
  8. Mar 19, 2008
  9. Mar 18, 2008
  10. Mar 17, 2008
  11. Mar 13, 2008
    • Yves Chedemois's avatar
      Small update for views integration : · b91d7f2b
      Yves Chedemois authored
      - default Empty / Not empty filter for all fields
        (still triggers a few warnings when used as exposed filters)
      - very early beginnings of 'relationships' for nodereferences.
        Doesn't do anything yet.
      b91d7f2b
  12. Mar 07, 2008
  13. Feb 28, 2008
  14. Feb 19, 2008
  15. Feb 08, 2008
  16. Feb 07, 2008
  17. Feb 04, 2008
  18. Jan 15, 2008
  19. Jan 13, 2008
  20. Dec 08, 2007
  21. Nov 29, 2007
  22. Nov 28, 2007
  23. Nov 21, 2007
  24. 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
  25. Nov 13, 2007
  26. Nov 10, 2007
    • Karen Stevenson's avatar
      Two big D6 port changes: · b4ad53bb
      Karen Stevenson authored
      #97861 change schema to store field column and module info in the field settings table so we have a way to clean fields up after a field module is uninstalled and rework all code to retrieve that info from the database instead of using module_invoke('database columns').
      
      #157176 major restructuring to move most existing field crud processing to content_crud.inc. This still needs more testing and is not the final API, but it is a beginning.
      b4ad53bb
  27. Nov 03, 2007
  28. Nov 02, 2007