Changeset 322 for trunk/docs

Show
Ignore:
Timestamp:
10/28/04 17:51:30 (4 years ago)
Author:
schst
Message:

updated news, added todos

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/docs/news.txt

    r185 r322  
    22------------- 
    33$Id$ 
     4 
     5New features in v3.1.0: 
     6- allowed more than one namespace 
     7- added defaultFunction option, to define a function that is called for unknown functions 
     8- added new built-in condition __single 
     9- allow quoting variables using \{FOO\} 
     10- implemented autoload in Call function 
     11 
    412 
    513New features in v3.0.0: 
  • trunk/docs/notes.txt

    r213 r322  
    1111Todo: 
    1212----- 
    13 * Implement 'realtime' functions. 
    14   Realtime functions are object that will store template content and parse the 
     13* Implement 'runtime' functions. 
     14  Runtime functions are object that will store template content and parse the 
    1515  content instead of the patTemplate processor. 
    1616   
    1717  class patTemplate_Function_Foo extends patTemplate_Function 
    1818  { 
    19     var $type = PATTEMPLATE_FUNCTION_REALTIME; 
     19    var $type = PATTEMPLATE_FUNCTION_RUNTIME; 
    2020     
    2121    /** 
     
    3535* Implement output cache 
    3636* Implement instance 
    37 * Find a way to "quote" { and } 
    3837* implement parseInto="foo.bar" 
     38* Implement __autoload(), which is called, when a template is accessed that's 
     39  not yet loaded