Author: jwage
Date: 2008-08-27 23:00:39 +0100 (Wed, 27 Aug 2008)
New Revision: 4854
Added:
tags/1.0.0-RC2/
Modified:
branches/1.0/CHANGELOG
branches/1.0/lib/Doctrine.php
branches/1.0/package.xml
tags/1.0.0-RC2/CHANGELOG
tags/1.0.0-RC2/lib/Doctrine.php
tags/1.0.0-RC2/package.xml
Log:
Releasing Doctrine-1.0.0-RC2
Modified: branches/1.0/CHANGELOG
===================================================================
--- branches/1.0/CHANGELOG 2008-08-27 20:51:37 UTC (rev 4853)
+++ branches/1.0/CHANGELOG 2008-08-27 22:00:39 UTC (rev 4854)
@@ -1,3 +1,59 @@
+1.0.0-RC2
+---------
+ * [r4799] Added coverage for #668 in 1.0 branch. Ticket was already
addressed in another changeset
+ * [r4802] Committing failing test case for Ticket #1372 for branches/1.0
+ * [r4804] Ensure unique queries are generated when generating SQL for
exporting schema to database. Fixes #1372
+ * [r4806] Updating for RC1
+ * [r4808] fixes #1369
+ * [r4809] fixes #1257
+ * [r4810] fixes #1364
+ * [r4811] Adding mssql identifier quotes
+ * [r4812] Turning portability off by default.
+ * [r4813] fixes #1376. Fixed in both 0.11 and 1.0 branches. Thanks for
the patch!
+ * [r4814] fixes #1378 in 0.11 and 1.0 branches. Fixed array index dubeous
access that generates warning sometimes. Thanks for the patch!
+ * [r4815] Fixed #1291. Patch applied.
+ * [r4816] fixes #1227
+ * [r4817] docs
+ * [r4818] fixing typo
+ * [r4819] fixing Doctrine_Record::replace()
+ * [r4820] fixes #1270
+ * [r4821] Small fixes
+ * [r4822] fixes #1287
+ * [r4823] Fixing Searchable behavior for 1.0
+ * [r4824] fixes #1221
+ * [r4825] Adding coverage for #1383
+ * [r4826] fixes #1383
+ * [r4827] fixes #1295
+ * [r4828] fixes #1377
+ * [r4829] Dropped Doctrine_Record_Abstract::ownsOne and
Doctrine_Record_Abstract::ownsMany as scheduled.
+ * [r4830] Removed Doctrine_Relation::ONE_AGGREGATE,
Doctrine_Relation::ONE_AGGREGATE in favor of a single one
Doctrine_Relation::ONE.
+ Removed Doctrine_Relation::MANY_AGGREGATE,
Doctrine_Relation::MANY_AGGREGATE in favor of a single one
Doctrine_Relation::MANY.
+ Finished removal of ownsOne and ownsMany.
+ * [r4831] fixes #1363
+ * [r4832] fixes #1360
+ * [r4833] fixes #1356
+ * [r4834] fixes #1355 - You can now set an array of options to be passed
to the Doctrine_Import_Builder for the builderOptions option key.
+ * [r4835] Added coverage to #1365. It's not possible to reproduce the
issue.
+ * [r4836] fixes #1349
+ * [r4837] fixes #1346
+ * [r4838] fixes #1343
+ * [r4839] fixes #1340
+ * [r4840] fixes #1334
+ * [r4841] Adding coverage for #1325
+ * [r4842] fixes #1325
+ * [r4843] Adding alias support for sluggable column
+ * [r4844] fixes #1319 - Added relationship reverse engineering support
for MSSQL
+ * [r4845] Completed Doctrine_Query_Registry support. Included named query
support, backported from trunk. From now on you're able to define and run named
queries from *Table classes.
+ Documentation to be added.
+ * [r4846] Include documentation of Named Query support.
+ * [r4847] Dropped Doctrine_Record related FETCH_* constants, as scheduled
for removal.
+ * [r4848] fixes #1331. Added andWhere, andWhereIn, andWhereNotIn,
orWhere, orWhereIn, orWhereNotIn support to 1.0. Added some coverage to this
support.
+ * [r4849] Added missing API documentation for andWhere and orWhere.
+ * [r4850] fixes #1389
+ * [r4851] fixes #4850
+ * [r4852] fixes #1077
+ * [r4853] fixes #1308
+
1.0.0-RC1
---------
* [r4737] Releasing 1.0.0-BETA2
@@ -1442,4 +1498,4 @@
* [r3789] Small fix convertion of enum (fixes #788)
* [r3797] Added model loading to default sandbox configuration.
* [r3800] Merged new failing test case from 0.10
- * [r3804] Updated package information for 0.9.1 and 0.10.1 releases.
\ No newline at end of file
+ * [r3804] Updated package information for 0.9.1 and 0.10.1 releases.
Modified: branches/1.0/lib/Doctrine.php
===================================================================
--- branches/1.0/lib/Doctrine.php 2008-08-27 20:51:37 UTC (rev 4853)
+++ branches/1.0/lib/Doctrine.php 2008-08-27 22:00:39 UTC (rev 4854)
@@ -36,7 +36,7 @@
/**
* VERSION
*/
- const VERSION = '1.0.0-RC1';
+ const VERSION = '1.0.0-RC2';
/**
* ERROR CONSTANTS
Modified: branches/1.0/package.xml
===================================================================
--- branches/1.0/package.xml 2008-08-27 20:51:37 UTC (rev 4853)
+++ branches/1.0/package.xml 2008-08-27 22:00:39 UTC (rev 4854)
@@ -21,8 +21,8 @@
<email>[EMAIL PROTECTED]</email>
<active>yes</active>
</lead>
- <date>2008-08-25</date>
- <time>16:06:00</time>
+ <date>2008-08-27</date>
+ <time>16:54:59</time>
<version>
<release>1.0.0</release>
<api>1.0.0</api>
@@ -286,6 +286,7 @@
<file name="Condition.php" role="php" />
<file name="Exception.php" role="php" />
<file name="Filter.php" role="php" />
+ <file name="Forupdate.php" role="php" />
<file name="From.php" role="php" />
<file name="Groupby.php" role="php" />
<file name="Having.php" role="php" />
@@ -1095,6 +1096,7 @@
<file name="SqliteTestCase.php" role="test" />
</dir> <!-- /tests/Sequence -->
<dir name="Table">
+ <file name="NamedQueryTestCase.php" role="test" />
<file name="RemoveColumnTestCase.php" role="test" />
</dir> <!-- /tests/Table -->
<dir name="Ticket">
@@ -1153,6 +1155,7 @@
<file name="1044TestCase.php" role="test" />
<file name="1071TestCase.php" role="test" />
<file name="1072TestCase.php" role="test" />
+ <file name="1077TestCase.php" role="test" />
<file name="1099TestCase.php" role="test" />
<file name="1106TestCase.php" role="test" />
<file name="1113TestCase.php" role="test" />
@@ -1190,7 +1193,10 @@
<file name="1296TestCase.php" role="test" />
<file name="1304TestCase.php" role="test" />
<file name="1305TestCase.php" role="test" />
+ <file name="1325TestCase.php" role="test" />
+ <file name="1365TestCase.php" role="test" />
<file name="1372TestCase.php" role="test" />
+ <file name="1383TestCase.php" role="test" />
<file name="NewTicketTestCase.php" role="test" />
<file name="NjeroTestCase.php" role="test" />
</dir> <!-- /tests/Ticket -->
@@ -1226,7 +1232,6 @@
<file name="CtiColumnAggregationInheritanceTestCase.php" role="test" />
<file name="CustomPrimaryKeyTestCase.php" role="test" />
<file name="CustomResultSetOrderTestCase.php" role="test" />
- <file name="CustomResultSetOrderTestCaseTestCase.php" role="test" />
<file name="DataDictSqliteTestCase.php" role="test" />
<file name="DataDictTestCase.php" role="test" />
<file name="DbProfilerTestCase.php" role="test" />
@@ -1582,7 +1587,7 @@
<release>beta</release>
<api>beta</api>
</stability>
- <date>2008-08-25</date>
+ <date>2008-08-27</date>
<license uri="http://www.phpdoctrine.org/license">LGPL license</license>
<notes>-</notes>
</release>
Copied: tags/1.0.0-RC2 (from rev 4853, branches/1.0)
Modified: tags/1.0.0-RC2/CHANGELOG
===================================================================
--- branches/1.0/CHANGELOG 2008-08-27 20:51:37 UTC (rev 4853)
+++ tags/1.0.0-RC2/CHANGELOG 2008-08-27 22:00:39 UTC (rev 4854)
@@ -1,3 +1,59 @@
+1.0.0-RC2
+---------
+ * [r4799] Added coverage for #668 in 1.0 branch. Ticket was already
addressed in another changeset
+ * [r4802] Committing failing test case for Ticket #1372 for branches/1.0
+ * [r4804] Ensure unique queries are generated when generating SQL for
exporting schema to database. Fixes #1372
+ * [r4806] Updating for RC1
+ * [r4808] fixes #1369
+ * [r4809] fixes #1257
+ * [r4810] fixes #1364
+ * [r4811] Adding mssql identifier quotes
+ * [r4812] Turning portability off by default.
+ * [r4813] fixes #1376. Fixed in both 0.11 and 1.0 branches. Thanks for
the patch!
+ * [r4814] fixes #1378 in 0.11 and 1.0 branches. Fixed array index dubeous
access that generates warning sometimes. Thanks for the patch!
+ * [r4815] Fixed #1291. Patch applied.
+ * [r4816] fixes #1227
+ * [r4817] docs
+ * [r4818] fixing typo
+ * [r4819] fixing Doctrine_Record::replace()
+ * [r4820] fixes #1270
+ * [r4821] Small fixes
+ * [r4822] fixes #1287
+ * [r4823] Fixing Searchable behavior for 1.0
+ * [r4824] fixes #1221
+ * [r4825] Adding coverage for #1383
+ * [r4826] fixes #1383
+ * [r4827] fixes #1295
+ * [r4828] fixes #1377
+ * [r4829] Dropped Doctrine_Record_Abstract::ownsOne and
Doctrine_Record_Abstract::ownsMany as scheduled.
+ * [r4830] Removed Doctrine_Relation::ONE_AGGREGATE,
Doctrine_Relation::ONE_AGGREGATE in favor of a single one
Doctrine_Relation::ONE.
+ Removed Doctrine_Relation::MANY_AGGREGATE,
Doctrine_Relation::MANY_AGGREGATE in favor of a single one
Doctrine_Relation::MANY.
+ Finished removal of ownsOne and ownsMany.
+ * [r4831] fixes #1363
+ * [r4832] fixes #1360
+ * [r4833] fixes #1356
+ * [r4834] fixes #1355 - You can now set an array of options to be passed
to the Doctrine_Import_Builder for the builderOptions option key.
+ * [r4835] Added coverage to #1365. It's not possible to reproduce the
issue.
+ * [r4836] fixes #1349
+ * [r4837] fixes #1346
+ * [r4838] fixes #1343
+ * [r4839] fixes #1340
+ * [r4840] fixes #1334
+ * [r4841] Adding coverage for #1325
+ * [r4842] fixes #1325
+ * [r4843] Adding alias support for sluggable column
+ * [r4844] fixes #1319 - Added relationship reverse engineering support
for MSSQL
+ * [r4845] Completed Doctrine_Query_Registry support. Included named query
support, backported from trunk. From now on you're able to define and run named
queries from *Table classes.
+ Documentation to be added.
+ * [r4846] Include documentation of Named Query support.
+ * [r4847] Dropped Doctrine_Record related FETCH_* constants, as scheduled
for removal.
+ * [r4848] fixes #1331. Added andWhere, andWhereIn, andWhereNotIn,
orWhere, orWhereIn, orWhereNotIn support to 1.0. Added some coverage to this
support.
+ * [r4849] Added missing API documentation for andWhere and orWhere.
+ * [r4850] fixes #1389
+ * [r4851] fixes #4850
+ * [r4852] fixes #1077
+ * [r4853] fixes #1308
+
1.0.0-RC1
---------
* [r4737] Releasing 1.0.0-BETA2
@@ -1442,4 +1498,4 @@
* [r3789] Small fix convertion of enum (fixes #788)
* [r3797] Added model loading to default sandbox configuration.
* [r3800] Merged new failing test case from 0.10
- * [r3804] Updated package information for 0.9.1 and 0.10.1 releases.
\ No newline at end of file
+ * [r3804] Updated package information for 0.9.1 and 0.10.1 releases.
Modified: tags/1.0.0-RC2/lib/Doctrine.php
===================================================================
--- branches/1.0/lib/Doctrine.php 2008-08-27 20:51:37 UTC (rev 4853)
+++ tags/1.0.0-RC2/lib/Doctrine.php 2008-08-27 22:00:39 UTC (rev 4854)
@@ -36,7 +36,7 @@
/**
* VERSION
*/
- const VERSION = '1.0.0-RC1';
+ const VERSION = '1.0.0-RC2';
/**
* ERROR CONSTANTS
Modified: tags/1.0.0-RC2/package.xml
===================================================================
--- branches/1.0/package.xml 2008-08-27 20:51:37 UTC (rev 4853)
+++ tags/1.0.0-RC2/package.xml 2008-08-27 22:00:39 UTC (rev 4854)
@@ -21,8 +21,8 @@
<email>[EMAIL PROTECTED]</email>
<active>yes</active>
</lead>
- <date>2008-08-25</date>
- <time>16:06:00</time>
+ <date>2008-08-27</date>
+ <time>16:54:59</time>
<version>
<release>1.0.0</release>
<api>1.0.0</api>
@@ -286,6 +286,7 @@
<file name="Condition.php" role="php" />
<file name="Exception.php" role="php" />
<file name="Filter.php" role="php" />
+ <file name="Forupdate.php" role="php" />
<file name="From.php" role="php" />
<file name="Groupby.php" role="php" />
<file name="Having.php" role="php" />
@@ -1095,6 +1096,7 @@
<file name="SqliteTestCase.php" role="test" />
</dir> <!-- /tests/Sequence -->
<dir name="Table">
+ <file name="NamedQueryTestCase.php" role="test" />
<file name="RemoveColumnTestCase.php" role="test" />
</dir> <!-- /tests/Table -->
<dir name="Ticket">
@@ -1153,6 +1155,7 @@
<file name="1044TestCase.php" role="test" />
<file name="1071TestCase.php" role="test" />
<file name="1072TestCase.php" role="test" />
+ <file name="1077TestCase.php" role="test" />
<file name="1099TestCase.php" role="test" />
<file name="1106TestCase.php" role="test" />
<file name="1113TestCase.php" role="test" />
@@ -1190,7 +1193,10 @@
<file name="1296TestCase.php" role="test" />
<file name="1304TestCase.php" role="test" />
<file name="1305TestCase.php" role="test" />
+ <file name="1325TestCase.php" role="test" />
+ <file name="1365TestCase.php" role="test" />
<file name="1372TestCase.php" role="test" />
+ <file name="1383TestCase.php" role="test" />
<file name="NewTicketTestCase.php" role="test" />
<file name="NjeroTestCase.php" role="test" />
</dir> <!-- /tests/Ticket -->
@@ -1226,7 +1232,6 @@
<file name="CtiColumnAggregationInheritanceTestCase.php" role="test" />
<file name="CustomPrimaryKeyTestCase.php" role="test" />
<file name="CustomResultSetOrderTestCase.php" role="test" />
- <file name="CustomResultSetOrderTestCaseTestCase.php" role="test" />
<file name="DataDictSqliteTestCase.php" role="test" />
<file name="DataDictTestCase.php" role="test" />
<file name="DbProfilerTestCase.php" role="test" />
@@ -1582,7 +1587,7 @@
<release>beta</release>
<api>beta</api>
</stability>
- <date>2008-08-25</date>
+ <date>2008-08-27</date>
<license uri="http://www.phpdoctrine.org/license">LGPL license</license>
<notes>-</notes>
</release>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"doctrine-svn" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.co.uk/group/doctrine-svn?hl=en-GB
-~----------~----~----~----~------~----~------~--~---