coder_upgrade.module

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)

Functions

NameDescription
coder_upgrade_conversions_formForm builder for the module conversion form.
coder_upgrade_conversions_form_defaultsSet the default values to display on the module conversions form.
coder_upgrade_conversions_form_submitSubmit handler for the module conversion form.
coder_upgrade_conversions_form_validateValidation handler for the module conversion form.
coder_upgrade_log_pathReturn path to log file.
coder_upgrade_menuImplement hook_menu().
coder_upgrade_module_listReturn list of contributed modules.
coder_upgrade_patch_displayReturn patch file wrapped in html tags.
coder_upgrade_patch_linkReturn link to patch file.
coder_upgrade_patch_pathReturn path to patch file.
coder_upgrade_permissionImplement hook_permission().
coder_upgrade_selectionsReturn all submitted values.
coder_upgrade_selections_extractReturn a list of submitted values.
coder_upgrade_settings_formForm builder for the settings form.
coder_upgrade_settings_form_submitSubmit handler for the settings form.