-
Trying to fix forms, apparently drupal_get_form() has changed :(. Also squashed a few warnings.
-
Fixed more DB calls. Block still won't load, even though the form array is all set up.
-
More stepping through the Coder module. Now, beginning to rewrite all queries to use DBTNG class and Object functions instead of the nonexistant db_result(). Not easy. :(
-
Updating function names based on Coder module Code review. Block functions broken out.
-
Fixed a tiny stupid typo. Default value of site_url was incorrect on the Site edit page.
-
Add a conditional statement to the install hook. This should suppress any database warning when updating multiple sites.
-
Updated install file to accomodate for the following cases: 6.x-1.1 -> 6.x-2.1 6.x-2.0 -> 6.x-2.1 In the first, the data is wiped out. In the second, the tables are updated properly.
-
Revised the readme to (hopefully) be clearer!
-
A big one. Implement the variables set on the settings page. Enforce checkbox for indexing unpublished nodes. Enforce excluded types list.
-
Implemented new setting() functions, and removed system_settings_form() from multisite_search_settings() page. Next step, use the settings table on cron run!