Closed (fixed)
Project:
QR Codes
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
30 Jun 2010 at 07:02 UTC
Updated:
22 Nov 2010 at 19:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
levelos commentedIMHO, I think it would be a stretch to create a separate module that only implements a block, and removing the block completely increases the usage barrier for non developers. Postponing until all decide what else should go into any sub-modules.
Comment #2
IncrediblyKenzi commentedI *think* what's intended here is to module_load_include the block contents from within hook_block, so that the whole module isn't loaded when the block isn't needed. Does that make sense?
Comment #3
levelos commentedSeems like a good compromise. Resetting to active.
Comment #4
claudiu.cristea+1 if this solves avoiding loading of block code on a simple usage of the module.
Comment #5
IncrediblyKenzi commentedHere's a patch. Ready for review.
Comment #6
IncrediblyKenzi commentedsetting to "needs review"
Comment #7
levelos commentedWorks well and looks good. Happy to wait a bit for claudiu.cristea to chime in or commit when ready.
Comment #8
claudiu.cristea+1 for RTBC
Comment #9
IncrediblyKenzi commentedCommitted to dev branch.