Changeset 4737 for tags

Show
Ignore:
Timestamp:
08/05/08 16:51:25 (5 months ago)
Author:
jwage
Message:

Releasing 1.0.0-BETA2

Location:
tags/1.0.0-BETA1
Files:
3 modified
1 copied

Legend:

Unmodified
Added
Removed
  • tags/1.0.0-BETA1/CHANGELOG

    r4669 r4737  
     11.0.0-BETA1 
     2----------- 
     3     * [r4663] Creating 0.12 branch - Last pre 1.0 branch 
     4     * [r4664] Moving 0.12 to 1.0 branch 
     5     * [r4665] Added possibility to hook custom constructor implementation inside of *Table classes, through the method construct(). 
     6     * [r4666] Added named query support, which already exists in 2.0. It is not a backport, only a custom implementation to minimize the discrepancies between 1.0 and 2.0. Documentation needed, 
     7          but I already create a ticket to track for this change. 
     8     * [r4667] Reorganizing docs. 
     9     * [r4668] Moving to tools folder. 
     10     * [r4669] Updating changelog for 0.11.1 
     11     * [r4670] Copying. 
     12     * [r4671] Removing. 
     13     * [r4672] Moving standalone docs frontend to tools/docs 
     14     * [r4673] Manual reorganization. 
     15     * [r4674] Readding manual documentation. 
     16     * [r4675] Fixing paths. 
     17     * [r4676] Removing README. No content. 
     18     * [r4677] fixes #1198 
     19     * [r4678] fixes #1191 
     20     * [r4679] fixes #1188 - Removing generate accessors functionality 
     21     * [r4680] Removing unused functions. 
     22     * [r4681] fixes #1181 - removing loadTemplate() in favor of using actAs() always for loading behaviors, templates, etc. 
     23     * [r4682] fixes #1186 - removing all use of singularization and plurilization 
     24     * [r4683] fixes #939 
     25     * [r4684] fixes #1195 
     26     * [r4685] Updating docs frontend to show manual and cookbook 
     27     * [r4686] Fixed #1246 and fixed #1247. The issue is the same, patch applied! Thanks for report and for the patch. 
     28     * [r4687] Adding the first dutch translation. 
     29     * [r4688] adding test coverage for #1250 
     30     * [r4692] Adding coverage for #1125 
     31     * [r4693] fixes #1125 
     32     * [r4694] Adding coverage for 1253 
     33     * [r4695] Added German translation for the Connection Management chapter of the documentation 
     34     * [r4698] Adding new tutorial to cookbook for simple template usage. 
     35     * [r4700] fix so abstract classes are not instantiated. 
     36     * [r4704] Merged changeset r4696 into 1.0 branch 
     37     * [r4705] Merged changeset r4697 into 1.0 branch 
     38     * [r4706] Fixes #1268 and fixes #1260. Fixed test case of #1250. Updated documentation to support changes. Remove BC break of fetchTree and also Pager is now aware of Hydration mode defined in 
     39          Query object. 
     40     * [r4707] Better solution to ticket #1268. 
     41     * [r4708] fixes #1262 and fixes #1272 
     42     * [r4709] Added coverage to ticket #1219. This ticket works for me. Small changes in import. 
     43     * [r4710] fixes #1234 
     44          Ticket: 1234 
     45     * [r4711] Added coverage to ticket #1265. Unable to reproduce user assertion. Marking as works for me. 
     46     * [r4712] Initial entry of column aggregation recipe for cookbook. 
     47     * [r4713] copied for starting the docs translation to brazilian portuguese 
     48     * [r4714] Fixes #1195. 
     49     * [r4715] Fixes #1255. Thanks for the patch! 
     50     * [r4716] Fixed #1038. Fixed #1229. Fixed #1250. Fixed #1243. Sorry for the combined commit but the changes were too intertwined. 
     51     * [r4717] cleanup 
     52     * [r4719] Fixed #1264. 
     53     * [r4720] Fixed #1296. Addressed various transaction nesting issues. 
     54     * [r4721] Added testcase for 1296. 
     55     * [r4722] Fixed #1293. 
     56     * [r4724] subversion access test and slight translation fixes on lazy-connecting-to-database.txt 
     57     * [r4726] Fixes #1306 
     58     * [r4727] Fixes #1301. Thanks for the suggestion & patch. 
     59     * [r4728] Fixes #1300. 
     60     * [r4729] Fixes #1299. Thanks for the tip and patch! 
     61     * [r4730] Fixes #1298. Thanks for patch! 
     62     * [r4731] Missing files of patch for ticket #1298. 
     63     * [r4732] Fixes #1214. Thanks for the patch. 
     64     * [r4733] Fixes #1132. Thanks for the patch & tests! 
     65     * [r4734] Fixes #1279. Added PDO driver installation check topic in manual. 
     66     * [r4735] Fixes #1283. Moved getDql from Doctrine_Query to Doctrine_Query_Abstract. 
     67     * [r4736] Fixes #1314 in 1.0. Thanks for the patch! 
     68 
    1690.11.1 
    270------ 
  • tags/1.0.0-BETA1/lib/Doctrine.php

    r4682 r4737  
    3737     * VERSION 
    3838     */ 
    39     const VERSION                   = '0.11.0'; 
     39    const VERSION                   = '1.0.0-BETA1'; 
    4040 
    4141    /** 
  • tags/1.0.0-BETA1/package.xml

    r4553 r4737  
    11<?xml version="1.0" encoding="UTF-8"?> 
    2 <package packagerversion="1.6.1" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd"> 
     2<package packagerversion="1.7.1" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd"> 
    33 <name>Doctrine</name> 
    44 <channel>pear.phpdoctrine.org</channel> 
     
    2222  <active>yes</active> 
    2323 </lead> 
    24  <date>2008-06-23</date> 
    25  <time>18:50:54</time> 
     24 <date>2008-08-05</date> 
     25 <time>10:44:57</time> 
    2626 <version> 
    27   <release>0.11.0</release> 
    28   <api>0.11.0</api> 
     27  <release>1.0.0</release> 
     28  <api>1.0.0</api> 
    2929 </version> 
    3030 <stability> 
    31   <release>stable</release> 
    32   <api>stable</api> 
     31  <release>beta</release> 
     32  <api>beta</api> 
    3333 </stability> 
    3434 <license uri="http://www.phpdoctrine.org/license">LGPL license</license> 
     
    458458     <file name="Adapter.php" role="php" /> 
    459459     <file name="AuditLog.php" role="php" /> 
     460     <file name="Builder.php" role="php" /> 
    460461     <file name="Cache.php" role="php" /> 
    461462     <file name="Cli.php" role="php" /> 
     
    507508    <file name="Doctrine.php" role="php" /> 
    508509   </dir> <!-- /lib --> 
    509    <dir name="manual"> 
    510     <dir name="docs"> 
    511      <dir name="en"> 
    512       <dir name="basic-schema-mapping"> 
    513        <dir name="columns"> 
    514         <file name="column-aliases.txt" role="php" /> 
    515         <file name="column-naming.txt" role="php" /> 
    516         <file name="data-types.txt" role="php" /> 
    517         <file name="default-values.txt" role="php" /> 
    518        </dir> <!-- /manual/docs/en/basic-schema-mapping/columns --> 
    519        <file name="columns.txt" role="php" /> 
    520        <file name="constraints-and-validators.txt" role="php" /> 
    521        <file name="indexes.txt" role="php" /> 
    522        <file name="introduction.txt" role="php" /> 
    523        <file name="record-identifiers.txt" role="php" /> 
    524        <file name="table-and-class-naming.txt" role="php" /> 
    525        <file name="table-options.txt" role="php" /> 
    526       </dir> <!-- /manual/docs/en/basic-schema-mapping --> 
    527       <dir name="coding-standards"> 
    528        <file name="coding-style.txt" role="php" /> 
    529        <file name="naming-conventions.txt" role="php" /> 
    530        <file name="overview.txt" role="php" /> 
    531        <file name="php-file-formatting.txt" role="php" /> 
    532        <file name="testing.txt" role="php" /> 
    533       </dir> <!-- /manual/docs/en/coding-standards --> 
    534       <dir name="component-overview"> 
    535        <file name="locking-manager.txt" role="php" /> 
    536        <file name="profiler.txt" role="php" /> 
    537        <file name="validators.txt" role="php" /> 
    538        <file name="view.txt" role="php" /> 
    539       </dir> <!-- /manual/docs/en/component-overview --> 
    540       <dir name="configuration"> 
    541        <file name="introduction.txt" role="php" /> 
    542        <file name="levels-of-configuration.txt" role="php" /> 
    543        <file name="setting-attributes.txt" role="php" /> 
    544       </dir> <!-- /manual/docs/en/configuration --> 
    545       <dir name="connection-management"> 
    546        <file name="connection-component-binding.txt" role="php" /> 
    547        <file name="dsn-the-data-source-name.txt" role="php" /> 
    548        <file name="lazy-connecting-to-database.txt" role="php" /> 
    549        <file name="managing-connections.txt" role="php" /> 
    550        <file name="opening-a-new-connection.txt" role="php" /> 
    551       </dir> <!-- /manual/docs/en/connection-management --> 
    552       <dir name="dql-doctrine-query-language"> 
    553        <file name="bnf.txt" role="php" /> 
    554        <file name="conditional-expressions.txt" role="php" /> 
    555        <file name="delete-queries.txt" role="php" /> 
    556        <file name="examples.txt" role="php" /> 
    557        <file name="from-clause.txt" role="php" /> 
    558        <file name="functional-expressions.txt" role="php" /> 
    559        <file name="group-by-having-clauses.txt" role="php" /> 
    560        <file name="indexby-keyword.txt" role="php" /> 
    561        <file name="introduction.txt" role="php" /> 
    562        <file name="join-syntax.txt" role="php" /> 
    563        <file name="limit-and-offset-clauses.txt" role="php" /> 
    564        <file name="order-by-clause.txt" role="php" /> 
    565        <file name="select-queries.txt" role="php" /> 
    566        <file name="subqueries.txt" role="php" /> 
    567        <file name="update-queries.txt" role="php" /> 
    568        <file name="where-clause.txt" role="php" /> 
    569       </dir> <!-- /manual/docs/en/dql-doctrine-query-language --> 
    570       <dir name="getting-started"> 
    571        <file name="auto-loading-models.txt" role="php" /> 
    572        <file name="command-line-interface.txt" role="php" /> 
    573        <file name="creating-tables.txt" role="php" /> 
    574        <file name="generating-models.txt" role="php" /> 
    575        <file name="installation.txt" role="php" /> 
    576        <file name="my-first-project-tutorial.txt" role="php" /> 
    577        <file name="starting-new-project.txt" role="php" /> 
    578        <file name="working-with-existing-databases.txt" role="php" /> 
    579       </dir> <!-- /manual/docs/en/getting-started --> 
    580       <dir name="hierarchical-data"> 
    581        <file name="examples.txt" role="php" /> 
    582        <file name="introduction.txt" role="php" /> 
    583        <file name="nested-set.txt" role="php" /> 
    584       </dir> <!-- /manual/docs/en/hierarchical-data --> 
    585       <dir name="improving-performance"> 
    586        <file name="bundle-your-class-files.txt" role="php" /> 
    587        <file name="compile.txt" role="php" /> 
    588        <file name="fetch-only-what-you-need.txt" role="php" /> 
    589        <file name="free-objects.txt" role="php" /> 
    590        <file name="introduction.txt" role="php" /> 
    591        <file name="other-tips.txt" role="php" /> 
    592        <file name="use-a-bytecode-cache.txt" role="php" /> 
    593       </dir> <!-- /manual/docs/en/improving-performance --> 
    594       <dir name="real-world-examples"> 
    595        <file name="forum-application.txt" role="php" /> 
    596        <file name="user-management-system.txt" role="php" /> 
    597       </dir> <!-- /manual/docs/en/real-world-examples --> 
    598       <dir name="technology"> 
    599        <file name="architecture.txt" role="php" /> 
    600        <file name="design-patterns-used.txt" role="php" /> 
    601        <file name="internal-optimizations.txt" role="php" /> 
    602        <file name="speed.txt" role="php" /> 
    603       </dir> <!-- /manual/docs/en/technology --> 
    604       <dir name="transactions"> 
    605        <file name="introduction.txt" role="php" /> 
    606        <file name="isolation-levels.txt" role="php" /> 
    607        <file name="locking-strategies.txt" role="php" /> 
    608        <file name="nesting.txt" role="php" /> 
    609        <file name="savepoints.txt" role="php" /> 
    610        <file name="unit-of-work.txt" role="php" /> 
    611       </dir> <!-- /manual/docs/en/transactions --> 
    612       <dir name="utilities"> 
    613        <dir name="pagination"> 
    614         <file name="advanced-layouts-with-pager.txt" role="php" /> 
    615         <file name="controlling-range-styles.txt" role="php" /> 
    616         <file name="customizing-pager-layout.txt" role="php" /> 
    617         <file name="introduction.txt" role="php" /> 
    618         <file name="working-with-pager.txt" role="php" /> 
    619        </dir> <!-- /manual/docs/en/utilities/pagination --> 
    620        <file name="command-line-interface.txt" role="php" /> 
    621        <file name="facade.txt" role="php" /> 
    622        <file name="pagination.txt" role="php" /> 
    623        <file name="sandbox.txt" role="php" /> 
    624       </dir> <!-- /manual/docs/en/utilities --> 
    625       <dir name="working-with-objects"> 
    626        <dir name="component-overview"> 
    627         <file name="collection.txt" role="php" /> 
    628         <file name="connection.txt" role="php" /> 
    629         <file name="manager.txt" role="php" /> 
    630         <file name="record.txt" role="php" /> 
    631         <file name="table.txt" role="php" /> 
    632        </dir> <!-- /manual/docs/en/working-with-objects/component-overview --> 
    633        <file name="dealing-with-relations.txt" role="php" /> 
    634       </dir> <!-- /manual/docs/en/working-with-objects --> 
    635       <file name="basic-schema-mapping.txt" role="php" /> 
    636       <file name="caching.txt" role="php" /> 
    637       <file name="class-templates.txt" role="php" /> 
    638       <file name="coding-standards.txt" role="php" /> 
    639       <file name="component-overview.txt" role="php" /> 
    640       <file name="configuration.txt" role="php" /> 
    641       <file name="connection-management.txt" role="php" /> 
    642       <file name="data-fixtures.txt" role="php" /> 
    643       <file name="database-abstraction.txt" role="php" /> 
    644       <file name="dql-doctrine-query-language.txt" role="php" /> 
    645       <file name="event-listeners.txt" role="php" /> 
    646       <file name="exceptions-and-warnings.txt" role="php" /> 
    647       <file name="file-parser.txt" role="php" /> 
    648       <file name="getting-started.txt" role="php" /> 
    649       <file name="hierarchical-data.txt" role="php" /> 
    650       <file name="improving-performance.txt" role="php" /> 
    651       <file name="mapping-relations.txt" role="php" /> 
    652       <file name="migration.txt" role="php" /> 
    653       <file name="native-sql.txt" role="php" /> 
    654       <file name="object-relational-mapping.txt" role="php" /> 
    655       <file name="plugins.txt" role="php" /> 
    656       <file name="real-world-examples.txt" role="php" /> 
    657       <file name="relations.txt" role="php" /> 
    658       <file name="schema-files.txt" role="php" /> 
    659       <file name="searching.txt" role="php" /> 
    660       <file name="technology.txt" role="php" /> 
    661       <file name="transactions.txt" role="php" /> 
    662       <file name="utilities.txt" role="php" /> 
    663       <file name="working-with-objects.txt" role="php" /> 
    664      </dir> <!-- /manual/docs/en --> 
    665      <dir name="ja"> 
    666       <dir name="getting-started"> 
    667        <file name="creating-tables.txt" role="php" /> 
    668        <file name="generting-models.txt" role="php" /> 
    669        <file name="installation.txt" role="php" /> 
    670        <file name="starting-new-project.txt" role="php" /> 
    671        <file name="working-with-existing-databases.txt" role="php" /> 
    672       </dir> <!-- /manual/docs/ja/getting-started --> 
    673       <file name="basic-schema-mapping.txt" role="php" /> 
    674       <file name="caching.txt" role="php" /> 
    675       <file name="class-templates.txt" role="php" /> 
    676       <file name="coding-standards.txt" role="php" /> 
    677       <file name="component-overview.txt" role="php" /> 
    678       <file name="configuration.txt" role="php" /> 
    679       <file name="connection-management.txt" role="php" /> 
    680       <file name="data-fixtures.txt" role="php" /> 
    681       <file name="database-abstraction.txt" role="php" /> 
    682       <file name="dql-doctrine-query-language.txt" role="php" /> 
    683       <file name="event-listeners.txt" role="php" /> 
    684       <file name="exceptions-and-warnings.txt" role="php" /> 
    685       <file name="facade.txt" role="php" /> 
    686       <file name="file-parser.txt" role="php" /> 
    687       <file name="getting-started.txt" role="php" /> 
    688       <file name="hierarchical-data.txt" role="php" /> 
    689       <file name="improving-performance.txt" role="php" /> 
    690       <file name="mapping-relations.txt" role="php" /> 
    691       <file name="migration.txt" role="php" /> 
    692       <file name="native-sql.txt" role="php" /> 
    693       <file name="object-relational-mapping.txt" role="php" /> 
    694       <file name="plugins.txt" role="php" /> 
    695       <file name="real-world-examples.txt" role="php" /> 
    696       <file name="relations.txt" role="php" /> 
    697       <file name="sandbox.txt" role="php" /> 
    698       <file name="schema-files.txt" role="php" /> 
    699       <file name="searching.txt" role="php" /> 
    700       <file name="technology.txt" role="php" /> 
    701       <file name="transactions.txt" role="php" /> 
    702       <file name="working-with-objects.txt" role="php" /> 
    703      </dir> <!-- /manual/docs/ja --> 
    704      <file name=".htaccess" role="php" /> 
    705      <file name="en.txt" role="php" /> 
    706      <file name="ja.txt" role="php" /> 
    707     </dir> <!-- /manual/docs --> 
    708     <dir name="lib"> 
    709      <dir name="Text"> 
    710       <dir name="Wiki"> 
    711        <dir name="Parse"> 
    712         <dir name="Doc"> 
    713          <file name="Code.php" role="php" /> 
    714          <file name="Doclink.php" role="php" /> 
    715          <file name="Prefilter.php" role="php" /> 
    716          <file name="Table.php" role="php" /> 
    717         </dir> <!-- /manual/lib/Text/Wiki/Parse/Doc --> 
    718        </dir> <!-- /manual/lib/Text/Wiki/Parse --> 
    719        <dir name="Render"> 
    720         <dir name="Latex"> 
    721          <file name="Code.php" role="php" /> 
    722          <file name="Doclink.php" role="php" /> 
    723          <file name="Heading.php" role="php" /> 
    724          <file name="List.php" role="php" /> 
    725          <file name="Phplookup.php" role="php" /> 
    726          <file name="Table.php" role="php" /> 
    727          <file name="Url.php" role="php" /> 
    728         </dir> <!-- /manual/lib/Text/Wiki/Render/Latex --> 
    729         <dir name="Xhtml"> 
    730          <file name="Blockquote.php" role="php" /> 
    731          <file name="Code.php" role="php" /> 
    732          <file name="Doclink.php" role="php" /> 
    733         </dir> <!-- /manual/lib/Text/Wiki/Render/Xhtml --> 
    734         <file name="Latex.php" role="php" /> 
    735        </dir> <!-- /manual/lib/Text/Wiki/Render --> 
    736        <file name="Doc.php" role="php" /> 
    737       </dir> <!-- /manual/lib/Text/Wiki --> 
    738      </dir> <!-- /manual/lib/Text --> 
    739      <file name=".htaccess" role="php" /> 
    740      <file name="highlight.php" role="php" /> 
    741     </dir> <!-- /manual/lib --> 
    742     <dir name="scripts"> 
    743      <file name="mootools.v1.11.js" role="php" /> 
    744      <file name="toc.js" role="php" /> 
    745      <file name="tree.js" role="php" /> 
    746     </dir> <!-- /manual/scripts --> 
    747     <dir name="styles"> 
    748      <file name="basic.css" role="php" /> 
    749      <file name="iefix.css" role="php" /> 
    750      <file name="print.css" role="php" /> 
    751     </dir> <!-- /manual/styles --> 
    752     <dir name="templates"> 
    753      <file name=".htaccess" role="php" /> 
    754      <file name="index.tpl.php" role="php" /> 
    755      <file name="latex.tpl.php" role="php" /> 
    756      <file name="xhtml.tpl.php" role="php" /> 
    757     </dir> <!-- /manual/templates --> 
    758     <dir name="tmp"> 
    759      <file name=".htaccess" role="php" /> 
    760     </dir> <!-- /manual/tmp --> 
    761     <file name="index.php" role="php" /> 
    762    </dir> <!-- /manual --> 
    763510   <dir name="tests"> 
    764511    <dir name="Cache"> 
     
    13861133     <file name="941TestCase.php" role="test" /> 
    13871134     <file name="950TestCase.php" role="test" /> 
     1135     <file name="952TestCase.php" role="test" /> 
    13881136     <file name="963TestCase.php" role="test" /> 
    13891137     <file name="966TestCase.php" role="test" /> 
     
    14021150     <file name="1118TestCase.php" role="test" /> 
    14031151     <file name="1121TestCase.php" role="test" /> 
     1152     <file name="1123TestCase.php" role="test" /> 
     1153     <file name="1124TestCase.php" role="test" /> 
     1154     <file name="1125TestCase.php" role="test" /> 
    14041155     <file name="1133TestCase.php" role="test" /> 
    14051156     <file name="1134TestCase.php" role="test" /> 
     1157     <file name="1160TestCase.php" role="test" /> 
     1158     <file name="1175TestCase.php" role="test" /> 
     1159     <file name="1192TestCase.php" role="test" /> 
     1160     <file name="1195TestCase.php" role="test" /> 
     1161     <file name="1205TestCase.php" role="test" /> 
     1162     <file name="1206TestCase.php" role="test" /> 
     1163     <file name="1211TestCase.php" role="test" /> 
     1164     <file name="1213TestCase.php" role="test" /> 
     1165     <file name="1215TestCase.php" role="test" /> 
     1166     <file name="1225TestCase.php" role="test" /> 
     1167     <file name="1228TestCase.php" role="test" /> 
     1168     <file name="1250TestCase.php" role="test" /> 
     1169     <file name="1251TestCase.php" role="test" /> 
     1170     <file name="1253TestCase.php" role="test" /> 
     1171     <file name="1296TestCase.php" role="test" /> 
    14061172     <file name="NewTicketTestCase.php" role="test" /> 
    14071173     <file name="NjeroTestCase.php" role="test" /> 
     
    17671533   <file name="COPYRIGHT" role="doc" /> 
    17681534   <file name="LICENSE" role="doc" /> 
    1769    <file name="README" role="doc" /> 
    17701535  </dir> <!-- / --> 
    17711536 </contents> 
     
    17871552 <phprelease /> 
    17881553 <changelog> 
     1554  <release> 
     1555   <version> 
     1556    <release>1.0.0</release> 
     1557    <api>1.0.0</api> 
     1558   </version> 
     1559   <stability> 
     1560    <release>beta</release> 
     1561    <api>beta</api> 
     1562   </stability> 
     1563   <date>2008-08-05</date> 
     1564   <license uri="http://www.phpdoctrine.org/license">LGPL license</license> 
     1565   <notes>-</notes> 
     1566  </release> 
    17891567  <release> 
    17901568   <version>