Closed (won't fix)
Project:
Drupal core
Version:
7.x-dev
Component:
statistics.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Jan 2009 at 21:51 UTC
Updated:
24 Jul 2013 at 09:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
xanoJust figured "Why not now?"
The attached patch moves the statistics pages out of the admin pages. To list the items below 'Statistics' (a new menu item) I changed
node_add_page()andtheme_node_add_list()(and moved them to menu.inc) so they can be used for general purposes, as a replacement of D5'sMENU_ITEM_GROUPING. Any menu item can simply callmenu_list()with a class as the only parameter (to allow for more flexible styling) and it automatically returns a list of all its children.Permissions for the statistics pages are yet to come.
Comment #2
Anonymous (not verified) commentedComment #3
xanoWhy, if I may ask?
Comment #4
xano