Changeset 2972
- Timestamp:
- 05/02/07 07:31:29 (2 years ago)
- Files:
-
- trunk/CHANGELOG.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/CHANGELOG.txt
r2962 r2972 18 18 19 19 20 1.0.2 ( April ##, 2007):20 1.0.2 (May 2, 2007): 21 21 ----------------------- 22 22 … … 39 39 * command/toolbox info could list the toolbox plugins 40 40 * Enhancement SQLAlchemy default model, use 'assign' to avoid repeatedly writing, thanks cito 41 * Able to specify a default doctype in genshi, thanks alastair41 * Able to specify a default doctype in genshi, thanks Alastair Houghton 42 42 43 43 *Features* … … 56 56 #1267 by Paul Johnston. 57 57 * CatWalk now handles customized addRemoveName in SO. #911 by Joost 58 * using base64.decodestring in visitor.py for 2.3 compatibility. #1279 by pnfisher.58 * using base64.decodestring in visitor.py for 2.3 compatibility. #1279 by Paul Fisher. 59 59 * Config file in quickstarted app now has config option to load identity classes. Thanks to Felix 60 60 Schwarz #1255. … … 65 65 * fix TurboGears 1.0.1 not installable with python2.3, thanks to "corvus" #1264 66 66 * Automatic creation of identity model tables for SQLAlchemy, thanks to Christoph Zwerschke #1290 67 * fix DateTimeConverter, thanks to iberon asia #126267 * fix DateTimeConverter, thanks to iberonesia #1262 68 68 * ModelDesigner? now write up-to-date model header 69 69 * decouple turbogears.identity.encrypt_password() from sqlobject … … 76 76 * FormEncode version to i18n aware 0.7.1 77 77 * RuleDispatch to 0.5a0.dev-r2303 for Python 2.5 support. 78 * Added requirement of DecoratorTools due to upgrade of PyProtocols which deprecates functions79 used in decorator.py.78 * Added requirement of DecoratorTools due to upgrade of PyProtocols which 79 deprecates functions used in decorator.py. 80 80 81 81 *Contributors* 82 82 83 Alberto Valverde, Fred Lin, jorge.vargas, Joseph Tate, Elvelind Grandin, Florent Aide, nludban, Jeff Kowalczyk, corvus, Christoph Zwerschke, iberonasia, alastair, cito, Felix Schwartz, Patrcik Lewis, Grover, pnfisher, Joost Moesker, Paul Johnston, Christian Vogler, Janzert, Chris Miles, Christopher Arndt, Jo Soares, James E. Blair.83 Alberto Valverde, Fred Lin, Jorge Vargas, Joseph Tate, Elvelind Grandin, Florent Aide, nludban, Jeff Kowalczyk, corvus, Christoph Zwerschke, iberonesia, Alastair Houghton, Felix Schwartz, Patrcik Lewis, Grover, Paul Fisher, Joost Moesker, Paul Johnston, Christian Vogler, Janzert, Chris Miles, Christopher Arndt, Jo Soares, James E. Blair. 84 84 85 85