CHANGELOG.txt |
CHANGELOG.txt |
|
Upgrade Status x.x-x.x, xxxx-xx-xx
----------------------------------
Upgrade Status 5.x-1.x, xxxx-xx-xx
----------------------------------
#303279 by sun: Added JavaScript Aggregator note for 6.x.
#303279 by sun: Added JavaScript Aggregator moved… |
CHANGELOG.txt |
upgrade_assist/CHANGELOG.txt |
|
Upgrade Assist x.x-x.x, xxxx-xx-xx
----------------------------------
Upgrade Assist 5.x-1.x, xxxx-xx-xx
----------------------------------
by sun: Added first draft of Upgrade Assist module. |
README.txt |
README.txt |
|
-- SUMMARY --
Upgrade Status module was designed to provide an easy way tell when your website
is ready to be upgraded to the next Drupal version. The module will compile a
list of your projects along with a status, which can be one of the… |
README.txt |
upgrade_assist/README.txt |
|
-- SUMMARY --
Upgrade Assist module assists in upgrading a Drupal site. It accounts for
* http://drupal.org/upgrade/tutorial-introduction
* http://drupal.org/project/cck
This module is just a helper, to perform the right steps at the right… |
upgrade_assist.css |
upgrade_assist/upgrade_assist.css |
|
ol.task-list {
margin-left: 0; /* LTR */
padding: 0;
list-style-type: none;
list-style-image: none;
}
ol.task-list li {
padding: 0.5em 1em 0.5em 2em; /* LTR */
}
ol.task-list li.active {
background: transparent url(images/task-list.png)… |
upgrade_assist.info |
upgrade_assist/upgrade_assist.info |
|
name = Upgrade Assist
description = Assists in upgrading Drupal. WARNING: Maintenance mode is enabled UPON ENABLING this module.
; dependencies = update_status upgrade_status demo |
upgrade_assist.module |
upgrade_assist/upgrade_assist.module |
|
Assists in upgrading Drupal. |
upgrade_status.admin.inc |
upgrade_status.admin.inc |
|
Checks to see if your installed modules are available for the next major
release of Drupal. |
upgrade_status.css |
upgrade_status.css |
|
.upgrade-status .project {
font-size: 110%;
padding: 0.3em 0 0 1em;
}
.upgrade-status .project .collapse-icon {
margin: 0 .3em 0 0;
padding: .4em .8em .7em 0;
display: block;
float: left;
cursor: pointer;
}
.upgrade-status .project… |
upgrade_status.info |
upgrade_status.info |
|
name = Upgrade Status
description = Checks to see if your installed modules are available for the next major release of Drupal.
dependencies = update_status |
upgrade_status.module |
upgrade_status.module |
|
Checks to see if your installed modules are available for the next major
release of Drupal. |