Closed (fixed)
Project:
Zen
Version:
6.x-2.x-dev
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Sep 2008 at 04:25 UTC
Updated:
1 Sep 2009 at 14:39 UTC
So forgetting to re-build the theme registry is the #1 issue for new theme developers (and for experience theme developers sometimes, too!)
It would be nice if Zen, by default, always rebuilt the theme registry on every page load. Or had a link on every page to allow the developer to rebuild the theme registry (new themers are unlikely to have devel.module installed.)
And, when theme development was over, the themer could turn off that feature.
Thoughts? Opinons?
Comments
Comment #1
johnalbinCommited.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #3
asb commentedHi,
sorry to re-open this issue, but maybe this is the best place for this.
My customized Zen-based sub-theme, based on 6.x-2.x-dev, says on almost every page:
For easier theme development, the theme registry is being rebuilt on every page request. It is extremely important to turn off this feature on production websites.However, I can't find a place to disable rebuilding the theme registry. In the message above, "turn off this feature" is linked to ./admin/build/themes/settings/toxim; there I have no option to relating to the theme registry (there I have three fieldsets: "Toggle display", "Logo image settings", and "Shortcut icon settings"),
In my theme's info file I've set
settings[zen_rebuild_registry] = 0; however, I can also set this to "1", I'm still getting the message above.Is there any (other) way to disable rebuilding the theme registry, or what is happening here?
Thanks & greetings, -asb
Comment #4
kdebaas commentedPlease check if you have correctly replaced all occurances of STARTERKIT in your theme-settings.php file with the name of your subtheme. And if this doesn't work, open a new issue, since this one is about a feature that has already been committed.
Cheers.
Comment #6
asb commentedNew issue: #551860: Can not turn off rebuilding theme registry on every page request