Closed (fixed)
Project:
Administration menu
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
2 Mar 2011 at 16:21 UTC
Updated:
16 Feb 2012 at 06:20 UTC
I am just trying resolve a random bug so decided to run some modules through the Coder module to eliminate that as a possible issue. Saw few issues with the D7 version that would be great to get into an upcoming release.
Comments
Comment #1
petsagouris commentedWell apart from the "@file missing" occasions there are a couple of other formatting recommendations.
This is what the latest from git gives,
SITES/ALL/MODULES/CUSTOM_DEV/ADMIN_MENU/ADMIN_MENU.INC
list($function,) = each($function);drupal_set_message(t('Enabled these modules: !module-list.', array('!module-list' => implode(', ', $saved_state))));drupal_set_message(t('Disabled these modules: !module-list.', array('!module-list' => implode(', ', $devel_modules))));I consider these to be non-essential. In fact I think this issue needs to be closed
Comment #2
mgiffordThanks for checking this through & verifying that the 691 & 704 have been properly sanitized.
The comma's & spaces are annoying. Wish Coder just ran through and gave a patch where it thought there should be comma's & spaces that could be easily applied. Definitely non-essential, but getting rid of the comma on line 219 would be better as it's not needed.
I expect this is a big improvement from March when I did the testing, but am really not sure. Coder's been changing slowly too which is good.