[Templates-cvs] cvs commit: TT3 TODO

cvs@template-toolkit.org cvs@template-toolkit.org
Wed, 15 Dec 2004 13:45:09 +0000


cvs         04/12/15 13:45:09

  Modified:    .        TODO
  Log:
  * updated TODO list
  
  Revision  Changes    Path
  1.14      +11 -6     TT3/TODO
  
  Index: TODO
  ===================================================================
  RCS file: /template-toolkit/TT3/TODO,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- TODO	2004/12/13 18:14:36	1.13
  +++ TODO	2004/12/15 13:45:09	1.14
  @@ -2,6 +2,16 @@
   # Main TODO list - this list is incomplete
   #------------------------------------------------------------------------
   
  +Big Issues
  +
  +  * The difference between resource objects (e.g. T::Resource::Plugin)
  +    and resource providers (e.g. Template::Plugins) is confusing and 
  +    leads to some weirdness.  This needs to be rethunk a little.
  +
  +  * Merging the functionality of the Handler and Generator into a 
  +    unified object derived from a Scope.
  +
  +
   Language Issues
   
     * namespaces to bind some kind of functionality to a particular
  @@ -416,8 +426,6 @@
   
     * disable interpolate in PERL blocks
   
  -  * test binmode and utf8 output in t/utils.t
  -
     * Fix constructor methods that delete items in config hash (e.g. Tagset)
       to ensure that we don't munge any configurations that need to be
       reused.  (may be done but needs checking)
  @@ -490,16 +498,13 @@
   #------------------------------------------------------------------------
   
   Template::Base
  +Template::Utils
   
   
   #------------------------------------------------------------------------
   # Modules that aren't.  This section is hopefully shrinking faster than
   # it's growing.
   #------------------------------------------------------------------------
  -
  -Template::Utils
  -
  -  - just needs a binmode/utf8 test or two for save_file()
   
   Template::Cache