Changeset 201 for cleverbox/trunk/docs

Show
Ignore:
Timestamp:
09/12/07 21:51:47 (5 years ago)
Author:
trivoallan
Message:

cleverbox :

  • implemented project unit tests
  • stricter permissions for created projects files
  • fixed trac.ini string substitution
Location:
cleverbox/trunk/docs
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • cleverbox/trunk/docs/CHANGELOG

    r191 r201  
    1212== Changelog == 
    1313 
    14 === 2007-08-14 | trunk === 
     14=== 2007-09-13 | trunk === 
    1515 
    1616 * First refactor round : dedicated modules for `client`, `project`, `environment` and various helpers 
     17 * Implemented test cases : 
     18   * client 
     19   * project 
     20   * environment 
    1721 * Started implementing ANSI colored output 
    18  * Created stubs for unit testing 
    1922 * Updated documentation 
    20  * added more filesystem helpers 
    21  * implemented environment test case 
    22  * fixed bug occuring when launching commands in non interactive mode 
    23  * implemented better permissions when creating environment 
    24  * fixed bug with default shell answers in project.py  
     23 * Created a module holding all filesystem helpers 
     24 * Fixed bug occuring when launching commands in non interactive mode 
     25 * Implemented safer permissions when creating projects 
     26 * Fixed bug with default shell answers in project.py 
     27 * Client and projects can now be generated without human interaction 
     28 * Fixed trac.ini string substitution 
    2529 
    2630=== 2007-08-12 | 0.4-beta === 
  • cleverbox/trunk/docs/TODO

    r194 r201  
    1212  
    1313Misc : 
     14 * trac.ini "cleverbox" section (instead of incompatible string substitioon) 
     15 * streamline cli / log output 
     16 * comment all methods 
     17 * get code coverage reports 
     18 * configurable html generation for all instances overview 
     19 * configurable html for instance "homepages"  
    1420 * apachectl integration (for configtest + reload) 
    1521 * _version should go in cleverbox/__init__.py 
    1622 * by default, files should be owned bu current user, not root 
     23 * use authn_alias in default conf (if depending on that is problematic, keep default clean and add an alternate profile) 
     24 * applicative exceptions ? (re-read chapter about that in python book)