Skip to content
  1. Mar 11, 2009
  2. Mar 01, 2009
  3. Jan 21, 2009
  4. Dec 02, 2008
  5. Jun 13, 2008
  6. Jun 02, 2008
    • Karen Stevenson's avatar
      #227439, #227437, #227945 Rework field and widget type handling to simplify... · b76893c3
      Karen Stevenson authored
      #227439, #227437, #227945 Rework field and widget type handling to simplify the intial screen when choosing a field and widget type by making it a two-step process where you see only the widgets that apply to the field. Move the setting of the field label to the same place where you set the field name. Change the field edit screen to keep it from showing all the different widgets again and instead just display the current widget. Then add a button to change the widget which will take you to another screen to make the change since the rest of the page will need to change when the widget changes. Keep the changes to the widget label  in that separate process, too, since that affects the menu tabs that need to be changed before redirecting back to the main page.
      
      All working well except that changing the widget for an existing field is not redirecting back to the field edit page as it should.
      b76893c3
  7. Apr 25, 2008
  8. Apr 23, 2008
  9. Apr 12, 2008
  10. Mar 28, 2008
  11. Mar 21, 2008
  12. Feb 25, 2008
  13. Feb 07, 2008
  14. Jan 27, 2008
  15. Jan 13, 2008
  16. 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
  17. Jan 03, 2008
  18. Dec 27, 2007
  19. Nov 27, 2007
  20. Nov 22, 2007
  21. Nov 20, 2007
  22. Nov 18, 2007
  23. Nov 16, 2007
  24. Nov 15, 2007
  25. 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
  26. Nov 11, 2007
  27. Nov 10, 2007
  28. Nov 09, 2007