Version 1.6 (checked in on 2009/09/26 at 23:00:51 by sun)
Developer module that assists a contributed module with version upgrade from the Drupal 6.x to 7.x core API. The module creates new code files by modifying existing code files in accordance with the core API changes. The module goal is to enable 6.x module developers to release a 7.x version in conjunction with the release of Drupal 7. The initial 7.x version would be a straight port of features from the 6.x version. Feature changes and other enhancements would then occur subsequent to the initial 7.x release.
For a list of core API changes that are handled by this module, see:
Copyright 2008-9 by Jim Berry ("solotandem", http://drupal.org/user/240748)
| Name | Description |
|---|---|
| coder_upgrade_conversions_form | Form builder for the module conversion form. |
| coder_upgrade_conversions_form_defaults | Set the default values to display on the module conversions form. |
| coder_upgrade_conversions_form_submit | Submit handler for the module conversion form. |
| coder_upgrade_conversions_form_validate | Validation handler for the module conversion form. |
| coder_upgrade_log_path | Return path to log file. |
| coder_upgrade_menu | Implement hook_menu(). |
| coder_upgrade_module_list | Return list of contributed modules. |
| coder_upgrade_patch_display | Return patch file wrapped in html tags. |
| coder_upgrade_patch_link | Return link to patch file. |
| coder_upgrade_patch_path | Return path to patch file. |
| coder_upgrade_permission | Implement hook_permission(). |
| coder_upgrade_selections | Return all submitted values. |
| coder_upgrade_selections_extract | Return a list of submitted values. |
| coder_upgrade_settings_form | Form builder for the settings form. |
| coder_upgrade_settings_form_submit | Submit handler for the settings form. |