The 'Conference administration' menu contains all the administrative cod-specific links (currently all moderation views but could later include additional modules) that the user can access. Let's make that available in the admin menu. I think this would be a usability improvement because it would make these links easily available to conference organizers from anywhere on the site.
Screenshot:

| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 1011750.patch | 1.91 KB | ezra-g |
Comments
Comment #1
greggles+1 from me.
Let's also add a link to a help page (provided by hook_help?) even if that page is totally limited and based on 15 minutes of writing now I think that having something there will help get contributions to improve it.
Comment #2
ezra-g commentedHere's what this looks like on a fresh install with this patch. This seems like such a delicious and low hanging fruit.
Note that this sets the Admin module variable that controls blocks, but we don't make Admin module a dependency of cod_base -- it's just enabled in the profile. We may wish to add Admin as a dependency of cod_base, but I don't feel strongly about that.
Comment #3
coltraneI'd make "Management" be lower case, "management". I can find the docs but I recall that being menu links best practices.
Comment #4
gregglesStyle guide says: Sentence case for headings.
Comment #5
ezra-g commentedCommitted with caps changes and added the general site administrative menu to admin menu. Thanks! Sorry I forgot to credit you for the caps change :\.
http://drupal.org/cvs?commit=476784