#824: Do not remove module autoload definitions after action execution
------------------------+---------------------------------------------------
 Reporter:  david       |        Owner:  felix 
     Type:  task        |       Status:  closed
 Priority:  normal      |    Milestone:  1.0   
Component:  controller  |      Version:        
 Severity:  major       |   Resolution:  fixed 
 Keywords:              |    Has_patch:  0     
------------------------+---------------------------------------------------
Changes (by felix):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 (In [2713]) - Adds AgaviController::initializeModule() to load autoloads
 and module config
 - Adds an AgaviDisabledModuleException() that gets thrown by
 AgaviController::initializeModule() when trying to initialize a disabled
 module
 - AgaviController::createActionInstance() and
 AgaviController::createViewInstance() now call
 AgaviController::initializeModule() to have the autoloads and the module
 config available in any case
 - AgaviContext::createModel() now calls
 AgaviController::initializeModule() to have the autoloads an the module
 config available

 - needs some more testing

 - fixes #824 along the way
 - refs #825

-- 
Ticket URL: <http://trac.agavi.org/ticket/824#comment:3>
Agavi <http://www.agavi.org/>
An MVC Framework for PHP5


_______________________________________________
Agavi Tickets Mailing List
[email protected]
http://lists.agavi.org/mailman/listinfo/tickets

Reply via email to