Show
Ignore:
Timestamp:
01/01/07 19:42:27 (2 years ago)
Author:
david
Message:

work in progress: new execution flow, action stack is gone, decoration doesn't require special abilities of the renderer anymore, but still needs further abstraction. decorators in decorators (for slots) should work now, and slots are available in the main content template. also, caching for execution filter is in place, albeit not enabled/complete yet. refs #373, #377, #287 and #290

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/david-execution_flow/docs/docbook/manual.xml

    r1421 r1448  
    16351635 
    16361636  <handlers> 
    1637    <handler pattern="%core.module_dir%/*/config/rendering_filters.xml" validate="%core.agavi_dir%/config/xsd/filters.xsd" class="AgaviFilterConfigHandler" /> 
     1637   <handler pattern="%core.module_dir%/*/config/action_filters.xml" validate="%core.agavi_dir%/config/xsd/filters.xsd" class="AgaviFilterConfigHandler" /> 
    16381638   <handler pattern="%core.module_dir%/*/config/module.xml" validate="%core.agavi_dir%/config/xsd/module.xsd" class="AgaviModuleConfigHandler" /> 
    16391639   <handler pattern="%core.module_dir%/*/validate/*.xml" class="AgaviValidatorConfigHandler" /> 
     
    19021902      <title>FilterConfigHandler Tags (*_filters.xml)</title> 
    19031903 
    1904       <para>You may use <filename>action_filters.xml</filename>, 
    1905       <filename>global_filters.xml</filename> and 
    1906       <filename>rendering_filters.xml</filename> to configure Action, global 
    1907       or rendering filters. Action and rendering filters may also be specified 
    1908       on a per-module basis by putting them into the 
     1904      <para>You may use <filename>action_filters.xml</filename> and 
     1905      <filename>global_filters.xml</filename> to configure filters that wrap 
     1906      either the global execution flow or individual actions. Action filters 
     1907      may also be specified on a per-module basis by putting them into the 
    19091908      <filename>app/modules/ModuleName/config/</filename> folder.</para> 
    19101909