Closed (won't fix)
Project:
ModuleInfo
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Mar 2011 at 16:45 UTC
Updated:
7 Dec 2012 at 11:50 UTC
There are a lot of people that use Admin Menu for administrating drupal, it makes things easier and faster.
Much like Admin Menu, Moduleinfo is now one of my prefered modules BUT I don't wan't it loading all the time I try to access the module list, so I access it under admin/build/modules/info
I would really love it if I could find a link to the modules/info page under the "Modules" section in administration menu (between the list link and the uninstall link).
I hope I am asking this in the correct place and that I described in a manner that you could understand!
Comments
Comment #1
lpalgarvio commentedthe dev version creates a modules/info page, which lists all this info, which is also available in regular /modules page.
the option to not show this info on regular /modules is included, which makes /modules/info the place where you can see it (/modules remains the default modules page).
the only problem is that the module does not yet create a menu entry for it.
so,
+1 for a meny entry.
about the performance - with over 500 module packages, the page loads here in about 2500ms, 1000+ (300+ms) queries without module info.
with module info, it jumps to a bigger value, as expected: 4800ms, 3000+ querries (700+ms)
so probably, it should be best to not show the info at /modules page by default (as soon as the menu entry is created/fixed).
Comment #2
lpalgarvio commentedfixed yet in -dev?
the stable version does not add the menu.
Comment #3
ro-no-lo commented