http://www.garfieldtech.com/blog/drupal-cache-disable
http://drupal.org/project/cache_disable
...

After all, it's a variable. We have "Enable/disable developer modules" already, so why not also a "Enable/disable caching" menu item? (likewise, in the icon menu)

Comments

crashtest_’s picture

Honestly, I keep looking for this in the first drop-down, then I go "oh yeah, that isn't in there". My vote is to put it in there so I can finally feel satisfied when I go to that menu :)

Crell’s picture

Does this belong in admin menu? I'd think it would be a toggle in devel, which is for development, not for admin menu, which is for long-term administration.

sun’s picture

Right. Currently, admin menu registers a bunch of additional items on behalf of Devel module (i.e. when Devel is enabled). I plan to move those items into Devel module at some point in the future (when I feel safe enough to hand that logic out into other hands, i.e. when the underlying API has been improved and set in stone).

Crell’s picture

I mean shouldn't the toggle itself be part of the devel block, not admin menu, just like the "enable/disable theme developer" link.

sun’s picture

Hm. To be honest, since admin menu started to provide links for Devel, I no longer have those Devel blocks enabled on all sites. Most often, the design of a site does not take those additional blocks into account, so they either break the layout or lead to false assumptions for content in sidebars.

Crell’s picture

Since in D6 devel just provides an actual menu, it seems like this functionality should be there. Then, add the ability for any arbitrary menu to be stuck into admin menu via checkbox. (sdboyer and I discussed this a while back but never got around to it.) Poof, devel stuff lives in devel and integrates into admin menu trivially for those who want it.

sun’s picture

Project: Administration menu » Devel
Component: Code » devel

ok, so for admin_menu, this is rather a duplicate of #293768: Allow to enable/disable menu additions.

However, I'd like to know whether Devel maintainers would be interested in adding this feature?

moshe weitzman’s picture

Yes, I'd accept such a patch for a new menu item that disables caching. I think we recently did this for theme registry cache. needs integration with the menu item.

garou1674’s picture

How about doing this on a per menu basis? Or better yet, give us a way to turn off the caching for dynamic menus? I am talking about menus that are created on the fly on a per user basis gathering information from a database.

Crell’s picture

Version: 6.x-1.x-dev » 8.x-1.x-dev
Issue summary: View changes

Wow, this issue is still open? :-) Maintainers, do we still care?

moshe weitzman’s picture

Status: Active » Closed (works as designed)

Not really ... Folks are welcome to reopen with a patch.