1. Block is auto-enabled, but not appearing first in sidebar.
  2. Suggested drush command line is not based on upgrade status check; contains bogus project names (e.g., upgrade_assist), and unavailable projects (d'oh!). Cache the check results.
  3. Download list should contain suggested replacements (e.g., content_profile => entity,profile2, cck => references, etc.)
  4. Re-enable module list should contain recommended modules (e.g., content_migrate).
  5. CCK not contained in re-enable module list. Although it was contained in the drush/download list.
  6. Dependency checks are failing for "re-enable module" form/list. Also, some modules shouldn't be contained in there due to missing dependencies. Lastly, some modules somehow disappeared (without enabling them) after re-enabling some others.
  7. Can't move on to "Check status report" when not wanting to re-enable all modules.
  8. Suggest to do a final post-upgrade(-modules) backup, before moving on and altering the site after upgrade.

Comments

sun’s picture

Status: Active » Needs review
StatusFileSize
new7.71 KB

Attached patch should fix most of the issues.

sun’s picture

StatusFileSize
new7.56 KB
+++ b/upgrade_assist/upgrade_assist.module
@@ -504,17 +518,16 @@ function upgrade_assist_disable_modules() {
+      if (!empty($module->info['dependencies'])) {
+        $form['#modules'][$module->name]['dependencies'] = $module->info['dependencies'];
+      }

Not needed.

sun’s picture

Issue summary: View changes

Updated issue summary.

kristen pol’s picture

Issue summary: View changes
Status: Needs review » Closed (won't fix)

Triaging all Drupal 6 Upgrade Status issues. As Drupal 6 is no longer supported by this module and the "Upgrade Assist" module isn't in the Drupal 7 version, closing this.