I discovered this bug while writing behat tests.
You can't create a Drupal 6 site without Javascript right now, because you have to select "Drupal" profile before your drupal6 platforms even appear in the form. They won't appear at all if javascript is disabled.
We need to patch this so that the default value of the install profile is available in the selected platform.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 2779193-platform-query.patch | 1.8 KB | jon pugh |
Comments
Comment #3
jon pughThe attached patch reloads the list of profiles and platforms if the query parameter ?platform=123 is set.
Because the platform should be fixed to 123 if a user follows this list, I also limited the list of install profiles to only those available on that platform.
I also added a drupal_set_title() so it's more clear to the user where they are installing the site:
'Create site on platform NAME'
Comment #5
helmo commentedThanks, committed
Comment #7
jon pughThis looks unmerged: https://git.drupalcode.org/project/hosting/compare/7.x-3.x...2779193-pla...
Comment #8
helmo commentedHmm ... When I look in the 7.x-3.x branch I do see that code: https://git.drupalcode.org/project/hosting/blob/7.x-3.x/site/hosting_sit...
Comment #9
helmo commented