Development

Changeset 8842

You must first sign up to be able to contribute.

Changeset 8842

Show
Ignore:
Timestamp:
05/07/08 19:25:56 (5 years ago)
Author:
nicolas
Message:

updated CHANGELOG for 1.1 RC1

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tags/RELEASE_1_1_0_RC1/CHANGELOG

    r8639 r8842  
     1Version 1.1.0 RC1 
     2------------------ 
     3 
     4* The `sfValidatorPropelChoice` validator doesn't use the ''PHP name'' format anymore to reference table columns, but directly the column name, to be coherent with the way everything else works. Also, the `sfValidatorPropelUnique` validator has been added and is now used by the `propel:build-forms` task. 
     5* Also regarding the forms framework, the possibility has been added to pass HTML attributes for each field when rendering a form or a widget schema, to ease forms templating and output customization.  
     6* The `plugin:install` task now checks the license of the plugin. If the plugin is not licensed under a LGPL, MIT, BSD, Apache, or PHP license, the task won't install it except if you pass a `--force-license` option. 
     7* Support has been added to the schema YAML format for Propel 1.2 inheritance. 
     8* Paths were incorrect when uploading a file. This has been fixed. 
     9* Tests has been updated to ensure they work under both case-sensitive and unsensitive filesystems. 
     10* Fabian Lange has provided a huge work to ensure the fillin filter works as expected in any case. 
     11* The autoloading performance problem which was occuring in dev environment in certain very rare circumstances has been fixed 
     12 
    113Version 1.1.0 beta4 
    214-------------------