Version 1.2 (checked in on 2009/08/03 at 00:11:11 by solotandem)
Constants and utility functions for the coder_upgrade module.
Copyright 2008-9 by Jim Berry ("solotandem", http://drupal.org/user/240748)
| Name | Description |
|---|---|
| DEADWOOD_DIR | The default directory to store modules to be converted. Relative to file_directory_path(). |
| DEADWOOD_NEW | The default directory to store converted modules. Relative to file_directory_path(). |
| DEADWOOD_OLD | The default directory to store modules to be converted. Relative to file_directory_path(). |
| DEADWOOD_PATCH | The default directory to store patch files. Relative to file_directory_path(). |
| Name | Description |
|---|---|
| coder_upgrade_clean_directory | Remove all files from the specified directory and optionally remove the directory. |
| coder_upgrade_scan_directory | Scan a specified directory and find all first-level directories beneath it. |
| tp | Pass a string through t() and wrap the result in html entity <p>. |