Changeset 4662 for tags/0.11.1
- Timestamp:
- 07/12/08 03:54:57 (6 months ago)
- Location:
- tags/0.11.1
- Files:
-
- 3 modified
- 1 copied
-
. (copied) (copied from branches/0.11)
-
CHANGELOG (modified) (1 diff)
-
lib/Doctrine.php (modified) (1 diff)
-
package.xml (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tags/0.11.1/CHANGELOG
r4553 r4662 1 0.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 1 110 0.11.0 2 111 ------ -
tags/0.11.1/lib/Doctrine.php
r4527 r4662 37 37 * VERSION 38 38 */ 39 const VERSION = '0.11. 0';39 const VERSION = '0.11.1'; 40 40 41 41 /** -
tags/0.11.1/package.xml
r4553 r4662 22 22 <active>yes</active> 23 23 </lead> 24 <date>2008-0 6-23</date>25 <time> 18:50:54</time>24 <date>2008-07-11</date> 25 <time>21:48:10</time> 26 26 <version> 27 <release>0.11. 0</release>28 <api>0.11. 0</api>27 <release>0.11.1</release> 28 <api>0.11.1</api> 29 29 </version> 30 30 <stability> … … 458 458 <file name="Adapter.php" role="php" /> 459 459 <file name="AuditLog.php" role="php" /> 460 <file name="Builder.php" role="php" /> 460 461 <file name="Cache.php" role="php" /> 461 462 <file name="Cli.php" role="php" /> … … 509 510 <dir name="manual"> 510 511 <dir name="docs"> 512 <dir name="de"> 513 <dir name="basic-schema-mapping"> 514 <dir name="columns"> 515 <file name="column-aliases.txt" role="php" /> 516 <file name="column-naming.txt" role="php" /> 517 <file name="data-types.txt" role="php" /> 518 <file name="default-values.txt" role="php" /> 519 </dir> <!-- /manual/docs/de/basic-schema-mapping/columns --> 520 <file name="columns.txt" role="php" /> 521 <file name="constraints-and-validators.txt" role="php" /> 522 <file name="indexes.txt" role="php" /> 523 <file name="introduction.txt" role="php" /> 524 <file name="record-identifiers.txt" role="php" /> 525 <file name="table-and-class-naming.txt" role="php" /> 526 <file name="table-options.txt" role="php" /> 527 </dir> <!-- /manual/docs/de/basic-schema-mapping --> 528 <dir name="coding-standards"> 529 <file name="coding-style.txt" role="php" /> 530 <file name="naming-conventions.txt" role="php" /> 531 <file name="overview.txt" role="php" /> 532 <file name="php-file-formatting.txt" role="php" /> 533 <file name="testing.txt" role="php" /> 534 </dir> <!-- /manual/docs/de/coding-standards --> 535 <dir name="component-overview"> 536 <file name="locking-manager.txt" role="php" /> 537 <file name="profiler.txt" role="php" /> 538 <file name="validators.txt" role="php" /> 539 <file name="view.txt" role="php" /> 540 </dir> <!-- /manual/docs/de/component-overview --> 541 <dir name="configuration"> 542 <file name="introduction.txt" role="php" /> 543 <file name="levels-of-configuration.txt" role="php" /> 544 <file name="setting-attributes.txt" role="php" /> 545 </dir> <!-- /manual/docs/de/configuration --> 546 <dir name="connection-management"> 547 <file name="connection-component-binding.txt" role="php" /> 548 <file name="dsn-the-data-source-name.txt" role="php" /> 549 <file name="lazy-connecting-to-database.txt" role="php" /> 550 <file name="managing-connections.txt" role="php" /> 551 <file name="opening-a-new-connection.txt" role="php" /> 552 </dir> <!-- /manual/docs/de/connection-management --> 553 <dir name="dql-doctrine-query-language"> 554 <file name="bnf.txt" role="php" /> 555 <file name="conditional-expressions.txt" role="php" /> 556 <file name="delete-queries.txt" role="php" /> 557 <file name="examples.txt" role="php" /> 558 <file name="from-clause.txt" role="php" /> 559 <file name="functional-expressions.txt" role="php" /> 560 <file name="group-by-having-clauses.txt" role="php" /> 561 <file name="indexby-keyword.txt" role="php" /> 562 <file name="introduction.txt" role="php" /> 563 <file name="join-syntax.txt" role="php" /> 564 <file name="limit-and-offset-clauses.txt" role="php" /> 565 <file name="order-by-clause.txt" role="php" /> 566 <file name="select-queries.txt" role="php" /> 567 <file name="subqueries.txt" role="php" /> 568 <file name="update-queries.txt" role="php" /> 569 <file name="where-clause.txt" role="php" /> 570 </dir> <!-- /manual/docs/de/dql-doctrine-query-language --> 571 <dir name="getting-started"> 572 <file name="auto-loading-models.txt" role="php" /> 573 <file name="command-line-interface.txt" role="php" /> 574 <file name="creating-tables.txt" role="php" /> 575 <file name="generating-models.txt" role="php" /> 576 <file name="installation.txt" role="php" /> 577 <file name="my-first-project-tutorial.txt" role="php" /> 578 <file name="starting-new-project.txt" role="php" /> 579 <file name="working-with-existing-databases.txt" role="php" /> 580 </dir> <!-- /manual/docs/de/getting-started --> 581 <dir name="hierarchical-data"> 582 <file name="examples.txt" role="php" /> 583 <file name="introduction.txt" role="php" /> 584 <file name="nested-set.txt" role="php" /> 585 </dir> <!-- /manual/docs/de/hierarchical-data --> 586 <dir name="improving-performance"> 587 <file name="bundle-your-class-files.txt" role="php" /> 588 <file name="compile.txt" role="php" /> 589 <file name="fetch-only-what-you-need.txt" role="php" /> 590 <file name="free-objects.txt" role="php" /> 591 <file name="introduction.txt" role="php" /> 592 <file name="other-tips.txt" role="php" /> 593 <file name="use-a-bytecode-cache.txt" role="php" /> 594 </dir> <!-- /manual/docs/de/improving-performance --> 595 <dir name="real-world-examples"> 596 <file name="forum-application.txt" role="php" /> 597 <file name="user-management-system.txt" role="php" /> 598 </dir> <!-- /manual/docs/de/real-world-examples --> 599 <dir name="technology"> 600 <file name="architecture.txt" role="php" /> 601 <file name="design-patterns-used.txt" role="php" /> 602 <file name="internal-optimizations.txt" role="php" /> 603 <file name="speed.txt" role="php" /> 604 </dir> <!-- /manual/docs/de/technology --> 605 <dir name="transactions"> 606 <file name="introduction.txt" role="php" /> 607 <file name="isolation-levels.txt" role="php" /> 608 <file name="locking-strategies.txt" role="php" /> 609 <file name="nesting.txt" role="php" /> 610 <file name="savepoints.txt" role="php" /> 611 <file name="unit-of-work.txt" role="php" /> 612 </dir> <!-- /manual/docs/de/transactions --> 613 <dir name="utilities"> 614 <dir name="pagination"> 615 <file name="advanced-layouts-with-pager.txt" role="php" /> 616 <file name="controlling-range-styles.txt" role="php" /> 617 <file name="customizing-pager-layout.txt" role="php" /> 618 <file name="introduction.txt" role="php" /> 619 <file name="working-with-pager.txt" role="php" /> 620 </dir> <!-- /manual/docs/de/utilities/pagination --> 621 <file name="command-line-interface.txt" role="php" /> 622 <file name="facade.txt" role="php" /> 623 <file name="pagination.txt" role="php" /> 624 <file name="sandbox.txt" role="php" /> 625 </dir> <!-- /manual/docs/de/utilities --> 626 <dir name="working-with-objects"> 627 <dir name="component-overview"> 628 <file name="collection.txt" role="php" /> 629 <file name="connection.txt" role="php" /> 630 <file name="manager.txt" role="php" /> 631 <file name="record.txt" role="php" /> 632 <file name="table.txt" role="php" /> 633 </dir> <!-- /manual/docs/de/working-with-objects/component-overview --> 634 <file name="dealing-with-relations.txt" role="php" /> 635 </dir> <!-- /manual/docs/de/working-with-objects --> 636 <file name="basic-schema-mapping.txt" role="php" /> 637 <file name="caching.txt" role="php" /> 638 <file name="class-templates.txt" role="php" /> 639 <file name="coding-standards.txt" role="php" /> 640 <file name="component-overview.txt" role="php" /> 641 <file name="configuration.txt" role="php" /> 642 <file name="connection-management.txt" role="php" /> 643 <file name="data-fixtures.txt" role="php" /> 644 <file name="database-abstraction.txt" role="php" /> 645 <file name="dql-doctrine-query-language.txt" role="php" /> 646 <file name="event-listeners.txt" role="php" /> 647 <file name="exceptions-and-warnings.txt" role="php" /> 648 <file name="file-parser.txt" role="php" /> 649 <file name="getting-started.txt" role="php" /> 650 <file name="hierarchical-data.txt" role="php" /> 651 <file name="improving-performance.txt" role="php" /> 652 <file name="mapping-relations.txt" role="php" /> 653 <file name="migration.txt" role="php" /> 654 <file name="native-sql.txt" role="php" /> 655 <file name="object-relational-mapping.txt" role="php" /> 656 <file name="plugins.txt" role="php" /> 657 <file name="real-world-examples.txt" role="php" /> 658 <file name="relations.txt" role="php" /> 659 <file name="schema-files.txt" role="php" /> 660 <file name="searching.txt" role="php" /> 661 <file name="technology.txt" role="php" /> 662 <file name="transactions.txt" role="php" /> 663 <file name="utilities.txt" role="php" /> 664 <file name="working-with-objects.txt" role="php" /> 665 </dir> <!-- /manual/docs/de --> 511 666 <dir name="en"> 512 667 <dir name="basic-schema-mapping"> … … 703 858 </dir> <!-- /manual/docs/ja --> 704 859 <file name=".htaccess" role="php" /> 860 <file name="de.txt" role="php" /> 705 861 <file name="en.txt" role="php" /> 706 862 <file name="ja.txt" role="php" /> … … 1386 1542 <file name="941TestCase.php" role="test" /> 1387 1543 <file name="950TestCase.php" role="test" /> 1544 <file name="952TestCase.php" role="test" /> 1388 1545 <file name="963TestCase.php" role="test" /> 1389 1546 <file name="966TestCase.php" role="test" /> … … 1402 1559 <file name="1118TestCase.php" role="test" /> 1403 1560 <file name="1121TestCase.php" role="test" /> 1561 <file name="1123TestCase.php" role="test" /> 1562 <file name="1124TestCase.php" role="test" /> 1404 1563 <file name="1133TestCase.php" role="test" /> 1405 1564 <file name="1134TestCase.php" role="test" /> 1565 <file name="1160TestCase.php" role="test" /> 1566 <file name="1175TestCase.php" role="test" /> 1567 <file name="1192TestCase.php" role="test" /> 1568 <file name="1205TestCase.php" role="test" /> 1569 <file name="1206TestCase.php" role="test" /> 1570 <file name="1211TestCase.php" role="test" /> 1571 <file name="1213TestCase.php" role="test" /> 1572 <file name="1215TestCase.php" role="test" /> 1573 <file name="1225TestCase.php" role="test" /> 1574 <file name="1228TestCase.php" role="test" /> 1406 1575 <file name="NewTicketTestCase.php" role="test" /> 1407 1576 <file name="NjeroTestCase.php" role="test" /> … … 1789 1958 <release> 1790 1959 <version> 1960 <release>0.11.1</release> 1961 <api>0.11.1</api> 1962 </version> 1963 <stability> 1964 <release>stable</release> 1965 <api>stable</api> 1966 </stability> 1967 <date>2008-07-11</date> 1968 <license uri="http://www.phpdoctrine.org/license">LGPL license</license> 1969 <notes>-</notes> 1970 </release> 1971 <release> 1972 <version> 1791 1973 <release>0.11.0</release> 1792 1974 <api>0.11.0</api>