Changeset 201 for cleverbox/trunk/docs
- Timestamp:
- 09/12/07 21:51:47 (5 years ago)
- Location:
- cleverbox/trunk/docs
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
cleverbox/trunk/docs/CHANGELOG
r191 r201 12 12 == Changelog == 13 13 14 === 2007-0 8-14| trunk ===14 === 2007-09-13 | trunk === 15 15 16 16 * First refactor round : dedicated modules for `client`, `project`, `environment` and various helpers 17 * Implemented test cases : 18 * client 19 * project 20 * environment 17 21 * Started implementing ANSI colored output 18 * Created stubs for unit testing19 22 * 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 25 29 26 30 === 2007-08-12 | 0.4-beta === -
cleverbox/trunk/docs/TODO
r194 r201 12 12 13 13 Misc : 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" 14 20 * apachectl integration (for configtest + reload) 15 21 * _version should go in cleverbox/__init__.py 16 22 * 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)
