<!--
RSS generated by JIRA (5.2.7#850-sha1:b2af0c8dc8537b36121c6a579fabbdf79fc919e5) at Wed Jun 19 15:04:46 UTC 2013

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary add field=key&field=summary to the URL of your request.
For example:
http://www.doctrine-project.org/jira/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?jqlQuery=project+%3D+DWEB+AND+resolution+%3D+Unresolved+ORDER+BY+due+ASC%2C+priority+DESC%2C+created+ASC&tempMax=1000&field=key&field=summary
-->
<!-- If you wish to do custom client-side styling of RSS, uncomment this:
<?xml-stylesheet href="http://www.doctrine-project.org/jira/styles/jiraxml2html.xsl" type="text/xsl"?>
-->
<rss version="0.92">
    <channel>
        <title>Doctrine Project</title>
        <link>http://www.doctrine-project.org/jira/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=project+%3D+DWEB+AND+resolution+%3D+Unresolved+ORDER+BY+due+ASC%2C+priority+DESC%2C+created+ASC</link>
        <description>An XML representation of a search request</description>
                <language>en-us</language>
                        <issue start="0" end="62" total="62"/>
                <build-info>
            <version>5.2.7</version>
            <build-number>850</build-number>
            <build-date>21-02-2013</build-date>
        </build-info>
<item>
            <title>[DWEB-99] 5.14. Many-To-Many, Bidirectional Missing target-entity</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-99</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;&amp;lt;doctrine-mapping&amp;gt;&lt;br/&gt;
    &amp;lt;entity name=&quot;User&quot;&amp;gt;&lt;br/&gt;
        &amp;lt;many-to-many field=&quot;groups&quot; inversed-by=&quot;users&quot;&amp;gt;&lt;br/&gt;
            &amp;lt;join-table name=&quot;users_groups&quot;&amp;gt;&lt;br/&gt;
                &amp;lt;join-columns&amp;gt;&lt;br/&gt;
                    &amp;lt;join-column=&quot;user_id&quot; referenced-column-name=&quot;id&quot; /&amp;gt;&lt;br/&gt;
                &amp;lt;/join-columns&amp;gt;&lt;br/&gt;
                &amp;lt;inverse-join-columns&amp;gt;&lt;br/&gt;
                    &amp;lt;join-column=&quot;group_id&quot; referenced-column-name=&quot;id&quot; /&amp;gt;&lt;br/&gt;
                &amp;lt;/inverse-join-columns&amp;gt;&lt;br/&gt;
            &amp;lt;/join-table&amp;gt;&lt;br/&gt;
        &amp;lt;/many-to-many&amp;gt;&lt;br/&gt;
    &amp;lt;/entity&amp;gt;&lt;/p&gt;

&lt;p&gt;    &amp;lt;entity name=&quot;Group&quot;&amp;gt;&lt;br/&gt;
        &amp;lt;many-to-many field=&quot;users&quot; mapped-by=&quot;groups&quot; /&amp;gt;&lt;br/&gt;
    &amp;lt;/entity&amp;gt;&lt;br/&gt;
&amp;lt;/doctrine-mapping&amp;gt;&lt;/p&gt;

&lt;p&gt;should be this to work:&lt;/p&gt;

&lt;p&gt;&amp;lt;doctrine-mapping&amp;gt;&lt;br/&gt;
    &amp;lt;entity name=&quot;User&quot;&amp;gt;&lt;br/&gt;
        &amp;lt;many-to-many field=&quot;groups&quot; inversed-by=&quot;users&quot; target-entiy=&quot;Group&quot;&amp;gt;&lt;br/&gt;
            &amp;lt;join-table name=&quot;users_groups&quot;&amp;gt;&lt;br/&gt;
                &amp;lt;join-columns&amp;gt;&lt;br/&gt;
                    &amp;lt;join-column=&quot;user_id&quot; referenced-column-name=&quot;id&quot; /&amp;gt;&lt;br/&gt;
                &amp;lt;/join-columns&amp;gt;&lt;br/&gt;
                &amp;lt;inverse-join-columns&amp;gt;&lt;br/&gt;
                    &amp;lt;join-column=&quot;group_id&quot; referenced-column-name=&quot;id&quot; /&amp;gt;&lt;br/&gt;
                &amp;lt;/inverse-join-columns&amp;gt;&lt;br/&gt;
            &amp;lt;/join-table&amp;gt;&lt;br/&gt;
        &amp;lt;/many-to-many&amp;gt;&lt;br/&gt;
    &amp;lt;/entity&amp;gt;&lt;/p&gt;

&lt;p&gt;    &amp;lt;entity name=&quot;Group&quot;&amp;gt;&lt;br/&gt;
        &amp;lt;many-to-many field=&quot;users&quot; mapped-by=&quot;groups&quot; target-enty=&quot;User&quot; /&amp;gt;&lt;br/&gt;
    &amp;lt;/entity&amp;gt;&lt;br/&gt;
&amp;lt;/doctrine-mapping&amp;gt;&lt;/p&gt;</description>
                <environment>Documentation missing a tag to work</environment>
            <key id="13242">DWEB-99</key>
            <summary>5.14. Many-To-Many, Bidirectional Missing target-entity</summary>
                <type id="6" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/documentation.png">Documentation</type>
                                <priority id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/blocker.png">Blocker</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="gix">Dennis</reporter>
                        <labels>
                    </labels>
                <created>Tue, 6 Dec 2011 19:16:44 +0000</created>
                <updated>Tue, 6 Dec 2011 19:16:44 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-54] Doctrine 2 Documentation - Yaml Mapping</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-54</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;The current documentation for the Doctrine2 YAML Mapping ( found here: &lt;a href=&quot;http://www.doctrine-project.org/projects/orm/2.0/docs/reference/yaml-mapping/en#yaml-mapping&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/projects/orm/2.0/docs/reference/yaml-mapping/en#yaml-mapping&lt;/a&gt; ) &lt;/p&gt;

&lt;p&gt;introduces a wrong format for the identifier colum specification.&lt;/p&gt;

&lt;p&gt;I had to go dig around in the source code to find the correct format.&lt;br/&gt;
For anyone less persistent or not accustomed to check the source code of a library this would result in serious headache.&lt;/p&gt;

&lt;p&gt;WRONG: &lt;br/&gt;
id:&lt;br/&gt;
    id:&lt;br/&gt;
      type: integer&lt;br/&gt;
      generator:&lt;br/&gt;
        strategy: AUTO&lt;/p&gt;

&lt;p&gt;RIGHT: (at least with current trunk )&lt;br/&gt;
id:&lt;br/&gt;
  type: integer&lt;br/&gt;
  id: true&lt;br/&gt;
  generator:&lt;br/&gt;
    strategy: AUTO&lt;/p&gt;</description>
                <environment></environment>
            <key id="11668">DWEB-54</key>
            <summary>Doctrine 2 Documentation - Yaml Mapping</summary>
                <type id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="2" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/critical.png">Critical</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="theduke">Chris</reporter>
                        <labels>
                    </labels>
                <created>Thu, 22 Jul 2010 05:28:51 +0000</created>
                <updated>Wed, 1 Dec 2010 07:56:42 +0000</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="14875" author="markus.woessner" created="Wed, 1 Dec 2010 07:56:42 +0000"  >&lt;p&gt;It should also be documented how a DB column name other than the field name can be defined.  &lt;a href=&quot;http://www.doctrine-project.org/documentation/manual/2_0/en/basic-mapping#property-mapping&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/documentation/manual/2_0/en/basic-mapping#property-mapping&lt;/a&gt; suggests &quot;name&quot; would be the correct key. Yet the valid key is &quot;column&quot;. Like Chris I had to dig through the code. Well, at least I came to know it.&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-67] Method error in DBAL doc</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-67</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;On this page =&amp;gt;&lt;br/&gt;
&lt;a href=&quot;http://www.doctrine-project.org/projects/dbal/2.0/docs/reference/data-retrieval-and-manipulation/en#executequery$sql,-array-$params-=-array,-array-$types-=-array&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/projects/dbal/2.0/docs/reference/data-retrieval-and-manipulation/en#executequery$sql,-array-$params-=-array,-array-$types-=-array&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You  should use the &quot;executeQuery&quot; method instead of &quot;execute&quot; .... error otherwise.&lt;/p&gt;</description>
                <environment></environment>
            <key id="12216">DWEB-67</key>
            <summary>Method error in DBAL doc</summary>
                <type id="6" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/documentation.png">Documentation</type>
                                <priority id="2" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/critical.png">Critical</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="manux">Cuisinier Emmanuel</reporter>
                        <labels>
                    </labels>
                <created>Fri, 10 Dec 2010 03:41:03 +0000</created>
                <updated>Fri, 10 Dec 2010 03:41:03 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-95] Huge Documentation Regression - Association Mapping</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-95</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;Some critical mapping information has disappeared from the Association Mapping page.  Several examples are completely missing, and others are only showing XML.&lt;/p&gt;

&lt;p&gt;Please correct ASAP, as this is a vital reference and it&apos;s almost impossible to find elsewhere online.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.doctrine-project.org/docs/orm/2.1/en/reference/association-mapping.html#one-to-many-unidirectional-with-join-table&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/docs/orm/2.1/en/reference/association-mapping.html#one-to-many-unidirectional-with-join-table&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks,&lt;/p&gt;

&lt;p&gt;Scott&lt;/p&gt;</description>
                <environment></environment>
            <key id="12902">DWEB-95</key>
            <summary>Huge Documentation Regression - Association Mapping</summary>
                <type id="6" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/documentation.png">Documentation</type>
                                <priority id="2" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/critical.png">Critical</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="selosindis">Scott Gibson</reporter>
                        <labels>
                    </labels>
                <created>Fri, 5 Aug 2011 17:15:22 +0000</created>
                <updated>Fri, 5 Aug 2011 17:15:46 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>1</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-110] Cannot access API documentation because of redirect loop</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-110</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;&lt;a href=&quot;http://www.doctrine-project.org/api/orm/2.2/&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/api/orm/2.2/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Trying to access the URL above results in a redirect loop.&lt;/p&gt;</description>
                <environment>Google Chrome, Safari</environment>
            <key id="14283">DWEB-110</key>
            <summary>Cannot access API documentation because of redirect loop</summary>
                <type id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="2" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/critical.png">Critical</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="dteoh">Douglas Teoh</reporter>
                        <labels>
                        <label>documentation</label>
                    </labels>
                <created>Fri, 30 Nov 2012 00:37:43 +0000</created>
                <updated>Fri, 30 Nov 2012 00:37:43 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>1</votes>
                        <watches>2</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-19] Description of autoloading models not updated for version 1.2</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-19</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;In the section Introduction to Models/Autoloading Models it says that Doctrine_Core::autoload() will autoload the model. This isn&apos;t correct anymore in version 1.2. You have to use Doctrine_Core::modelsAutoload().&lt;/p&gt;</description>
                <environment></environment>
            <key id="10614">DWEB-19</key>
            <summary>Description of autoloading models not updated for version 1.2</summary>
                <type id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="3" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/major.png">Major</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="manni1962">Manfred Nindl</reporter>
                        <labels>
                    </labels>
                <created>Mon, 14 Dec 2009 19:53:00 +0000</created>
                <updated>Thu, 28 Oct 2010 16:26:33 +0000</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>1</watches>
                        <comments>
                    <comment id="11225" author="mreiche" created="Fri, 18 Dec 2009 13:19:48 +0000"  >&lt;p&gt;Same problem here! I lost hours of time and decided that must be a documentation bug.&lt;/p&gt;

&lt;p&gt;To answer my previous question by mysql: Just register a second autoloader.&lt;br/&gt;
spl_autoload_register(array(&apos;Doctrine_Core&apos;, &apos;autoload&apos;));&lt;br/&gt;
spl_autoload_register(array(&apos;Doctrine_Core&apos;, &apos;modelsAutoload&apos;));&lt;/p&gt;</comment>
                    <comment id="14602" author="raminoacid" created="Thu, 28 Oct 2010 16:26:33 +0000"  >&lt;p&gt;On the same notes, I was following the tutorials on how to integrate with CodeIgniter and the defining models tutorial. In both cases, I would constantly get the following exception:&lt;/p&gt;

&lt;p&gt;PHP Fatal error:  Class &apos;Base&amp;lt;MyClass&amp;gt;&apos; ...&lt;/p&gt;


&lt;p&gt;The only way around was to add:&lt;/p&gt;

&lt;p&gt;spl_autoload_register(array(&apos;Doctrine&apos;, &apos;modelsAutoload&apos;));&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-24] CodeIgniter Info in Cookbook</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-24</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;The documentation on this page is where the error is:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.doctrine-project.org/documentation/cookbook/1_0/en/code-igniter-and-doctrine&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/documentation/cookbook/1_0/en/code-igniter-and-doctrine&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Two lines of code in the block for database.php is stated as follows:&lt;/p&gt;

&lt;p&gt;// Require Doctrine.php&lt;br/&gt;
require_once(realpath(dirname(_&lt;em&gt;FILE&lt;/em&gt;_) . &apos;/../..&apos;) . DIRECTORY_SEPARATOR . &apos;database/doctrine/Doctrine.php&apos;);&lt;/p&gt;

&lt;p&gt;It should be:&lt;/p&gt;

&lt;p&gt;// Require Doctrine.php&lt;br/&gt;
require_once(BASEPATH . &apos;database/doctrine/Doctrine.php&apos;);&lt;/p&gt;

&lt;p&gt;And the other line of code in database.php is stated as:&lt;/p&gt;

&lt;p&gt;// Load the models for the autoloader&lt;br/&gt;
Doctrine::loadModels(realpath(dirname(_&lt;em&gt;FILE&lt;/em&gt;_) . &apos;/..&apos;) . DIRECTORY_SEPARATOR . &apos;models&apos;);&lt;/p&gt;

&lt;p&gt;When it should be&lt;/p&gt;

&lt;p&gt;// Load the models for the autoloader&lt;br/&gt;
Doctrine::loadModels(APPPATH . &apos;models&apos;);&lt;/p&gt;

&lt;p&gt;Please edit this to use the CodeIgniter constants.  I fixed them in my app because the info in your tutorial was wrong.  This is because I ALWAYS separate my application directory and my system directory, and move them away from the web-accessible (htdocs) directory where my index.php resides.&lt;/p&gt;

&lt;p&gt;Thanks!&lt;br/&gt;
Sean&lt;/p&gt;</description>
                <environment>n/a</environment>
            <key id="10745">DWEB-24</key>
            <summary>CodeIgniter Info in Cookbook</summary>
                <type id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="3" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/major.png">Major</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="seangates">Sean Gates</reporter>
                        <labels>
                    </labels>
                <created>Mon, 18 Jan 2010 04:37:34 +0000</created>
                <updated>Mon, 18 Jan 2010 04:39:19 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="11406" author="seangates" created="Mon, 18 Jan 2010 04:38:33 +0000"  >&lt;p&gt;What my database.php file looks like (after the config info).&lt;/p&gt;</comment>
                    <comment id="11407" author="seangates" created="Mon, 18 Jan 2010 04:39:19 +0000"  >&lt;p&gt;There is an image attached to this ticket, but I don&apos;t know how to get to it.&lt;/p&gt;

&lt;p&gt;Thanks!&lt;br/&gt;
Sean&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                    <attachment id="10295" name="Screen shot 2010-01-17 at 10.45.51 PM.png" size="90343" author="seangates" created="Mon, 18 Jan 2010 04:38:33 +0000" />
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-25] Searechable Query Langauge is undocumented</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-25</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;The documentation for the searchable is very light and doesn&apos;t explain much&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.doctrine-project.org/documentation/manual/1_1/hu/searching#query-language&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/documentation/manual/1_1/hu/searching#query-language&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
            <key id="10751">DWEB-25</key>
            <summary>Searechable Query Langauge is undocumented</summary>
                <type id="4" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/improvement.png">Improvement</type>
                                <priority id="3" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/major.png">Major</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="rorymccann">Rory McCann</reporter>
                        <labels>
                    </labels>
                <created>Tue, 19 Jan 2010 18:00:53 +0000</created>
                <updated>Tue, 19 Jan 2010 18:00:53 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-39] Typo in example in DQL documentation</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-39</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;&lt;a href=&quot;http://www.doctrine-project.org/documentation/manual/1_2/en/dql-doctrine-query-language&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/documentation/manual/1_2/en/dql-doctrine-query-language&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Finding all articles which don&apos;t have readers:&lt;br/&gt;
// test.php&lt;/p&gt;

&lt;p&gt;// ...&lt;br/&gt;
$q = Doctrine_Query::create()&lt;br/&gt;
    -&amp;gt;select(&apos;a.id&apos;)&lt;br/&gt;
    -&amp;gt;from(&apos;Article a&apos;)&lt;br/&gt;
    -&amp;gt;where(&apos;NOT EXISTS (SELECT r.id FROM ReaderLog r WHERE r.article_id = a.id));&lt;/p&gt;

&lt;p&gt;echo $q-&amp;gt;getSqlQuery();&lt;/p&gt;

&lt;p&gt;There is missing apostrophe at the end of the where line.&lt;/p&gt;</description>
                <environment>Doctrine 1.2 documentation</environment>
            <key id="11197">DWEB-39</key>
            <summary>Typo in example in DQL documentation</summary>
                <type id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="3" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/major.png">Major</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="user1234">Doesnt matter who I am</reporter>
                        <labels>
                    </labels>
                <created>Fri, 9 Apr 2010 15:44:28 +0000</created>
                <updated>Fri, 9 Apr 2010 15:44:28 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-44] Documentation about NOT IN or &lt;&gt; ALL seems to be wrong</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-44</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;The ALL or ANY operators like presented in the documentation &lt;a href=&quot;http://www.doctrine-project.org/documentation/manual/1_2/en/dql-doctrine-query-language#conditional-expressions:all-and-any-expressions&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/documentation/manual/1_2/en/dql-doctrine-query-language#conditional-expressions:all-and-any-expressions&lt;/a&gt; seems to be not working.&lt;/p&gt;

&lt;p&gt;I&apos;m trying to use them but no way, I always get errors. For exemple if I do this query: &lt;/p&gt;

&lt;p&gt;Doctrine_Query::create() &lt;br/&gt;
-&amp;gt;from(&apos;Contact&apos;) &lt;br/&gt;
-&amp;gt;where(&apos;Contact.id &amp;lt;&amp;gt; ALL (FROM Email(contact_id)&apos;) &lt;br/&gt;
-&amp;gt;execute(); &lt;/p&gt;

&lt;p&gt;I get this error: &lt;br/&gt;
PHP Fatal error:  Uncaught exception &apos;Doctrine_Exception&apos; with message &apos;Couldn&apos;t find class Email(contact_id)&apos; &lt;/p&gt;

&lt;p&gt;Is there a problem in the documentation?? &lt;/p&gt;</description>
                <environment></environment>
            <key id="11328">DWEB-44</key>
            <summary>Documentation about NOT IN or &lt;&gt; ALL seems to be wrong</summary>
                <type id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="3" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/major.png">Major</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="jeanmonod">David Jeanmonod</reporter>
                        <labels>
                    </labels>
                <created>Fri, 7 May 2010 05:18:20 +0000</created>
                <updated>Fri, 7 May 2010 05:30:52 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>1</watches>
                        <comments>
                    <comment id="12864" author="jeanmonod" created="Fri, 7 May 2010 05:30:52 +0000"  >&lt;p&gt;I&apos;m not sure if this is a documentation issue or a bug. If you need, I can provide a test case. Just ask...&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-52] Make note that Model generating will process all yml file given the yaml_schema_path configuration</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-52</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;Lik: &lt;a href=&quot;http://groups.google.com/group/doctrine-user/browse_thread/thread/a33eb8a2e66c3e54&quot; class=&quot;external-link&quot;&gt;http://groups.google.com/group/doctrine-user/browse_thread/thread/a33eb8a2e66c3e54&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I would suggest to extend the documentation with the information that when you have multiple YAML files for generating Models in the folder according the actual configuration [ &apos;yaml_schema_path&apos; ]. All this YAML files will be processed not only the schema.yml file as I assumed according the current documentation.&lt;/p&gt;

&lt;p&gt;somewhere, somehow I got the info that you can lay out your YAML definition in multiple files but as there was no example / explanation of the howto I didn&apos;t gave much attention to it.&lt;/p&gt;

&lt;p&gt;r. Sandor&lt;/p&gt;</description>
                <environment>N/A</environment>
            <key id="11548">DWEB-52</key>
            <summary>Make note that Model generating will process all yml file given the yaml_schema_path configuration</summary>
                <type id="4" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/improvement.png">Improvement</type>
                                <priority id="3" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/major.png">Major</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="carstep">Sandor Bolla</reporter>
                        <labels>
                    </labels>
                <created>Thu, 24 Jun 2010 10:47:05 +0000</created>
                <updated>Thu, 24 Jun 2010 10:47:54 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-53] ORM Sandbox Documentation Mini Tutorial 1st step has bug</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-53</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;Quick Start documentation for ORM has a bug&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.doctrine-project.org/projects/orm/2.0/docs/reference/introduction/en#sandbox-quickstart&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/projects/orm/2.0/docs/reference/introduction/en#sandbox-quickstart&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The &quot;Mini-tutorial&quot; first step says to run&lt;/p&gt;

&lt;p&gt;        &quot; php doctrine orm:schema-tool:create ./Entities &quot;&lt;/p&gt;

&lt;p&gt;but this results in the script saying:&lt;/p&gt;

&lt;p&gt;        &lt;span class=&quot;error&quot;&gt;&amp;#91;RuntimeException&amp;#93;&lt;/span&gt;   &lt;br/&gt;
        Too many arguments.  &lt;/p&gt;

&lt;p&gt;removing the ./Entities parameter seems to work fine and gets the response that the tutorial specifies.&lt;/p&gt;</description>
                <environment>Mac 10.6.4 PHP 5.3.1</environment>
            <key id="11623">DWEB-53</key>
            <summary>ORM Sandbox Documentation Mini Tutorial 1st step has bug</summary>
                <type id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="3" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/major.png">Major</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="dvalentiate">David Valentiate</reporter>
                        <labels>
                    </labels>
                <created>Tue, 13 Jul 2010 23:10:16 +0000</created>
                <updated>Tue, 13 Jul 2010 23:10:16 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-56] Doctrine 2 - sample cli-config.php in &quot;Getting Started XML-Edition&quot; documentation is incorrect.</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-56</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;From this page: &lt;a href=&quot;http://www.doctrine-project.org/projects/orm/2.0/docs/cookbook/getting-started-xml-edition/en&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/projects/orm/2.0/docs/cookbook/getting-started-xml-edition/en&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The contents of the sample cli-config.php file are:&lt;/p&gt;

&lt;p&gt;&amp;lt;?php&lt;br/&gt;
$cliConfig = new Doctrine\Common\Cli\Configuration();&lt;br/&gt;
$cliConfig-&amp;gt;setAttribute(&apos;em&apos;, $entityManager);&lt;/p&gt;

&lt;p&gt;This generates an error: Fatal error: require(): Failed opening required &apos;Doctrine\Common\Cli\Configuration.php&apos; as the class referenced does not exist.&lt;/p&gt;

&lt;p&gt;Futhermore, having examined the $entityManager variable, it is not set and evaluates to NULL.&lt;/p&gt;</description>
                <environment>Doctrine Version 2.0.0BETA3</environment>
            <key id="11816">DWEB-56</key>
            <summary>Doctrine 2 - sample cli-config.php in &quot;Getting Started XML-Edition&quot; documentation is incorrect.</summary>
                <type id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="3" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/major.png">Major</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="gnuffo1">Daniel Moore</reporter>
                        <labels>
                    </labels>
                <created>Mon, 23 Aug 2010 18:03:53 +0000</created>
                <updated>Mon, 23 Aug 2010 19:05:49 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="14042" author="gnuffo1" created="Mon, 23 Aug 2010 19:05:49 +0000"  >&lt;p&gt;After trying to get this work for a while, it seems you need to put something like this in cli-config.php (where index.php is the &quot;obtaining the entity manager&quot; snippet further up the page):&lt;/p&gt;

&lt;p&gt;&amp;lt;?php&lt;br/&gt;
include &quot;index.php&quot;;&lt;/p&gt;

&lt;p&gt;$helpers = array(&lt;br/&gt;
    &apos;db&apos; =&amp;gt; new \Doctrine\DBAL\Tools\Console\Helper\ConnectionHelper($entityManager-&amp;gt;getConnection()),&lt;br/&gt;
    &apos;em&apos; =&amp;gt; new \Doctrine\ORM\Tools\Console\Helper\EntityManagerHelper($entityManager)&lt;br/&gt;
);&lt;/p&gt;

&lt;p&gt;$helperSet = new \Symfony\Components\Console\Helper\HelperSet($helpers);&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-57] Incorrect example for EntityGenerator</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-57</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;There is incorrect example in this page&lt;br/&gt;
&lt;a href=&quot;http://www.doctrine-project.org/api/orm/2.0/doctrine/orm/tools/entitygenerator.html&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/api/orm/2.0/doctrine/orm/tools/entitygenerator.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Generic class used to generate PHP5 entity classes from ClassMetadataInfo instances&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;php&amp;#93;&lt;/span&gt; $classes = $em-&amp;gt;getClassMetadataFactory()-&amp;gt;getAllMetadata();&lt;br/&gt;
$generator = new \Doctrine\ORM\Tools\EntityGenerator(); $generator-&amp;gt;setGenerateAnnotations(true); $generator-&amp;gt;setGenerateStubMethods(true); $generator-&amp;gt;setRegenerateEntityIfExists(false); $generator-&amp;gt;setUpdateEntityIfExists(true); $generator-&amp;gt;generate($classes, &apos;/path/to/generate/entities&apos;);&lt;/p&gt;

&lt;p&gt;Fatal error: Call to undefined method Doctrine\ORM\EntityManager::getClassMetadataFactory() &lt;/p&gt;</description>
                <environment></environment>
            <key id="11872">DWEB-57</key>
            <summary>Incorrect example for EntityGenerator</summary>
                <type id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="3" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/major.png">Major</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="saniok">Alexandr Torchenko</reporter>
                        <labels>
                    </labels>
                <created>Thu, 2 Sep 2010 08:32:39 +0000</created>
                <updated>Thu, 2 Sep 2010 08:32:39 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-58] Missing parameter and semicolon for setMemcache() call</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-58</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;URL: &lt;a href=&quot;http://www.doctrine-project.org/projects/orm/2.0/docs/reference/caching/en#cache-drivers:memcache&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/projects/orm/2.0/docs/reference/caching/en#cache-drivers:memcache&lt;/a&gt;&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeHeader panelHeader&quot; style=&quot;border-bottom-width: 1px;&quot;&gt;&lt;b&gt;Documentation&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;&amp;lt;?php

$memcache = &lt;span class=&quot;code-keyword&quot;&gt;new&lt;/span&gt; Memcache();
$memcache-&amp;gt;connect(&apos;memcache_host&apos;, 11211);

$cacheDriver = &lt;span class=&quot;code-keyword&quot;&gt;new&lt;/span&gt; \Doctrine\Common\Cache\MemcacheCache();
$cacheDriver-&amp;gt;setMemcache()
$cacheDriver-&amp;gt;save(&apos;cache_id&apos;, &apos;my_data&apos;);&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeHeader panelHeader&quot; style=&quot;border-bottom-width: 1px;&quot;&gt;&lt;b&gt;Doctrine\Common\Cache\Memcache&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;class MemcacheCache &lt;span class=&quot;code-keyword&quot;&gt;extends&lt;/span&gt; AbstractCache
{
    /* ... */
    
    /**
     * Sets the memcache instance to use.
     *
     * @param Memcache $memcache
     */
    &lt;span class=&quot;code-keyword&quot;&gt;public&lt;/span&gt; function setMemcache(Memcache $memcache)
    {
        $&lt;span class=&quot;code-keyword&quot;&gt;this&lt;/span&gt;-&amp;gt;_memcache = $memcache;
    }
    
    /* ... */
}&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeHeader panelHeader&quot; style=&quot;border-bottom-width: 1px;&quot;&gt;&lt;b&gt;Pseudo Patch&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;&amp;lt;?php

$memcache = &lt;span class=&quot;code-keyword&quot;&gt;new&lt;/span&gt; Memcache();
$memcache-&amp;gt;connect(&apos;memcache_host&apos;, 11211);

$cacheDriver = &lt;span class=&quot;code-keyword&quot;&gt;new&lt;/span&gt; \Doctrine\Common\Cache\MemcacheCache();
- $cacheDriver-&amp;gt;setMemcache()
+ $cacheDriver-&amp;gt;setMemcache($memcache);
$cacheDriver-&amp;gt;save(&apos;cache_id&apos;, &apos;my_data&apos;);&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment>Irrelevant</environment>
            <key id="11884">DWEB-58</key>
            <summary>Missing parameter and semicolon for setMemcache() call</summary>
                <type id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="3" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/major.png">Major</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="jpieper">Jan Pieper</reporter>
                        <labels>
                    </labels>
                <created>Sun, 5 Sep 2010 03:50:06 +0000</created>
                <updated>Sun, 5 Sep 2010 03:50:06 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-64] wrong resulting sql in Aggregate values</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-64</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;the Aggregate values in the DQL documentation&lt;/p&gt;

&lt;p&gt;the following code&lt;br/&gt;
$q = Doctrine_Query::create()&lt;br/&gt;
    -&amp;gt;select(&apos;u.id, COUNT(t.id) AS num_threads&apos;)&lt;br/&gt;
    -&amp;gt;from(&apos;User u, u.Threads t&apos;)&lt;br/&gt;
    -&amp;gt;where(&apos;u.id = ?&apos;, 1)&lt;br/&gt;
    -&amp;gt;groupBy(&apos;u.id&apos;);&lt;/p&gt;

&lt;p&gt;echo $q-&amp;gt;getSqlQuery();&lt;/p&gt;

&lt;p&gt;the documentation says it will result in the following query&lt;br/&gt;
SELECT &lt;br/&gt;
u.id AS u__id, &lt;br/&gt;
COUNT(f.id) AS f__0 &lt;br/&gt;
FROM user u &lt;br/&gt;
LEFT JOIN forum__thread f ON u.id = f.user_id &lt;br/&gt;
WHERE u.id = ? &lt;br/&gt;
GROUP BY u.id&lt;/p&gt;

&lt;p&gt;notice the different, in DQL we are aggregating users with threads, but the resulting sql joins forums not threads.&lt;/p&gt;</description>
                <environment></environment>
            <key id="12129">DWEB-64</key>
            <summary>wrong resulting sql in Aggregate values</summary>
                <type id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="3" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/major.png">Major</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="pepotiger">Ahmed Ali</reporter>
                        <labels>
                    </labels>
                <created>Sat, 20 Nov 2010 21:11:46 +0000</created>
                <updated>Sat, 20 Nov 2010 21:11:46 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-68] Firefox search plugin fixed and improved</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-68</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;Good evening&lt;/p&gt;

&lt;p&gt;I implemented the Firefox search plugin - see &lt;a href=&quot;http://www.doctrine-project.org/jira/browse/DWEB-8&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/jira/browse/DWEB-8&lt;/a&gt; - that is published via the following LINK element in the HEAD of your pages.&lt;/p&gt;

&lt;p&gt;&amp;lt;link rel=&quot;search&quot; type=&quot;application/opensearchdescription+xml&quot; title=&quot;Doctrine API Documentation&quot; href=&quot;https://addons.mozilla.org/en-US/firefox/downloads/file/67525/doctrine_1.1_api-20091022.xml?confirmed&quot;&amp;gt;&lt;/p&gt;

&lt;p&gt;The plugin does not work now that structure of your API documentation has changed.  I have updated, and improved the plugin.  The new &lt;b&gt;download URL&lt;/b&gt; follows.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://dadl.danbettles.net/search_plugins/orm/1.2/download&quot; class=&quot;external-link&quot;&gt;http://dadl.danbettles.net/search_plugins/orm/1.2/download&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you want to view the source first, simply follow &lt;a href=&quot;http://dadl.danbettles.net/search_plugins/orm/1.2/view_source&quot; class=&quot;external-link&quot;&gt;http://dadl.danbettles.net/search_plugins/orm/1.2/view_source&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I&apos;m still maintaining the plugin page on Mozilla Add Ons, for now, but by linking to my site, you can be sure that visitors to doctrine-project.org will always get the most up-to-date version.&lt;/p&gt;

&lt;p&gt;The biggest, and most useful, change to the plugin is the addition of suggestions.  My site regularly indexes your documentation and serves-up suggestions as you type.  Should a user press &quot;Enter&quot; without choosing a suggestion in Firefox, a Web page listing all matches will be displayed.  If a user types a name that exactly matches an item in the documentation, the relevant page in the API documentation will be displayed.&lt;/p&gt;

&lt;p&gt;If the service proves to be useful, I&apos;ll make a few changes and publish an ORM 2.0 plugin.  I may also set things up to index function names, too.&lt;/p&gt;

&lt;p&gt;Sorry it took me so long to update the plugin - it&apos;s been a while since I worked with Doctrine, so I hadn&apos;t noticed the changes to your site.&lt;/p&gt;

&lt;p&gt;Please let me know how you get on.&lt;/p&gt;</description>
                <environment>All web browsers</environment>
            <key id="12349">DWEB-68</key>
            <summary>Firefox search plugin fixed and improved</summary>
                <type id="4" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/improvement.png">Improvement</type>
                                <priority id="3" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/major.png">Major</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="danbettles">Dan Bettles</reporter>
                        <labels>
                    </labels>
                <created>Wed, 2 Feb 2011 13:54:17 +0000</created>
                <updated>Mon, 7 Feb 2011 10:44:02 +0000</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>1</watches>
                        <comments>
                    <comment id="15235" author="danbettles" created="Mon, 7 Feb 2011 10:44:02 +0000"  >&lt;p&gt;I&apos;ve just had an email from Mozilla to let me know they&apos;ve reviewed, and approved, the plugin.  This means it appears in add-on searches, and you can now &quot;Add to Firefox&quot; immediately - it won&apos;t ask if you&apos;re sure any more.&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-74] Downloadable Documentation would be very helpful</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-74</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;It would be great if documentation could be downloaded in, say, pdf form.&lt;/p&gt;</description>
                <environment></environment>
            <key id="12483">DWEB-74</key>
            <summary>Downloadable Documentation would be very helpful</summary>
                <type id="6" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/documentation.png">Documentation</type>
                                <priority id="3" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/major.png">Major</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="dkwright">David Wright</reporter>
                        <labels>
                    </labels>
                <created>Mon, 21 Mar 2011 16:54:03 +0000</created>
                <updated>Mon, 21 Mar 2011 16:54:03 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-77] Pending pull requests on github</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-77</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;&lt;a href=&quot;https://github.com/doctrine/orm-documentation/pulls&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/orm-documentation/pulls&lt;/a&gt; lists Pull Requests that are there for a couple of months...&lt;/p&gt;

&lt;p&gt;I think this is the best way to push corrections. But if it isn&apos;t the way to do, you should put a warning saying not to fork.&lt;br/&gt;
Cheers&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;edit&amp;#93;&lt;/span&gt; In fact, there are also old bug issues here either :-P&lt;/p&gt;</description>
                <environment></environment>
            <key id="12492">DWEB-77</key>
            <summary>Pending pull requests on github</summary>
                <type id="3" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/task.png">Task</type>
                                <priority id="3" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/major.png">Major</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="mdhooge">Michel D&apos;HOOGE</reporter>
                        <labels>
                    </labels>
                <created>Thu, 24 Mar 2011 13:34:06 +0000</created>
                <updated>Thu, 24 Mar 2011 13:36:44 +0000</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-78] Doctrine2 YAML mapping</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-78</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;In &lt;a href=&quot;http://www.doctrine-project.org/docs/orm/2.0/en/reference/yaml-mapping.html&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/docs/orm/2.0/en/reference/yaml-mapping.html&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;oneToMany:&lt;br/&gt;
    phonenumbers:&lt;br/&gt;
      targetEntity: Phonenumber&lt;br/&gt;
      mappedBy: user&lt;br/&gt;
      cascade: cascadePersist&lt;/p&gt;

&lt;p&gt;not working.. I have to change it to &lt;/p&gt;

&lt;p&gt;oneToMany:&lt;br/&gt;
    phonenumbers:&lt;br/&gt;
      targetEntity: Phonenumber&lt;br/&gt;
      mappedBy: user&lt;br/&gt;
      cascade: &lt;span class=&quot;error&quot;&gt;&amp;#91;cascadePersist&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;to work&lt;/p&gt;</description>
                <environment></environment>
            <key id="12500">DWEB-78</key>
            <summary>Doctrine2 YAML mapping</summary>
                <type id="6" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/documentation.png">Documentation</type>
                                <priority id="3" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/major.png">Major</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="vhpoet">Vahe Hovhannisyan</reporter>
                        <labels>
                    </labels>
                <created>Sat, 26 Mar 2011 08:06:50 +0000</created>
                <updated>Sat, 26 Mar 2011 08:06:50 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-81] Documentation for &quot;Extending DQL in Doctrine 2&quot; is partial and wrong</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-81</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;The references to the FunctionBlock class is wrong.&lt;/p&gt;

&lt;p&gt;It says: Doctrine\ORM\Query\Node\FunctionNode&lt;/p&gt;

&lt;p&gt;But it should be: Doctrine\ORM\Query\AST\Functions\FunctionNode&lt;/p&gt;

&lt;p&gt;Also, the Lexer class is used but does not mention the full class name anywhere, which is: Doctrine\ORM\Query\Lexer&lt;/p&gt;

&lt;p&gt;This prevents people for writing DQL functions.&lt;/p&gt;</description>
                <environment>N/A</environment>
            <key id="12524">DWEB-81</key>
            <summary>Documentation for &quot;Extending DQL in Doctrine 2&quot; is partial and wrong</summary>
                <type id="6" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/documentation.png">Documentation</type>
                                <priority id="3" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/major.png">Major</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="kherge">Kevin Herrera</reporter>
                        <labels>
                    </labels>
                <created>Sat, 2 Apr 2011 13:45:42 +0000</created>
                <updated>Sat, 2 Apr 2011 13:45:42 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-91] DBAL 2.1 API Link 404</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-91</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;The link to the DBAL 2.1 API is broken.  &lt;/p&gt;</description>
                <environment>Ubuntu 11 / Firefox 4</environment>
            <key id="12789">DWEB-91</key>
            <summary>DBAL 2.1 API Link 404</summary>
                <type id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="3" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/major.png">Major</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="webb.roger">Roger Webb</reporter>
                        <labels>
                    </labels>
                <created>Tue, 5 Jul 2011 13:39:20 +0000</created>
                <updated>Tue, 5 Jul 2011 13:39:20 +0000</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-92] Incorrect code snippet in cookbook, mysql enums</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-92</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;The codesnippet @solution 1 does not work for me&lt;br/&gt;
&lt;a href=&quot;http://www.doctrine-project.org/docs/orm/2.0/en/cookbook/mysql-enums.html#solution-1-mapping-to-varchars&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/docs/orm/2.0/en/cookbook/mysql-enums.html#solution-1-mapping-to-varchars&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It did work using :&lt;br/&gt;
$con-&amp;gt;getDatabasePlatform()-&amp;gt;registerDoctrineTypeMapping(&apos;enum&apos;, &apos;&lt;b&gt;string&lt;/b&gt;&apos;);&lt;/p&gt;

&lt;p&gt;On a side note: I think loads of users use Mysql (and enums) and it could be helpfull if there are links in de dbal documentation to this page.&lt;/p&gt;</description>
                <environment>DBAL 2.1</environment>
            <key id="12820">DWEB-92</key>
            <summary>Incorrect code snippet in cookbook, mysql enums</summary>
                <type id="6" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/documentation.png">Documentation</type>
                                <priority id="3" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/major.png">Major</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="elja">Elja van Tol</reporter>
                        <labels>
                    </labels>
                <created>Wed, 13 Jul 2011 08:36:10 +0000</created>
                <updated>Wed, 13 Jul 2011 08:36:10 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-93] DBAL api 2.1 page not found</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-93</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;Api 2.1 docs missing&lt;br/&gt;
&lt;a href=&quot;http://www.doctrine-project.org/projects/dbal/2.1/api&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/projects/dbal/2.1/api&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
            <key id="12821">DWEB-93</key>
            <summary>DBAL api 2.1 page not found</summary>
                <type id="6" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/documentation.png">Documentation</type>
                                <priority id="3" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/major.png">Major</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="elja">Elja van Tol</reporter>
                        <labels>
                    </labels>
                <created>Wed, 13 Jul 2011 08:37:52 +0000</created>
                <updated>Wed, 13 Jul 2011 08:38:26 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="16168" author="elja" created="Wed, 13 Jul 2011 08:38:26 +0000"  >&lt;p&gt;typo&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-94] DBAL 2.1 reference documentation leads to 2.0 beta 4</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-94</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;The reference documentation links to Doctrine DBAL v2.0.0-BETA4 documentation:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.doctrine-project.org/docs/dbal/2.1/en/&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/docs/dbal/2.1/en/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I was hoping i could find some info about the new QueryBuilder ( very glad that 2.1 has this feature now! )&lt;/p&gt;</description>
                <environment></environment>
            <key id="12822">DWEB-94</key>
            <summary>DBAL 2.1 reference documentation leads to 2.0 beta 4</summary>
                <type id="6" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/documentation.png">Documentation</type>
                                <priority id="3" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/major.png">Major</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="elja">Elja van Tol</reporter>
                        <labels>
                    </labels>
                <created>Wed, 13 Jul 2011 08:43:19 +0000</created>
                <updated>Wed, 13 Jul 2011 08:43:19 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-96] Clearly state Doctrine does not support subqueries in FROM part or any other that is not supported</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-96</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;Everywhere I looked (except stackoverflow) was stated that doctrine does support subqueries in the FORM DQL part but this actually is wrong. Doctrine does not support subqueries in the FROM part. Probably somewhere else as well.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.doctrine-project.org/projects/orm/1.2/docs/manual/dql-doctrine-query-language/hu#subqueries&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/projects/orm/1.2/docs/manual/dql-doctrine-query-language/hu#subqueries&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://www.doctrine-project.org/documentation/manual/1_1/pl/dql-doctrine-query-language:subqueries&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/documentation/manual/1_1/pl/dql-doctrine-query-language:subqueries&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
            <key id="12929">DWEB-96</key>
            <summary>Clearly state Doctrine does not support subqueries in FROM part or any other that is not supported</summary>
                <type id="6" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/documentation.png">Documentation</type>
                                <priority id="3" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/major.png">Major</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="antitoxic">Anton Stoychev</reporter>
                        <labels>
                    </labels>
                <created>Wed, 17 Aug 2011 13:02:22 +0000</created>
                <updated>Wed, 17 Aug 2011 13:02:22 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-97] Dead link for DBAL API</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-97</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;Dead link on API for this URL :&lt;br/&gt;
&lt;a href=&quot;http://www.doctrine-project.org/projects/dbal/current/docs/en&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/projects/dbal/current/docs/en&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Here the dead link : &lt;a href=&quot;http://www.doctrine-project.org/projects/dbal/2.1/api&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/projects/dbal/2.1/api&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The only API DBAL link available is for 2.0 : &lt;a href=&quot;http://www.doctrine-project.org/projects/dbal/2.0/api&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/projects/dbal/2.0/api&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
            <key id="13032">DWEB-97</key>
            <summary>Dead link for DBAL API</summary>
                <type id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="3" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/major.png">Major</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="armetiz">Thomas Tourlourat - Armetiz</reporter>
                        <labels>
                    </labels>
                <created>Thu, 22 Sep 2011 09:50:19 +0000</created>
                <updated>Thu, 22 Sep 2011 09:51:03 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-100] Unreadable color scheme for code blocks</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-100</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;Bad color contrast in documentation, unreadable code blocks in chromium browser, screenshot in attachment, example link - &lt;a href=&quot;http://www.doctrine-project.org/docs/mongodb_odm/1.0/en/reference/introduction.html&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/docs/mongodb_odm/1.0/en/reference/introduction.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;FYI: Firefox has a good color contrast for this blocks.&lt;/p&gt;

</description>
                <environment>Ubuntu, Chromium 15.0.874.121</environment>
            <key id="13245">DWEB-100</key>
            <summary>Unreadable color scheme for code blocks</summary>
                <type id="6" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/documentation.png">Documentation</type>
                                <priority id="3" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/major.png">Major</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="apk">Andrey Kucherenko</reporter>
                        <labels>
                    </labels>
                <created>Fri, 9 Dec 2011 09:30:20 +0000</created>
                <updated>Fri, 9 Dec 2011 09:32:34 +0000</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                    <attachment id="11125" name="documentation-screenshot.png" size="60384" author="apk" created="Fri, 9 Dec 2011 09:30:20 +0000" />
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-103] Wrong DateTimeZone initiation in ORM cookbook</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-103</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;In page &lt;a href=&quot;http://www.doctrine-project.org/docs/orm/2.1/en/cookbook/working-with-datetime.html&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/docs/orm/2.1/en/cookbook/working-with-datetime.html&lt;/a&gt; should be&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;&lt;span class=&quot;code-keyword&quot;&gt;new&lt;/span&gt; \DateTimeZone(&apos;UTC&apos;)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;instead of &lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;&lt;span class=&quot;code-keyword&quot;&gt;new&lt;/span&gt; \DateTimeZone(\DateTimeZone::UTC)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The latter fails.&lt;/p&gt;</description>
                <environment></environment>
            <key id="13321">DWEB-103</key>
            <summary>Wrong DateTimeZone initiation in ORM cookbook</summary>
                <type id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="3" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/major.png">Major</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="gedrox">Aigars Gedroics</reporter>
                        <labels>
                    </labels>
                <created>Thu, 29 Dec 2011 15:15:41 +0000</created>
                <updated>Thu, 29 Dec 2011 15:15:41 +0000</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-106] Dead links on projects page</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-106</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;API &amp;amp; Documentation links about migrations tool are dead&lt;br/&gt;
&lt;a href=&quot;http://www.doctrine-project.org/projects.html&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/projects.html&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
            <key id="13549">DWEB-106</key>
            <summary>Dead links on projects page</summary>
                <type id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="3" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/major.png">Major</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="manux">Cuisinier Emmanuel</reporter>
                        <labels>
                    </labels>
                <created>Wed, 21 Mar 2012 22:40:17 +0000</created>
                <updated>Sun, 29 Jul 2012 01:31:38 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>2</votes>
                        <watches>2</watches>
                        <comments>
                    <comment id="18108" author="lazymanc" created="Thu, 21 Jun 2012 15:28:23 +0000"  >&lt;p&gt;This still seems to be a problem.&lt;/p&gt;

&lt;p&gt;The project heading links for the ODM projects on &lt;a href=&quot;http://www.doctrine-project.org/&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/&lt;/a&gt; and &lt;a href=&quot;http://www.doctrine-project.org/projects.html&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/projects.html&lt;/a&gt; are broken.&lt;/p&gt;

&lt;p&gt;e.g. &lt;/p&gt;

&lt;p&gt;&quot;MongoDB Object Document Mapper&quot; links to &lt;a href=&quot;http://www.doctrine-project.org/projects/mongodb_odm.html&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/projects/mongodb_odm.html&lt;/a&gt; which is dead.&lt;/p&gt;

&lt;p&gt;&quot;CouchDB Object Document Mapper&quot; links to &lt;a href=&quot;http://www.doctrine-project.org/projects/couchdb_odm.html&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/projects/couchdb_odm.html&lt;/a&gt; which is dead.&lt;/p&gt;

&lt;p&gt;&quot;PHPCR Object Document Mapper&quot; links to &lt;a href=&quot;http://www.doctrine-project.org/projects/phpcr_odm.html&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/projects/phpcr_odm.html&lt;/a&gt; which is dead.&lt;/p&gt;

&lt;p&gt;The rest seem to be functioning correctly.&lt;/p&gt;</comment>
                    <comment id="18387" author="alexshelkov" created="Sun, 29 Jul 2012 01:31:38 +0000"  >&lt;p&gt;Why nobody fix it? Is someone work with ODM projects? Because when new users wants to check them and see &quot;Oops! The page you visited could not be found&quot; he will think that this projects are closed. I think its quite important to fix such bugs...&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-107] Broken links on the official project page</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-107</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I would like to report few broken links. &lt;/p&gt;

&lt;p&gt;In the migration project page &lt;a href=&quot;http://www.doctrine-project.org/projects/migrations.html&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/projects/migrations.html&lt;/a&gt;, documentation link(&lt;a href=&quot;http://www.doctrine-project.org/docs/migrations/2.0/en/index.html&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/docs/migrations/2.0/en/index.html&lt;/a&gt;) is broken.&lt;/p&gt;

&lt;p&gt;In the project page &lt;a href=&quot;http://www.doctrine-project.org/projects.html&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/projects.html&lt;/a&gt;, MongoDB Object Document Mapper Section link (&lt;a href=&quot;http://www.doctrine-project.org/projects/mongodb_odm.html&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/projects/mongodb_odm.html&lt;/a&gt;) and its download link(&lt;a href=&quot;http://www.doctrine-project.org/projects/mongodb_odm.html&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/projects/mongodb_odm.html&lt;/a&gt;) are broken&lt;/p&gt;</description>
                <environment></environment>
            <key id="13622">DWEB-107</key>
            <summary>Broken links on the official project page</summary>
                <type id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="3" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/major.png">Major</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="dextervip">Rafael Amorim</reporter>
                        <labels>
                    </labels>
                <created>Mon, 9 Apr 2012 21:24:00 +0000</created>
                <updated>Mon, 9 Apr 2012 21:24:00 +0000</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-108] API - ORM 2.2</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-108</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;At &lt;a href=&quot;http://www.doctrine-project.org/api/orm/2.2/&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/api/orm/2.2/&lt;/a&gt; is APIDoc for 2.1.6 not 2.2.x (2.2.2) see &lt;a href=&quot;http://www.doctrine-project.org/api/orm/2.2/class-Doctrine.ORM.Version.html&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/api/orm/2.2/class-Doctrine.ORM.Version.html&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
            <key id="13662">DWEB-108</key>
            <summary>API - ORM 2.2</summary>
                <type id="6" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/documentation.png">Documentation</type>
                                <priority id="3" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/major.png">Major</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="vrtak-cz">Patrik Voto&#269;ek</reporter>
                        <labels>
                    </labels>
                <created>Thu, 26 Apr 2012 23:20:21 +0000</created>
                <updated>Thu, 26 Apr 2012 23:20:21 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-111] http://wiki.doctrine-project.org/ not working</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-111</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;return a 500 the last few Days&lt;/p&gt;</description>
                <environment></environment>
            <key id="14307">DWEB-111</key>
            <summary>http://wiki.doctrine-project.org/ not working</summary>
                <type id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="3" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/major.png">Major</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="obw">Marcus Obwandner</reporter>
                        <labels>
                    </labels>
                <created>Wed, 12 Dec 2012 13:28:39 +0000</created>
                <updated>Wed, 12 Dec 2012 13:29:14 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>1</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-55] Missing datetimetz mapping type + one tiny typo</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-55</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;In section &lt;a href=&quot;http://www.doctrine-project.org/projects/orm/2.0/docs/reference/basic-mapping/en#doctrine-mapping-types&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/projects/orm/2.0/docs/reference/basic-mapping/en#doctrine-mapping-types&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;mapping type datetimetz is missing&lt;/li&gt;
	&lt;li&gt;there is a tiny typo in definition of array type - there should be &quot;to a PHP array&quot; instead of &quot;to a PHP object&quot;.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Jan&lt;/p&gt;</description>
                <environment></environment>
            <key id="11708">DWEB-55</key>
            <summary>Missing datetimetz mapping type + one tiny typo</summary>
                <type id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="4" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/minor.png">Minor</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="jantichy">Jan Tich&#253;</reporter>
                        <labels>
                    </labels>
                <created>Tue, 3 Aug 2010 07:27:31 +0000</created>
                <updated>Tue, 3 Aug 2010 08:55:31 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="13767" author="jantichy" created="Tue, 3 Aug 2010 07:28:36 +0000"  >&lt;p&gt;...and while adding datetimetz type, the datetime description should be changed as well.&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-59] External resource unavailable (dead link)</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-59</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;URL: &lt;a href=&quot;http://www.doctrine-project.org/projects/orm/2.0/docs/reference/inheritance-mapping/en#single-table-inheritance&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/projects/orm/2.0/docs/reference/inheritance-mapping/en#single-table-inheritance&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;&lt;b&gt;Single Table Inheritance&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://martinfowler.com/eaaCatalog/singleTableInheritance.html&quot; class=&quot;external-link&quot;&gt;Single Table Inheritance&lt;/a&gt;  is an inheritance mapping strategy where all classes of a hierarchy are mapped to a single database table. In order to distinguish which row represents which type in the hierarchy a so-called discriminator column is used.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;External resource &lt;a href=&quot;http://martinfowler.com/eaaCatalog/singleTableInheritance.html&quot; class=&quot;external-link&quot;&gt;http://martinfowler.com/eaaCatalog/singleTableInheritance.html&lt;/a&gt; seems do be unavailable.&lt;/p&gt;</description>
                <environment>Irrelevant</environment>
            <key id="11885">DWEB-59</key>
            <summary>External resource unavailable (dead link)</summary>
                <type id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="4" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/minor.png">Minor</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="jpieper">Jan Pieper</reporter>
                        <labels>
                    </labels>
                <created>Sun, 5 Sep 2010 13:46:55 +0000</created>
                <updated>Tue, 7 Sep 2010 08:25:08 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="14281" author="jpieper" created="Sun, 5 Sep 2010 13:48:29 +0000"  >&lt;p&gt;URL: &lt;a href=&quot;http://www.doctrine-project.org/projects/orm/2.0/docs/reference/inheritance-mapping/en#class-table-inheritance&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/projects/orm/2.0/docs/reference/inheritance-mapping/en#class-table-inheritance&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;&lt;b&gt;Class Table Inheritance&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://martinfowler.com/eaaCatalog/classTableInheritance.html&quot; class=&quot;external-link&quot;&gt;Class Table Inheritance&lt;/a&gt; is an inheritance mapping strategy where each class in a hierarchy is mapped to several tables: its own table and the tables of all parent classes. The table of a child class is linked to the table of a parent class through a foreign key constraint. Doctrine 2 implements this strategy through the use of a discriminator column in the topmost table of the hierarchy because this is the easiest way to achieve polymorphic queries with Class Table Inheritance.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Same link.&lt;/p&gt;</comment>
                    <comment id="14300" author="jpieper" created="Tue, 7 Sep 2010 08:25:08 +0000"  >&lt;p&gt;Resources seem to be available again.&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-61] date type maps SQL DATE instead of SQL DATETIME to a PHP DateTime object.</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-61</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;At &lt;a href=&quot;http://www.doctrine-project.org/projects/orm/2.0/docs/reference/basic-mapping/en&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/projects/orm/2.0/docs/reference/basic-mapping/en&lt;/a&gt; section &quot;Doctrine mapping types&quot;&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;date: Type that maps an SQL DATETIME to a PHP DateTime object.&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;should be&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;date: Type that maps an SQL DATE to a PHP DateTime object.&lt;/li&gt;
&lt;/ol&gt;
</description>
                <environment>n/a</environment>
            <key id="12059">DWEB-61</key>
            <summary>date type maps SQL DATE instead of SQL DATETIME to a PHP DateTime object.</summary>
                <type id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="4" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/minor.png">Minor</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="kritz">Chris van der Wel</reporter>
                        <labels>
                    </labels>
                <created>Tue, 2 Nov 2010 11:22:39 +0000</created>
                <updated>Tue, 2 Nov 2010 11:22:39 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-62] JIRA: Automatic notification for &quot;all&quot; changes to bugs ignores new comments that are added to bugs</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-62</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;I opened Issue No. &lt;a href=&quot;http://www.doctrine-project.org/jira/browse/DDC-864&quot; title=&quot;DQL: EBNF for Subselects is incorrect. Path expressions in general do not work as described. Related to Bugs 857, 863&quot;&gt;&lt;del&gt;DDC-864&lt;/del&gt;&lt;/a&gt;. After creating the bug, I clicked on &quot;watch it&quot;.&lt;/p&gt;

&lt;p&gt;The &quot;Issue details&quot; page for the issue is confirming it. &quot;You are watching this issue. You will be notified of all changes. &quot;&lt;/p&gt;

&lt;p&gt;On 06/Nov/10 05:48 PM and on 06/Nov/10 05:49 PM two comments were added to the issue. I did not receive any notification.&lt;/p&gt;

&lt;p&gt;I just noticed right now by polling the open issues I reported.&lt;/p&gt;

&lt;p&gt;My email adress is correct (it&apos;s shown obfuscated with &quot;dot&quot; instead of &quot;.&quot; by JIRA, but I think that&apos;s just a presentation thing).&lt;/p&gt;</description>
                <environment></environment>
            <key id="12077">DWEB-62</key>
            <summary>JIRA: Automatic notification for &quot;all&quot; changes to bugs ignores new comments that are added to bugs</summary>
                <type id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="4" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/minor.png">Minor</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="dalvarez">Daniel Alvarez Arribas</reporter>
                        <labels>
                    </labels>
                <created>Mon, 8 Nov 2010 15:36:45 +0000</created>
                <updated>Mon, 8 Nov 2010 16:04:10 +0000</updated>
                                                                    <component>Extensions</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-65] Problems with syntax highlighting on some pages</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-65</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;Looks like php open tag is missing&lt;br/&gt;
&lt;a href=&quot;http://www.doctrine-project.org/projects/orm/2.0/docs/reference/association-mapping/en#runtime-vs-development-mapping-validation&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/projects/orm/2.0/docs/reference/association-mapping/en#runtime-vs-development-mapping-validation&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://www.doctrine-project.org/projects/orm/2.0/docs/cookbook/strategy-cookbook-introduction/en#solution&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/projects/orm/2.0/docs/cookbook/strategy-cookbook-introduction/en#solution&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
            <key id="12172">DWEB-65</key>
            <summary>Problems with syntax highlighting on some pages</summary>
                <type id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="4" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/minor.png">Minor</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="koc">Konstantin</reporter>
                        <labels>
                    </labels>
                <created>Sun, 28 Nov 2010 16:38:45 +0000</created>
                <updated>Sun, 28 Nov 2010 16:38:45 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-69] ORM Documentation Reference typo</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-69</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;Doctrine 2 ORM v2.0.0 documentation&lt;br/&gt;
Getting Started&lt;br/&gt;
Obtaining the EntityManager&lt;/p&gt;

&lt;p&gt;Current version:&lt;br/&gt;
In &lt;b&gt;production&lt;/b&gt; we use caching only on a per request-basis using the ArrayCache. In production it is literally required to use Apc...&lt;/p&gt;

&lt;p&gt;Should be:&lt;br/&gt;
In &lt;b&gt;development&lt;/b&gt; we use caching only on a per request-basis using the ArrayCache. In production it is literally required to use Apc...&lt;/p&gt;</description>
                <environment></environment>
            <key id="12408">DWEB-69</key>
            <summary>ORM Documentation Reference typo</summary>
                <type id="6" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/documentation.png">Documentation</type>
                                <priority id="4" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/minor.png">Minor</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="vgarvardt">Vladimir Garvardt</reporter>
                        <labels>
                    </labels>
                <created>Sun, 20 Feb 2011 05:47:48 +0000</created>
                <updated>Sun, 20 Feb 2011 05:47:48 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-70] Error in Documentation</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-70</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;In reference guide, 12: DQL &lt;a href=&quot;http://www.doctrine-project.org/docs/orm/2.0/en/reference/dql-doctrine-query-language.html&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/docs/orm/2.0/en/reference/dql-doctrine-query-language.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;12.2.4 DQL SELECT Examples&lt;/p&gt;

&lt;p&gt;With COUNT DISTINCT:&lt;/p&gt;

&lt;p&gt;&amp;lt;?php&lt;br/&gt;
$query = $em-&amp;gt;createQuery(&apos;SELECT COUNT(DISTINCT u.name) FROM CmsUser&apos;);&lt;br/&gt;
$users = $query-&amp;gt;getResult(); // array of ForumUser objects&lt;/p&gt;

&lt;p&gt;Alias missing in the query.&lt;br/&gt;
It doesn&apos;t return ForumUser objects.&lt;/p&gt;

&lt;p&gt;&amp;#8212;&lt;/p&gt;

&lt;p&gt;With Arithmetic Expression in WHERE clause:&lt;/p&gt;

&lt;p&gt;&amp;lt;?php&lt;br/&gt;
$query = $em-&amp;gt;createQuery(&apos;SELECT u FROM CmsUser u WHERE ((u.id + 5000) * u.id + 3) &amp;lt; 10000000&apos;);&lt;br/&gt;
$users = $query-&amp;gt;getResult(); // array of ForumUser objects&lt;/p&gt;

&lt;p&gt;It doesn&apos;t return ForumUser objects.&lt;/p&gt;

&lt;p&gt;&amp;#8211;&lt;/p&gt;

&lt;p&gt;And after these examples the comments on $query-&amp;gt;getResult(); that tells what is returned is missing.&lt;/p&gt;</description>
                <environment></environment>
            <key id="12415">DWEB-70</key>
            <summary>Error in Documentation</summary>
                <type id="6" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/documentation.png">Documentation</type>
                                <priority id="4" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/minor.png">Minor</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="rudyrain">Hakan Deryal</reporter>
                        <labels>
                    </labels>
                <created>Wed, 23 Feb 2011 08:09:31 +0000</created>
                <updated>Wed, 23 Feb 2011 08:17:13 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="15364" author="rudyrain" created="Wed, 23 Feb 2011 08:17:13 +0000"  >&lt;p&gt;Added more errors.&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-71] Documentation need improvement</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-71</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;In reference guide, 12: DQL &lt;a href=&quot;http://www.doctrine-project.org/docs/orm/2.0/en/reference/dql-doctrine-query-language.html&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/docs/orm/2.0/en/reference/dql-doctrine-query-language.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;There is a part for partial object syntax: 12.2.4.1. Partial Object Syntax &lt;a href=&quot;http://www.doctrine-project.org/docs/orm/2.0/en/reference/dql-doctrine-query-language.html#partial-object-syntax&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/docs/orm/2.0/en/reference/dql-doctrine-query-language.html#partial-object-syntax&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It should have some reference to 16. Partial Objects chapter as it gives some detailed explanation about the subject and has important notes. &lt;a href=&quot;http://www.doctrine-project.org/docs/orm/2.0/en/reference/partial-objects.html&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/docs/orm/2.0/en/reference/partial-objects.html&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;Also in chapter 16 it says partial objects are not allowed by default. There is no mention to that in chapter 12 part.&lt;/p&gt;</description>
                <environment></environment>
            <key id="12416">DWEB-71</key>
            <summary>Documentation need improvement</summary>
                <type id="6" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/documentation.png">Documentation</type>
                                <priority id="4" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/minor.png">Minor</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="rudyrain">Hakan Deryal</reporter>
                        <labels>
                    </labels>
                <created>Wed, 23 Feb 2011 09:03:16 +0000</created>
                <updated>Wed, 23 Feb 2011 09:05:49 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-75] Little problem in &quot;Getting Started&quot; &gt; &quot;Entity Repositories&quot;</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-75</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;In the Getting Started guide, section &quot;Entity Repositories&quot;:&lt;/p&gt;

&lt;p&gt;In the PHP tab says&lt;br/&gt;
/**&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;@Entity @Table(name=&quot;bugs&quot;, repositoryClass=&quot;BugRepository&quot;)&lt;br/&gt;
 */&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;but the repositoryClass must be in @Entity, you should change this for:&lt;/p&gt;

&lt;p&gt;/**&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;@Entity(repositoryClass=&quot;BugRepository&quot;) @Table(name=&quot;bugs&quot;)&lt;br/&gt;
 */&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment></environment>
            <key id="12489">DWEB-75</key>
            <summary>Little problem in &quot;Getting Started&quot; &gt; &quot;Entity Repositories&quot;</summary>
                <type id="6" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/documentation.png">Documentation</type>
                                <priority id="4" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/minor.png">Minor</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="fcalderon">Francisco Calder&#243;n</reporter>
                        <labels>
                    </labels>
                <created>Thu, 24 Mar 2011 02:52:05 +0000</created>
                <updated>Thu, 24 Mar 2011 02:52:05 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-76] Ordered Lists (arabic simple) incorrectly rendered by the CSS</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-76</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;All explicit ordered lists (see link to sample below) are incorrectly rendered by the default.css file.&lt;br/&gt;
The &amp;lt;ol&amp;gt; tag has classes &quot;arabic simple&quot; with correct CSS style but the list-style-type is enforced to none by the css for all &amp;lt;li&amp;gt; tags.&lt;/p&gt;

&lt;p&gt;Sample:&lt;br/&gt;
&lt;a href=&quot;http://www.doctrine-project.org/docs/orm/2.0/en/reference/working-with-associations.html#persistence-by-reachability-cascade-persist&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/docs/orm/2.0/en/reference/working-with-associations.html#persistence-by-reachability-cascade-persist&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
            <key id="12490">DWEB-76</key>
            <summary>Ordered Lists (arabic simple) incorrectly rendered by the CSS</summary>
                <type id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="4" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/minor.png">Minor</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="mdhooge">Michel D&apos;HOOGE</reporter>
                        <labels>
                    </labels>
                <created>Thu, 24 Mar 2011 07:07:23 +0000</created>
                <updated>Thu, 24 Mar 2011 07:07:23 +0000</updated>
                                                                    <component>Layout</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-79] Batch Processing Link from DQL ORM Documentation Page is Broken</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-79</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;This page: &lt;a href=&quot;http://www.doctrine-project.org/docs/orm/2.0/en/reference/dql-doctrine-query-language.html#iterating-large-result-sets&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/docs/orm/2.0/en/reference/dql-doctrine-query-language.html#iterating-large-result-sets&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Links to this page: &lt;a href=&quot;http://www.doctrine-project.org/docs/orm/2.0/en/reference/batch-processing&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/docs/orm/2.0/en/reference/batch-processing&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Which does not exist because it is missing the &quot;.html&quot; suffix.&lt;/p&gt;</description>
                <environment>N/A</environment>
            <key id="12520">DWEB-79</key>
            <summary>Batch Processing Link from DQL ORM Documentation Page is Broken</summary>
                <type id="6" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/documentation.png">Documentation</type>
                                <priority id="4" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/minor.png">Minor</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="kherge">Kevin Herrera</reporter>
                        <labels>
                    </labels>
                <created>Thu, 31 Mar 2011 14:56:33 +0000</created>
                <updated>Thu, 31 Mar 2011 15:05:11 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="15645" author="kherge" created="Thu, 31 Mar 2011 15:04:26 +0000"  >&lt;p&gt;Downgraded status because the link to batch processing can be found elsewhere in the TOC.&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                    <attachment id="10965" name="doc-bug.png" size="45666" author="kherge" created="Thu, 31 Mar 2011 14:56:33 +0000" />
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-82] Class Definition Missing Parent Class</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-82</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;Class &quot;Bar&quot; should extend &quot;\Doctrine\Common\Annotations\Annotation&quot; as it does in class &quot;Foo&quot;.&lt;/p&gt;

&lt;p&gt;See &lt;a href=&quot;http://www.doctrine-project.org/projects/common/2.0/docs/reference/annotations/en#usage&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/projects/common/2.0/docs/reference/annotations/en#usage&lt;/a&gt;&lt;/p&gt;</description>
                <environment>Doctrine Annotations Reference</environment>
            <key id="12574">DWEB-82</key>
            <summary>Class Definition Missing Parent Class</summary>
                <type id="6" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/documentation.png">Documentation</type>
                                <priority id="4" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/minor.png">Minor</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="icsmith23">Ian Smith</reporter>
                        <labels>
                    </labels>
                <created>Sat, 23 Apr 2011 14:11:04 +0000</created>
                <updated>Mon, 25 Apr 2011 07:02:21 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-83] Migration changeColumn documentation incorrect</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-83</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;It appears that the documentation for changeColumn for migrations is wrong - the fourth argument seems to be the length, and the fifth argument is the array of options.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.doctrine-project.org/projects/orm/1.2/docs/manual/migrations/en#writing-migration-classes:available-operations:change-column&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/projects/orm/1.2/docs/manual/migrations/en#writing-migration-classes:available-operations:change-column&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;// This Fails:&lt;br/&gt;
$this-&amp;gt;changeColumn(&apos;table_name&apos;, &apos;column_name&apos;, &apos;tinyint&apos;, $options);   &lt;/p&gt;

&lt;p&gt;// This Works:&lt;br/&gt;
$this-&amp;gt;changeColumn(&apos;table_name&apos;, &apos;column_name&apos;, &apos;tinyint&apos;, 3, $options);&lt;/p&gt;

&lt;p&gt;Trying the former option with decimals caused the error:&lt;br/&gt;
&quot;ALTER TABLE uza_population_size CHANGE square_miles square_miles DECIMAL(Array, 2)&quot;&lt;/p&gt;
</description>
                <environment>Doctrine 1.2, with Symfony 1.4 r32415</environment>
            <key id="12577">DWEB-83</key>
            <summary>Migration changeColumn documentation incorrect</summary>
                <type id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="4" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/minor.png">Minor</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="krues8dr">Bill Hunt</reporter>
                        <labels>
                    </labels>
                <created>Mon, 25 Apr 2011 17:19:50 +0000</created>
                <updated>Mon, 25 Apr 2011 17:19:50 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-84] Integrate orm-documentation Pull Request #27</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-84</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;I&apos;ve written an article for the Doctrine Cookbook, how to persist the decorator pattern with doctrine 2. &lt;/p&gt;

&lt;p&gt;the pull request can be found here:&lt;br/&gt;
&lt;a href=&quot;https://github.com/doctrine/orm-documentation/pull/27&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/orm-documentation/pull/27&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Please review. Feedback and edits are welcomed!&lt;/p&gt;
</description>
                <environment></environment>
            <key id="12616">DWEB-84</key>
            <summary>Integrate orm-documentation Pull Request #27</summary>
                <type id="6" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/documentation.png">Documentation</type>
                                <priority id="4" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/minor.png">Minor</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="chriswoodford">Chris Woodford</reporter>
                        <labels>
                    </labels>
                <created>Fri, 6 May 2011 01:58:23 +0000</created>
                <updated>Fri, 6 May 2011 01:58:23 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-85] Better API generator</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-85</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;Hi guys, am I the only one who hates the current API references?&lt;/p&gt;

&lt;p&gt;Try compare &lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.doctrine-project.org/projects/orm/2.0/api&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/projects/orm/2.0/api&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;and &lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://api.nella-project.org/framework/namespace-Doctrine.html&quot; class=&quot;external-link&quot;&gt;http://api.nella-project.org/framework/namespace-Doctrine.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The other one was generated by modified version of &lt;a href=&quot;http://www.apigen.org/&quot; class=&quot;external-link&quot;&gt;http://www.apigen.org/&lt;/a&gt;, so it can inherit more projects, but in original it looks like &lt;a href=&quot;http://api.nette.org/2.0/&quot; class=&quot;external-link&quot;&gt;http://api.nette.org/2.0/&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;Thanks for your time &lt;img class=&quot;emoticon&quot; src=&quot;http://www.doctrine-project.org/jira/images/icons/emoticons/smile.gif&quot; height=&quot;20&quot; width=&quot;20&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;</description>
                <environment></environment>
            <key id="12648">DWEB-85</key>
            <summary>Better API generator</summary>
                <type id="4" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/improvement.png">Improvement</type>
                                <priority id="4" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/minor.png">Minor</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="hosiplan">Filip Proch&#225;zka</reporter>
                        <labels>
                    </labels>
                <created>Thu, 19 May 2011 07:02:39 +0000</created>
                <updated>Tue, 28 Feb 2012 17:09:10 +0000</updated>
                                                                            <due></due>
                    <votes>8</votes>
                        <watches>5</watches>
                        <comments>
                    <comment id="15881" author="vrtak-cz" created="Wed, 25 May 2011 17:40:13 +0000"  >&lt;p&gt;Generated with this fork &lt;a href=&quot;https://github.com/Andrewsville/apigen&quot; class=&quot;external-link&quot;&gt;https://github.com/Andrewsville/apigen&lt;/a&gt; &lt;img class=&quot;emoticon&quot; src=&quot;http://www.doctrine-project.org/jira/images/icons/emoticons/smile.gif&quot; height=&quot;20&quot; width=&quot;20&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;</comment>
                    <comment id="15882" author="majkl578" created="Wed, 25 May 2011 17:42:13 +0000"  >&lt;p&gt;I obviously voted for, because current API is horribly ugly. &lt;img class=&quot;emoticon&quot; src=&quot;http://www.doctrine-project.org/jira/images/icons/emoticons/smile.gif&quot; height=&quot;20&quot; width=&quot;20&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;</comment>
                    <comment id="15883" author="kukulich" created="Wed, 25 May 2011 19:44:08 +0000"  >&lt;p&gt;I have generated Doctrine ORM documentation, so you can have a look: &lt;a href=&quot;http://temp.kukulich.cz/doctrine/&quot; class=&quot;external-link&quot;&gt;http://temp.kukulich.cz/doctrine/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Generated by version 2.1.0 of ApiGen: &lt;a href=&quot;http://apigen.org&quot; class=&quot;external-link&quot;&gt;http://apigen.org&lt;/a&gt;&lt;/p&gt;</comment>
                    <comment id="17485" author="jan.jakes" created="Tue, 28 Feb 2012 17:09:10 +0000"  >&lt;p&gt;Any chance to see an update on this issue?&lt;/p&gt;

&lt;p&gt;(The difference between &lt;a href=&quot;http://temp.kukulich.cz/doctrine/&quot; class=&quot;external-link&quot;&gt;http://temp.kukulich.cz/doctrine/&lt;/a&gt; and &lt;a href=&quot;http://www.doctrine-project.org/projects/orm/2.0/api&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/projects/orm/2.0/api&lt;/a&gt; should be convincing enough.)&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-87] Suggestion: Change the 2.0 to &quot;current&quot; in the docs URL</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-87</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;Hey guys-&lt;/p&gt;

&lt;p&gt;This is just a general suggestion about the website - I&apos;m note sure if there&apos;s a better place to put this. In Symfony - following PHPUnit&apos;s lead - we removed the documentation&apos;s version from the URL and replaced it with &quot;current&quot;. For Doctrine (taking the ORM as an example), this would mean that:&lt;/p&gt;

&lt;p&gt;    &lt;a href=&quot;http://www.doctrine-project.org/docs/orm/2.0/en/&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/docs/orm/2.0/en/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;becomes&lt;/p&gt;

&lt;p&gt;    &lt;a href=&quot;http://www.doctrine-project.org/docs/orm/current/en/&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/docs/orm/current/en/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We made this change in Symfony-land in response to users complaining - from symfony1 - that googling always returned out-of-date documentation. This makes sense if you have the version in the URL, as all of your backlinks will link to a specific version (e.g. &quot;2.0&quot;), keeping the rank on that version high even as it becomes out-of-date.&lt;/p&gt;

&lt;p&gt;Just a suggestion! Should be as easy as a symlink, but do with it what you will.&lt;/p&gt;

&lt;p&gt;Cheers!&lt;/p&gt;</description>
                <environment></environment>
            <key id="12696">DWEB-87</key>
            <summary>Suggestion: Change the 2.0 to &quot;current&quot; in the docs URL</summary>
                <type id="4" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/improvement.png">Improvement</type>
                                <priority id="4" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/minor.png">Minor</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="weaverryan">Ryan Weaver</reporter>
                        <labels>
                    </labels>
                <created>Fri, 3 Jun 2011 19:09:42 +0000</created>
                <updated>Fri, 29 Jul 2011 19:19:05 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="15905" author="weaverryan" created="Fri, 3 Jun 2011 19:12:50 +0000"  >&lt;p&gt;I should also add that just making the &quot;/current&quot; URL work is not enough - all possible links should be changed to &quot;/current&quot; so that - hopefully - google will index that URL. In the most hardcore world, a 301 redirect could be setup from &quot;/2.0&quot; to &quot;/current&quot; until 2.1 goes stable (at which point 2.0 would once again resolve to the 2.0 docs).&lt;/p&gt;</comment>
                    <comment id="16230" author="weaverryan" created="Fri, 29 Jul 2011 19:19:05 +0000"  >&lt;p&gt;Little bump - totally not critical, but this will pay off more the earlier it can be done.&lt;/p&gt;

&lt;p&gt;Thanks!&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-88] Wrong anchor target (404)</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-88</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;There is a wrong anchor to DBAL configuration documentation at &lt;a href=&quot;http://www.doctrine-project.org/docs/orm/2.0/en/reference/configuration.html#connection-options&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/docs/orm/2.0/en/reference/configuration.html#connection-options&lt;/a&gt;&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;diff --git a/en/reference/configuration.rst b/en/reference/configuration.rst
index 27a54c6..a67063f 100644
--- a/en/reference/configuration.rst
+++ b/en/reference/configuration.rst
@@ -356,7 +356,7 @@ instance of ``Doctrine\DBAL\Connection``. If an array is passed it
 is directly passed along to the DBAL Factory
 ``Doctrine\DBAL\DriverManager::getConnection()``. The DBAL
 configuration is explained in the
-`DBAL section &amp;lt;./../../../../../dbal/2.0/docs/reference/configuration/en&amp;gt;`_.
+`DBAL section &amp;lt;./../../../../../docs/dbal/2.0/en/reference/configuration.html&amp;gt;`_.
 
 Proxy Objects
 -------------
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;This could be a possible fix but i wasn&apos;t able to test it due to missing sphinx-build tool.&lt;/p&gt;</description>
                <environment>Irrelevant</environment>
            <key id="12738">DWEB-88</key>
            <summary>Wrong anchor target (404)</summary>
                <type id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="4" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/minor.png">Minor</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="jpieper">Jan Pieper</reporter>
                        <labels>
                    </labels>
                <created>Wed, 22 Jun 2011 16:07:59 +0000</created>
                <updated>Wed, 22 Jun 2011 16:07:59 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-89] Generated API doc for Doctrine 2.0 does not use 2.0 codebase</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-89</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;The documentation in the API (&lt;a href=&quot;http://www.doctrine-project.org/projects/orm/2.0/api&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/projects/orm/2.0/api&lt;/a&gt;) references to functions that are not currently implemented in 2.0 but are in 2.1. For instance, the ORM\Query\Expr mentions the method isNull which is not in 2.06.&lt;/p&gt;

&lt;p&gt;Link : &lt;br/&gt;
&lt;a href=&quot;http://www.doctrine-project.org/api/orm/2.0/doctrine/orm/query/expr.html#isNull(&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/api/orm/2.0/doctrine/orm/query/expr.html#isNull(&lt;/a&gt;)&lt;/p&gt;</description>
                <environment>n/a</environment>
            <key id="12741">DWEB-89</key>
            <summary>Generated API doc for Doctrine 2.0 does not use 2.0 codebase</summary>
                <type id="6" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/documentation.png">Documentation</type>
                                <priority id="4" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/minor.png">Minor</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="jbourassa">Jimmy Bourassa</reporter>
                        <labels>
                    </labels>
                <created>Thu, 23 Jun 2011 13:09:03 +0000</created>
                <updated>Thu, 23 Jun 2011 13:09:03 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>1</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-98] XML example errors in section 6 of the manual</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-98</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;I&apos;ve notice some error in the XML example of the Doctrine ORM manual, section 6.&lt;/p&gt;

&lt;p&gt;There is often:&lt;br/&gt;
&amp;lt;join-column=&quot;user_id&quot; referenced-column-name=&quot;id&quot; /&amp;gt;&lt;br/&gt;
The correct tag should be:&lt;br/&gt;
&amp;lt;join-column name=&quot;user_id&quot; referenced-column-name=&quot;id&quot; /&amp;gt;&lt;/p&gt;


&lt;p&gt;Also, in the many-to-many bidirectional example is missing the targer-entity tag:&lt;br/&gt;
&amp;lt;many-to-many field=&quot;groups&quot; inversed-by=&quot;users&quot;&amp;gt;&lt;br/&gt;
Should be:&lt;br/&gt;
&amp;lt;many-to-many field=&quot;groups&quot; target-entity=&quot;Group&quot; inversed-by=&quot;users&quot;&amp;gt;&lt;/p&gt;

&lt;p&gt;I also think that the differents values could be better explained.&lt;/p&gt;

&lt;p&gt;Hope this will help...&lt;/p&gt;</description>
                <environment>n/a</environment>
            <key id="13144">DWEB-98</key>
            <summary>XML example errors in section 6 of the manual</summary>
                <type id="6" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/documentation.png">Documentation</type>
                                <priority id="4" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/minor.png">Minor</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="fmaz008">Francois Mazerolle</reporter>
                        <labels>
                    </labels>
                <created>Thu, 3 Nov 2011 12:52:21 +0000</created>
                <updated>Thu, 3 Nov 2011 12:53:01 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-102] Query Builder&apos;s substring helper errors</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-102</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;There are a couple problems with the query builder substring helper documentation. &lt;/p&gt;

&lt;p&gt;1. It lists the method as &quot;substr&quot; when it is &quot;substring&quot; &lt;br/&gt;
2. it shows it using a 0 offset as the beginning of the value when it should be 1.&lt;/p&gt;</description>
                <environment></environment>
            <key id="13304">DWEB-102</key>
            <summary>Query Builder&apos;s substring helper errors</summary>
                <type id="6" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/documentation.png">Documentation</type>
                                <priority id="4" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/minor.png">Minor</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="vertex">Zachary Boyet</reporter>
                        <labels>
                    </labels>
                <created>Fri, 23 Dec 2011 19:52:33 +0000</created>
                <updated>Fri, 23 Dec 2011 19:52:33 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-105] tools documentation for Non-PEAR command line points to wrong EntityManagerHelper</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-105</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;&lt;a href=&quot;http://docs.doctrine-project.org/projects/doctrine-orm/en/2.1/reference/tools.html&quot; class=&quot;external-link&quot;&gt;http://docs.doctrine-project.org/projects/doctrine-orm/en/2.1/reference/tools.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Line reads:&lt;/p&gt;

&lt;p&gt;use Doctrine\DBAL\Tools\Console\Helper\EntityManagerHelper;&lt;/p&gt;

&lt;p&gt;Should be:&lt;/p&gt;

&lt;p&gt;use Doctrine\ORM\Tools\Console\Helper\EntityManagerHelper;&lt;/p&gt;</description>
                <environment></environment>
            <key id="13455">DWEB-105</key>
            <summary>tools documentation for Non-PEAR command line points to wrong EntityManagerHelper</summary>
                <type id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="4" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/minor.png">Minor</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="redemption">Howard Ha</reporter>
                        <labels>
                    </labels>
                <created>Wed, 15 Feb 2012 20:54:34 +0000</created>
                <updated>Wed, 15 Feb 2012 20:54:34 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-109] Add timestamp to blogposts</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-109</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;Timestamps are missing in blogposts, and that makes it quite hard to locate release dates basing on the blog.&lt;/p&gt;</description>
                <environment>&lt;a href=&quot;http://www.doctrine-project.org/&quot;&gt;http://www.doctrine-project.org/&lt;/a&gt;</environment>
            <key id="13855">DWEB-109</key>
            <summary>Add timestamp to blogposts</summary>
                <type id="4" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/improvement.png">Improvement</type>
                                <priority id="4" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/minor.png">Minor</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="ocramius">Marco Pivetta</reporter>
                        <labels>
                    </labels>
                <created>Mon, 16 Jul 2012 14:36:40 +0000</created>
                <updated>Mon, 16 Jul 2012 14:36:40 +0000</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>1</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-60] Doctrine-console tool configuration - wrong namespace</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-60</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;The example helperSet setup in the tools section is currently referencing &lt;br/&gt;
&quot;$helperSet = new \Symfony\Components\Console\Hel....&quot;&lt;/p&gt;

&lt;p&gt;The correct namespace is &quot;$helperSet = new \Symfony\Component\Console\Hel....&quot;&lt;/p&gt;

&lt;p&gt;See: &lt;a href=&quot;http://www.doctrine-project.org/projects/orm/2.0/docs/reference/tools/en#the-doctrine-console:configuration&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/projects/orm/2.0/docs/reference/tools/en#the-doctrine-console:configuration&lt;/a&gt;&lt;/p&gt;</description>
                <environment>N/A</environment>
            <key id="11971">DWEB-60</key>
            <summary>Doctrine-console tool configuration - wrong namespace</summary>
                <type id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="5" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/trivial.png">Trivial</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="aleksans">Aleksander S. Solheim</reporter>
                        <labels>
                    </labels>
                <created>Fri, 1 Oct 2010 03:42:02 +0000</created>
                <updated>Fri, 1 Oct 2010 03:42:02 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-63] &apos;details on all the available change tracking policies&apos; on Annotations reference page is broken</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-63</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;The link points to &apos;http://www.doctrine-project.org/configuration#change-tracking-policies&apos; which can&apos;t be found.&lt;/p&gt;</description>
                <environment></environment>
            <key id="12108">DWEB-63</key>
            <summary>&apos;details on all the available change tracking policies&apos; on Annotations reference page is broken</summary>
                <type id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="5" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/trivial.png">Trivial</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="ccapndave">Dave Keen</reporter>
                        <labels>
                    </labels>
                <created>Tue, 16 Nov 2010 06:58:57 +0000</created>
                <updated>Tue, 16 Nov 2010 06:58:57 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-66] Error in documentation</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-66</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;On page &lt;a href=&quot;http://www.doctrine-project.org/documentation/manual/2_0/en/tools#the-doctrine-cli:configuration&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/documentation/manual/2_0/en/tools#the-doctrine-cli:configuration&lt;/a&gt;&lt;br/&gt;
it says &quot;\Symfony\Components\&quot; and it should be &quot;\Symfony\Component\&quot;.&lt;/p&gt;</description>
                <environment></environment>
            <key id="12191">DWEB-66</key>
            <summary>Error in documentation</summary>
                <type id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="5" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/trivial.png">Trivial</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="umpirsky">&#1057;&#1072;&#1096;&#1072; &#1057;&#1090;&#1072;&#1084;&#1077;&#1085;&#1082;&#1086;&#1074;&#1080;&#1115;</reporter>
                        <labels>
                    </labels>
                <created>Sat, 4 Dec 2010 06:29:10 +0000</created>
                <updated>Sat, 4 Dec 2010 06:29:10 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-72] Error in Documentation</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-72</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;In reference guide, 12: DQL &lt;a href=&quot;http://www.doctrine-project.org/docs/orm/2.0/en/reference/dql-doctrine-query-language.html&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/docs/orm/2.0/en/reference/dql-doctrine-query-language.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;At 12.7.5.2. Cache related API  &lt;a href=&quot;http://www.doctrine-project.org/docs/orm/2.0/en/reference/dql-doctrine-query-language.html#cache-related-api&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/docs/orm/2.0/en/reference/dql-doctrine-query-language.html#cache-related-api&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;There is a tip written in the code block.&lt;/p&gt;

&lt;p&gt;*&lt;b&gt;TIP!&lt;/b&gt;* You can set the Result Cache Driver globally on the&lt;br/&gt;
``Doctrine\ORM\Configuration`` instance so that it is passed to&lt;br/&gt;
every ``Query`` and ``NativeQuery`` instance.&lt;/p&gt;</description>
                <environment></environment>
            <key id="12419">DWEB-72</key>
            <summary>Error in Documentation</summary>
                <type id="6" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/documentation.png">Documentation</type>
                                <priority id="5" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/trivial.png">Trivial</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="rudyrain">Hakan Deryal</reporter>
                        <labels>
                    </labels>
                <created>Thu, 24 Feb 2011 10:39:54 +0000</created>
                <updated>Thu, 24 Feb 2011 10:39:54 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-73] Missing example in documentation</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-73</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;In 13. The QueryBuilder &lt;a href=&quot;http://www.doctrine-project.org/docs/orm/2.0/en/reference/query-builder.html&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/docs/orm/2.0/en/reference/query-builder.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.doctrine-project.org/docs/orm/2.0/en/reference/query-builder.html#executing-a-query&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/docs/orm/2.0/en/reference/query-builder.html#executing-a-query&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Example code is missing in that part.&lt;/p&gt;

&lt;p&gt;$q = $qb-&amp;gt;getQuery();&lt;/p&gt;</description>
                <environment></environment>
            <key id="12420">DWEB-73</key>
            <summary>Missing example in documentation</summary>
                <type id="6" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/documentation.png">Documentation</type>
                                <priority id="5" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/trivial.png">Trivial</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="rudyrain">Hakan Deryal</reporter>
                        <labels>
                    </labels>
                <created>Thu, 24 Feb 2011 13:58:34 +0000</created>
                <updated>Fri, 25 Feb 2011 06:03:00 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-80] Doctrine Mapping Types in &quot;Basic Mapping&quot; page should be copied or moved to &quot;Annotations Reference&quot;</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-80</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;It makes sense that possible mapping types are listed as possible values in the attributes list for @Column in the &quot;Annotations Reference&quot; page: &lt;a href=&quot;http://www.doctrine-project.org/docs/orm/2.0/en/reference/annotations-reference.html#annref-column&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/docs/orm/2.0/en/reference/annotations-reference.html#annref-column&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The only place I&apos;ve been able to find them is in the &quot;Basic Mapping&quot; page: &lt;a href=&quot;http://www.doctrine-project.org/docs/orm/2.0/en/reference/basic-mapping.html#doctrine-mapping-types&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/docs/orm/2.0/en/reference/basic-mapping.html#doctrine-mapping-types&lt;/a&gt;&lt;/p&gt;</description>
                <environment>N/A</environment>
            <key id="12522">DWEB-80</key>
            <summary>Doctrine Mapping Types in &quot;Basic Mapping&quot; page should be copied or moved to &quot;Annotations Reference&quot;</summary>
                <type id="6" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/documentation.png">Documentation</type>
                                <priority id="5" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/trivial.png">Trivial</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="kherge">Kevin Herrera</reporter>
                        <labels>
                    </labels>
                <created>Fri, 1 Apr 2011 17:04:19 +0000</created>
                <updated>Fri, 1 Apr 2011 17:04:30 +0000</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DWEB-86] Some &quot;Not found&quot; errors</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-86</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;Downloading the whole documentation for offline reading I found some &quot;Not Found&quot; errors on this links:&lt;/p&gt;

&lt;p&gt;www.doctrine-project.org/images/btn-open.png (from www.doctrine-project.org/docs/dbal/2.0/en/_static/default.css)&lt;br/&gt;
www.doctrine-project.org/images/error.png (from www.doctrine-project.org/css/layout.css)&lt;/p&gt;

&lt;p&gt;www.doctrine-project.org/docs/dbal/2.0/en/reference/types (from www.doctrine-project.org/docs/dbal/2.0/en/reference/data-retrieval-and-manipulation.html)&lt;br/&gt;
www.doctrine-project.org/docs/dbal/2.0/en/known-vendor-issues (from www.doctrine-project.org/docs/dbal/2.0/en/reference/types.html)&lt;br/&gt;
www.doctrine-project.org/docs/orm/2.0/en/reference/batch-processing (from www.doctrine-project.org/docs/orm/2.0/en/reference/dql-doctrine-query-language.html)&lt;/p&gt;</description>
                <environment></environment>
            <key id="12649">DWEB-86</key>
            <summary>Some &quot;Not found&quot; errors</summary>
                <type id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="5" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/trivial.png">Trivial</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="yosmanyga">Yosmany Garcia</reporter>
                        <labels>
                    </labels>
                <created>Thu, 19 May 2011 19:53:00 +0000</created>
                <updated>Thu, 31 May 2012 22:24:21 +0000</updated>
                                                                    <component>Layout</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="18034" author="brunoric" created="Thu, 31 May 2012 22:24:21 +0000"  >&lt;p&gt;Another 404:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://a248.e.akamai.net/assets.github.com/img/30f550e0d38ceb6ef5b81500c64d970b7fb0f028/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6f72616e67655f6666373630302e706e67&quot; class=&quot;external-link&quot;&gt;https://a248.e.akamai.net/assets.github.com/img/30f550e0d38ceb6ef5b81500c64d970b7fb0f028/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6f72616e67655f6666373630302e706e67&lt;/a&gt;&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>
</channel>
</rss>