Skip to content
  1. Sep 04, 2008
  2. Aug 26, 2008
  3. Aug 17, 2008
  4. Aug 15, 2008
  5. Aug 14, 2008
  6. Aug 09, 2008
  7. Aug 07, 2008
  8. Aug 06, 2008
  9. Jul 27, 2008
  10. Jul 03, 2008
  11. Jul 02, 2008
  12. Jun 03, 2008
  13. Jun 01, 2008
  14. Apr 05, 2008
  15. Feb 07, 2008
  16. Feb 06, 2008
  17. Jan 17, 2008
  18. Jan 15, 2008
  19. Jan 13, 2008
  20. Jan 11, 2008
  21. Jan 10, 2008
  22. Jan 09, 2008
  23. 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
  24. Dec 24, 2007
  25. Dec 23, 2007
  26. Dec 12, 2007
    • Karen Stevenson's avatar
      #198508 Clean up update process to accomodate the possibility that some field... · cf81474b
      Karen Stevenson authored
      #198508 Clean up update process to accomodate the possibility that some field modules won't get enabled until later while still making sure the module and column fields of the fields tables get populated as soon as we have any information about them. Fix those we can in content module's update, fix others using hook_content_notify when they get enabled, add special fixes needed for optionwidgets and text which changed the widget names so they don't update automatically.
      
      There are still more complex upgrade issues to address, just getting this much of the fix committed.Patch by fractile81 and me.
      cf81474b
  27. Dec 11, 2007
  28. Dec 10, 2007
  29. Dec 08, 2007
  30. Nov 29, 2007
  31. Nov 28, 2007
  32. Nov 26, 2007
    • Karen Stevenson's avatar
      Cleanup the content updates. · bbaf839c
      Karen Stevenson authored
      bbaf839c
    • 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