Changeset 4669

Show
Ignore:
Timestamp:
07/12/08 23:35:07 (5 months ago)
Author:
jwage
Message:

Updating changelog for 0.11.1

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.0/CHANGELOG

    r4553 r4669  
     10.11.1 
     2------ 
     3     * [r4553] Releasing 0.11.0 
     4     * [r4554] Documentation and removing functions which were added but never used anywhere. 
     5     * [r4555] Documentation. 
     6     * [r4556] Enhanced code to clean column definitions properly when importing records from another source. 
     7     * [r4557] fixes #625 - Implementing generating relationships from existing databases for MySQL. 
     8     * [r4558] Adding failing query for 0.11.0 regression in JoinCondition.php 
     9     * [r4559] Fixing Doctrine_Connection::connection() so that blank passwords get passed to PDO as an emptry string. Some dbms drivers error when the passed password is of php type null. 
     10     * [r4560] Fix for ( XXX ) in joins. Issue reported when using IN ( SUBSELECT ), but issue cound be reachable using SQL: and enum too. 
     11     * [r4561] adding coverage for #1170 
     12     * [r4562] Added documentation for #1170 
     13     * [r4563] Removing setAttribute('use_dql_callbacks', true) from contructor as it is useless here. It is required that dql callbacks be manually enabled in order to use SoftDelete or the dql 
     14          callbacks. 
     15     * [r4564] Fixed mistake. 
     16     * [r4565] Fixed typos in listing .407 
     17     * [r4566] created new test case 
     18          Ticket: 1175 
     19     * [r4567] Get rid of some forgotten echos 
     20          Ticket: 1175 
     21     * [r4568] Test case clean up a bit more, no PHP_NOTICE thrown. 
     22          Ticket: 1175 
     23     * [r4569] fixes #1176 
     24     * [r4570] make this really fail. 
     25          Ticket: 1175 
     26     * [r4571] fixes #1163 
     27     * [r4572] fixes #1175 
     28     * [r4573] Fixed Doctrine_Record::preDql*() hooks to accept an event just the same as all the other listeners do. This was simply an oversight/mistake in consistancy of the event listener api. 
     29     * [r4574] Fixing test case. 
     30     * [r4575] fixed broken test 
     31     * [r4576] Fixes setSubClasses() to include children from all levels. 
     32     * [r4577] Moving Working with Objects to an earlier chapter. 
     33     * [r4578] fixes #1179 
     34     * [r4579] Fixing coding standards. 
     35     * [r4580] fixes #1078 fixes #1117 
     36     * [r4581] Fixing invalid test case. 
     37     * [r4582] fixes #1177 
     38     * [r4583] Added coverage for #952 
     39     * [r4584] Updating #950 coverage. 
     40     * [r4585] Making test fail. 
     41     * [r4586] fixes #950 
     42     * [r4587] fixes #1040 
     43     * [r4588] worked on it half way 
     44     * [r4589] fixes #1180 
     45     * [r4590] Fixing generation of setUp() to be cleaner, changed to not generate when it has no contents, and calling parent::setUp() only when necessary. 
     46     * [r4591] Fixing spacing of generated code. 
     47     * [r4592] Allowing use of foreignClass in schema files. 
     48     * [r4593] Fixing issue where parent::setUp() is called for class_table inheritance 
     49     * [r4594] Added coverage for 1123 and fixed error in test case model and test. 
     50     * [r4595] fixes #1124 
     51     * [r4596] fixes #1149 
     52     * [r4597] fixes #1136 
     53     * [r4598] fixes #1142 
     54     * [r4599] fixes #1086 
     55     * [r4600] fixes #1138 
     56     * [r4601] fixes #1145 
     57     * [r4602] Updating options for Timestampable 
     58     * [r4603] Fixing so it is more readable. 
     59     * [r4604] eol correction for model generation with templates and children 
     60     * [r4605] Fixed incorrect usage 
     61     * [r4610] Reverting a change which combined fromArray() and synchronizeWithArray() 
     62     * [r4611] fixes #1182 
     63     * [r4612] fixes #1194 
     64     * [r4613] Adding code formatting to migrations the same way it is in the record builder. 
     65     * [r4614] fixes #1151 
     66     * [r4615] fixes #1184 
     67     * [r4616] fixes #1189 
     68     * [r4617] fixes #1185 
     69     * [r4619] - copied to start the german translation 
     70     * [r4620] - german index copied 
     71     * [r4621] - the (wannabe) german cookbook 
     72     * [r4622] - german version copied 
     73     * [r4623] Fixed any type which had doctrine spelled as doctine. 
     74          Fixed ticket #1201 
     75     * [r4624] Fixing uncaught exception 
     76     * [r4625] * Added Test for Ticket #1205 
     77     * [r4626] * Added Test for Ticket #1205 
     78     * [r4627] Changed how testing for functionality. 
     79     * [r4629] Adding test coverage for #1215 
     80     * [r4630] Adding test coverage for #1206 
     81     * [r4631] fixes #1206 
     82     * [r4632] fixes #1024 
     83     * [r4633] Adding coverage for #1192 
     84     * [r4634] fixes #1192 
     85     * [r4635] Adding coverage for #1160 
     86     * [r4636] fixes #1160 
     87     * [r4637] Allow listeners to be specified from the schema. 
     88     * [r4638] fixes #1215 
     89     * [r4639] Cleaning. 
     90     * [r4640] Adding coverage for #1211 
     91     * [r4641] fixes #1211 
     92     * [r4642] adding test coverage for #1213 
     93     * [r4643] document the added yml 'listeners' record option 
     94     * [r4644] fix two typos 
     95     * [r4645] Fixed #1209 and added coverage to it. Added new methods: Doctrine_Connection->quoteMultipleIdentifier and Doctrine_Formatter->quoteMultipleIdentifier. 
     96     * [r4646] Fixed #925. 
     97     * [r4647] Wrong typo. I fixed the issue and then thought in something else and changed var name. Updated again to fix it. 
     98     * [r4649] Fixed #1228. Thanks for the report and testcase. 
     99     * [r4650] Updated run.php 
     100     * [r4651] reopened ticket #1228, test still fails on deeper hierarchy 
     101     * [r4652] Fixed #1228. Thanks again. I hope its solved now. 
     102     * [r4654] Fixed #1235 
     103     * [r4656] Fixes #1231. Added possibility to hydrate tree as array, through $treeTable->fetchTree($options, $hydrationMode); 
     104     * [r4657] Fixes 1225. The provided patch does not work, I made my own. Still need some more code to complete 488. 
     105     * [r4658] Fixes 1197. Thanks for the patch! =) 
     106     * [r4659] Fixes 1031. Added unix socket support to PDO connection 
     107     * [r4660] Fixes 1237. Thanks for the patch! 
     108     * [r4661] Fixes 1205. That was the same issue to 1237. Commented it on source. 
     109 
    11100.11.0 
    2111------