<!--
RSS generated by JIRA (5.2.7#850-sha1:b2af0c8dc8537b36121c6a579fabbdf79fc919e5) at Wed Jun 19 02:40:05 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+MODM+AND+resolution+%3D+Unresolved+AND+assignee+%3D+beberlei+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+MODM+AND+resolution+%3D+Unresolved+AND+assignee+%3D+beberlei+ORDER+BY+priority+DESC</link>
        <description>An XML representation of a search request</description>
                <language>en-us</language>
                        <issue start="0" end="4" total="4"/>
                <build-info>
            <version>5.2.7</version>
            <build-number>850</build-number>
            <build-date>21-02-2013</build-date>
        </build-info>
<item>
            <title>[MODM-157] Github-PR-151 by l3pp4rd: fixes triggering fatal error on preupdate event in case changeset is clea</title>
                <link>http://www.doctrine-project.org/jira/browse/MODM-157</link>
                <project id="10044" key="MODM">Doctrine MongoDB 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/mongodb-odm/pull/151&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/mongodb-odm/pull/151&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;fixes triggering fatal error on preupdate event in case changeset is cleared during onFlush&lt;/p&gt;

&lt;p&gt;similar issue is fixed in ORM it should be supported on ODM mongodb also&lt;/p&gt;</description>
                <environment></environment>
            <key id="12971">MODM-157</key>
            <summary>Github-PR-151 by l3pp4rd: fixes triggering fatal error on preupdate event in case changeset is clea</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:51 +0000</created>
                <updated>Mon, 19 Sep 2011 13:51:24 +0000</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>2</watches>
                        <comments>
                    <comment id="16494" author="strygin" created="Mon, 19 Sep 2011 13:27:25 +0000"  >&lt;p&gt;Hmm... The bug is still actual for ORM layer in master. &lt;/p&gt;</comment>
                    <comment id="16495" author="vgarvardt" created="Mon, 19 Sep 2011 13:51:24 +0000"  >&lt;p&gt;Got the same issue for ORM in 2.1.1 and same in master. Made a fix based on fix for ODM and pull request on github.&lt;/p&gt;

&lt;p&gt;URL: &lt;a href=&quot;https://github.com/doctrine/doctrine2/pull/126&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/doctrine2/pull/126&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;PS: maybe new issue should be created in Doctrine 2 - ORM project for this issue&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[MODM-156] Github-PR-152 by vladar: Property ClassMetadata::file is not serialized</title>
                <link>http://www.doctrine-project.org/jira/browse/MODM-156</link>
                <project id="10044" key="MODM">Doctrine MongoDB 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/mongodb-odm/pull/152&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/mongodb-odm/pull/152&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;This is causing errors, when saving gridfs files with persistent metadata cache engine (like apc, memcached, etc).&lt;/p&gt;

&lt;p&gt;I&apos;ve also found same bug in Jira - &lt;a href=&quot;http://www.doctrine-project.org/jira/browse/MODM-132&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/jira/browse/MODM-132&lt;/a&gt; but seems that it is not fixed yet.&lt;/p&gt;

&lt;p&gt;Added fix + tests.&lt;/p&gt;
</description>
                <environment></environment>
            <key id="12970">MODM-156</key>
            <summary>Github-PR-152 by vladar: Property ClassMetadata::file is not serialized</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:51 +0000</created>
                <updated>Thu, 25 Aug 2011 18:02:51 +0000</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[MODM-154] Github-PR-150 by tecbot: [XMLDriver] fixed an error in hydration classes when the name is not equal to the fieldName</title>
                <link>http://www.doctrine-project.org/jira/browse/MODM-154</link>
                <project id="10044" key="MODM">Doctrine MongoDB 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/mongodb-odm/pull/150&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/mongodb-odm/pull/150&lt;/a&gt;&lt;/p&gt;

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

</description>
                <environment></environment>
            <key id="12950">MODM-154</key>
            <summary>Github-PR-150 by tecbot: [XMLDriver] fixed an error in hydration classes when the name is not equal to the fieldName</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, 21 Aug 2011 14:46:27 +0000</created>
                <updated>Sun, 21 Aug 2011 14:46:27 +0000</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[MODM-155] Github-PR-148 by roed: fixed generating of classes</title>
                <link>http://www.doctrine-project.org/jira/browse/MODM-155</link>
                <project id="10044" key="MODM">Doctrine MongoDB 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/mongodb-odm/pull/148&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/mongodb-odm/pull/148&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;fixed the generating of classes based on xml files, changed ClassMetadata to ClassMetadataInfo in these files (as in the ORM tool/mapping)&lt;/p&gt;

&lt;p&gt;the following did not work, but works after these changes:&lt;br/&gt;
$cmf = new \Doctrine\ODM\MongoDB\Tools\DisconnectedClassMetadataFactory();	&lt;br/&gt;
$cmf-&amp;gt;setDocumentManager($this-&amp;gt;_dm);			&lt;br/&gt;
$cmf-&amp;gt;setConfiguration($this-&amp;gt;_dm-&amp;gt;getConfiguration());		&lt;br/&gt;
$driver = $this-&amp;gt;_dm-&amp;gt;getConfiguration()-&amp;gt;getMetadataDriverImpl();		&lt;/p&gt;

&lt;p&gt;$metadatas = $cmf-&amp;gt;getAllMetadata(); //this would break it&lt;/p&gt;

&lt;p&gt;// $this-&amp;gt;_dm is an instance of Doctrine\ODM\MongoDB\DocumentManager&lt;/p&gt;</description>
                <environment></environment>
            <key id="12951">MODM-155</key>
            <summary>Github-PR-148 by roed: fixed generating of classes</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, 21 Aug 2011 14:46:29 +0000</created>
                <updated>Sun, 21 Aug 2011 14:46:29 +0000</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>
</channel>
</rss>