CHANGELOG.txt |
CHANGELOG.txt |
|
Upgrade Status 6.x-1.x, xxxx-xx-xx
----------------------------------
#1112518 by webchick, NancyDru: Added version for projects 'In development'.
Upgrade Status 6.x-1.0, 2010-09-05
----------------------------------
by sun: Removed .info… |
CHANGELOG.txt |
upgrade_assist/CHANGELOG.txt |
|
Upgrade Assist 6.x-1.x, xxxx-xx-xx
----------------------------------
Upgrade Assist 6.x-1.1, 2010-10-12
----------------------------------
by sun: Fixed post-upgrade handling of previously disabled modules.
by sun: Fixed fatal errors after… |
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
* UPGRADE.txt in Drupal core
* http://drupal.org/upgrade/tutorial-introduction
* http://drupal.org/project/cck
This module is just a helper, to perform the… |
upgrade_assist.css |
upgrade_assist/upgrade_assist.css |
|
div.item-list ol.task-list {
list-style-type: none;
list-style-image: none;
padding: 0;
margin-left: 0; /* LTR */
}
div.item-list ol.task-list li {
color: #adadad;
list-style-type: none;
list-style-image: none;
margin: 0;
padding:… |
upgrade_assist.info |
upgrade_assist/upgrade_assist.info |
|
name = Upgrade Assist
description = Assists in upgrading Drupal to a new major version.
core = 6.x
;dependencies[] = demo
files[] = upgrade_assist.module |
upgrade_assist.install |
upgrade_assist/upgrade_assist.install |
|
Installation functions for Upgrade Assist. |
upgrade_assist.module |
upgrade_assist/upgrade_assist.module |
|
Assists in upgrading Drupal. |
upgrade_status.compare.inc |
upgrade_status.compare.inc |
|
|
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.fetch.inc |
upgrade_status.fetch.inc |
|
|
upgrade_status.info |
upgrade_status.info |
|
name = Upgrade status
description = Checks to see if the installed modules are available for the next major version of Drupal.
core = 6.x
dependencies[] = update |
upgrade_status.module |
upgrade_status.module |
|
Checks to see if your installed modules are available for the next major
release of Drupal. |
upgrade_status.report.inc |
upgrade_status.report.inc |
|
|