Changeset 2335
- Timestamp:
- 10/05/06 19:40:37 (7 years ago)
- Files:
-
- trunk/CHANGELOG (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/CHANGELOG
r2334 r2335 7 7 When you upgrade your 0.9 release, re-run the upgrade script (you can safely run the upgrade several times). 8 8 9 * added new sfOptimizer classes 10 * greater credential flexibility 11 * symfony is now compatible with magic_quotes_gpc set to off 12 * refactored sfFilter class (executeBeforeExecution, executeBeforeRendering) 13 * new coverage script for symfony core 14 * new encoding parameter in databases.yml 15 * new functional and unit tests for the core framework 9 16 * new sfMixin class to allow adding methods to core classes without inheritance 10 17 * new sfBrowser, sfTestBrowser and sfDomCssSelector classes to ease functional tests writing … … 19 26 * new plugin system 20 27 * propel-build-all now works as expected 21 * major cache refactoring 28 * major cache refactoring (new settings: with_layout and contextual) 22 29 * autoloading is now more flexible 23 30 * AJAX actions have now layout to off by default … … 43 50 plugin-list 44 51 * new validators: sfDateValidator, sfUrlValidator, sfCallbackValidator 45 * and more than 160 bug fixes and small enhancements52 * and more than 200 bug fixes and small enhancements 46 53 47 54 For more detailed information on bugs fixed in this release, see the trac ticket list for 0.6.4: