Changeset 5711
- Timestamp:
- 11/18/08 13:37:02 (2 months ago)
- Files:
-
- branches/1.1/CHANGELOG.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/CHANGELOG.txt
r5705 r5711 29 29 URL, including scheme and host name. Optionally uses two new config settings 30 30 'tg.url_domain' and 'tg.url_scheme' (r5690). 31 * i18n now can handle genshi templates and extract text from them. 31 * i18n now can handle genshi templates and extract text from them (r5704, 32 r5706). 32 33 33 34 … … 47 48 to allow them to be used inside elements, which can not contain other 48 49 block-level elements (e.g. ``SPAN``). A ``class`` attribute is added to the 49 ``SPAN`` element, to allow it to be target by CSS rules easily (r5685) 50 51 52 Fixes 53 ~~~~~ 54 55 * testutilnow supports SQLObject schemas with mutually referencing tables50 ``SPAN`` element, to allow it to be target by CSS rules easily (r5685). 51 52 53 Fixes 54 ~~~~~ 55 56 * 'testutil' now supports SQLObject schemas with mutually referencing tables 56 57 (r5662, thanks to Matt Wilson). 57 58 * Could not pass path as list to redirect (#2006, Peter Russel). … … 76 77 (r5666). 77 78 * A new erroneousfield class is added to a rendered form when a validation 78 erorr occured . (r5668)79 erorr occured (r5668). 79 80 * Added the possibility to order the JS and CSS widgets by setting the 80 'order' keyword argument. (r5667) 81 'order' keyword argument (r5667). 82 * 'testutil' does not choke when trying to load test configuration from a 83 bogus 'config' package (r5708). 81 84 82 85 … … 86 89 Florent Aide, Christopher Arndt, Remi Jolin, Ken Kuhlman, Diez R. Roggisch, 87 90 Christoph Zwerschke 88 89 91 90 92