Skip to content
  1. Sep 27, 2009
    • Alex Barth's avatar
      - Allow implementing modules that use exportable tables to use hook_schema()... · a7f964cf
      Alex Barth authored
      - Allow implementing modules that use exportable tables to use hook_schema() (and thus change management via hook_update_N) on data managed tables.
      - Make CTools a hard dependency. It has been a matter-of-fact dependency before, requiring it simplifies code.
      - Add a .install to data_ui_test module: required for simpletest to set up and break down cleanly.
      
      All tests passing. However, there remains a problem with occasionally illegal table definitions generated by fields generator in data_ui.test.
      a7f964cf
  2. Jul 15, 2009