Skip to content
  1. Jan 13, 2008
  2. Jan 10, 2008
  3. Jan 09, 2008
  4. Dec 27, 2007
    • Karen Stevenson's avatar
      Make sure content.module functions are available during fieldgroup install to... · fc06deea
      Karen Stevenson authored
      Make sure content.module functions are available during fieldgroup install to avoid an invalid function error when content module and fieldgroup are installed at the same time in a clean installation. Only a problem with fieldgroup, no other CCK field modules. This is the only module that installs a schema, so there may be some subtle timing issue when schemas are involved.
      fc06deea
  5. Dec 23, 2007
  6. Dec 08, 2007
  7. Nov 26, 2007
    • Karen Stevenson's avatar
      Minor fix to PHP Doc. · 61047e92
      Karen Stevenson authored
      61047e92
    • Karen Stevenson's avatar
      Remove old updates that spanned several schema changes and require that... · a0e4ca62
      Karen Stevenson authored
      Remove old updates that spanned several schema changes and require that database be current before upgrading to 6.x. This is needed because the CCK database has dramatically changed several times, including changing to and then away from table names that were later usurped by core. The 6.x structure finishes moving completely away from using table names prefixed with 'node_' to avoid future upgrade problems as core incorporates more parts of CCK.
      
      This means 4.7 to 6.x upgrades will require an intermediate update to 5.x, and 5.x to 6.x upgrades will require that the latest code be used to upgrade the database in 5.x before upgrading to 6.x.
      
      This won't be popular, but maintaining all those old updates to make sure that nothing breaks no matter what state the database is in has become an impossible task. Hopefully once everyone is stablized using the 6.x structure we can stick to automatic updates in the future.
      a0e4ca62
  8. Nov 18, 2007
  9. Nov 15, 2007
  10. Nov 08, 2007
    • Karen Stevenson's avatar
      Switch to using _content_field_tablename() and... · f4db2820
      Karen Stevenson authored
      Switch to using _content_field_tablename() and _content_field_instance_tablename() instead of node_field or content_field to properly handle tablenames before and after name change. Needed so update functions and their calls to content functions will work properly whether or not the tables have been renamed.
      f4db2820
  11. Nov 07, 2007
  12. Oct 05, 2007
  13. Sep 28, 2007
  14. Jul 06, 2007
  15. Jul 04, 2007
  16. Apr 22, 2007
  17. Mar 30, 2007
  18. Mar 12, 2007
  19. Mar 10, 2007
  20. Feb 11, 2007
  21. Feb 10, 2007
  22. Feb 08, 2007
  23. Feb 05, 2007
  24. Jan 07, 2007
  25. Jan 05, 2007
  26. Jan 01, 2007
  27. Dec 30, 2006
  28. Dec 06, 2006