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 |
|
Provide Drush integration to the patch manager |
patch_manager.info |
patch_manager.info |
|
name = Patch manager
description = Provides developer tools for patch management of core and contributed modules.
core = 7.x
version = 7.x-1.x-dev
dependencies[] = text
dependencies[] = file
dependencies[] = views
dependencies[] =… |
patch_manager.install |
patch_manager.install |
|
Install, update and uninstall functions for the 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 |
|
Provide default views to be used with the patch manager |
README.txt |
README.txt |
|
Patch manager provides a developer tool for managing patches
to core and contributed modules.
SCARY WARNING
-------------
Please think about Patch Manager module as a developer tool
that should never be used on production sites.
That is so because to… |