A couple things have changed in the Drupal 5.x release cycle:

1. Now all menu items are "Sentence capitalized"
2. Menu items should no longer go at the "root" of the admin tree, like admin/X but should instead become admin/content/X or admin/settings/X, as appropriate.

I've tried to make those changes here. Needs review though. Note that in order to see the changes, you'll need to empty out your cache_menu table.

CommentFileSizeAuthor
links-menu.patch5.37 KBwebchick

Comments

webchick’s picture

Status: Needs review » Needs work

This broke a lot of paths, so still needs work.

syscrusher’s picture

Item #2 has been addressed in version DRUPAL-5--1-3, and item #1 is partially addressed in that same version. I'll try to catch the rest of #1 on the next release, but it's getting late here and I'm too tired to code more tonight. :-)

Syscrusher