symfony

Website
http://www.symfony-project.org/
SVN
http://svn.symfony-project.com/branches/1.2
Short description from authors website
Symfony is a full-stack framework, a library of cohesive classes written in PHP. It provides an architecture, components and tools for developers to build complex web applications faster. Choosing symfony allows you to release your applications earlier, host and scale them without problem, and maintain them over time with no surprise. Symfony is based on experience. It does not reinvent the wheel: it uses most of the best practices of web development and integrates some great third-party libraries.
Distributed size:
5.6 MB zip (1.2.8)
Graphs

Changelog (only since Jan 1, 2009)

RevisionMessageDateAuthor
20479[1.2, 1.3] fixed sfAppRoutesTask ignores options from factories.yml (closes #6434)
24.07.2009 20:25:40Kris.Wallsmith
20472[1.2, 1.3] Fixed case-insensitive check of `sf_method` routing requirement.
24.07.2009 19:25:20Kris.Wallsmith
20469[1.2, 1.3] Moved application of default `sf_method` requirements to constructor so `app:routes` shows accurate methods. (refs #6511)
24.07.2009 19:07:43Kris.Wallsmith
20468[1.2, 1.3] fixed matchesParameters logic in sfRequestRoute when multiple method requirements have been specified
24.07.2009 18:47:15Kris.Wallsmith
20457[doc] fixed phpdoc (closes #6878)24.07.2009 09:25:18FabianLange
20304[1.2, 1.3] added password to the last example of configure:database usage (closes #6833)19.07.2009 11:11:16fabien
20301[1.2, 1.3] added exception phpdocs to all widget classes and change function signature (closes #6840 - patch from gimler)19.07.2009 10:57:32fabien
20300[1.2, 1.3] fixed sfDatabaseSessionStorage ignores session storage configuration in factories.yml (closes #6861)19.07.2009 10:48:26fabien
20298[1.2, 1.3] fixed sfForm::setDefaults() ignores individual CSRF protection (closes #6864)19.07.2009 10:43:11fabien
20296[1.2, 1.3] fixed finfo() usage for PHP 5.3 (closes #)19.07.2009 10:36:56fabien
20295[1.0, 1.2, 1.3] removed zend.ze1_compatibility_mode check as it has been removed in PHP 5.3 (closes #6863)19.07.2009 10:31:22fabien
20163set symfony development version to 1.2.9-DEV13.07.2009 18:11:33FabianLange
20158Updated changelog for symfony 1.2.813.07.2009 18:04:17FabianLange
20145[1.2, 1.3] added additional test cases for sfWebRequest closes (#6812)13.07.2009 11:13:05FabianLange
20144[1.2, 1.3] fixed phpdoc for sfTesterForm (closes #6813)13.07.2009 11:07:31FabianLange
20142[1.2, 1.3] fixed simple_format_text having problems with certain linebreaks. patch by Maxim Oleinik (closes#6824)13.07.2009 10:20:44FabianLange
20053[1.1, 1.2, 1.3] fixed autoload order, enhanced performances of tasks autoloading09.07.2009 12:49:20nicolas
20049[1.1, 1.2, 1.3] fixed tasks autoloading order, added tests for proof09.07.2009 10:03:04nicolas
20048[1.2, 1.3] added phpdoc for compat exceptions (closes #6781)09.07.2009 09:53:03FabianLange
20047[1.2, 1.3] fixed phpDoc (closes #6796)09.07.2009 09:37:17FabianLange
20042[1.2, 1.3] applied patch from gimler, adding more tests for sfWebRequest (closes #6797)09.07.2009 08:20:33FabianLange
20026[1.2, 1.3] Fixing sfValidatorDoctrineChoice to get alias from query instead of hardcoding a (closes #6740)
08.07.2009 17:33:50Jonathan.Wage
19996[1.2, 1.3] Adding missing french translations for admin gen (closes #6749)
07.07.2009 22:08:40Jonathan.Wage
19987[1.2, 1.3] Fixing issue with magic accessors/getters when using camel case with relationships (closes #6178)
07.07.2009 20:31:36Jonathan.Wage
19985[1.2, 1.3] sfDoctrinePlugin: Throwing exception if default culture has not been set (closes #6707)
07.07.2009 20:00:18Jonathan.Wage
19982[1.2, 1.3] sfDoctrinePlugin: adding missing phpdoc blocks to sfWidgetFormDoctrineChoice::configure() (closes #6637)
07.07.2009 17:45:10Jonathan.Wage
19980[1.1, 1.2, 1.3] fixed the order where the tasks was loaded (fixes #4766, #5348), plus fixed case when sfToolkit::getPhpCli() could misbehave with custom user PATH07.07.2009 16:29:54nicolas
19912[1.0, 1.1, 1.2, 1.3] calling dataDir statically as it should be in sfCultureInfo (fixes #6604)06.07.2009 08:04:41FabianLange
19911[1.0, 1.1, 1.2, 1.3] added check in sfActions that prefents infinite recursion in the execute method when the action name is empty (fixes #6710)06.07.2009 07:52:48FabianLange
19850[1.2, 1.2, 1.3] fixed PHPdoc typo03.07.2009 14:58:22FabianLange
19819[1.2] reverted the changesets that removed the non-visible fields in the admin generator

These changes have been done to plug a security hole in the symfony
admin generator (more information on the symfony blog:
http://www.symfony-project.org/blog/2009/04/27/symfony-1-2-6-security-fix).
But a lot of people complained because it causes more harm than
good. The fix disables for instance the possibility to have custom
partials. Moreover, the problem also exists in a normal form if you
don't use the "echo $form" construct and if you forget to display
some non-required fields in the template.

After some discussion with the core team members, it appears that
there is no way to "fix" the problem for the developer. We thought
that we would be able to provide something, but the reality is that
we cannot.

Is it a problem? We think it is not a big problem as the
circumstances under which there can be an exploit are extremely rare
or even inexistent as if you are vulnerable, it also means that your
database data will be corrupted in some way (read the next section
for more information). As a matter of fact, all frameworks around
are vulnerable and have the exact same problem. We already provide
more advanced security features for the form framework than any
other framework around, but we cannot go any further. Security is
also a developer matter, and too much magic is sometimes a bad
thing.

Here is the exact circumstances under which you might be vulnerable:
A field is vulnerable only if you forget to display its widget in
the template and only if it has a non-required validator. Then, an
attacker could potentially inject a valid value for this field, and
it will be saved with the rest of the object. But two things greatly
mitigate the issue: first, if you forget to display a field, each
time you save the form, its value will be lost. So, most of the
time, you will be aware of the problem because the data in the
database will be corrupted. Second, the attacker need to know the
exact field name, which is not easy as no information is contained
in the HTML.

02.07.2009 11:45:11fabien
19780[1.2, 1.3] added test to ensure embedded form fields id integrity (closes #4741)01.07.2009 10:49:37nicolas
19777[1.0, 1.1, 1.2, 1.3] fixed warnings when trying to load a non-valid XML file with the XLIFF i18n message source class (closes #6728)01.07.2009 10:14:21fabien
19701[1.2] fixed sfMemcacheCache set() method (closes #6696)30.06.2009 09:02:32fabien
19468[1.2, 1.3] fixed routing for PHP 5.3.0RC423.06.2009 07:14:37fabien
19442[1.1, 1.2] fixed default value for max forwards in sfController (closes #6675)21.06.2009 12:27:42fabien
19411[1.2, 1.3] fixed PHPDoc return values (closes #6667)20.06.2009 11:54:04fabien
19410[1.1, 1.2, 1.3] added check for php 5.2.9 which has a bug in array_unique to check_configuration.php (refs #6211)19.06.2009 22:31:33FabianLange
19406[1.2] Updating sfDoctrinePlugin to use Doctrine 1.0.10
19.06.2009 16:54:45Jonathan.Wage
19310[1.2, 1.3] fixed JavascriptHelper call to insert Element in update_element_function() when using the position attribute (closes #6638)16.06.2009 12:41:07FabianLange
19297[1.2, 1.3] added support for Office 2007 for file uploads (closes #6635)16.06.2009 07:08:53fabien
19274[1.2, 1.3] Fixes issue with different format of indexes not being properly handled in generated forms (closes #6614)
15.06.2009 14:50:34Jonathan.Wage
19272[1.2, 1.3] Fixes one issue with file uploads in doctrine (closes #6617)
15.06.2009 12:38:34Jonathan.Wage
19268[1.2, 1.3] Fix for camel case columns accessors and mutators (closes #6403)
15.06.2009 11:41:53Jonathan.Wage
19267[1.2, 1.3] Fixes issue with crud 404 error message (closes #6469)
15.06.2009 10:38:26Jonathan.Wage
19265[1.2, 1.3] Fixes issue with sfDoctrinePager::getResults() not allowing Doctrine hydration type constants (closes #6612)
15.06.2009 10:13:34Jonathan.Wage
19258[1.2, 1.3] fixed --stability=beta not passed to dependencies when installing a plugin (closes #6594)15.06.2009 08:52:42fabien
19256[1.1, 1.2, 1.3] fixed generateCacheKey does not coverts dots to underscorse in user given hostname (closes #6252)15.06.2009 07:25:17fabien
19244[1.2, 1.3] fixed admin gen CSS (closes #6596)14.06.2009 14:35:19fabien
19243[1.2, 1.3] added some missing PHPDoc (closes #6620)14.06.2009 14:29:19fabien
19217[1.1, 1.2, 1.3] fixed class name case13.06.2009 09:15:28fabien
19216[1.0, 1.1, 1.2, 1.3] fixed coding standards13.06.2009 06:42:00fabien
19112[1.1, 1.2, 1.3] added missing PHPDoc10.06.2009 06:32:12fabien
18971[1.2, 1.3] sfDoctrinePlugin: Fixing issue where application option was not passed to load data task
05.06.2009 15:44:44Jonathan.Wage
18955[1.2, 1.3] fixed case insensitivity of module name when checking module.yml for a partial view class
05.06.2009 10:27:40Kris.Wallsmith
18835[1.2, 1.3] fixed a bug on Propel/Doctrine route generation02.06.2009 10:42:07fabien
18746[1.0, 1.1, 1.2, 1.3] fixed test plan for CLI tasks (closes #6545)29.05.2009 06:16:41fabien
18734[1.1, 1.2, 1.3] fixed loading order of tasks (refs #5348)28.05.2009 13:31:33fabien
18726[1.1, 1.2, 1.3] fixed typo (closes #6538)28.05.2009 08:15:54fabien
18694[1.2, 1.3] fixed problem with propel:data-dump task under some Linux distro (closes #5717)27.05.2009 13:37:57fabien
18669[1.2, 1.3] fixed sfBrowser::click() when several links and buttons have the same value (closes #6470 - patch from gimler)26.05.2009 20:46:22fabien
18666[1.0, 1.1, 1.2] updated lime to 1.0.626.05.2009 19:43:58fabien
18607[1.0, 1.1, 1.2, 1.3] fixed format_currency returns Exponents (closes #5715)24.05.2009 20:41:09fabien
18606[1.0, 1.1, 1.2, 1.3] fixed format_currency returns Exponents (closes #5715)24.05.2009 19:29:47fabien
18498[1.2, 1.3] fixed invalid assumption that empty dates evaluate to false
20.05.2009 16:41:48Kris.Wallsmith
18492fixed exception page should execute html/javascript code when using html format - closes #574320.05.2009 14:19:35nicolas
18418[1.2] sfDoctrinePlugin: Updating symfony 1.2 to use latest Doctrine tag of 1.0.9
18.05.2009 19:55:56Jonathan.Wage
18322[1.1, 1.2] merged in some minor PHPdoc changes from the yaml component
16.05.2009 05:40:47Kris.Wallsmith
18164[1.1, 1.2, 1.3] fixed error message when an UPLOAD_ERR_INI_SIZE occurs on an uploaded file (closes #6453)12.05.2009 13:12:59fabien
18137[1.1, 1.2, 1.3] forgot to fix tests11.05.2009 12:14:52fabien
18136[1.1, 1.2, 1.3] fixed return value from test:* tasks11.05.2009 11:57:32fabien
18135[1.1, 1.2, 1.3] added some missing phpdoc information11.05.2009 11:55:46fabien
18131[1.2, 1.3] fixed typo in phpdoc (closes #6440)11.05.2009 10:34:17fabien
18104[1.2, 1.3] strengthened web debug styles
10.05.2009 05:38:14Kris.Wallsmith
18089[1.0, 1.1, 1.2, 1.3] fixed sfPager::getLinks() to always return integers (closes #6428)09.05.2009 06:36:09fabien
18047[1.2, 1.3] fixed bad assumption about internal array pointer in sfModelGeneratorConfiguration (closes #6423)07.05.2009 15:38:56fabien
18033[1.2, 1.3] added Basque translation for admin generator (fixes #6421, thanks Javier.Eguiluz)07.05.2009 08:50:35FabianLange
18030[1.1, 1.2, 1.3] added more information to the error message when a plugin dependency is not installed07.05.2009 07:21:10fabien
17975[1.1, 1.2, 1.3] fixed sfWebRequest::getFiles() (closes #6389)06.05.2009 09:04:00fabien
17882[1.2] Updating Doctrine to use 1.0.8
02.05.2009 17:38:31Jonathan.Wage
17869[1.2] updated development version number02.05.2009 09:48:38FabianLange
17866[1.2] updated changelog02.05.2009 09:44:44FabianLange
17861[1.0, 1.1, 1.2, 1.3] MCE Texteditor now can align images correctly (closes #5745)01.05.2009 22:52:26FabianLange
17860[1.1, 1.2, 1.3] wrapped fill-in fix for FCK Texteditor in sf_10_compat check (closes #732)01.05.2009 22:33:31FabianLange
17858[1.1, 1.2, 1.3] fixed some codeing standards (fixes #6376 - patch from gimler)01.05.2009 21:22:50FabianLange
17857[1.1, 1.2, 1.3] allows overriding the sfFinder returned by a subclass of sfFinder::type method (fixes #6378)01.05.2009 21:17:20FabianLange
17762[1.2, 1.3] fixed the --csrf-secret option of generate:app (at last)29.04.2009 14:50:05fabien
17749[1.2, 1.3] fixed some PHPDoc (closes #6371 - patch from gimler)29.04.2009 11:54:22fabien
17747[1.2] added the filter dir from sfPropelPlugin fixtures in the repo29.04.2009 11:44:20fabien
17746[1.1, 1.2, 1.3] fixed a warning29.04.2009 11:41:08fabien
17714[1.0, 1.1, 1.2, 1.3] code-cleanup. Being DRY (r17713) helps to eliminate waste28.04.2009 13:57:29FabianLange
17713[1.1, 1.2, 1.3] lets be DRY in sfViewConfigHandler.class.php28.04.2009 13:46:58FabianLange
17711[1.1, 1.2, 1.3] added test that proves that passing a position to stylesheets and javascripts in view.yml is possible (refs #6242)28.04.2009 13:26:45FabianLange
17709[1.2, 1.3] fixed accidental unset of fields included in admin generator with partial or component flag
28.04.2009 12:47:37Kris.Wallsmith
17704[1.2, 1.3] fixed typo28.04.2009 07:40:12fabien
17701[1.2, 1.3] renamed sfPropel functional tests backend application28.04.2009 06:56:14fabien
17700[1.2, 1.3] renamed sfPropel functional tests backend application (WIP)28.04.2009 06:52:47fabien
17699[1.2, 1.3] moved functional tests for the 1.0 admin generator in a specific directory28.04.2009 06:45:59fabien
17692[1.2] updated version constant27.04.2009 19:27:06Kris.Wallsmith
17677[1.2] updated CHANGELOG for version 1.2.627.04.2009 15:11:15fabien
17587[1.1, 1.2, 1.3] fixed rare occassion when a widget schema is paired with a simple validator error rather than a validator error schema
24.04.2009 18:41:19Kris.Wallsmith
17586[1.2, 1.3] fixed removal of form fields in the admin generator when fields are nested into multiple fieldsets
24.04.2009 18:25:44Kris.Wallsmith
17584[1.2, 1.3] disabled recent fixes pending resolution of regression when display param includes fieldset nestings
24.04.2009 16:55:30Kris.Wallsmith
17583[1.2, 1.3] fixed wrong PHPDoc type hinting (reported by nicolas)24.04.2009 15:22:34hartym
17581[1.2, 1.3] fixed r17579: regression when display is set to [ ] (which is default, and equivalent to "all")24.04.2009 13:31:25hartym
17580[1.2, 1.3] typo in coding standards (from r17579)24.04.2009 13:11:18hartym
17579[1.2, 1.3] security fix: removes unused fields in the form to avoid data injection by forging false form fields values.24.04.2009 13:07:01hartym
17519[1.2]: fixed session_write_close is not called in sfDatabaseSessionStorage::shutdown (#6216)
22.04.2009 07:37:46dwhittle
17478[1.1, 1.2, 1.3] fixed sfXCacheCache::clean() (closes #6245)21.04.2009 08:33:47fabien
17477[1.1, 1.2, 1.3] fixed generateCacheKey does not coverts dots to underscorse in user given hostname (closes #6252)21.04.2009 08:30:59fabien
17474[1.1, 1.2, 1.3] fixed sfTask::getSynopsis() returns incorrect description for arrays of arguments (closes #6280)21.04.2009 08:17:09fabien
17473[1.1, 1.2, 1.3] made some small performance optimization on widgets and validators (closes #6311)21.04.2009 07:59:34fabien
17468[1.0, 1.1, 1.2, 1.3] fixed cache manager when the cache partial or component is not from the same module as the same action (closes #6265, #5814)21.04.2009 07:21:38fabien
17467[1.2, 1.3] fixed default parameters management for routes (refs #6309)21.04.2009 06:19:26fabien
17466[1.2, 1.3] fixed default parameters management for routes (refs #6309)21.04.2009 06:17:10fabien
17450[1.2, 1.3] fixed plugin:install task when the plugin has some dependencies20.04.2009 17:37:49fabien
17440[1.2, 1.3] reverted r17338, applied the other patch from #5811 with the compat option20.04.2009 10:55:24fabien
17438[1.2, 1.3] fixed lazy_routes_deserialize still unserializes every route (closes #6309)20.04.2009 10:34:11fabien
17427[1.2 , 1.3] fixed --csrf-secret option handling in generate:app20.04.2009 06:48:42fabien
17426[1.2,1.3] fixed propel 1.3 self referencing table data loading for fixtures (closes #5022)19.04.2009 20:52:15FabianLange
17402[1.2, 1.3] added more tests to sfObjectRouteCollection (refs #5851)
17.04.2009 17:25:28Kris.Wallsmith
17401[1.2, 1.3] added sfObjectRouteCollection tests (refs #5851)
17.04.2009 17:15:25Kris.Wallsmith
17398[1.2, 1.3] fixed possible php error, added unit tests
17.04.2009 16:01:14Kris.Wallsmith
17384[1.2] fixed confirm dialog does not work in ie6 (closes #4152)
17.04.2009 01:11:05dwhittle
17382[1.2]: fixed inconsistency of routes with generate_shortest_url option enabled (closes #6185) + added more routing tests
17.04.2009 00:28:46dwhittle
17372[1.2, 1.3] removed unneeded dependency on sfConfig in sfWebRequest16.04.2009 16:10:59fabien
17357[1.0,1.1,1.2,1.3] doSelectWithI18n no longer accidentally modifies the Criteria passed to it (fixes #6243)16.04.2009 11:46:01FabianLange
17347[1.1, 1.2, 1.3] fixed restoration of response object if an exception is thrown
15.04.2009 23:42:20Kris.Wallsmith
17339[1.1, 1.2, 1.3] re-added the sfXCacheCache::getCacheInfo() method to keep BC15.04.2009 18:43:09fabien
17338[1.2, 1.3] optimized the routing cache again (closes #5811 - patch from rs)15.04.2009 18:29:59fabien
17297[1.2] fixed throw_global_error default value noted in api doc to match the actual default
14.04.2009 15:53:23Kris.Wallsmith
17296[1.2, 1.3] fixed Propel query log doesn't work properly on queries with over 9 bindings (closes #5882)14.04.2009 15:27:30fabien
17253[1.2, 1.3] Fixed testing of null columns in sfTesterDoctrine (handled natively by Propel).
13.04.2009 10:49:51Kris.Wallsmith
17217[1.0, 1.1, 1.2] Added `sf_lazy_cache_key` setting to address possible backward compatibility break. This must be turned on in `settings.yml` to enable the performance optimization of r16905 and r16907.
11.04.2009 14:30:16Kris.Wallsmith
17127[1.2]: added more unit tests for sfCacheSessionStorage
08.04.2009 04:05:27dwhittle
17125[1.2]: removed unused include (for PHP 5.3/PEAR 1.8.0 compat)
08.04.2009 04:04:03dwhittle
17109[1.2, 1.3] removed reliance on default symfony route, all routing calls are by route name (closes #6236)
07.04.2009 18:27:23Kris.Wallsmith
17078[doc] fixed api description of include_http_metas()07.04.2009 11:10:14FabianLange
17068[1.1, 1.2, 1.3] fixed __clone() in all choice widgets (closes #4417)07.04.2009 08:24:53fabien
17066[1.2] updated the UPDATE_TO_1_2 instructions07.04.2009 07:42:46fabien
17064[1.1, 1.2, 1.3] fixed xcache cache class (closes #4115)07.04.2009 05:56:57fabien
17063[1.2, 1.3] fixed generated links (refs #5851)
06.04.2009 22:29:34Kris.Wallsmith
17047[1.0, 1.1, 1.2, 1.3] fixed autoloading configuration cache behaves differently on Windows and Linux (closes #6232)06.04.2009 14:43:02fabien
17045[1.0, 1.1, 1.2, 1.3] added application/x-zip for Firefox 3 in the compat plugin (refs #6191)06.04.2009 14:26:44fabien
17044[1.1, 1.2, 1.3] fixed mime-type map in sfValidatorFile (closes #5808, #6191)06.04.2009 14:23:53fabien
17043[1.2, 1.3] fixed single group in sfWidgetFormSelectCheckbox (closes #6230)06.04.2009 14:13:30fabien
17042[1.2, 1.3] removed files that were needed when Propel and Doctrine were not bundled with Symfony06.04.2009 13:49:05fabien
17041[1.1, 1.2, 1.3] fixed --csrf-secret and --escaping-strategy options of generate:app06.04.2009 13:37:11fabien
17027[1.0, 1.1, 1.2, 1.3] added a test for format_currency (refs #5715)06.04.2009 06:32:33fabien
17023[1.1, 1.2, 1.3] fixed management in sfWebRequest and sfForm (closes #4273, #5075)06.04.2009 06:15:22fabien
16976fixed Propel forms, filters, and admin generator when column names contain uppercase letters (closes #6151, #6187, #5030, #5610, #2855)04.04.2009 12:47:44fabien
16964[1.2, 1.3] sfDoctrinePlugin: fixing sfValidatorDoctrineChoiceMany and reverting change to make it equal to Propel (closes #4511)
03.04.2009 18:19:48Jonathan.Wage
16959[1.2, 1.3] sfDoctrinePlugin: Fixes issue where m2m relationships are all unlinked then readded (closes #6192)
03.04.2009 18:05:11Jonathan.Wage
16953[1.2, 1.3] sfDoctrinePlugin: Fixing case sensitive typo
03.04.2009 16:37:39Jonathan.Wage
16952[1.2, 1.3] sfDoctrinePlugin: Fixes issue with generated accessors not using camel case (closes #6178)
03.04.2009 16:23:09Jonathan.Wage
16949[1.2, 1.3] added a new lazy_routes_deserialize optimization option03.04.2009 15:58:18fabien
16948[1.2, 1.3] replace all getColumnName() occurrences to getName() as getColumnName() is deprecated in Propel 1.303.04.2009 15:52:30fabien
16942[1.0, 1.1, 1.2, 1.3] removed the web debug toolbar when the response status code is in the 3xx range (closes #6153)03.04.2009 14:48:17fabien
16938[1.2, 1.3] fixed internal URI is not reset after a negative match (closes #6228 - patch from rs)03.04.2009 14:19:30fabien
16929[1.2, 1.3] optimized route serialization when using a file cache backend (patch from rs)03.04.2009 08:11:49fabien
16912[1.2, 1.3] fixed bug in the pattern routing optimization02.04.2009 18:21:09fabien
16911[1.2, 1.3] fixed routing slowness for big numbers of routes (closes #6222 - patch from rs)02.04.2009 17:59:43fabien
16905[1.1, 1.2, 1.3] Avoided unnecessary calls to `md5(serialize())` by moving determination of whether a partial is cacheable to before the cache key is generated. BIG optimization when `sf_cache`==true. Will be backported to 1.0. (closes #5814)
02.04.2009 13:37:38Kris.Wallsmith
16899[1.0, 1.1, 1.2, 1.3] optimized windows rename() problem hack (based on a patch from Agavi)02.04.2009 06:47:33fabien
16897[1.0, 1.1, 1.2, 1.3] replaced getmypid() by tempnam() in cache classes to be thread-safe (thanks to David Zulke for the tip, refs #6132)02.04.2009 06:31:16fabien
16847[1.2] removed @error suppression in sfFileCache. Now it should work on all platforms. What a pity that PHP doesnt handle this :-( (closes #6132)01.04.2009 08:19:49FabianLange
16834[1.1, 1.2, 1.3] fixed flag upon unregistering of core autoloader31.03.2009 21:49:50Kris.Wallsmith
16733[1.2, 1.3] fix doubled-code30.03.2009 06:04:08fabien
16711[1.2, 1.3] fixed invalid string length assumption
29.03.2009 13:03:54Kris.Wallsmith
16695[1.2] updated development version number28.03.2009 16:44:44FabianLange
16692[1.2] updated changelog28.03.2009 16:40:07FabianLange
16690[1.2] updated propel external to contain some oracle reverse engineering fixes28.03.2009 16:28:29FabianLange
16656[1.1, 1.2, 1.3] fixed invalid assumption in cache:clear task (closes #6181)
27.03.2009 08:44:15Kris.Wallsmith
16587[1.2] added CA translation for admin generator25.03.2009 12:13:07FabianLange
16555[1.2, 1.3] Removed extra slash from web debug image root
24.03.2009 17:41:32Kris.Wallsmith
16553[1.1, 1.2, 1.3] Added proxies to sfOutputEscaperSafe so safe vars work as expected when accessed from an action (closes #6147)
24.03.2009 16:49:06Kris.Wallsmith
16530[1.2] fixed possible race-condition in sfConfigCache. (fixes #6132)23.03.2009 14:55:43FabianLange
16527reverted r1652223.03.2009 14:24:23noel
16522[1.2] fixed possible race-condition in sfConfigCache. (fixes #6132)23.03.2009 13:22:28FabianLange
16462[1.2, 1.3] sfDoctrinePlugin: Fixing bug with doctrine:build-all-load not passing app option through to other tasks
20.03.2009 07:44:12Jonathan.Wage
16445[1.1, 1.2, 1.3] sfPluginManager now installs dependencies recursively if needed (closes #5998)19.03.2009 18:03:10FabianLange
16440[1.2][1.3] fixed phpdoc19.03.2009 15:18:36hartym
16402[1.2][1.3] fixed admin generator css which has side effect on all "th" DOM elements18.03.2009 15:58:40hartym
16379[1.2, 1.3] Added autoload.yml to sfDoctrinePlugin to exclude the Doctrine library from symfony's autoloaders.
17.03.2009 17:39:48Kris.Wallsmith
16345[1.1, 1.2, 1.3] fixed PHPDoc typos (closes #6076)16.03.2009 16:53:51fabien
16344[1.0, 1.1, 1.2, 1.3] replaced this->level usage by this->getLogLevel (closes #6086)16.03.2009 16:51:28fabien
16343[1.1, 1.2, 1.3] fixed sfCommandManager->parseLongOption() doesn't correctly parse options with '=' in the value (closes #6094)16.03.2009 16:48:40fabien
16274[1.1, 1.2, 1.3] fixed form submissions when posted data exceeds post_max_size (closes #6081 - oh yes, I sometimes really hate you PHP!)12.03.2009 18:17:24fabien
16271[1.1, 1.2] fixed lime path12.03.2009 16:30:07fabien
16260[1.0, 1.1, 1.2, 1.3] fixed ->getLinks() produces error message when result set is empty (closes #5864)12.03.2009 11:48:02fabien
16259[1.1, 1.2, 1.3] added more information to sfWidgetFormDate PHPDoc API12.03.2009 11:42:00fabien
16258[1.2, 1.3] fixed typo in admin gen french translations (closes #5827)12.03.2009 11:27:53fabien
16256[1.2, 1.3] updated prototype and scripaculous libraries to their latest dot releases (closes #5889)12.03.2009 11:24:24fabien
16250[1.1, 1.2, 1.3] fixed typo (closes #5491)12.03.2009 10:06:36fabien
16232[1.2, 1.3] fixed typo in PHPDoc (closes #5821)12.03.2009 08:37:50fabien
16230[1.1, 1.2, 1.3] fixed typo in PHPDoc (closes #6008)12.03.2009 08:30:19fabien
16227[1.1, 1.2, 1.3] fixed typo in PHPDoc (closes #5943)12.03.2009 08:26:39fabien
16178[1.2, 1.3] modified some PHPDoc (closes #5999)11.03.2009 08:54:03fabien
16177[1.1, 1.2, 1.3] fixed sfYaml::dump dumps doesn't quote strings containing # (closes #6050)11.03.2009 08:32:48fabien
16176[1.2, 1.3] fixed typo (closes #6059)11.03.2009 08:27:14fabien
16172[1.2, 1.3] fixed cannot check all checkbox in Admin generator (IE) (closes #6006)11.03.2009 08:14:07fabien
16171[1.1, 1.2, 1.3] fixed command.filter_options doesn't filter anything (closes #6038)11.03.2009 08:04:47fabien
16170[1.0, 1.1, 1.2, 1.3] fixed typo (closes #6014)11.03.2009 08:02:42fabien
16169[1.2, 1.3] fixed Web debug bar, css style is not inline under windows (closes #6035)11.03.2009 07:56:12fabien
16168[1.2, 1.3] update admin gen es translation (closes #6046)11.03.2009 07:48:41fabien
16167[1.1, 1.2, 1.3] added some tests to sfYAML (closes #6050)11.03.2009 07:44:50fabien
16166[1.1, 1.2, 1.3] fixed sfYaml::load wrong parsing with \r\n (closes #6053)11.03.2009 07:32:05fabien
16165[1.0, 1.1, 1.2, 1.3] added some missing PHPDoc (closes #6054)11.03.2009 07:16:24fabien
16164[1.2, 1.3] fixed typo (closes #6059)11.03.2009 07:13:38fabien
16106[1.2, 1.3] strengthened web debug styles
08.03.2009 20:56:48Kris.Wallsmith
16087[1.2, 1.3] fixed issue when doctrine tasks are run before any applications are created
07.03.2009 22:08:50Kris.Wallsmith
16033[1.2, 1.3] Fixes issue with new Doctrine_Query being used inside widget (closes #5996)
05.03.2009 16:13:49Jonathan.Wage
16007[1.2, 1.3] ported r15242 to propel plugin
04.03.2009 23:23:33Kris.Wallsmith
15962[1.1][1.2][1.3] code conventions: useless comment removed, trailing spaces03.03.2009 16:02:15hartym
15942[1.2, 1.3] removed generated files and added svn:ignore properties to sfDoctrinePlugin test suite
03.03.2009 00:34:52Kris.Wallsmith
15941[1.2, 1.3] fixed invalid test
03.03.2009 00:05:53Kris.Wallsmith
15940[1.2, 1.3] fixed double-absolutizing of absolute urls generated by routes
02.03.2009 23:54:06Kris.Wallsmith
15892[1.2][1.3] iterator interface of sfForm does not take fields in right order. closes #555101.03.2009 15:41:49hartym
15865[1.2, 1.3] Fixes issue with loading data fixtures from plugins that use setPluginPath()
28.02.2009 03:34:26Jonathan.Wage
15861[1.1, 1.2, 1.3] fixed merging of form helps
27.02.2009 22:11:30Kris.Wallsmith
15853[1.2, 1.3] Changing internal queries to use Doctrine_Table::createQuery() (closes #5944)
27.02.2009 17:46:35Jonathan.Wage
15850[1.2, 1.3] fixed sfRouteObject signature27.02.2009 16:48:19fabien
15833[1.2, 1.3] Fixes issue where doctrine generated forms use Select instead of Choice like propel does (closes #5896)
26.02.2009 20:55:41Jonathan.Wage
15831[1.2, 1.3] Fixes issue with using Doctrine field names and generated forms/filters (closes #5863)
26.02.2009 20:42:54Jonathan.Wage
15828[1.2, 1.3] Fixes issue with I18n accessors and columns with underscores (closes #5888)
26.02.2009 20:14:18Jonathan.Wage
15824[1.2, 1.3] Fix to Doctrine form generator and min/max validators and regex validators (closes #5900)
26.02.2009 19:29:12Jonathan.Wage
15823[1.2, 1.3] Fixes issue with tasks that use the drop db task not stopping with confirmation is false (closes #5903)
26.02.2009 19:16:05Jonathan.Wage
15812[1.2, 1.3] moved setting of flash notice after model transaction
26.02.2009 14:08:17Kris.Wallsmith
15809[1.1, 1.2, 1.3] fixed sfForm::mergeForm() ignores reordered widgets (closes #5951)
26.02.2009 13:54:50Kris.Wallsmith
15807[1.2, 1.3] fixed sfFormField::renderHelp doesn't use formatter (closes #5931)26.02.2009 10:45:51fabien
15805[1.1, 1.2, 1.3] fixed register_globals cannot be set at runtime (closes #5922)26.02.2009 10:05:08fabien
15803[1.0, 1.1, 1.2, 1.3] fixed typo + make sure fixtures are ordered (closes #5939)26.02.2009 09:48:55fabien
15802[1.2, 1.3] fixed typo (closes #5946)26.02.2009 09:40:27fabien
15801[1.2, 1.3] fixed sfBaseTask::getFirstApplication should ignore version control (closes #5956)26.02.2009 09:38:32fabien
15799[1.2, 1.3] fixed admin.delete_object event is not despatched on batch delete (closes #5960)26.02.2009 09:36:37fabien
15797[1.1, 1.2, 1.3] fixed notice in sfTestBrowser (closes #5964)26.02.2009 09:28:12fabien
15796[1.1, 1.2, 1.3] fixed doc for plugin:install task (closes #5966)26.02.2009 09:22:31fabien
15768[1.2][1.3] 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.25.02.2009 08:00:32hartym
15767[1.2][1.3] fix #5953: sfWebDebugToolbar do not use anymore the generic «menu» classname, but sf_web_debug_menu instead, to avoid side effects with integrators work.25.02.2009 07:54:29hartym
15765[1.0, 1.1, 1.2, 1.3] fixed propel:schema-to-yml composite foreign-Keys wrongly converted (closes #5483)25.02.2009 06:46:51fabien
15743[1.1, 1.2, 1.3] fixed typo24.02.2009 08:32:16fabien
15727[1.2, 1.3] enhanced an error message (closes #5898)23.02.2009 16:19:10fabien
15726[1.1, 1.2, 1.3] fixed sf_culture being set automatically when testing, but not when using the site (closes #5852)23.02.2009 15:56:12fabien
15720[1.1, 1.2, 1.3] fixed sfForm problem when file upload widgets are embedded (closes #5252)23.02.2009 14:39:16fabien
15653[1.2, 1.3] fixed passing of `flag` config to sfModelGeneratorConfigurationField (closes #5934)
20.02.2009 14:19:27Kris.Wallsmith
15647[1.1][1.2][1.3] Added missing documentation for sfValidatorFile option «validated_file_class»20.02.2009 10:37:24hartym
15627[1.1, 1.2, 1.3] fixed sfValidatorPropelChoice(Many) overrides some Criteria (closes #5924)
19.02.2009 13:35:10Kris.Wallsmith
15623[1.2, 1.3] fixed single quote problem in generated classes in the admin generator19.02.2009 10:29:34fabien
15622[1.2, 1.3] fixed single quote problem in generated classes in the admin generator19.02.2009 10:27:58fabien
15619[1.2, 1.3] fixed quote problem in admin generator (closes #5920)19.02.2009 10:12:20fabien
15553[1.2] fixed session_write_close is not called form sfSessionStorage
17.02.2009 11:04:14dwhittle
15545[1.2] fixed coding standard
16.02.2009 21:47:19dwhittle
15544[1.2] fixed doctrine support in sfDatabaseSessionStorage (closes #5813)
16.02.2009 21:46:00dwhittle
15511[1.1, 1.2, 1.3] fixed sfFileCache::clean() method (closes #5894)16.02.2009 08:31:53fabien
15510[1.2, 1.3] enhanced check_configuration.php messages (closes #5873)16.02.2009 08:27:45fabien
15488[1.2 sfDoctrinePlugin] ::getModelName() should not be static (cf r15484 and r15481)13.02.2009 16:10:27hartym
15485[1.1, 1.2, 1.3] fixed typo13.02.2009 13:42:55fabien
15484[1.1, 1.2, 1.3] reverted r15481 as PHP cannot have static abstract methods (refs #5860)13.02.2009 13:13:51fabien
15482[1.2, 1.3] fixed check_configuration.php outputs gramatically illogical warnings (closes #5873)13.02.2009 12:18:56fabien
15481[1.1, 1.2, 1.3] fixed converted some form generated methods to static (closes #5860)13.02.2009 11:44:05fabien
15480[1.1, 1.2, 1.3] fixed sfLogger priority numbers in logs from application.log event (closes #5883)13.02.2009 11:26:52fabien
15470[1.2] cleaned formatting of generated route collections12.02.2009 21:27:18Kris.Wallsmith
15442[1.2] Updating Doctrine externals to 1.0.7 version.
11.02.2009 21:26:30Jonathan.Wage
15414[1.2] fixed pear check in plugin unit tests
11.02.2009 03:21:43dwhittle
15410[1.2] fixed potential fatal in task test
11.02.2009 02:57:28dwhittle
15395[1.2, 1.3] fixed persistence of flash error message
10.02.2009 14:33:16Kris.Wallsmith
15394[1.2, 1.3] updated propel external
10.02.2009 14:06:41Kris.Wallsmith
15393[1.1, 1.2, 1.3] fixed form serialization when PDO is used as a session handler (closes #5267)10.02.2009 12:58:49fabien
15374[1.2] updated admin batch csrf token to generate at runtime (closes #5774, thanks jeremy & ansata)09.02.2009 19:51:35Kris.Wallsmith
15329[1.2, 1.3] [sfDoctinePlugin] fixed passing of options to some nested tasks
07.02.2009 10:57:37Kris.Wallsmith
15283[1.1, 1.2, 1.3] fixed phpdoc05.02.2009 15:19:29fabien
15271[1.2] updated development version number04.02.2009 18:04:54FabianLange
15264updated changelog04.02.2009 17:52:08FabianLange
15261[1.2] need to unlink cache file if existing04.02.2009 17:51:00FabianLange
15257[1.2] fixed issue with cache file corruption due to heavy load. fixes #572904.02.2009 17:33:18FabianLange
15255updated changelog04.02.2009 17:30:21FabianLange
15247[1.2] fixed wrong test in sfWebDebug. fixed #579004.02.2009 16:18:12FabianLange
15243[1.2, 1.3] 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)
03.02.2009 22:45:03Jonathan.Wage
15242[1.2, 1.3] Fixes php notice being thrown in obscure cases in sfFormDoctrine (closes #5773)
03.02.2009 22:07:02Jonathan.Wage
15241[1.2, 1.3] Fixes issue with generated filter forms using wrong widget (closes #5784)
03.02.2009 22:02:20Jonathan.Wage
15240[1.2, 1.3] Fixes regression with admin generators (closes #5785)
03.02.2009 21:55:53Jonathan.Wage
15230[1.2] fixing propel external to specific revision to avoid problems with propel introducing regressions. fixes #576803.02.2009 16:04:11FabianLange
15223[1.0, 1.1, 1.2, 1.3] escaped variables in exceptions in the development environment (closes #5743)03.02.2009 12:02:45fabien
15219[1.2, 1.3] Fixing issue with composite primary key models and crud/generators (closes #5695)
02.02.2009 22:05:07Jonathan.Wage
15218[1.2, 1.3] Fixes issue with sfDoctrineRecord::__call() (closes #5685)
02.02.2009 21:20:19Jonathan.Wage
15170[1.2] fixing doctrine to 1.0.6 for symfony 1.231.01.2009 22:12:54FabianLange
15166[1.2] updated dev version number31.01.2009 22:07:23FabianLange
15160[1.2] corrected test count31.01.2009 22:03:07FabianLange
15159[1.2] updated CHANGELOG for symfony 1.2.331.01.2009 22:01:38FabianLange
15158[1.2] deleting 2 doctrine test cases from 1.2 because they are blocking the release procedure. The tests itself pass, and are in 1.3 as well. As soon as the bug is fixed we will backport the test to ensure functionality.31.01.2009 21:50:15FabianLange
15156[1.2] fixed project:enable task to clear only cache of the given application and environment. fixes #575031.01.2009 21:44:54FabianLange
15152[1.2] 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.01.2009 21:20:30FabianLange
15138[1.2] added some testcoverage to check bc of my 1.3 i18n changes.31.01.2009 19:50:37FabianLange
15134[1.2, 1.3] added generation of key_method option when FK references a non-PK in propel form, filter generators (closes #5370)
31.01.2009 19:30:35Kris.Wallsmith
15122[1.2, 1.3] removed test cleanup now being handled in unit bootstrap
30.01.2009 23:39:23Kris.Wallsmith
15121[1.2, 1.3] escaped output of propel queries in web debug toolbar30.01.2009 21:58:33Kris.Wallsmith
15114[1.1, 1.2, 1.3] removed priority unssetting in log event handling (closes #5732)30.01.2009 17:41:21fabien
15112[1.2] added missing phpdoc30.01.2009 17:34:34fabien
15101[1.2] added basic test coverage of select_timezone_tag to ensure compatibility with my 1.3 changes30.01.2009 08:39:01FabianLange
15033[1.2] fixed typo. fixes #536128.01.2009 22:40:25FabianLange
14983[1.2, 1.3] Fixes issue where generate:admin --module option is ignored (closes #5572)
27.01.2009 00:25:05Jonathan.Wage
14982[1.2, 1.3] Fixed key_method and table_method options for sfWidgetFormDoctrineChoice (closes #5674)
27.01.2009 00:19:35Jonathan.Wage
14979[1.2, 1.3] Fixes issue where table_method is called after the filters are applied (closes #5586)
26.01.2009 23:43:49Jonathan.Wage
14978[1.2, 1.3] Adding sfDoctrinePluginConfiguration class to sfDoctrinePlugin (closes #5633)
26.01.2009 23:18:58Jonathan.Wage
14977[1.2, 1.3] Fixes issue with copies of listeners registering during functional tests (closes #5631)
26.01.2009 23:11:38Jonathan.Wage
14976[1.2, 1.3] Fixing issue with routing throwing exceptions when param is not a property or function on model (closes #5659)
26.01.2009 23:03:29Jonathan.Wage
14971[1.2] fixed help message of propel task26.01.2009 21:39:03FabianLange
14964[1.2] fixed pre_replace issue with username/pw starting with number in sfConfigureDatabaseTask. fixes #568726.01.2009 12:43:21FabianLange
14927[1.1, 1.2, 1.3] fixed batch select of checkbox doesn't work on IE 6,7 (closes #5177)23.01.2009 07:02:09fabien
14926[1.2, 1.3] added missing getStylesheets/getJavaScripts calls in admin generator filters (closes #5689)23.01.2009 06:30:35fabien
14902[1.2] fixed typo in sfConfigureDatabaseTask. closes #566220.01.2009 15:01:08FabianLange
148911.2: fixed admin generator delete action, confirm translation not work (closes #5650)
20.01.2009 06:47:03dwhittle
14872[1.1, 1.2, 1.3] fixed typo (closes #5601)19.01.2009 08:32:06fabien
14869[1.1, 1.2, 1.3] fixed MySQLi does not support persistent Connection (closes #5630)19.01.2009 08:19:07fabien
14852[1.1, 1.2, 1.3] fixed sfForm::offsetUnset doesn't properly unset private members (closes #5621)17.01.2009 23:27:45Kris.Wallsmith
14834sfDoctrinePlugin: fixed typo
17.01.2009 10:00:29dwhittle
14832sfDoctrinePlugin: fixed strict notice (closes #5638)
17.01.2009 09:34:42dwhittle
148301.2: fixed notice in sfPearRestPlugin (closes #5641)
17.01.2009 09:31:34dwhittle
14816[1.2, 1.3] Fixes bug where 404 is not thrown when no records are found
16.01.2009 19:57:57Jonathan.Wage
14815[1.2, 1.3] Fixes issue with wrong option being passed to insert sql task
16.01.2009 19:03:17Jonathan.Wage
14793[1.2, 1.3] Fixes regression with sfDoctrinePager and the use of setQuery()
15.01.2009 23:15:41Jonathan.Wage
14784[1.2, 1.3] Fixes renderFormTag() to allow custom method (closes #5616)
15.01.2009 20:50:35Jonathan.Wage
14783[1.2, 1.3] Fixes _list_td_tabular.php using wrong classname (closes #5615)
15.01.2009 20:46:50Jonathan.Wage
14782[1.2, 1.3] Adding coverage for unique columns (addresses #5602)
15.01.2009 20:38:19Jonathan.Wage
14779[1.2] Fixes regression in sfDoctrinePager and adds additional coverage to tests (closes #5584)
15.01.2009 19:27:08Jonathan.Wage
14730[1.1, 1.2, 1.3] fixed discrepancy in function signature (closes #5505)15.01.2009 01:11:07Kris.Wallsmith
14728[1.1, 1.2, 1.3] fixed foreign keys are assumed with column name "ID" in auto generation of forms (closes #5370)14.01.2009 23:34:36Kris.Wallsmith
14689[1.2, 1.3] fixed simple autoload unregister not changing registered flag13.01.2009 16:33:49Kris.Wallsmith
14687[1.2, 1.3] fixed accidental commit
13.01.2009 15:41:31Kris.Wallsmith
14565[1.2] fixed changelog markdown08.01.2009 21:32:43FabianLange
14554[1.2] updated symfony version for branch08.01.2009 20:42:17FabianLange
14553[1.2] updated changelog for 1.2.208.01.2009 20:41:47FabianLange
14550[1.2] sfDoctrinePlugin: fixes error when uploading files for embedded forms (closes #5485)
08.01.2009 19:21:52Jonathan.Wage
14523[1.2] publish-assets now canonicalizes pathes before creating the links, thus allowing "\.." and "\.". fixes #548807.01.2009 10:33:54FabianLange
14518[1.2] added cast of `generate:app` escaping strategy to boolean (refs #5500)06.01.2009 22:36:41Kris.Wallsmith
14517[1.2] fixed typo06.01.2009 21:35:25FabianLange
14516[1.2] fixed multiple selector chaining in sfDomCssSelector.class. fixed #532106.01.2009 20:07:40FabianLange
14515[1.2] silenced possible warning (@ pattern is already used in this file). fixed #545406.01.2009 19:57:44FabianLange
14512[1.2] admin generator resets default filter values correctly. fixed #550806.01.2009 19:46:01FabianLange
14511[1.2] fixed generate:app and escaping-strategy (closes #5500)06.01.2009 19:43:26Kris.Wallsmith
14510[1.2] fixed lingering uppercase method attribute (refs #5242)06.01.2009 19:42:28Kris.Wallsmith
14509[1.2] fixed the way propel handles batch deletions to notify deletion behaviours. fixed #549906.01.2009 19:42:03FabianLange
14507[1.2] fixed uppercase POST/GET are not XHTML valid (closes #5242)06.01.2009 19:12:41Kris.Wallsmith
14501[1.2] sfDoctrinePlugin: fixes sfDoctrineRoute to return object instead of null (closes #5540)
06.01.2009 18:44:35Jonathan.Wage
14500[1.2] sfDoctrinePlugin: fixes issue where filter functions for fields are not camelized (closes #5468)
06.01.2009 18:21:10Jonathan.Wage
14499[1.2] Fixes form filters to perform a stricter check (closes #5548)
06.01.2009 18:15:39Jonathan.Wage
14498[1.2] sfDoctrinePlugin: adding coverage for ticket (addresses #5269)
06.01.2009 18:06:16Jonathan.Wage
14497[1.2] fixed typo (closes #5543)06.01.2009 17:30:36fabien
14486[1.2] fixed sfTesterUser inability to test attribute for namespaces (closes #5256)06.01.2009 10:44:41fabien
14485[1.2] fixed form and view_cache tester are not overridable (closes #5463)06.01.2009 10:34:49fabien
14484[1.1] fixed unfinished ob_start in sfValidatorFile (closes #5293)06.01.2009 10:26:22fabien
14480[1.2] updated bg translations of the admin generator06.01.2009 07:31:39fabien
14472[1.2] sfDoctrinePlugin: fixes issue where i18n doesn't fall back to default culture (fixes #5458)
05.01.2009 19:31:14Jonathan.Wage
14470[1.2] corrected fix for resetting filters. fixes #511705.01.2009 18:06:13FabianLange
14466[1.2] sfDoctrinePlugin: fixes issue with sfDoctrineFormFilter::processValues (closes #5468)
05.01.2009 16:31:48Jonathan.Wage
144211.2: updated sfProjectFreezeTask help text to be more verbose
02.01.2009 03:48:52Carl.Vondrick