Show
Ignore:
Timestamp:
02/13/08 20:33:03 (4 years ago)
Author:
trivoallan
Message:

cleverbox :

  • documentation cleanup
  • started implementation of parameter checking method
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cleverbox/trunk/docs/TODO

    r213 r222  
    1 Cleverbox : modules reorganisation : 
     1== Cleverbox : modules reorganisation == 
    22 
    33 * cleverbox.utils.logging 
     4 * model.* -> domain.* 
    45  
    5 Misc : 
     6== Misc == 
    67 * trac.ini "cleverbox" section (instead of incompatible string substition) 
    78 * streamline cli / log output 
     
    1112 * apachectl integration (for configtest + reload) 
    1213 * by default, files should be owned bu current user, not root : 2.0 ! 
    13  * make code for collecting user input more generic  
    14  (and btw, models should not be responsible for collecting data) 
    1514 * normalize exceptions usage 
    1615 * trac permissions definitions could be better. Foreach subject listed in permissions.ini 
    1716   * revoke all permissions (list obtained with 'permissions list' 
    1817   * add permissions listed in permissions.ini 
     18 * Refactor to command pattern