Calling all Drupal developers!
Help us get this on the first page of Digg. DIGG NOW!
Help us get this on the first page of Digg. DIGG NOW!
1.9.2.7 (checked in on 2008/01/23 at 21:00:28 by dww)
This module improves the administrative UI for sites that are deployed directly via a CVS workspace (as opposed to sites built from packaged releases that are downloaded from drupal.org).
See the README.txt file for more information.
@author Derek Wright ("dww") http://drupal.org/user/46549
| Name | Description |
|---|---|
| cvs_deploy_form_alter | Implementation of hook_form_alter(). |
| cvs_deploy_get_project_name | Private helper to alter the 'project' of a module based on what directory in the CVS repository the module has been checked out from. |
| cvs_deploy_system_info_alter | Implementation of hook_system_info_alter(). |
| cvs_deploy_version_from_tag | Returns the human-readable version string from a given CVS tag. |
| _cvs_deploy_find_latest_update | Recursive helper function to find the latest modification time on every CVS/Entires file in the current directory tree. |
| _cvs_deploy_version_alter | Private helper to alter the version of a module based on what we can figure out about the CVS tag in use. |