#588: [PATCH]  Allow extra check for output types that are declared before the
Action
--------------------+-------------------------------------------------------
 Reporter:  ross    |        Owner:  david    
     Type:  defect  |       Status:  closed   
 Priority:  normal  |    Milestone:  0.11     
Component:  filter  |      Version:  0.11.0RC5
 Severity:  normal  |   Resolution:  wontfix  
 Keywords:          |  
--------------------+-------------------------------------------------------
Changes (by david):

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

Comment:

 This cannot be done. The reason is that an output type is allowed to be
 set as late as in a View's {{{initialize()}}} method. Sorry mate. Your
 patch assumes that the output type is known and definite before the action
 is even executed.

 The execution filter will be refactored heavily for 1.0 so that most of
 the logic is split up into many individual methods that you can then
 override to implement such custom behavior.

-- 
Ticket URL: <http://trac.agavi.org/ticket/588#comment:1>
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