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/*

Comments

pixelsweatshop’s picture

Issue summary: View changes

fixed formatting

sanguis’s picture

think this would be a 3.0 issue but I agree it needs to be done

Leeteq’s picture

Priority: Normal » Major

Should be fixed in 2.x

mesr01’s picture

Here'a a patch that is a first step toward that goal.

mesr01’s picture

Issue summary: View changes

Added one more point #3

rooby’s picture

Issue summary: View changes
Status: Active » Needs review

Changing to needs review as there are patches here.

mlncn’s picture

Status: Needs review » Fixed

Did 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.

Status: Fixed » Closed (fixed)

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