Skip to content
  1. Apr 12, 2008
  2. Mar 28, 2008
  3. Mar 21, 2008
  4. Feb 25, 2008
  5. Feb 07, 2008
  6. Jan 27, 2008
  7. Jan 13, 2008
  8. 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
    • Yves Chedemois's avatar
  9. Jan 03, 2008
  10. Dec 27, 2007
  11. Nov 27, 2007
  12. Nov 22, 2007
  13. Nov 20, 2007
  14. Nov 18, 2007
  15. Nov 16, 2007
  16. Nov 15, 2007
  17. Nov 12, 2007
    • Karen Stevenson's avatar
      More work getting Content Copy working again, not completely working yet but... · 3095dbf0
      Karen Stevenson authored
      More work getting Content Copy working again, not completely working yet but getting closer. Switch to using the APIs for fields and fieldgroups. We're still stuck with drupal_execute for the creation of the node type because there is no API for that.
      
      Tweak the AHAH add more form -- it was storing the whole field element inside each delta instead of only the delta.
      
      Move fieldgroup API functions all together in the code and do a bit of tweaking so they can function as external APIs.
      3095dbf0
  18. Nov 11, 2007
  19. Nov 10, 2007
  20. Nov 09, 2007
  21. 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
  22. Nov 07, 2007
  23. Nov 05, 2007
  24. Sep 28, 2007
  25. Sep 25, 2007
  26. Aug 27, 2007
    • Karen Stevenson's avatar
      #157176 First round of FAPIzing the widgets. Widget invoke hook_elements() and... · e9b6b501
      Karen Stevenson authored
      #157176 First round of FAPIzing the widgets. Widget invoke hook_elements() and use FAPI #process, #value_callback, etc. Widgets now only produce a single element and content module handles multiple values. Widget elements are designed to be agnostic about where they are placed. The content module places them on nodes, but it should be possible to write custom code to place them elsewhere by creating a $field array that will tell the widget what parameters to use. See the referenced issue for more details.
      e9b6b501
  27. Aug 10, 2007
  28. Aug 09, 2007
  29. Jul 14, 2007
  30. Jul 10, 2007
    • Karen Stevenson's avatar
      #157176 - more work on the 6.x port. Got rid of the fatal error in Content... · 6e023c8c
      Karen Stevenson authored
      #157176 - more work on the 6.x port. Got rid of the fatal error in Content Copy but can't get the Content Copy menus working. Also need to replace the 'submit' and 'validate' hooks in nodeapi with '#submit' and '#validate' elements in the form, then figure out how to re-architect the workflow since we now have $form and $form_state instead of $node to pass to the widgets and fields.
      6e023c8c
  31. Jul 07, 2007