$notes $notes : array Populated when the release notes are included. May be refactored to use a setter for each property the release notes sets... Type array
$_oldSourceVersionString $_oldSourceVersionString : string Version number of previous release. Type string
$_newSourceVersionString $_newSourceVersionString : string Version number of next release. Type string
$_newSourceVersionStringPlain $_newSourceVersionStringPlain : string Version number of next release for doc/CHANGES. Type string
$_hordeVersionString $_hordeVersionString : string Major version number of Horde compatible to this release. Type string
$_oldHordeVersionString $_oldHordeVersionString : string Major version number of Horde compatible to the previous release. Type string
$_oldChangelogVersion $_oldChangelogVersion : string Revision number of previous CHANGES file. Type string
$_oldDirectoryName $_oldDirectoryName : string Directory name of unpacked previous tarball. Type string
$_oldVersion $_oldVersion : boolean Whether or not we have an old version to compare against. Type boolean
$_patchName $_patchName : string Filename of the gzip'ed patch file (without .gz extension). Type string
deleteDirectory() deleteDirectory( $directory) Delete the directory given as an argument Parameters $directory
tagSource() tagSource( $directory = null, $version = null) Label all of the source here with the new label given as an argument Parameters $directory $version
updateVersionFile() updateVersionFile( $directory, $version_string) Change the version file for the module in the directory specified to the version specified Parameters $directory $version_string
saveChangelog() saveChangelog( $old = false, $directory = null) get and save the revision number of the CHANGES file Parameters $old $directory
cleanDirectories() cleanDirectories( $directory) work through the source directory given, cleaning things up by removing directories and files we don't want in the tarball Parameters $directory
checkOutTag() checkOutTag( $mod_version, $directory, $module = null) Check out the tag we've been given to work with and move it to the directory name given Parameters $mod_version $directory $module
checkOutFramework() checkOutFramework( $mod_version, $directory) Checkout and install framework Parameters $mod_version $directory
print_usage() print_usage( $message = null) Show people how to use the damned thing Parameters $message