Changeset 2797
- Timestamp:
- 11/24/06 07:59:02 (2 years ago)
- Files:
-
- trunk/CHANGELOG (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/CHANGELOG
r2710 r2797 7 7 When you upgrade symfony, re-run the upgrade script (you can safely run the upgrade several times). 8 8 9 * refactored admin generator templates 10 * new sfLogger class (more flexible) 9 11 * moved 500 and unavailable errors to web/errors (and changed .html extension to .php) 10 12 * user filters can now be registered anywhere in the filter chain … … 21 23 * new coverage script for symfony core 22 24 * new encoding parameter in databases.yml 23 * new functional and unit tests for the core framework (more than 2 000)25 * new functional and unit tests for the core framework (more than 2600) 24 26 * new sfMixin class to allow adding methods to core classes without inheritance 25 27 * new sfBrowser, sfTestBrowser and sfDomCssSelector classes to ease functional tests writing … … 44 46 * better i18n support thanks to the new charset setting (FillInFilter, translations, ...) 45 47 * added a new charset setting 46 * updated creole, Propel and scriptaculous (1.6.2)48 * updated creole, Propel, script.aculo.us (1.6.5) and prototype (1.5.0_rc1) 47 49 * many-to-many relationship support in admin generator 48 50 * removed my* classes from skeleton except myUser 49 * new classes :sfProcessCache, sfLogManager 51 * new classes :sfProcessCache, sfLogManager, sfSQLiteCache 50 52 * removed all deprecated functions, methods and tasks. 51 53 * removed old php, css and js files that are not used anymore