Contributions API

Calling all Drupal developers!

Help us get this on the first page of Digg. DIGG NOW!

Modules in 5

cvs_deploy.module

Version

1.9.2.7 (checked in on 2008/01/23 at 21:00:28 by dww)

Description

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

Functions

Namesort iconDescription
cvs_deploy_form_alterImplementation of hook_form_alter().
cvs_deploy_get_project_namePrivate 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_alterImplementation of hook_system_info_alter().
cvs_deploy_version_from_tagReturns the human-readable version string from a given CVS tag.
_cvs_deploy_find_latest_updateRecursive helper function to find the latest modification time on every CVS/Entires file in the current directory tree.
_cvs_deploy_version_alterPrivate helper to alter the version of a module based on what we can figure out about the CVS tag in use.