Development

/branches/1.2/CHANGELOG

You must first sign up to be able to contribute.

root/branches/1.2/CHANGELOG

Revision 15264, 31.1 kB (checked in by FabianLange, 4 years ago)

updated changelog

Line 
1 Version 1.2.4
2 -------------
3 See the UPGRADE_TO_1_1 for upgrading 1.0 projects first to 1.1.
4 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)
7
8  * [15257]: fixed issue with cache file corruption due to heavy load. fixes #5729
9  * [15247]: fixed wrong test in sfWebDebug. fixed #5790
10  * [15223]: escaped variables in exceptions in the development environment (closes #5743)
11
12 Doctrine Plugin:
13
14  * [15243]: Fixes issue where embedded forms are saved before the parent form is saved. This causes issues if the embedded form has a foreign key to the parent and in that case the foreign key is not present yet (closes #5617)
15  * [15242]: Fixes php notice being thrown in obscure cases in sfFormDoctrine (closes #5773)
16  * [15241]: Fixes issue with generated filter forms using wrong widget (closes #5784)
17  * [15240]: Fixes regression with admin generators (closes #5785)
18  * [15219]: Fixing issue with composite primary key models and crud/generators (closes #5695)
19  * [15218]: Fixes issue with sfDoctrineRecord::__call() (closes #5685)
20
21 Propel Plugin:
22
23  * [15230]: fixing propel external to specific revision to avoid problems with propel introducing regressions. fixes #5768
24
25
26 Version 1.2.3
27 -------------
28
29  * [15156]: fixed project:enable task to clear only cache of the given application and environment. fixes #5750
30  * [15152]: backported Urdu language files. There is a small chance that this file does not work completely for 1.2 but it is better than not having it at all. refs #5410.
31  * [15122]: removed test cleanup now being handled in unit bootstrap
32  * [15114]: removed priority unssetting in log event handling (closes #5732)
33  * [15112]: added missing phpdoc
34  * [15033]: fixes deletion of files in sfFormPropel missing an DIRECTORY_SEPARATOR. fixes #5361
35  * [14964]: fixed pre_replace issue with username/pw starting with number in sfConfigureDatabaseTask. fixes #5687
36  * [14902]: fixed typo in sfConfigureDatabaseTask. closes #5662
37  * [14872]: fixed typo (closes #5601)
38  * [14869]: fixed MySQLi does not support persistent Connection (closes #5630)
39  * [14852]: fixed sfForm::offsetUnset doesn't properly unset private members (closes #5621)
40  * [14830]: fixed notice in sfPearRestPlugin (closes #5641)
41  * [14730]: fixed discrepancy in function signature (closes #5505)
42  * [14689]: fixed simple autoload unregister not changing registered flag
43  * [14687]: fixed accidental commit
44
45 Doctrine Plugin:
46
47  * [14983]: Fixes issue where generate:admin --module option is ignored
48  * [14982]: Fixed key_method and table_method options for sfWidgetFormDoctrineChoice (closes #5674)
49  * [14979]: Fixes issue where table_method is called after the filters are applied (closes #5586)
50  * [14978]: Adding sfDoctrinePluginConfiguration class to sfDoctrinePlugin (closes #5633)
51  * [14977]: Fixes issue with copies of listeners registering during functional tests (closes #5631)
52  * [14976]: Fixing issue with routing throwing exceptions when param is not a property or function on model (closes #5659)
53  * [14926]: added missing getStylesheets/getJavaScripts calls in admin generator filters (closes #5689)
54  * [14891]: fixed admin generator delete action, confirm translation not work (closes #5650)
55  * [14832]: fixed strict notice (closes #5638)
56  * [14816]: Fixes bug where 404 is not thrown when no records are found
57  * [14815]: Fixes issue with wrong option being passed to insert sql task
58  * [14793]: Fixes regression with sfDoctrinePager and the use of setQuery()
59  * [14784]: Fixes renderFormTag() to allow custom method (closes #5616)
60  * [14783]: Fixes _list_td_tabular.php using wrong classname (closes #5615)
61  * [14782]: Adding coverage for unique columns (addresses #5602)
62  * [14779]: Fixes regression in sfDoctrinePager and adds additional coverage to tests (closes #5584)
63
64 Propel Plugin:
65
66  * [15134]: added generation of key_method option when FK references a non-PK in propel form, filter generators (closes #5370)
67  * [15121]: escaped output of propel queries in web debug toolbar
68  * [14971]: fixed help message of propel task
69  * [14927]: fixed batch select of checkbox doesn't work on IE 6,7 (closes #5177)
70  * [14926]: added missing getStylesheets/getJavaScripts calls in admin generator filters (closes #5689)
71  * [14891]: fixed admin generator delete action, confirm translation not work (closes #5650)
72  * [14784]: Fixes renderFormTag() to allow custom method (closes #5616)
73  * [14783]: Fixes _list_td_tabular.php using wrong classname (closes #5615)
74  * [14728]: fixed foreign keys are assumed with column name "ID" in auto generation of forms (closes #5370)
75
76 Version 1.2.2
77 -------------
78
79 * [14523]: publish-assets now canonicalizes pathes before creating the links, thus allowing "\.." and "\.". fixes #5488
80 * [14518]: added cast of `generate:app` escaping strategy to boolean (refs #5500)
81 * [14516]: fixed multiple selector chaining in sfDomCssSelector.class. fixed #5321
82 * [14515]: silenced possible warning (@ pattern is already used in this file). fixed #5454
83 * [14512]: admin generator resets default filter values correctly. fixed #5508
84 * [14511]: fixed generate:app and escaping-strategy (closes #5500)
85 * [14509]: fixed the way propel handles batch deletions to notify deletion behaviours. fixed #5499
86 * [14507]: fixed uppercase POST/GET are not XHTML valid (closes #5242)
87 * [14499]: Fixes form filters to perform a stricter check (closes #5548)
88 * [14497]: fixed typo (closes #5543)
89 * [14486]: fixed sfTesterUser inability to test attribute for namespaces (closes #5256)
90 * [14485]: fixed form and view_cache tester are not overridable (closes #5463)
91 * [14484]: fixed unfinished ob_start in sfValidatorFile (closes #5293)
92 * [14480]: updated bg translations of the admin generator
93 * [14421]: updated sfProjectFreezeTask help text to be more verbose
94 * [14378]: updated propel behavior inclusion logic to use only core classes
95 * [14288]: improved sfFileCache for most common cases by factor 3. Details in ticket. closes #5356
96 * [14274]: fixed copy and paste leftover. fixes #5439
97 * [14265]: minor improvement in search_in performance of sfFinder when not searching symlinks. fixes #5431
98 * [14264]: fixed DateFormHelper not correctly resolving single digits with leading zero (eg '01'). fixes #5404
99 * [14261]: fixed issue with sfWidgetFormTime not being able to preselect single digit inputs correctly. fixes #5121
100 * [14246]: fixed Unable to use my own form formatter (closes #5421)
101 * [14215]: One more fix for filters m2m (addresses #5157)
102 * [14181]: Fixes issue with build-model task and plugin directories and plugin names (closes #5243)
103 * [14173]: fixed var and propel web debug logger regular expressions (closes #5369)
104 * [14157]: added check for short_open_tags to check_configuration.php
105 * [14153]: fixed input_date_tag to work correctly in pear installations. fixes #4229
106 * [14130]: updated italian admin generator translation. fixes #5368
107 * [14119]: improved select_timezone_tag according patch from Wicked. fixes #5308
108 * [14107]: admin generators should return to page 1 after applying a filter. fixes #5117
109 * [14105]: added check for XSLT in check_configuration. fixes #5303
110 * [14025]: added clearing of Propel instance pools between functional test requests (closes #5295)
111 * [14015]: fixed Files array is not reset between sfBrowser requests (closes #5297)
112 * [14010]: fixed Error when uploading files for Embeds forms (closes #5253)
113
114 Doctrine Plugin
115
116 * [14550]: fixes error when uploading files for embedded forms (closes #5485)
117 * [14501]: fixes sfDoctrineRoute to return object instead of null (closes #5540)
118 * [14500]: fixes issue where filter functions for fields are not camelized (closes #5468)
119 * [14472]: fixes issue where i18n doesn't fall back to default culture (fixes #5458)
120 * [14466]: fixes issue with sfDoctrineFormFilter::processValues (closes #5468)
121 * [14292]: temporary fix (addresses #5267 #4436)
122 * [14287]: adding coverage for sfDoctrineRoute and Doctrine admin generators.
123 * [14286]: fixing task so env is passed to the insert-sql task.
124 * [14258]: fixes filtering on numeric columns in admin generator (closes #5028)
125 * [14256]: fixes Doctrine admin generator with camelStyle column name (closes #5411)
126 * [14255]: fixes help message for insert-sql task (closes #5417)
127 * [14253]: fixing camel case columns for admin generators (closes #5414)
128 * [14216]: fixes issue where 404 exception is not thrown when no object is found (closes #5090)
129 * [14214]: fixing incorrect method names for many to many filters (closes #5157)
130 * [14213]: fixes issue with application option in tasks (closes #5238)
131 * [14211]: fixing build-model yet again for custom plugin paths (closes #5243)
132 * [14210]: fixing bug with pagination links (closes #5405)
133 * [14200]: fixing form generation for plugins using custom paths (closes #5395)
134 * [14198]: fixes issue with mismatching classname and filename (closes #5381)
135 * [14162]: fixing bug with sfDoctrineRoute parameters that are passed to the method option.
136 * [14113]: allowed ability to configure path to Doctrine core libs to allow using a different version of Doctrine (closes #5210)
137 * [14111]: fixing sfValidatorDoctrineUnique to behave the same way as sfValidatorPropelUnique if a value does not exist
138 * [14110]: fixing issue introduced in previous commit
139 * [14108]: fixes missing peer_method equiv. (closes #5324)
140 * [14106]: fixes generated forms to unique columns are validated (closes #5189)
141 * [14104]: fixes issue with plugins which are at a custom path (closes #5243)
142 * [14098]: fixing small issue with overriden getObjects()
143 * [14096]: fixing sfDoctrineRoute to allow method_for_query so we match the method_for_criteria method for sfPropelPlugin
144 * [14095]: fixing generated form widget for m2m to be sfWidgetFormDoctrineChoiceMany instead of sfWidgetFormDoctrineSelectMany
145 * [14056]: added missing sfDoctrineTester class.
146
147 Version 1.2.1
148 -------------
149
150 * [13947]: fixed admin generator configuration file loading (closes #5137, #5140)
151 * [13931]: removing objects from the debug output to prevent crashing php with recursions very likely happening on especially routing objects. fixes #5178. refs #3477
152 * [13930]: fixes small typo/mistake (closes #5192)
153 * [13929]: publish-assets now works correctly for all active plugins, even when they set the plugin path to a different directory. fixes #5163. refs #4926
154 * [13928]: fixed remaining array_filter in sfRoute. fixes #5175
155 * [13869]: applied performance patch for sfToolkit::stripComments from Wicked. Thanks for providing those well done patches. fixes #5237
156 * [13848]: added check for php-xml to check_configuration.php. fixes #5200
157 * [13844]: fixed overriding for attribute of generated labels in sfWidgetFormSchemaFormatter. fixes #5220
158 * [13811]: suppressing warning popping up in dev env
159 * [13805]: fixed a potential warning
160 * [13759]: fixed strict standards notice. fixes #5187
161 * [13726]: added missing check for PDO
162 * [13696]: fixed typos in functional test php error handling
163 * [13691]: fixed fluent return value in `sfTester::__call()`
164 * [13653]: fixed inserting of virtual columns for stacked layouts
165 * [13652]: fixed fields in admin generator cannot be real (closes #5123)
166 * [13645]: fixed formatting of phing notice
167 * [13643]: updated polish translation according to ticket. fixes #5130
168 * [13634]: fixed a warning when installing a plugin with a non-valid version
169 * [13615]: updated pl translation for admin gen. closes #5130
170 * [13596]: fixed package template
171 * [13588]: fixed bad path in generated vhost.sample
172 * [13579]: applied performance patch from Wicket, reducing select_currency, select_language and select_country tag time greatly. closes #5114
173 * [13578]: applied performance patch from Wicket, reducing options_for_select time greatly. closes #5113
174 * [13572]: fixed request format does not always set layout false for non-html content
175
176 Doctrine Plugin
177
178 * [13857]: fixes issue with choice validators (fixes #5192)
179 * [13856]: fixing strict standards notice
180 * [13854]: fixes issue with global schema elements (fixes #5194)
181 * [13853]: fixing validation so it is on by default like it is supposed to be (addresses #5161)
182 * [13852]: Updating Doctrine external to 1.0 branch instead of tag.
183 * [13851]: fixes issue with Doctrine cli messages not being forwarded to symfony cli (fixes #5181)
184 * [13845]: fixes multiple issues and missing functionality in sfDoctrineRoute
185
186 Propel Plugin
187
188 * [13927]: fixed a regression with the handling of CLOB datatype in propel 1.3 in conjunction with forms. fixes #5263
189 * [13723]: made queries in the propel debug toolbar copy-and-pasteable
190 * [13592]: fixed propel:generate-admin task help message
191
192 Version 1.2.0
193 -------------
194
195 * [13564]: fixed Last-Modified is not checked because expire and cache-control (closes #3597)
196 * [13547]: reverted r13470, partial revert of r13196, fixed order of autoload config files so plugin files are processed first (closes #5041)
197 * [13510]: fixed admin filter labels do not match input id
198 * [13501]: fixed inline web debug js is not wrapped in cdata block
199 * [13499]: fixed session cache limiter (refs #3597, closes #3542)
200 * [13498]: added sample vhosts. closes #5050
201 * [13494]: fixed Field names cannot be set for Custom Fields in Admin Generator (closes #2908)
202 * [13493]: added automatic migration for the generated symfony CLI
203 * [13486]: added _with_csrf to sfBrowser to simulate a CSRF token when generated with JavaScript on the client
204 * [13485]: add sfWebRequest::checkCSRFProtection() to check if a request is CSRF protected
205 * [13484]: added CSRF token for link generated by the link_to() helper if CSRF is enabled
206 * [13483]: changed sfForm::getCSRFToken() to return the current token if no secret is passed as argument
207 * [13482]: fixed i18n setlocale() problem
208 * [13481]: made detail more specific for hasErrors(false)
209 * [13480]: updated functional tests fixtures for sf core tests
210 * [13479]: fixed Incorrect content type in sfPartialView (closes #5107)
211 * [13476]: fixed potential deprecated notice
212 * [13470]: fixed assumption that default config file comes first (refs #5041)
213 * [13465]: added a note about component escaping problem from 1.1
214 * [13463]: fixed var escaping in a component (closes #1638)
215 * [13461]: added a renderId() method to sfFormField (closes #4294)
216 * [13451]: fixed potential notice + made test more compatible
217 * [13444]: made default symfony in skeleton faster
218 * [13423]: checking that upload directory exists before chmoding - removing error
219 * [13419]: fixed typo (closes #4274)
220 * [13417]: fixed doctype lost when reopening an XLIFF file (closes #4274)
221 * [13416]: fixed sfRequest::getUri() when using Microsoft IIS (closes #4886)
222 * [13413]: removed the isDebug parameter for task as it cannot work with autoloading (closes #4911)
223 * [13412]: fixed missing alt tag in cache debugging information (refs #4929)
224 * [13408]: fixed long line in a PHP doc (closes #4750)
225 * [13401]: fixed i18n:extract task (closes #4924)
226 * [13398]: added DOCTYPE to generated XLIFF files
227 * [13396]: added mandatory <header /> tag in generated XLIFF files (closes #4274)
228 * [13391]: YAML dumper should remove carriage returns (\r) (closes #4740)
229 * [13386]: added mime type for PDF (closes #4483)
230 * [13382]: fixed sfObjectRoute to work with Doctrine when no object is returned (closes #5090, #5091)
231 * [13379]: fixed blank/white screens instead of 404 errors for other types of content than html (closes #5032)
232 * [13373]: fixed sfConfig::set('sf_web_debug', false) in an action doesn't disable the toolbar (closes #5063)
233
234 Doctrine Plugin
235
236 * [13512]: made batch actions javascript xhtml compliant
237 * [13511]: reverted r13509
238 * [13509]: fixed typo
239 * [13508]: fixed db web debug panel img is not valid xhtml
240 * [13504]: fixes issue with insert-sql not working by itself (closes #5103)
241 * [13503]: Updating test base classes
242 * [13502]: fixed filters for all numbers (closes #5028)
243 * [13496]: fixed Field names cannot be set for Custom Fields in Admin Generator (closes #2908)
244 * [13490]: fixed CSRF problem with CRUD and admin generator (closes #4915)
245 * [13488]: fixed double inclusion of hidden fields on CRUD generated modules
246 * [13480]: updated functional tests fixtures for sf core tests
247 * [13467]: fixed _form_actions.php template is hardcoded to use edit.actions (ignoring new.actions) (closes #5062)
248 * [13415]: removed the isDebug parameter for task as it cannot work with autoloading (closes #4911)
249 * [13394]: fixes issue with pager when query results are empty (closes #3563)
250 * [13393]: fixes issue with query params with binary data causing problems in the logs (closes #5052)
251 * [13392]: moved doctrine libs to lib/vendor and changed to use Doctrine autoloader.
252 * [13390]: fixed admin generator route generation when the primary key is not named id (closes #4966 closes #5082)
253 * [13385]: fixes issue with check for package param being too general (closes #5085)
254
255 Propel Plugin
256
257  * [13512]: made batch actions javascript xhtml compliant
258  * [13511]: reverted r13509
259  * [13509]: fixed typo
260  * [13508]: fixed db web debug panel img is not valid xhtml
261  * [13497]: added note about possible phing errors. closes #5025
262  * [13495]: fixed Field names cannot be set for Custom Fields in Admin Generator (closes #2908)
263  * [13492]: fixed filters for all numbers (closes #5028)
264  * [13489]: fixed CSRF problem with CRUD and admin generator (closes #4915)
265  * [13487]: fixed double inclusion of hidden fields on CRUD generated modules
266  * [13480]: updated functional tests fixtures for sf core tests
267  * [13466]: fixed _form_actions.php template is hardcoded to use edit.actions (ignoring new.actions) (closes #5062)
268  * [13459]: fixed integer fields in a filter form class (closes #5028)
269  * [13434]: fixed typo (closes #5094)
270  * [13414]: removed the isDebug parameter for task as it cannot work with autoloading (closes #4911)
271  * [13407]: fixed lv admin gen trnaslations (closes #4274)
272  * [13399]: fixed XLIFF files for admin generator
273  * [13397]: fixed admin gen XLIFF files
274  * [13389]: fixed typo
275  * [13384]: fix obsolete comment
276
277 Version 1.2.0 RC2
278 -----------------
279
280 * [13363]: made command line much faster. fixes #4928
281 * [13361]: fixed sfForm::embedFormForEach does not properly store embedded forms (closes #5080)
282 * [13360]: fixed tester message
283 * [13343]: changed the form tester to test error codes instead of error messages
284 * [13342]: fixed a typo in sfTesterForm
285 * [13339]: reverted r12807 (closes #4287)
286 * [13325]: fixed wilcard typo. needs rebuilding routes and admin. fixes #5065
287 * [13324]: fixed possible notice in sfWidgetFormSelectCheckbox by applying pattern from sfWidgetFormSelect. fixes #5056
288 * [13322]: fixed routing when a route parameter is empty (closes #5001, #4960, #5042)
289 * [13319]: fixed relative symlinks that were incorrectly when some directories had the same prefix. added plenty tests for this.
290 * [13317]: fixed warning for symfony CLI (closes #5019)
291 * [13288]: removed the inability to override a route (really useful when using sfPropelRouteCollection)
292 * [13281]: made type of virtual fields configurable in generators. fixes #4973
293 * [13278]: fixed PHPDoc on sfValidatorDate. fixes #5039
294 * [13247]: add __call() to sfTester to forward all unknown method to the browser object
295
296 Version 1.2.0 RC1
297 -----------------
298
299 * [13212]: fixed regular expression back reference bug on windows pathes like "symfony\1.2". fixes #5021
300 * [13196]: fixed plugin autoloading
301 * [13143]: fixed typo in comment
302 * [13142]: attempt to close #4777. The bug might be caused either by the openDB cursor that at least pdo->fetch leaks, or misinterpreted return values (the if only would trigger if the assignment would evaluate to true).Now the number of rows returned is checked and the data is accessed using the 0,0 index, which should be much safer as well.
303 * [13127]: forthport of r13126: sfValidatorAnd and sfValidatorOr validators are now required by default to ensure a standard behavior - fixes and closes #4877
304 * [13123]: fixed weird cache with layout bug - patch by phuson (refs #4514)
305 * [13119]: fixed typo for batch actions in admin generator
306 * [13098]: fixed typo in autoload recursive setting
307 * [13097]: added support for conditional comments to stylesheets and javascripts (closes #1677)
308 * [13092]: fixed plugin:publish-assets is ignore the setting of ->disablePlugin(...) (closes #4926)
309 * [13090]: fixed getAllPluginPaths() to only look for plugins that end with Plugin
310 * [13089]: added a renderer option for the admin generator list (closes #685)
311 * [13082]: Fixes issue with embedded forms with a name that is a 0 integer (closes #4906)
312 * [13079]: fixed missing hyphen from my last change. closes #4976
313 * [13078]: fixed I18n code ignores sf_app_i18n_dir (closes #4323)
314 * [13074]: reverted request format auto-configuration based on the Accept header (closes #4920)
315 * [13060]: added a sfForm::getName() method (closes #4852)
316 * [13052]: exclude the .svn folder from the sandbox files, which would appear there due to linking of core plugins. Fixes #4950
317 * [13051]: fixed project:freeze does not update symbolic links of default plugins in /web (closes #4899)
318 * [13050]: removed unneeded code
319 * [13046]: reverted r13029 because Doctrine uses __call() for some methods (closes #4957)
320 * [13037]: reordered .sf creation in sandbox script
321 * [13036]: fixed sandbox default database configuration (closes #4953)
322 * [13035]: fixed the configure:database task for Propel 1.3
323 * [13029]: added some exception in sfObjectRoute when the method does not exist
324 * [13028]: updated the default databases.yml in skeleton
325 * [13026]: fixed genUrl() when a relative URL (/foo/bar) is passed as an argument (it is possible because an internal URI cannot start with a / anymore since symfony 1.1)
326 * [13023]: added basic implementation of select()/deselect() support to test browser for changing selection in check and radiobuttons. Closes #4673
327 * [13022]: fixed generate:module description formatting
328 * [13018]: fixed #2798 by applying Patch from Nebelmann
329 * [13002]: removed the default route for symfony default module
330 * [12996]: added a workaround to a PHP wierd behavior where classes are not autoload within an Exception constructor
331 * [12982]: added alt attributes to web debug toolbar icons to be xhtml valid
332 * [12969]: fixed URL generation when custom tokens have been defined
333 * [12968]: fixed sfRoute tokenizer to ease extensions
334 * [12960]: added sfCompat10Plugin as an excluded plugin in the default skeleton
335 * [12952]: fixed assumption plugin name can be determined using `basename()`
336 * [12949]: added .css for the default CSS in the default view.yml file
337 * [12920]: fixed symfony default CLI
338
339 Doctrine Plugin
340
341 * [13231]: removed unneeded file from fixtures
342 * [13219]: Fixing generated children forms and test fixtures from last commit
343 * [13218]: fixing path of base filter class
344 * [13217]: fixes issue with sfDoctrineRecord::toParams() (closes #5029)
345 * [13211]: Fixing issue with admin generator routes (closes #5027)
346 * [13210]: fixes issue with doctrine filters (closes #4944)
347 * [13163]: fixes issue with duplicate saving of related records (closes #4935)
348 * [13138]: fixed image URLs in admin generator (closes #4987)
349 * [13121]: fixed indentation
350 * [13086]: fixes issue with m2m filters (closes #4944)
351 * [13085]: fixes issue with admin generator and multi-part file forms (closes #4946)
352 * [13073]: added hide feature to admin gen (closes #4794)
353 * [13072]: Adding coverage for ticket (addresses #4935)
354 * [13062]: added a sfForm::getName() method (closes #4852)
355 * [13049]: added a way to customize the actions added on a form (closes #4947)
356 * [13044]: fixed embedded form saving when there is a non Doctrine form in the chain
357 * [12955]: test coverage, fixing issues, updating sfFormDoctrine to be equal to sfFormPropel, fixes issue with i18n (closes #4907)
358 * [12941]: changing fromArray() to not be recursive/deep as the save embedded forms takes care of this for us now
359 * [12938]: fixes #4905
360 * [12902]: fixing location of BaseFormDoctrine in fixtures
361 * [12900]: committing update to tests for generated base models
362
363 Propel Plugin
364
365 * [13234]: fixed invalid assumption when loading propel map builders
366 * [13197]: fixed propel autoload config
367 * [13140]: Renamed task filenames to match classes.
368 * [13137]: fixed image URLs in admin generator (closes #4987)
369 * [13120]: fixed indentation
370 * [13095]: fixed propel:build-schema task
371 * [13084]: sfPropelPlugin: fixes issue with admin generator and multi-part file forms (closes #4946)
372 * [13070]: update YUI to 2.6.0 (closes #4923)
373 * [13061]: added a sfForm::getName() method (closes #4852)
374 * [13048]: added a way to customize the actions added on a form (closes #4947)
375 * [13045]: updated nl translations for admin gen (closes #4958, thanks dream0r)
376 * [13043]: fixed embedded form saving when there is a non Propel form in the chain
377 * [13039]: added more german admin gen translations. refs #4909
378 * [13038]: added missing strings in i18n XLIFF file for the admin generator (closes #4841, #4909)
379 * [13030]: fixed typo in admin gen pagination
380 * [13027]: added a method_for_criteria option
381 * [12959]: r12812 introduced a regression: fixtures order is totally random, as sfFinder returns directories entry in arbitrary order.
382 * [12933]: added el translation for the admin generator (thanks to Zapantis Antreas).
383 * [12930]: updated da translation for the admin generator (thanks to kjaer & henrik). closes #4896
384 * [12929]: updated pt_br translation for the admin generator (thanks to Daniel)
385
386
387 Version 1.2.0 beta2
388 -------------------
389
390 * [12876]: Added a way to define default messages for required and invalid
391 * [12873]: added CSS and JS support to sfWidgetFormDateRange widget (closes #4831)
392 * [12871]: enhanced usability of the admin stylesheet
393 * [12870]: fixed generator.yml doesn't handle object_actions configuration
394 * [12865]: added sfCompat10Plugin in excluded plugins when migrating
395 * [12864]: added cache to symfony CLI (closes #4882)
396 * [12863]: added hide feature to admin gen (closes #4794)
397 * [12860]: implemented ArrayAccess? for sfUser attributes
398 * [12859]: added array access for sfRequest parameters (relates to #4815)
399 * [12857]: removed sf_admin_module_web_dir from settings.yml (closes #4812)
400 * [12853]: fixed sfBrowser when an action is empty
401 * [12849]: new unit test for calculateRelativeDir()
402 * [12848]: fixed plugin:publish-assets task
403 * [12847]: needed to move relative path calculation into sfFilesystem
404 * [12845]: added PDO debugging when running functional tests
405 * [12842]: fixed sfForm::isNew() method
406 * [12837]: fixed positioning of calendar popup. fixes #2240
407 * [12816]: fixed location of the base form class for Propel and Doctrine
408 * [12813]: fixed setDefaultFormFormatterName()
409 * [12810]: fixed widget form schema positions after unsetting some widgets
410 * [12809]: fixed CLI tasks when some plugins register behaviors (closes #4645)
411 * [12807]: removed unneeded code (closes #4287)
412 * [12806]: fixed app:routes display when a route has several method requirement
413 * [12805]: renamed i18n file for da (closes #4834)
414 * [12769]: fixed form field ordering in admin generator when no display
415 * [12768]: converted some functional tests to the new syntax
416 * [12763]: applied patch for UTF-8 support and using PropelConnections
417 * [12758]: added automatic route creation to propel:generate-admin
418 * [12753]: changed some sfObjectRoute error messages to be more explicit
419 * [12752]: reformated the default layout
420 * [12751]: fixed HTTP header for exceptions (closes #4864)
421 * [12728]: fixed token replacement in databases.yml
422 * [12704]: fixes #4721 fixes #4835
423 * [12700]: fixed a warning (closes #4747)
424 * [12699]: fixes issue with autoloading and custom behaviors (closes #4712)
425 * [12698]: reverted usage of REQUEST_TIME? (closes #4797)
426 * [12696]: made sure that the core autoloaded is registered only once
427 * [12695]: made an error message more useful (closes #4802)
428 * [12694]: fixed nested i18n forms (closes #4845)
429 * [12683]: added i18n missing catalogue information (closes #4841)
430 * [12676]: fixed spl_autoload_register for PHP 5.1.2
431 * [12672]: added exception if a plugin is enabled too late (closes #4809)
432 * [12668]: added sfProjectConfiguration::setPluginPath()
433 * [12661]: added a new option to be able to change the default text regex
434 * [12660]: made sfRequest cloneable
435 * [12659]: fixed deep nested forms saving
436 * [12657]: changed an error message to be more descriptive
437 * [12647]: added support for nested forms in the admin generator
438 * [12641]: fixed typo in sfValidatorString
439 * [12640]: made some more tweaks for people with output escaping set to off
440 * [12639]: changed the default behavior of symfony: now all plugins are enabled
441 * [12631]: Fixed plugins autoloading
442 * [12625]: removed magic_quotes calls for 5.3 compat (closes #4806)
443 * [12587]: tweaked web debug toolbar css (better cross-browser compat)
444 * [12584]: added skeleton fixtures.yml with inline documentation (refs #4670)
445 * [12579]: added tif datatype in mime_types.dat. closes #4800
446 * [12566]: fixed temp dir on a unit test file
447 * [12564]: fixed some unit test when APC is disabled
448 * [12562]: fixed case-sensitivity problem
449
450 Doctrine Plugin
451
452 * [12892]: fixed sfDoctrineForm::saveFile() when a filename is provided (closes #4839)
453 * [12890]: fixes #4594
454 * [12889]: fixes issue with sfDoctrineColumng::isNotNull()
455 * [12888]: fix for saving nested forms (closes #4843)
456 * [12886]: fixes #4879
457 * [12712]: fixing dql task to output results of query
458 * [12710]: fixes #4843
459 * [12709]: fixing typo
460 * [12708]: fixes #4787
461 * [12707]: fixes #4717
462 * [12703]: fixes #4808
463 * [12702]: sfDoctrineManagerPlugin: fixes issue with use of old form helpers
464 * [12701]: added exception when user tries to use package
465 * [12693]: sfDoctrineGuardPlugin: fixes #4739
466 * [12691]: fixes #4764
467 * [12690]: sfDoctrineGuardPlugin: fixes #4821
468 * [12689]: sfDoctrineGuardPlugin: fixes #4821
469 * [12687]: fixing typo and adding logic to use textarea
470 * [12686]: added i18n missing catalogue information (closes #4841)
471 * [12685]: sfDoctrineGuardPlugin: fixes #4742
472 * [12670]: fixing sfDoctrineRoute
473 * [12669]: reporting admin and crud themes
474 * [12667]: removing old admin generator and crud code
475 * [12651]: cleaning up sqlite database files
476 * [12650]: fixing indention of generated forms
477 * [12649]: Fixing admin generator filters
478 * [12634]: initial entry of new admin generators for Doctrine
479 * [12595]: fixed ObjectHelper for doctrine (closes #4602)
480
481 Propel Plugin
482
483 * [12891]: fixed sfFormPropel::saveFile() when a filename is provided (closes #4839)
484 * [12851]: fixed i18n in Propel forms
485 * [12812]: fixed order of data deleting in sfPropelData (closes #4783)
486 * [12804]: added nested sets builders inthe upgrade task (closes #4620)
487 * [12803]: added key_method to sfWidgetFormPropelSelect and
488 * [12800]: changed Propel externals to 1.3 branch (closes #4692)
489 * [12656]: changed the order of objects saving in sfPropelForm
490 * [12637]: added nested save support to sfPropelForm
491 * [12596]: sfPropelPlugin: updated API doc
492 * [12591]: sfWidgetFormPropelChoice, sfWidgetFormPropelSelect : added added peer_method option
493 * [12893]: added lv translation for the admin generator
494 * [12612]: added ar translation for the admin generator (thanks to Pascal
495 * [12611]: added hu translation for the admin generator (thanks to Vajo Gaspar)
496 * [12601]: added uk translation for the admin generator (thanks to Roman Dushko)
497 * [12599]: added lt translation for the admin generator (thanks to Kazimieras
498 * [12598]: added hr translation for the admin generator (thanks to Kreso)
499 * [12581]: added cs translation for the admin generator (thanks Pavel Campr)
500 * [12571]: added fi translation for the admin generator (thanks to Jaakko)
501 * [12570]: added pt translation for the admin generator (thanks to Tito Costa)
502 * [12569]: added tr translation for the admin generator (thanks to Yilmaz)
503
504
505 Version 1.2.0 beta1
506 -------------------
507
508 * All bug fixes from 1.0.0 -> 1.1.5
Note: See TracBrowser for help on using the browser.