Closed (fixed)
Project:
Theme developer
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
9 Mar 2011 at 10:27 UTC
Updated:
17 Aug 2011 at 23:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
ultimikeI agree with the double-dollar sign issue - it seems like it should only be a single dollar sign, but I also think there is a bigger issue at play.
Once the module is disabled, it is not possible to enable the module via the devel_themer/enable URL. With the module disabled, that menu path will never be registered...
-mike
Comment #2
kenneth.venken commentedYour right, devel_themer/enable will never work if the module is disabled.
What is the use case for these menu items? To quickly enable/disable the module? Or to prevent the spans's to be inserted? Because if the latter is the case, we could create a setting: "only insert spans when active" which would only insert the spans if the the "Theme info" checkbox has been checked. This will however require reloads of the page between toggles.
Comment #3
kenneth.venken commentedI think the enable/disable-urls are remnants of when devel_themer was still part of devel. So this patch removes them. I don't really see the point of them anyway.
Comment #4
kenneth.venken commentedComment #5
effulgentsia commentedThanks. Committed to master branch.