Patch #2031
Pluggable admin menu
Status: | Closed | Start date: | 2008-10-14 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Plugin API | |||
Target version: | 0.8 |
Description
This patch allows plugins to add an item into /admin/index page. This introduces a new menu_name :admin.
I think some of administrative operation should be appear in the page rather than :top_menu.
If they appear in :top_menu, it is too noisy. e.g., management operation for mailing list integration feature.
Associated revisions
Pluggable admin menu (patch #2031 by Yuki Sonoda with slight changes).
History
#1
Updated by Jean-Philippe Lang about 14 years ago
- Status changed from New to Closed
Patch applied in r2022 with slight changes.
To be consistent with other menu names, I named the menu :admin_menu
instead of :admin
.
Thanks for your contribution.