<!--
RSS generated by JIRA (5.2.7#850-sha1:b2af0c8dc8537b36121c6a579fabbdf79fc919e5) at Tue May 21 19:36:14 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+CODM+AND+resolution+%3D+Unresolved+ORDER+BY+priority+DESC&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+CODM+AND+resolution+%3D+Unresolved+ORDER+BY+priority+DESC</link>
        <description>An XML representation of a search request</description>
                <language>en-us</language>
                        <issue start="0" end="18" total="18"/>
                <build-info>
            <version>5.2.7</version>
            <build-number>850</build-number>
            <build-date>21-02-2013</build-date>
        </build-info>
<item>
            <title>[CODM-10] Optimistic Locking and Version Field</title>
                <link>http://www.doctrine-project.org/jira/browse/CODM-10</link>
                <project id="10050" key="CODM">Doctrine CouchDB ODM</project>
                        <description>&lt;p&gt;The Version field should be an instance of the CouchDB document revision on the document class. It should be updated on flushes and be usable on find by id methods to check for optimistic locking.&lt;/p&gt;</description>
                <environment></environment>
            <key id="11974">CODM-10</key>
            <summary>Optimistic Locking and Version Field</summary>
                <type id="2" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/newfeature.png">New Feature</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="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="beberlei">Benjamin Eberlei</reporter>
                        <labels>
                    </labels>
                <created>Sat, 2 Oct 2010 08:57:02 +0000</created>
                <updated>Sat, 2 Oct 2010 08:57:02 +0000</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[CODM-5] add support for defining view&apos;s in the model</title>
                <link>http://www.doctrine-project.org/jira/browse/CODM-5</link>
                <project id="10050" key="CODM">Doctrine CouchDB ODM</project>
                        <description></description>
                <environment></environment>
            <key id="11941">CODM-5</key>
            <summary>add support for defining view&apos;s in the model</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="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="lsmith">Lukas Kahwe</reporter>
                        <labels>
                    </labels>
                <created>Tue, 21 Sep 2010 08:50:34 +0000</created>
                <updated>Tue, 21 Sep 2010 08:50:34 +0000</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[CODM-8] add support to export validation rules in the model to CouchDB</title>
                <link>http://www.doctrine-project.org/jira/browse/CODM-8</link>
                <project id="10050" key="CODM">Doctrine CouchDB ODM</project>
                        <description>&lt;p&gt;&lt;a href=&quot;http://guide.couchdb.org/draft/validation.html&quot; class=&quot;external-link&quot;&gt;http://guide.couchdb.org/draft/validation.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;See &lt;a href=&quot;http://www.doctrine-project.org/jira/browse/CODM-7&quot; title=&quot;add support to import CouchDB validation rules into the model definition&quot;&gt;CODM-7&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
            <key id="11944">CODM-8</key>
            <summary>add support to export validation rules in the model to CouchDB</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="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="lsmith">Lukas Kahwe</reporter>
                        <labels>
                    </labels>
                <created>Tue, 21 Sep 2010 08:51:38 +0000</created>
                <updated>Wed, 22 Sep 2010 15:19:12 +0000</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[CODM-7] add support to import CouchDB validation rules into the model definition</title>
                <link>http://www.doctrine-project.org/jira/browse/CODM-7</link>
                <project id="10050" key="CODM">Doctrine CouchDB ODM</project>
                        <description>&lt;p&gt;&lt;a href=&quot;http://guide.couchdb.org/draft/validation.html&quot; class=&quot;external-link&quot;&gt;http://guide.couchdb.org/draft/validation.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;See &lt;a href=&quot;http://www.doctrine-project.org/jira/browse/CODM-8&quot; title=&quot;add support to export validation rules in the model to CouchDB&quot;&gt;CODM-8&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
            <key id="11943">CODM-7</key>
            <summary>add support to import CouchDB validation rules into the model definition</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="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="lsmith">Lukas Kahwe</reporter>
                        <labels>
                    </labels>
                <created>Tue, 21 Sep 2010 08:51:20 +0000</created>
                <updated>Wed, 22 Sep 2010 15:18:49 +0000</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[CODM-1] Add converions according to $class-&gt;properties[$name][&apos;type&apos;]</title>
                <link>http://www.doctrine-project.org/jira/browse/CODM-1</link>
                <project id="10050" key="CODM">Doctrine CouchDB ODM</project>
                        <description>&lt;p&gt;In the ORM we have the Doctrine\DBAL\Types namespace that we have to mirror to Doctrine\ODM\CouchDB\Types. Methods would have to be &quot;convertPhpToJsonValue()&quot; and &quot;convertJsonToPhpValue()&quot; that need to be called during hydration and saving inside the Persister.&lt;/p&gt;

&lt;p&gt;Possible Types for now:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;String (this is both VARCHAR + CLOB of DBs)&lt;/li&gt;
	&lt;li&gt;Integer&lt;/li&gt;
	&lt;li&gt;Array (uncasted values)&lt;/li&gt;
	&lt;li&gt;Float/Double * Boolean&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment></environment>
            <key id="11937">CODM-1</key>
            <summary>Add converions according to $class-&gt;properties[$name][&apos;type&apos;]</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="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="lsmith">Lukas Kahwe</reporter>
                        <labels>
                    </labels>
                <created>Tue, 21 Sep 2010 08:48:53 +0000</created>
                <updated>Tue, 21 Sep 2010 08:48:53 +0000</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[CODM-28] Adjust to new Annotation Reader</title>
                <link>http://www.doctrine-project.org/jira/browse/CODM-28</link>
                <project id="10050" key="CODM">Doctrine CouchDB ODM</project>
                        <description></description>
                <environment></environment>
            <key id="12749">CODM-28</key>
            <summary>Adjust to new Annotation Reader</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="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="beberlei">Benjamin Eberlei</reporter>
                        <labels>
                    </labels>
                <created>Sat, 25 Jun 2011 09:50:24 +0000</created>
                <updated>Wed, 10 Aug 2011 06:50:48 +0000</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="16305" author="marnusw" created="Wed, 10 Aug 2011 06:50:48 +0000"  >&lt;p&gt;I obtained the latest build from &lt;tt&gt;git://github.com/doctrine/couchdb-odm.git&lt;/tt&gt; so this is an active bug which I believe is related to this issue. &lt;/p&gt;

&lt;p&gt;The &lt;tt&gt;Doctrine\ODM\CouchDB\Mapping\Driver\AnnotationDriver&lt;/tt&gt; produced the exception &lt;cite&gt;Class Test is not a valid document or mapped super class&lt;/cite&gt; for even the most basic document with an Id and one Field. The exception was thrown on line 122 of the above class.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;The problem:&lt;/b&gt; &lt;br/&gt;
In the code segment:&lt;br/&gt;
&lt;tt&gt;108: $classAnnotations = $this-&amp;gt;reader-&amp;gt;getClassAnnotations($reflClass);&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;109: if (isset($classAnnotations&lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;#39;Doctrine\ODM\CouchDB\Mapping\Document&amp;#39;&amp;#93;&lt;/span&gt;))&lt;/tt&gt;&lt;br/&gt;
the &lt;em&gt;getClassAnnotations&lt;/em&gt; method does not return an array of annotations indexed by annotation names, it uses numeric indexes. This causes the if-statements to always fail and thus the exception is thrown. &lt;/p&gt;

&lt;p&gt;&lt;b&gt;A temporary workaround&lt;/b&gt;:&lt;br/&gt;
&lt;tt&gt;108: $classAnnotations = $this-&amp;gt;reader-&amp;gt;getClassAnnotations($reflClass);&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;Add: $classAnnotations = $classAnnotations&lt;span class=&quot;error&quot;&gt;&amp;#91;0&amp;#93;&lt;/span&gt;;&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;109: if ($classAnnotations instanceof \Doctrine\ODM\CouchDB\Mapping\Document) {&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;110: $documentAnnot = $classAnnotations;&lt;/tt&gt;&lt;br/&gt;
Rather than checking for the proper index verify the class of the annotation object (Similar to the handling of &lt;em&gt;$fieldAnnot&lt;/em&gt; following this code block). This approach assumes that the &lt;em&gt;@Document&lt;/em&gt; annotation is the first Doctrine related annotation in the class doc block (which is fine, since it is the only one that should be used). Standard annotations such as &lt;em&gt;@author&lt;/em&gt; can precede the &lt;em&gt;@Document&lt;/em&gt; one since these are ignored by the &lt;em&gt;getClassAnnotations&lt;/em&gt; method. The same changes should be applied to all the if statements up to line 120.&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[CODM-27] Removing reference fails, no _rev set</title>
                <link>http://www.doctrine-project.org/jira/browse/CODM-27</link>
                <project id="10050" key="CODM">Doctrine CouchDB ODM</project>
                        <description>&lt;p&gt;Removing a reference fails because _rev is not set.&lt;/p&gt;</description>
                <environment></environment>
            <key id="12740">CODM-27</key>
            <summary>Removing reference fails, no _rev set</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="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="beberlei">Benjamin Eberlei</reporter>
                        <labels>
                    </labels>
                <created>Thu, 23 Jun 2011 12:25:32 +0000</created>
                <updated>Thu, 23 Jun 2011 12:25:32 +0000</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[CODM-26] Detect usage of inverse collection with unsupported metadata resolvers</title>
                <link>http://www.doctrine-project.org/jira/browse/CODM-26</link>
                <project id="10050" key="CODM">Doctrine CouchDB ODM</project>
                        <description>&lt;p&gt;Inverse collections are only supported when using the doctrine metadata resolver. ClassMetadataFactory should already throw an exception here if misused.&lt;/p&gt;</description>
                <environment></environment>
            <key id="12383">CODM-26</key>
            <summary>Detect usage of inverse collection with unsupported metadata resolvers</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="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="beberlei">Benjamin Eberlei</reporter>
                        <labels>
                    </labels>
                <created>Sun, 13 Feb 2011 13:56:38 +0000</created>
                <updated>Sun, 13 Feb 2011 13:56:38 +0000</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[CODM-22] Finish CouchDBClient</title>
                <link>http://www.doctrine-project.org/jira/browse/CODM-22</link>
                <project id="10050" key="CODM">Doctrine CouchDB ODM</project>
                        <description>&lt;p&gt;The CouchDBClient should implement all important CouchDB API functionality in simple method calls.&lt;/p&gt;</description>
                <environment></environment>
            <key id="12154">CODM-22</key>
            <summary>Finish CouchDBClient</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="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="beberlei">Benjamin Eberlei</reporter>
                        <labels>
                    </labels>
                <created>Wed, 24 Nov 2010 14:55:35 +0000</created>
                <updated>Wed, 24 Nov 2010 14:55:35 +0000</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[CODM-24] Add MappedSuperclass support</title>
                <link>http://www.doctrine-project.org/jira/browse/CODM-24</link>
                <project id="10050" key="CODM">Doctrine CouchDB ODM</project>
                        <description>&lt;p&gt;As a first step to support inheritance we need support for mapped superclasses.&lt;/p&gt;</description>
                <environment></environment>
            <key id="12156">CODM-24</key>
            <summary>Add MappedSuperclass support</summary>
                <type id="2" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/newfeature.png">New Feature</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="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="beberlei">Benjamin Eberlei</reporter>
                        <labels>
                    </labels>
                <created>Wed, 24 Nov 2010 15:14:29 +0000</created>
                <updated>Wed, 24 Nov 2010 15:14:29 +0000</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[CODM-25] Add inheritance support</title>
                <link>http://www.doctrine-project.org/jira/browse/CODM-25</link>
                <project id="10050" key="CODM">Doctrine CouchDB ODM</project>
                        <description>&lt;p&gt;Support inheritance of objects.&lt;/p&gt;</description>
                <environment></environment>
            <key id="12157">CODM-25</key>
            <summary>Add inheritance support</summary>
                <type id="2" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/newfeature.png">New Feature</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="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="beberlei">Benjamin Eberlei</reporter>
                        <labels>
                    </labels>
                <created>Wed, 24 Nov 2010 15:14:51 +0000</created>
                <updated>Wed, 24 Nov 2010 15:14:51 +0000</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[CODM-19] Implement Cascade Refresh</title>
                <link>http://www.doctrine-project.org/jira/browse/CODM-19</link>
                <project id="10050" key="CODM">Doctrine CouchDB ODM</project>
                        <description>&lt;p&gt;Implement Cascade Refresh&lt;/p&gt;</description>
                <environment></environment>
            <key id="12151">CODM-19</key>
            <summary>Implement Cascade Refresh</summary>
                <type id="5" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/subtask_alternate.png">Sub-task</type>
                    <parent id="12139">CODM-13</parent>
                        <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="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="beberlei">Benjamin Eberlei</reporter>
                        <labels>
                    </labels>
                <created>Wed, 24 Nov 2010 14:50:00 +0000</created>
                <updated>Wed, 24 Nov 2010 14:50:00 +0000</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[CODM-21] Add support to stream attachments</title>
                <link>http://www.doctrine-project.org/jira/browse/CODM-21</link>
                <project id="10050" key="CODM">Doctrine CouchDB ODM</project>
                        <description>&lt;p&gt;Currently attachments are handled in memory if accessed through the attachment proxy. This can be rather expensive in cases and we should allow HTTP Clients to stream requests and use this functionality for the attachments.&lt;/p&gt;</description>
                <environment></environment>
            <key id="12153">CODM-21</key>
            <summary>Add support to stream attachments</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="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="beberlei">Benjamin Eberlei</reporter>
                        <labels>
                    </labels>
                <created>Wed, 24 Nov 2010 14:55:03 +0000</created>
                <updated>Wed, 24 Nov 2010 14:55:03 +0000</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[CODM-14] Add Value Object Support</title>
                <link>http://www.doctrine-project.org/jira/browse/CODM-14</link>
                <project id="10050" key="CODM">Doctrine CouchDB ODM</project>
                        <description>&lt;p&gt;Add Value Object Support:&lt;/p&gt;

&lt;p&gt;Need an annotation that allows to specify value objects. Need mechanism to serialize/deserialize deeply nested value objects or arrays of value objects in UnitOfWork()&lt;/p&gt;</description>
                <environment></environment>
            <key id="12140">CODM-14</key>
            <summary>Add Value Object Support</summary>
                <type id="2" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/newfeature.png">New Feature</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="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="beberlei">Benjamin Eberlei</reporter>
                        <labels>
                    </labels>
                <created>Mon, 22 Nov 2010 16:52:22 +0000</created>
                <updated>Sun, 20 Mar 2011 11:33:07 +0000</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="15537" author="bartfaitamas" created="Sun, 20 Mar 2011 11:33:07 +0000"  >&lt;p&gt;Is this issue is a duplicate of &lt;a href=&quot;http://www.doctrine-project.org/jira/browse/CODM-23&quot; title=&quot;Add support for @EmbedMany and @EmbedOne&quot;&gt;&lt;del&gt;CODM-23&lt;/del&gt;&lt;/a&gt;?&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[CODM-13] Add Cascade Operations to Associations</title>
                <link>http://www.doctrine-project.org/jira/browse/CODM-13</link>
                <project id="10050" key="CODM">Doctrine CouchDB ODM</project>
                        <description>&lt;p&gt;Add Cascade Operations to Associations&lt;/p&gt;</description>
                <environment></environment>
            <key id="12139">CODM-13</key>
            <summary>Add Cascade Operations to Associations</summary>
                <type id="2" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/newfeature.png">New Feature</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="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="beberlei">Benjamin Eberlei</reporter>
                        <labels>
                    </labels>
                <created>Mon, 22 Nov 2010 16:50:56 +0000</created>
                <updated>Mon, 22 Nov 2010 16:50:56 +0000</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
            <subtask id="12147">CODM-15</subtask>
            <subtask id="12148">CODM-16</subtask>
            <subtask id="12149">CODM-17</subtask>
            <subtask id="12150">CODM-18</subtask>
            <subtask id="12151">CODM-19</subtask>
        </subtasks>
        </item>

<item>
            <title>[CODM-37] Github-PR-22 by marnusw: Fixed Document annotation identification bug</title>
                <link>http://www.doctrine-project.org/jira/browse/CODM-37</link>
                <project id="10050" key="CODM">Doctrine CouchDB ODM</project>
                        <description>&lt;p&gt;This issue is created automatically through a Github pull request on behalf of &lt;/p&gt;
{username}
&lt;p&gt;:&lt;/p&gt;

&lt;p&gt;  Url: &lt;a href=&quot;https://github.com/doctrine/couchdb-odm/pull/22&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/couchdb-odm/pull/22&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Message:&lt;/p&gt;

&lt;p&gt;In AnnotationDriver#loadMetadataForClass() it was incorrectly assumed that an array of annotations indexed by annotation name was returned; in fact a numerically indexed array is received. This patch fixes the identification of the annotations that are present.&lt;/p&gt;

&lt;p&gt;Since only one Document realted annotation should be present the method now also throws an exception if more than one is found. (One could just use the first annotation, but this may cause confusion when debugging.)&lt;/p&gt;

&lt;p&gt;Not sure if this was the only outstanding problem related to issue &lt;a href=&quot;http://www.doctrine-project.org/jira/browse/CODM-28&quot; title=&quot;Adjust to new Annotation Reader&quot;&gt;CODM-28&lt;/a&gt; but I think it was related.&lt;/p&gt;
</description>
                <environment></environment>
            <key id="12973">CODM-37</key>
            <summary>Github-PR-22 by marnusw: Fixed Document annotation identification bug</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="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="beberlei">Benjamin Eberlei</reporter>
                        <labels>
                    </labels>
                <created>Thu, 25 Aug 2011 18:02:52 +0000</created>
                <updated>Thu, 25 Aug 2011 18:02:52 +0000</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[CODM-36] Github-PR-23 by marnusw: Added UpdateAllDesignDocsCommand so all new/modified design docs can be added in one go</title>
                <link>http://www.doctrine-project.org/jira/browse/CODM-36</link>
                <project id="10050" key="CODM">Doctrine CouchDB ODM</project>
                        <description>&lt;p&gt;This issue is created automatically through a Github pull request on behalf of &lt;/p&gt;
{username}
&lt;p&gt;:&lt;/p&gt;

&lt;p&gt;  Url: &lt;a href=&quot;https://github.com/doctrine/couchdb-odm/pull/23&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/couchdb-odm/pull/23&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Message:&lt;/p&gt;

&lt;p&gt;The UpdateAllDesignDocsCommand checks which design documents have changed and updates only those and also pushes new design docs to the db. A method for retrieving the registered design doc names was added to the Configuration class since this is needed when checking which docs have been modified.&lt;/p&gt;

&lt;p&gt;It took me quite a while to figure out that I should be using the couchdb:odm:update-design-doc command to write the ODM design docs which are included in the config by default to the db. I think the presence of this command would make it clearer that it could be run to sort out any missing design docs.&lt;/p&gt;

&lt;p&gt;I also reckon it may become a bit tedious to add each modified doc individually, now they can be updated in one go.&lt;/p&gt;
</description>
                <environment></environment>
            <key id="12972">CODM-36</key>
            <summary>Github-PR-23 by marnusw: Added UpdateAllDesignDocsCommand so all new/modified design docs can be added in one go</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="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="beberlei">Benjamin Eberlei</reporter>
                        <labels>
                    </labels>
                <created>Thu, 25 Aug 2011 18:02:52 +0000</created>
                <updated>Thu, 25 Aug 2011 18:02:52 +0000</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[CODM-29] Install instructions - git clone local folder misnamed.</title>
                <link>http://www.doctrine-project.org/jira/browse/CODM-29</link>
                <project id="10050" key="CODM">Doctrine CouchDB ODM</project>
                        <description>&lt;p&gt;On the CouchDb ODM install instructions &lt;br/&gt;
&lt;tt&gt;(&lt;a href=&quot;http://www.doctrine-project.org/projects/couchdb_odm/1.0/download/1.0.0ALPHA1&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/projects/couchdb_odm/1.0/download/1.0.0ALPHA1&lt;/a&gt;)&lt;/tt&gt;&lt;br/&gt;
you have the following line to clone the git repository which specifies a local folder &quot;mongodb_odm&quot; instead of &quot;couchdb_odm&quot;.&lt;br/&gt;
Just a minor inconvenience when copy and pasting from the site.&lt;/p&gt;

&lt;p&gt;Current:&lt;/p&gt;

&lt;p&gt;&lt;tt&gt;$ git clone git://github.com/doctrine/couchdb-odm.git mongodb_odm&lt;/tt&gt;&lt;/p&gt;

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

&lt;p&gt;&lt;tt&gt;$ git clone git://github.com/doctrine/couchdb-odm.git couchdb_odm&lt;/tt&gt;&lt;/p&gt;</description>
                <environment>N/A</environment>
            <key id="12858">CODM-29</key>
            <summary>Install instructions - git clone local folder misnamed.</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="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="marnusw">Marnus Weststrate</reporter>
                        <labels>
                    </labels>
                <created>Wed, 27 Jul 2011 09:46:59 +0000</created>
                <updated>Wed, 10 Aug 2011 06:55:24 +0000</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>
</channel>
</rss>