The frontend doesn't display properly the install profile name as defined by hook_profile_details(). An example easy to reproduce is to try the single_user_blog profile, which properly defines the 'name' setting but (and the verify task actually sets it properly in the drushrc.php) but the frontend displays it as "single_user_blog" instead of "Single user blog".

Comments

anarcat’s picture

I'm stuck on #486934: broken IPC communication on Drupal 6 (AKA "welcome email not being sent")... It makes site creation fail and platform verification also flaky...

adrian’s picture

we cant include the profile file because it will likely use functions that we dont have access to.

adrian’s picture

Status: Active » Fixed

this is fixed in head.

turns out we were including it, but there was a typo.

Status: Fixed » Closed (fixed)

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

  • Commit 451cafa on 6.x-2.x, 7.x-3.x, dev-ssl-ip-allocation-refactor, dev-sni, dev-helmo-3.x by adrian:
    Use the real name of the profile (#500342) , and filter platforms which...

  • Commit 451cafa on 6.x-2.x, 7.x-3.x, dev-ssl-ip-allocation-refactor, dev-sni, dev-helmo-3.x by adrian:
    Use the real name of the profile (#500342) , and filter platforms which...