Changeset 4458 for tags/0.11.0-RC3

Show
Ignore:
Timestamp:
05/31/08 02:59:17 (7 months ago)
Author:
jwage
Message:

Updating changelogs for 0.11.0-RC3

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tags/0.11.0-RC3/CHANGELOG

    r4325 r4458  
     10.11.0-RC3 
     2---------- 
     3    * [r4325] Updating changelog for 0.11.0-RC2 
     4    * [r4330] Fixing pgsql md5 expression 
     5    * [r4331] Removing unused methods getComponentAlias() and setComponentAlias(). Feature is nice but not implemented fully and will be done for 2.0 
     6    * [r4332] Consolidated Doctrine_Manager::getInstance()->getTable() and Doctrine_Manager::table() methods in to one method. Doctrine::getTable() for 1.0 is the authoritative method. 
     7    * [r4333] Added option for generating accessors. 
     8    * [r4334] Fixed #1015. The dql parser is currently case-sensitive. you need to use WITH in the join. 
     9    * [r4335] Adding trim calls. 
     10    * [r4336] Object hydration now properly initializes collections. 
     11    * [r4337] Added a type hint. 
     12    * [r4340] converted all unix newlines to PHP_EOL (was already being used in some places, caused inconsistent newline SVN errors for windows users) 
     13    * [r4341] Fixed #540. 
     14    * [r4343] Fixed #1023. Thanks for ticket & patch. 
     15    * [r4345] added exception handling to PDO init in connect() to avoid uncaught PDOException/convert to Doctrine_Exception 
     16    * [r4346] Fixing issue where custom setter for data fixtures is only called for relations and not fields too. Changed to call custom setter if it is defined on the fixture Doctrine_Record. 
     17    * [r4347] fixes #936 - Fixes issue with nested behaviors 
     18    * [r4348] fixes #917 - Fixes hydration issue 
     19    * [r4349] Added coverage for ticket #832 
     20    * [r4350] Added coverage for r1022 
     21    * [r4351] fixes #1009 - Adding limit(1) to query in Doctrine_Table::find() 
     22    * [r4352] fixes #1011 
     23    * [r4353] fixes #980 
     24    * [r4354] Fixes. 
     25    * [r4355] Cleanup. 
     26    * [r4356] fixes #997 
     27    * [r4357] Tabs to spaces and trimmed trailing whitespace. 
     28    * [r4358] Fixed issue with exportClassesSql() being called on wrong connection. 
     29    * [r4359] Reverted patch for #917. Need more information. 
     30    * [r4360] fixes #1024 
     31    * [r4361] fix for http://trac.symfony-project.com/ticket/2670 
     32    * [r4362] Adjustments to Oracle limit/offset emulation to make it look exactly like in Zend_Db. 
     33    * [r4363] fixing issue when username or password were null - resulting in them being turned into an empty string 
     34    * [r4366] Fixed #917. 
     35    * [r4367] fixes #1042 
     36    * [r4368] fixes #1030 
     37    * [r4369] Fixing comment indention. 
     38    * [r4370] fixes #1036 
     39    * [r4371] fixes #1048 
     40    * [r4372] Fixed #1039. bruno.p.reis: please take a look at the changeset and verify that the generated SQL is correct. We can't test against a real oracle db yet. 
     41    * [r4373] Formatting. 
     42    * [r4377] fixes #977 
     43    * [r4378] fixes #1047 
     44    * [r4379] fixes #1051 
     45    * [r4381] fixes #1026 
     46    * [r4382] fixes #1013 
     47    * [r4383] fixes #1044 
     48    * [r4384] fixes #1050 
     49    * [r4385] Documentation for nested behaviors. 
     50    * [r4386] fixes #1058 
     51    * [r4387] fixes #1028 
     52    * [r4388] Fix to spacing. 
     53    * [r4389] fixes #1057 
     54    * [r4390] fixes #1010 
     55    * [r4391] fixes #930 
     56    * [r4393] fixes #1060 
     57    * [r4394] fixes #1059 
     58    * [r4395] Fixes issue with multiple behaviors 
     59    * [r4396] Reverted patch for #930. Added test case into suite. Passes. Fixed #930. 
     60    * [r4398] Enhancements in Doctrine_Pager. Added three methods: getFirstIndice, getLastIndice and getRange. Updated documentation to explain these new methods. 
     61    * [r4399] typo 
     62    * [r4400] typo 
     63    * [r4401] branches/0.11: changed Doctrine_Collection->getKeyColumn() to return the correct var (fixes #1076) 
     64    * [r4404] - implement support for callbacks/listeners on DQL select, update and delete statements - update the SoftDelete template to use this new feature refs #1055 
     65    * [r4405] - temporarily revert r4403, some tests required messing with preQuery() (refs #1055) 
     66    * [r4406] fixes #1069 
     67    * [r4407] Added support for comments on fields for mysql. 
     68    * [r4408] started refactoring Doctrine_Query::load() 
     69    * [r4409] fixes #1071 
     70    * [r4410] fixes #1064 
     71    * [r4411] fixes #1065 
     72    * [r4412] fixes #1054 
     73    * [r4413] A little addition to schema files. 
     74    * [r4414] - typo fix 
     75    * [r4415] Fixed #930. 
     76    * [r4432] - WS fixes ahead of commiting ticket #1055 
     77    * [r4433] - add support for calling pre/postDQL*() methods via preQuery()/postQuery (fixes #1055) 
     78    * [r4438] Adding docs about using free() to free resources 
     79    * [r4439] Cleanup, standards, documentation, etc. 
     80    * [r4440] Adding documentation for DQL hook methods. 
     81    * [r4441] Cleanup. 
     82    * [r4442] Docs 
     83    * [r4443] Cleanup. 
     84    * [r4446] filtering out invalid models. 
     85    * [r4448] - parameter params is an array for execute() 
     86    * [r4449] - fixed the way the placeholder parameters are set in find() (#1083) 
     87    * [r4450] - do not allow null's in the deleted column by default (#1083) 
     88 
    1890.11.0-RC2 
    290----------