While using this module, I noticed several things that are only applicable to Drupal 6 in the Drupal 7 version.
1. display site building menu should be changed to display structure menu This was renamed to "Structure" in D7
2. display site configuration menu to display configuration menu This was renamed to just "Configuration" in D7
3. Remove administer content node settings This is not in D7
4. Do not need administer user profile fields or administer content node setting Core profile now uses fields in D7 or swap for something that covers the following path(s):
admin/config/people/accounts
admin/config/people/accounts/fields
admin/config/people/accounts/fields/*
admin/config/people/accounts/display
admin/config/people/accounts/display/*
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | Update_default_permissions_for_d7-1271574-3.patch | 2.03 KB | mesr01 |
Comments
Comment #0.0
pixelsweatshop commentedfixed formatting
Comment #1
sanguis commentedthink this would be a 3.0 issue but I agree it needs to be done
Comment #2
Leeteq commentedShould be fixed in 2.x
Comment #3
mesr01 commentedHere'a a patch that is a first step toward that goal.
Comment #3.0
mesr01 commentedAdded one more point #3
Comment #4
rooby commentedChanging to needs review as there are patches here.
Comment #5
mlncn commentedDid not change all permissions to capital letters— using real permission human-readable names and separate machine names is a fix we can do later.
Committed with credit to mesr01.
The patch did not remove 'site' from any of the permission strings but that's fine; the less change the better.
Created spinnoff issues for #4 and human-friendlier strings.