[Templates-cvs] cvs commit: TT3 TODO

cvs@template-toolkit.org cvs@template-toolkit.org
Sun, 12 Dec 2004 16:48:28 +0000


cvs         04/12/12 16:48:28

  Modified:    .        TODO
  Log:
  *** empty log message ***
  
  Revision  Changes    Path
  1.9       +0 -13     TT3/TODO
  
  Index: TODO
  ===================================================================
  RCS file: /template-toolkit/TT3/TODO,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- TODO	2004/12/12 16:26:42	1.8
  +++ TODO	2004/12/12 16:48:28	1.9
  @@ -8,10 +8,6 @@
     - Template::Context should use parent locations when locating
     - Template::Base raising warnings via warn()
   
  -Dec 08
  -  - Template::Provider source() method is broken (needs a $SOURCE pkgvar).
  -  - Template::Base object() and module() should be deprecated.
  -
   Dec 03
    - it would be nice if static paths (e.g. a double quoted block name that
      doesn't contain any variable references - see parser parse_path())
  @@ -35,11 +31,6 @@
      vars, etc.
   
   Nov 24
  - - context resource => Template::Resources doesn't work - modules not instantiated
  -   OK, now it's fixed, or temporarily patched.  Maybe needs moving in
  -   Template::Modules along with an 'instantiate' option, or something similar
  -   to 'loaded', indicating which need instantiating and which don't.
  -
    - given that foo.'bar bam' works in treated the quoted 'bar bam' as a variable
      name, should 'foo bar'.bam work the same way, or should it treat the first
      node as a literal string?
  @@ -51,10 +42,6 @@
      modifying the config hash would prevent us from re-using the config 
      in a subsequent invocation of the object (e.g. tagset, directives, etc.)
      that are recreated on each template parsed.
  -
  -Nov 22
  - - check out errors in t/tag/directive.t and t/directive.t.  Relates to 
  -   the auto-loading of directive modules.  See also warnings is t/directive/*
   
   Nov 21
    - remove config items such as load_source (Template::Resource::Template)