-
* Split hook_form_alter() into individual hook_form_form-id_alter() functions
-
* Moved menu items from mailout_admin.inc back into hook_menu * Removed hook_init, not needed for now * Finished converting menu items to D6
-
* fixed a few syntax errors * removed 'mailout_overview' function, simply using 'system_admin_menu_block_page' as the menu callback for admin/content/mailout instead.
-
* fixing accidental commit of new drupal 6 files in DRUPAL-5 branch
-
* fixing accidental commit of new drupal 6 files in DRUPAL-5 branch
-
* fixing accidental commit of new drupal 6 files in DRUPAL-5 branch
-
* Tested mailout.install and realised schema defintion was missing some primary keys. Added the primary keys needed. * Also had a schema table field type defined as 'unknown' which caused an error. Gave the field a type and issue was fixed.
-
* fixed issue where module_load_include() had been replaced over instances of "require" in some comments or strings by deadwood conversion
-
* Used deadwood module to do many conversion tasks for D6 * Converted hook_menu() as per D6 requirements in mailout.module * implemented hook_boot() in mailout.module * Converted extra menu item definitions in mailout_admin.inc
-
Have started work on a Drupal 6 port. upgraded mailout.info upgraded mailout.install This version is not ready for installation.