Changeset 4325

Show
Ignore:
Timestamp:
04/30/08 21:41:40 (14 months ago)
Author:
jwage
Message:

Updating changelog for 0.11.0-RC2

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/0.11/CHANGELOG

    r4323 r4325  
     10.11.0-RC2 
     2---------- 
     3    * [r4282] Updating package.xml for 0.11 
     4    * [r4283] fixes #974 
     5    * [r4284] Updated documentation. 
     6    * [r4285] Fixed error messagge in _getImportedObject() to be accurate and more complete. 
     7    * [r4286] Fixed delete() so it returns true as it did before. 
     8    * [r4287] Stricter condition 
     9    * [r4288] Added as testcase for #894. No success in reproducing the issue so far. 
     10    * [r4289] Fixed issue with column aggregation keyField 
     11    * [r4290] Fixing notice in Tree.php using subclasses option when it is not present. 
     12    * [r4291] added coverage for ticket #950 
     13    * [r4292] Fixed test so it fails 
     14    * [r4293] Fixed a bug in the new application-level cascading deletes. 
     15    * [r4294] Changed the deletion to simply ignore transient objects in general. This is a much better behavior (in fact this is how it used to be in the past). 
     16    * [r4296] Fixed #982. 
     17    * [r4297] Fixing test case and bug with Doctrine::initializeModels() 
     18    * [r4298] fixes #992 
     19    * [r4299] fixes #634 
     20    * [r4300] Cleanup 
     21    * [r4301] Removing deprecated alias methods. 
     22    * [r4302] Covered for ticket #987 
     23    * [r4303] fixes #987 
     24    * [r4304] Fixed type. 
     25    * [r4305] each record's errorstack is now initialized lazily to save some memory. 
     26    * [r4306] Documentation cleanup 
     27    * [r4307] Removing log component. Not needed for 1.0. Will reimplement for 2.0 
     28    * [r4308] Fix to allow aliases in schema files. 
     29    * [r4309] Fixed test to fail properly. 
     30    * [r4310] fixes #986 
     31    * [r4311] fixes #1001 
     32    * [r4312] fixes #1001 again 
     33    * [r4313] fixes #889 
     34    * [r4314] fixes #991 
     35    * [r4315] Updating documentation for modifiedFields() 
     36    * [r4316] fixed issue with order in which actAs() tries to find the template for the behavior causing all registered autoloaders to be called every single time. 
     37    * [r4317] Added attribute for singularizing when importing from existing databases. On by default but can be turned off at the manager or connection level. 
     38    * [r4318] fixes #994 
     39    * [r4319] Fixed #963. Since it is impossible for Doctrine to determine where the foreign key resides we added a new option that can be used in such scenarios to help Doctrine: owningSide => true. Please refer to the ticket testcase and the introduction of chapter 4, Relations, for the usage. 
     40    * [r4320] Removed getSize() 
     41    * [r4321] fixes #983 
     42    * [r4322] fixes #1002 
     43    * [r4323] Updating changelog to be current and accurate. 
     44 
    1450.11.0-RC1 
    246---------- 
  • tags/0.11.0-RC2/CHANGELOG

    r4323 r4325  
     10.11.0-RC2 
     2---------- 
     3    * [r4282] Updating package.xml for 0.11 
     4    * [r4283] fixes #974 
     5    * [r4284] Updated documentation. 
     6    * [r4285] Fixed error messagge in _getImportedObject() to be accurate and more complete. 
     7    * [r4286] Fixed delete() so it returns true as it did before. 
     8    * [r4287] Stricter condition 
     9    * [r4288] Added as testcase for #894. No success in reproducing the issue so far. 
     10    * [r4289] Fixed issue with column aggregation keyField 
     11    * [r4290] Fixing notice in Tree.php using subclasses option when it is not present. 
     12    * [r4291] added coverage for ticket #950 
     13    * [r4292] Fixed test so it fails 
     14    * [r4293] Fixed a bug in the new application-level cascading deletes. 
     15    * [r4294] Changed the deletion to simply ignore transient objects in general. This is a much better behavior (in fact this is how it used to be in the past). 
     16    * [r4296] Fixed #982. 
     17    * [r4297] Fixing test case and bug with Doctrine::initializeModels() 
     18    * [r4298] fixes #992 
     19    * [r4299] fixes #634 
     20    * [r4300] Cleanup 
     21    * [r4301] Removing deprecated alias methods. 
     22    * [r4302] Covered for ticket #987 
     23    * [r4303] fixes #987 
     24    * [r4304] Fixed type. 
     25    * [r4305] each record's errorstack is now initialized lazily to save some memory. 
     26    * [r4306] Documentation cleanup 
     27    * [r4307] Removing log component. Not needed for 1.0. Will reimplement for 2.0 
     28    * [r4308] Fix to allow aliases in schema files. 
     29    * [r4309] Fixed test to fail properly. 
     30    * [r4310] fixes #986 
     31    * [r4311] fixes #1001 
     32    * [r4312] fixes #1001 again 
     33    * [r4313] fixes #889 
     34    * [r4314] fixes #991 
     35    * [r4315] Updating documentation for modifiedFields() 
     36    * [r4316] fixed issue with order in which actAs() tries to find the template for the behavior causing all registered autoloaders to be called every single time. 
     37    * [r4317] Added attribute for singularizing when importing from existing databases. On by default but can be turned off at the manager or connection level. 
     38    * [r4318] fixes #994 
     39    * [r4319] Fixed #963. Since it is impossible for Doctrine to determine where the foreign key resides we added a new option that can be used in such scenarios to help Doctrine: owningSide => true. Please refer to the ticket testcase and the introduction of chapter 4, Relations, for the usage. 
     40    * [r4320] Removed getSize() 
     41    * [r4321] fixes #983 
     42    * [r4322] fixes #1002 
     43    * [r4323] Updating changelog to be current and accurate. 
     44 
    1450.11.0-RC1 
    246----------