Skip to content
  1. Feb 21, 2008
  2. Feb 20, 2008
  3. Feb 09, 2008
  4. Feb 07, 2008
  5. Feb 06, 2008
  6. Jan 26, 2008
  7. Jan 21, 2008
  8. Jan 18, 2008
  9. Jan 15, 2008
  10. Jan 13, 2008
  11. Jan 10, 2008
    • Karen Stevenson's avatar
      #198508 Working on fixes to problems created when some but not all field... · a207fcc6
      Karen Stevenson authored
      #198508 Working on fixes to problems created when some but not all field modules are enabled on an update. I've added an 'active' column to the field tables and altered all the queries so they filter for only active fields. That got rid of numerous errors on the update and also fixed a problem where inactive fields were still showing up on the Manage Fields and Display Fields screens.
      
      I set up the active field to default to zero, then update it when field modules are updated, so, hopefully, inactive fields will just disappear everywhere.
      
      We'll need to watch this to be sure it doesn't introduce other problems.
      a207fcc6
  12. 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
  13. Dec 27, 2007
  14. Dec 10, 2007
  15. Nov 27, 2007
  16. Nov 23, 2007
  17. Nov 21, 2007
  18. Nov 20, 2007
  19. Nov 18, 2007
    • Karen Stevenson's avatar
      This is probably going to break things again, but we now deprecate... · 6ddb7830
      Karen Stevenson authored
      This is probably going to break things again, but we now deprecate content_alter_db_table() and introduce content_alter_schema() which first analyzes the changes to see if they will result in loss of data, then uses batch processing to update the nodes one at a time, and then finally do the actual change to the schema.
      6ddb7830
  20. Nov 16, 2007
  21. Nov 15, 2007
  22. Nov 14, 2007