Development

Changeset 2797

You must first sign up to be able to contribute.

Changeset 2797

Show
Ignore:
Timestamp:
11/24/06 07:59:02 (2 years ago)
Author:
fabien
Message:

updated CHANGELOG

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/CHANGELOG

    r2710 r2797  
    77When you upgrade symfony, re-run the upgrade script (you can safely run the upgrade several times). 
    88 
     9* refactored admin generator templates 
     10* new sfLogger class (more flexible) 
    911* moved 500 and unavailable errors to web/errors (and changed .html extension to .php) 
    1012* user filters can now be registered anywhere in the filter chain 
     
    2123* new coverage script for symfony core 
    2224* new encoding parameter in databases.yml 
    23 * new functional and unit tests for the core framework (more than 2000) 
     25* new functional and unit tests for the core framework (more than 2600) 
    2426* new sfMixin class to allow adding methods to core classes without inheritance 
    2527* new sfBrowser, sfTestBrowser and sfDomCssSelector classes to ease functional tests writing 
     
    4446* better i18n support thanks to the new charset setting (FillInFilter, translations, ...) 
    4547* 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
    4749* many-to-many relationship support in admin generator 
    4850* removed my* classes from skeleton except myUser 
    49 * new classes :sfProcessCache, sfLogManager 
     51* new classes :sfProcessCache, sfLogManager, sfSQLiteCache 
    5052* removed all deprecated functions, methods and tasks. 
    5153* removed old php, css and js files that are not used anymore