The apps module has a line that tells users that Apps have been successfully installed during a distribution installation, but since it doesnt render until the next page load it ends up showing up on the following screen (http://drupal.org/files/apps-success-next-screen.png). This can be a bit confusing (since no other part of the Drupal profile installation process behaves this way) and I would recommend we do this silently (and only show errors).

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

populist’s picture

Status: Active » Needs review
FileSize
568 bytes

Here is a patch that rejoices silently.

febbraro’s picture

Status: Needs review » Fixed
nedjo’s picture

Priority: Normal » Critical
Status: Fixed » Needs review
FileSize
542 bytes

With this change, on successful completion of the batch operation for enabling apps, the following message appears:

Fatal error trying to enable apps.

This is because the $success variable isn't tested before giving the fatal error message.

Fix attached.

febbraro’s picture

Status: Needs review » Fixed

Fixes this and committed. Thanks nedjo.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.