Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
theme system
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Jul 2007 at 04:54 UTC
Updated:
15 Sep 2007 at 16:53 UTC
Jump to comment: Most recent file
Comments
Comment #1
dvessel commentedWhoops. minor doxygen change.
Comment #2
dvessel commentedAnd again.. misnamed block-admin-display.tpl.php in doxygen.
Comment #3
dries commentedI don't think block-admin-display.tpl.php is a likely candidate to be themed, but hey ... why not.
Comment #4
dvessel commentedYeah, I just got a list from Merlinofchaos so I'll focus on the more important ones from here on out. But block_admin_display had a good chunk of code moved over to block.admin.inc so there will be less to load.
Comment #5
dries commentedCommitted to CVS HEAD. Thanks dvessel.
Comment #6
dvessel commentedGah!! I'm sorry Dries, drupal_rebuild_theme_registry() was in there while I was debugging and forgot to pull it. Do I create a small patch just to remove it or redo the whole thing?
Comment #7
dvessel commentedTiny patch removes my error.
Comment #8
dries commentedCommitted to CVS HEAD. Thanks.
Comment #9
eaton commentedwithout at least *SOME* call to rebuild the theme registry, the block administration page never appears on a fresh install. HEAD is currently borked.
Comment #10
dvessel commentedDarn, it must be because the move to block.admin.inc which goes missing the first time the registry gets cached. Might be better to just move it back to block.module.
Sorry, my bad.
Comment #11
dvessel commentedDries: I assume you committed this originally due to having less code in the main block.module. This patch moves it back so it may not be of much value anymore but I provide it here just in case.
Lessen learned, never include theme functions that are inside conditionally included files.
Comment #12
dvessel commentedDries: I assume you committed this originally due to having less code in the main block.module. This patch moves it back so it may not be of much value anymore but I provide it here just in case.
Lessen learned, never include theme functions that are inside conditionally included files.
Comment #13
dvessel commentedDries: I assume you committed this originally due to having less code in the main block.module. This patch moves it back so it may not be of much value anymore but I provide it here just in case.
Lesson learned, never include theme functions that are inside conditionally included files.
Comment #14
dries commentedCommitted to CVS HEAD. Thanks.
Comment #15
(not verified) commentedComment #16
dvessel commentedReopening this due to a minor api change to help in these conditions. Code moved back to block.admin.inc and set a "file" for the registry.
Comment #17
dvessel commentedthe patch..
Comment #18
dries commentedCommitted to CVS HEAD. Thanks. (Btw, did we properly document that API change in the documentation?)
Comment #19
dvessel commentedNot yet, it'll be changed in both the theme, and module dev guide.
Comment #20
(not verified) commented