|
Revision 8639, 1.1 kB
(checked in by fabien, 7 months ago)
|
updated CHANGELOG
|
| Line | |
|---|
| 1 |
Version 1.1.0 beta4 |
|---|
| 2 |
------------------- |
|---|
| 3 |
|
|---|
| 4 |
* 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 |
|---|
| 5 |
* You can now define an i18n translations catalogue for each of your forms |
|---|
| 6 |
* Components are now rendered correctly (beta3 broked them) |
|---|
| 7 |
* File upload used with a Propel form now works as expected |
|---|
| 8 |
* You can now generate task classes using the `generate:task` command |
|---|
| 9 |
* The checkbox widget now works correctly when the checkbox value is 0 |
|---|
| 10 |
|
|---|
| 11 |
Version 1.1.0 beta3 |
|---|
| 12 |
------------------- |
|---|
| 13 |
|
|---|
| 14 |
* r8414: made admin generator work even if sf_compat is off (closes #3286) |
|---|
| 15 |
* r8415: fixed Propel vendor dir inclusion |
|---|
| 16 |
* r8410: fixed broken alias support in YAML parser |
|---|
| 17 |
* r8408: i18n for forms framework |
|---|
| 18 |
|
|---|
| 19 |
Version 1.1.0 alpha |
|---|
| 20 |
------------------- |
|---|
| 21 |
|
|---|
| 22 |
WARNING: See the UPGRADE file for more information about upgrading your projects from 1.0 to 1.1 |
|---|
| 23 |
|
|---|
| 24 |
* r3742: added sfAction::renderPartial() method |
|---|
| 25 |
* All bug fixes from 1.0.0 -> 1.0.X |
|---|
| 26 |
* r5707: web responses now served as HTTP 1.1, not 1.0. |
|---|
| 27 |
|
|---|