Development

/tags/RELEASE_1_1_0_RC1/CHANGELOG

You must first sign up to be able to contribute.

root/tags/RELEASE_1_1_0_RC1/CHANGELOG

Revision 8842, 2.3 kB (checked in by nicolas, 4 months ago)

updated CHANGELOG for 1.1 RC1

Line 
1 Version 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
13 Version 1.1.0 beta4
14 -------------------
15
16 * The new forms framework now handles field names based on Propel phpName since r8508. You'll need to regenerate your base forms using the `symfony propel:build-forms` command after having upgraded your project
17 * You can now define an i18n translations catalogue for each of your forms
18 * Components are now rendered correctly (beta3 broked them)
19 * File upload used with a Propel form now works as expected
20 * You can now generate task classes using the `generate:task` command
21 * The checkbox widget now works correctly when the checkbox value is 0
22
23 Version 1.1.0 beta3
24 -------------------
25
26 * r8414: made admin generator work even if sf_compat is off (closes #3286)
27 * r8415: fixed Propel vendor dir inclusion
28 * r8410: fixed broken alias support in YAML parser
29 * r8408: i18n for forms framework
30
31 Version 1.1.0 alpha
32 -------------------
33
34 WARNING: See the UPGRADE file for more information about upgrading your projects from 1.0 to 1.1
35
36 * r3742: added sfAction::renderPartial() method
37 * All bug fixes from 1.0.0 -> 1.0.X
38 * r5707: web responses now served as HTTP 1.1, not 1.0.
39
Note: See TracBrowser for help on using the browser.