Development

/branches/1.2/CHANGELOG

You must first sign up to be able to contribute.

root/branches/1.2/CHANGELOG

Revision 16692, 37.5 kB (checked in by FabianLange, 4 years ago)

[1.2] updated changelog

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