Development

Changeset 13364

You must first sign up to be able to contribute.

Changeset 13364

Show
Ignore:
Timestamp:
11/26/08 21:51:44 (1 year ago)
Author:
FabianLange
Message:

[1.2] changelog for symfony 1.2 RC2

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.2/CHANGELOG

    r13237 r13364  
     1Version 1.2.0 RC2 
     2------------------- 
     3 
     4WARNING: See the UPGRADE_TO_1_2 file for more information about upgrading your projects from 1.1 to 1.2. 
     5 
     6All the new features are documented in the What's new? tutorial (http://www.symfony-project.org/tutorial/1_2/whats-new) 
     7 
     8* [13363]: made command line much faster. fixes #4928 
     9* [13361]: fixed sfForm::embedFormForEach does not properly store embedded forms (closes #5080) 
     10* [13360]: fixed tester message 
     11* [13343]: changed the form tester to test error codes instead of error messages 
     12* [13342]: fixed a typo in sfTesterForm 
     13* [13339]: reverted r12807 (closes #4287) 
     14* [13325]: fixed wilcard typo. needs rebuilding routes and admin. fixes #5065 
     15* [13324]: fixed possible notice in sfWidgetFormSelectCheckbox by applying pattern from sfWidgetFormSelect. fixes #5056 
     16* [13322]: fixed routing when a route parameter is empty (closes #5001, #4960, #5042) 
     17* [13319]: fixed relative symlinks that were incorrectly when some directories had the same prefix. added plenty tests for this. 
     18* [13317]: fixed warning for symfony CLI (closes #5019) 
     19* [13288]: removed the inability to override a route (really useful when using sfPropelRouteCollection) 
     20* [13281]: made type of virtual fields configurable in generators. fixes #4973 
     21* [13278]: fixed PHPDoc on sfValidatorDate. fixes #5039 
     22* [13247]: add __call() to sfTester to forward all unknown method to the browser object 
     23 
    124Version 1.2.0 RC1 
    225------------------- 
    3  
    4 WARNING: See the UPGRADE_TO_1_2 file for more information about upgrading your projects from 1.1 to 1.2. 
    5  
    6 All the new features are documented in the What's new? tutorial (http://www.symfony-project.org/tutorial/1_2/whats-new) 
    726 
    827* [13212]: fixed regular expression back reference bug on windows pathes like "symfony\1.2". fixes #5021 
     
    4766 
    4867Doctrine Plugin 
    49  * [13231]: removed unneeded file from fixtures 
    50  * [13219]: sfDoctrinePlugin: Fixing generated children forms and test fixtures from last commit 
    51  * [13218]: sfDoctrinePlugin: fixing path of base filter class 
    52  * [13217]: sfDoctrinePlugin: fixes issue with sfDoctrineRecord::toParams() (closes #5029) 
    53  * [13211]: sfDoctrinePlugin: Fixing issue with admin generator routes (closes #5027) 
    54  * [13210]: fixes issue with doctrine filters (closes #4944) 
    55  * [13163]: sfDoctrinePlugin: fixes issue with duplicate saving of related records (closes #4935) 
    56  * [13138]: fixed image URLs in admin generator (closes #4987) 
    57  * [13121]: fixed indentation 
    58  * [13086]: sfDoctrinePlugin: fixes issue with m2m filters (closes #4944) 
    59  * [13085]: sfDoctrinePlugin: fixes issue with admin generator and multi-part file forms (closes #4946) 
    60  * [13073]: sfDoctrinePlugin: added hide feature to admin gen (closes #4794) 
    61  * [13072]: Adding coverage for ticket (addresses #4935) 
    62  * [13062]: added a sfForm::getName() method (closes #4852) 
    63  * [13049]: added a way to customize the actions added on a form (closes #4947) 
    64  * [13044]: fixed embedded form saving when there is a non Doctrine form in the chain 
    65  * [12955]: sfDoctrinePlugin: test coverage, fixing issues, updating sfFormDoctrine to be equal to sfFormPropel, fixes issue with i18n (closes #4907) 
    66  * [12941]: sfDoctrinePlugin: changing fromArray() to not be recursive/deep as the save embedded forms takes care of this for us now 
    67  * [12938]: sfDoctrinePlugin: fixes #4905 
    68  * [12902]: sfDoctrinePlugin: fixing location of BaseFormDoctrine in fixtures 
    69  * [12900]: sfDoctrinePlugin: committing update to tests for generated base models 
     68* [13231]: removed unneeded file from fixtures 
     69* [13219]: sfDoctrinePlugin: Fixing generated children forms and test fixtures from last commit 
     70* [13218]: sfDoctrinePlugin: fixing path of base filter class 
     71* [13217]: sfDoctrinePlugin: fixes issue with sfDoctrineRecord::toParams() (closes #5029) 
     72* [13211]: sfDoctrinePlugin: Fixing issue with admin generator routes (closes #5027) 
     73* [13210]: fixes issue with doctrine filters (closes #4944) 
     74* [13163]: sfDoctrinePlugin: fixes issue with duplicate saving of related records (closes #4935) 
     75* [13138]: fixed image URLs in admin generator (closes #4987) 
     76* [13121]: fixed indentation 
     77* [13086]: sfDoctrinePlugin: fixes issue with m2m filters (closes #4944) 
     78* [13085]: sfDoctrinePlugin: fixes issue with admin generator and multi-part file forms (closes #4946) 
     79* [13073]: sfDoctrinePlugin: added hide feature to admin gen (closes #4794) 
     80* [13072]: Adding coverage for ticket (addresses #4935) 
     81* [13062]: added a sfForm::getName() method (closes #4852) 
     82* [13049]: added a way to customize the actions added on a form (closes #4947) 
     83* [13044]: fixed embedded form saving when there is a non Doctrine form in the chain 
     84* [12955]: sfDoctrinePlugin: test coverage, fixing issues, updating sfFormDoctrine to be equal to sfFormPropel, fixes issue with i18n (closes #4907) 
     85* [12941]: sfDoctrinePlugin: changing fromArray() to not be recursive/deep as the save embedded forms takes care of this for us now 
     86* [12938]: sfDoctrinePlugin: fixes #4905 
     87* [12902]: sfDoctrinePlugin: fixing location of BaseFormDoctrine in fixtures 
     88* [12900]: sfDoctrinePlugin: committing update to tests for generated base models 
    7089 
    7190Propel Plugin 
    7291 
    73  * [13234]: fixed invalid assumption when loading propel map builders 
    74  * [13197]: fixed propel autoload config 
    75  * [13140]: Renamed task filenames to match classes. 
    76  * [13137]: fixed image URLs in admin generator (closes #4987) 
    77  * [13120]: fixed indentation 
    78  * [13095]: fixed propel:build-schema task 
    79  * [13084]: sfPropelPlugin: fixes issue with admin generator and multi-part file forms (closes #4946) 
    80  * [13070]: update YUI to 2.6.0 (closes #4923) 
    81  * [13061]: added a sfForm::getName() method (closes #4852) 
    82  * [13048]: added a way to customize the actions added on a form (closes #4947) 
    83  * [13045]: updated nl translations for admin gen (closes #4958, thanks dream0r) 
    84  * [13043]: fixed embedded form saving when there is a non Propel form in the chain 
    85  * [13039]: added more german admin gen translations. refs #4909 
    86  * [13038]: added missing strings in i18n XLIFF file for the admin generator (closes #4841, #4909) 
    87  * [13030]: fixed typo in admin gen pagination 
    88  * [13027]: added a method_for_criteria option 
    89  * [12959]: r12812 introduced a regression: fixtures order is totally random, as sfFinder returns directories entry in arbitrary order. 
    90  * [12933]: added el translation for the admin generator (thanks to Zapantis Antreas). 
    91  * [12930]: updated da translation for the admin generator (thanks to kjaer & henrik). closes #4896 
    92  * [12929]: updated pt_br translation for the admin generator (thanks to Daniel) 
     92* [13234]: fixed invalid assumption when loading propel map builders 
     93* [13197]: fixed propel autoload config 
     94* [13140]: Renamed task filenames to match classes. 
     95* [13137]: fixed image URLs in admin generator (closes #4987) 
     96* [13120]: fixed indentation 
     97* [13095]: fixed propel:build-schema task 
     98* [13084]: sfPropelPlugin: fixes issue with admin generator and multi-part file forms (closes #4946) 
     99* [13070]: update YUI to 2.6.0 (closes #4923) 
     100* [13061]: added a sfForm::getName() method (closes #4852) 
     101* [13048]: added a way to customize the actions added on a form (closes #4947) 
     102* [13045]: updated nl translations for admin gen (closes #4958, thanks dream0r) 
     103* [13043]: fixed embedded form saving when there is a non Propel form in the chain 
     104* [13039]: added more german admin gen translations. refs #4909 
     105* [13038]: added missing strings in i18n XLIFF file for the admin generator (closes #4841, #4909) 
     106* [13030]: fixed typo in admin gen pagination 
     107* [13027]: added a method_for_criteria option 
     108* [12959]: r12812 introduced a regression: fixtures order is totally random, as sfFinder returns directories entry in arbitrary order. 
     109* [12933]: added el translation for the admin generator (thanks to Zapantis Antreas). 
     110* [12930]: updated da translation for the admin generator (thanks to kjaer & henrik). closes #4896 
     111* [12929]: updated pt_br translation for the admin generator (thanks to Daniel) 
    93112 
    94113 

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting.
Sensio Labs also supports several large Open-Source projects.