On the first page of install.php, the two options "Drupal" and "Drupal (experts only)" have the following descriptions, respectively:
- Select this profile to enable some basic Drupal functionality and the default theme.
- Select this profile to install with only minimum functionality enabled.
As this is the first screen the user is presented with upon installation, and as these two descriptions both (a) share a number of things in common ("basic .... functionality", "minimum functionality"), I think it important to expand on the exact differences here.
This is a placeholder for a forthcoming patch.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | 297181.patch | 1.52 KB | keith.smith |
| #3 | profile_descriptions_2.patch | 1.65 KB | keith.smith |
| #1 | profile_descriptions.patch | 1.65 KB | keith.smith |
Comments
Comment #1
keith.smith commentedFirst stab at better explaining the differences between these two install profiles.
Comment #2
lilou commentedSmall typo :
+ 'description' => 'Select this profile to work with a beginning Drupal site, complete with common page creation tools and and a default theme
Comment #3
keith.smith commentedIndeed. Oopsie.
Comment #4
drawk commentedOverall, I like these changes. However, I'm not sure about the phrasing "with a beginning Drupal site". Beginning sounds awkward and a little archaic in this context. That said, I'm hard pressed to think of a better alternative.
I think maybe instead of
'Select this profile to work with a beginning Drupal site, complete with common page creation tools and a default theme.'
it ought to be something more along the lines of
'Select this profile to work with the default Drupal site, complete with common page creation tools and the default theme.'
Comment #5
drawk commentedAh, the word I was looking for was 'standard'. So:
'Select this profile to work with the standard Drupal installation, complete with common page creation tools and the default theme.'
Comment #6
dries commentedThe description doesn't explain what the 'minimal features' are. As Moshe pointed out, how can we expect someone to make a decision if he/she doesn't know what it is going to happen.
Comment #7
Anonymous (not verified) commentedThe last submitted patch failed testing.
Comment #8
keith.smith commentedOk. I rethought the approach here a bit. New patch attached.
Comment #9
dries commentedCommitted to CVS HEAD. Thanks, Keith.