patch_manager.api.php |
patch_manager.api.php |
|
Document patch_manager API usage |
patch_manager.css |
patch_manager.css |
|
/* active */
.state-1 {
background-color: #F9F9F9;
}
/* fixed */
.state-2 {
background-color: #D7FFD8;
}
/* closed (duplicate) */
.state-3,
/* postponed */
.state-4,
/* closed (won't fix) */
.state-5,
/* closed (works as designed)… |
patch_manager.drush.inc |
patch_manager.drush.inc |
|
|
patch_manager.info |
patch_manager.info |
|
name = Patch manager
description = Provides developer tools for patch management of core and contributed modules.
core = 6.x
dependencies[] = filefield
dependencies[] = views
; These ones are from CCK project.
; We can't put a dependency, because… |
patch_manager.install |
patch_manager.install |
|
|
patch_manager.module |
patch_manager.module |
|
patch_manager.module
Patch manager provides developers with tools for managing patches. |
patch_manager.views_default.inc |
patch_manager.views_default.inc |
|
patch_manager.views_default.inc
Provide default views to be used with the patch manager |
README.txt |
README.txt |
|
<?php
Patch manager provides a developer tool for managing patches
to core and contributed modules.
CONTENTS OF THIS FILE
---------------------
* Requirements
* Patch naming
* Configuration
* More Information
REQUIREMENTS
------------
The… |