<!--
RSS generated by JIRA (5.2.7#850-sha1:b2af0c8dc8537b36121c6a579fabbdf79fc919e5) at Fri May 24 06:24:36 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+DC+AND+resolution+%3D+Unresolved+AND+priority+%3D+Trivial+ORDER+BY+key+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+DC+AND+resolution+%3D+Unresolved+AND+priority+%3D+Trivial+ORDER+BY+key+DESC</link>
        <description>An XML representation of a search request</description>
                <language>en-us</language>
                        <issue start="0" end="14" total="14"/>
                <build-info>
            <version>5.2.7</version>
            <build-number>850</build-number>
            <build-date>21-02-2013</build-date>
        </build-info>
<item>
            <title>[DC-1042] submitted form accidentally - PLEASE DELETE</title>
                <link>http://www.doctrine-project.org/jira/browse/DC-1042</link>
                <project id="10031" key="DC">Doctrine 1</project>
                        <description>&lt;p&gt;This was accidentally submitted before being complete ... This one can be deleted ... sorry&lt;/p&gt;</description>
                <environment></environment>
            <key id="13230">DC-1042</key>
            <summary>submitted form accidentally - PLEASE DELETE</summary>
                <type id="3" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/task.png">Task</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="shotdsherrif">Maurice Stephens</reporter>
                        <labels>
                    </labels>
                <created>Wed, 30 Nov 2011 21:20:19 +0000</created>
                <updated>Wed, 30 Nov 2011 21:34:39 +0000</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="16934" author="shotdsherrif" created="Wed, 30 Nov 2011 21:34:39 +0000"  >&lt;p&gt;This was accidentally submitted before being complete ... This one can be deleted ... sorry&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DC-1039] Return value of function Doctrine_Tree_NestedSet::fetchRoot($id)</title>
                <link>http://www.doctrine-project.org/jira/browse/DC-1039</link>
                <project id="10031" key="DC">Doctrine 1</project>
                        <description>&lt;p&gt;In api documentation about Doctrine_Tree_NestedSet::fetchRoot($id) said - it return void. But this is not true. This function return mixed - bool or model data.&lt;/p&gt;</description>
                <environment></environment>
            <key id="13134">DC-1039</key>
            <summary>Return value of function Doctrine_Tree_NestedSet::fetchRoot($id)</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="dartanov">Dmitry Artanov</reporter>
                        <labels>
                    </labels>
                <created>Mon, 31 Oct 2011 07:22:13 +0000</created>
                <updated>Mon, 31 Oct 2011 07:22:13 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DC-1032] [PATCH] Doctrine_Collection::isModified() does not support deep like Doctrine_Record but probably should</title>
                <link>http://www.doctrine-project.org/jira/browse/DC-1032</link>
                <project id="10031" key="DC">Doctrine 1</project>
                        <description>&lt;p&gt;$record instanceof Doctrine_Record;&lt;br/&gt;
$collection instanceof Doctrine_Collection;&lt;/p&gt;

&lt;p&gt;Using the $record object I can find out if it has been modified : $record-&amp;gt;isModified().&lt;br/&gt;
I can also have this check all the relations also by passing true : $record-&amp;gt;isModified(true);&lt;/p&gt;

&lt;p&gt;However, the $collection object only support the first level and not the relations of its member records,&lt;br/&gt;
$collection-&amp;gt;isModified() returns false if one of the entry has one its relations modified (as it should).&lt;/p&gt;

&lt;p&gt;The improvement would be to allow this method to accept true, like it&apos;s $record counterpart, which would return true instead.&lt;/p&gt;

&lt;p&gt;See attached patch.&lt;/p&gt;</description>
                <environment></environment>
            <key id="12963">DC-1032</key>
            <summary>[PATCH] Doctrine_Collection::isModified() does not support deep like Doctrine_Record but probably should</summary>
                <type id="4" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/improvement.png">Improvement</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="romanb">Roman S. Borschel</assignee>
                                <reporter username="roychri">Christian Roy</reporter>
                        <labels>
                    </labels>
                <created>Tue, 23 Aug 2011 18:05:04 +0000</created>
                <updated>Tue, 23 Aug 2011 18:24:25 +0000</updated>
                                    <version>1.2.3</version>
                <version>1.2.4</version>
                                                <component>Relations</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                    <attachment id="11058" name="DC-1032.patch" size="865" author="roychri" created="Tue, 23 Aug 2011 18:05:04 +0000" />
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DC-1029] Extensions of Doctrine_Template_I18n incompatible with Doctrine_Import</title>
                <link>http://www.doctrine-project.org/jira/browse/DC-1029</link>
                <project id="10031" key="DC">Doctrine 1</project>
                        <description>&lt;p&gt;Extending Doctrine_Template_I18n class make Doctrine_Import on YAML data with translation fails...&lt;/p&gt;

&lt;p&gt;Why ? Just because of this line :&lt;/p&gt;

&lt;p&gt;Doctrine_Import.php, line 135 :&lt;br/&gt;
                if ($table-&amp;gt;hasRelation($key) &amp;amp;&amp;amp; is_array($value) &amp;amp;&amp;amp; ! $table-&amp;gt;hasTemplate(&apos;Doctrine_Template_I18n&apos;)) {&lt;/p&gt;

&lt;p&gt;In fact, having a template named &quot;Doctrine_Template_I18n&quot; is not strong enough to be sure that the current object has an I18n behavior.&lt;/p&gt;


&lt;p&gt;The bug is very simple to reproduce :&lt;/p&gt;

&lt;p&gt;1. Get a classic I18n fixtures like :&lt;/p&gt;

&lt;p&gt;Article:&lt;br/&gt;
  Translation:&lt;br/&gt;
     en:&lt;br/&gt;
       title: Lorem Ipsum&lt;/p&gt;

&lt;p&gt;2. Then make a simple extension of the I18n template (do not do anything else but extends the Doctrine_Template_I18n class) :&lt;/p&gt;

&lt;p&gt;class My_Doctrine_Template_I18n extends Doctrine_Template_I18n {}&lt;/p&gt;

&lt;p&gt;3. Load the extension, assign it to your model and try to import your fixtures again. It will not work anymore.&lt;/p&gt;


&lt;p&gt;Thanks&lt;/p&gt;</description>
                <environment>Windows 7, XAMPP 1.7.4 with APC and Curl, symfony 1.4.8</environment>
            <key id="12931">DC-1029</key>
            <summary>Extensions of Doctrine_Template_I18n incompatible with Doctrine_Import</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="loops">Pierrot Evrard</reporter>
                        <labels>
                    </labels>
                <created>Thu, 18 Aug 2011 11:16:34 +0000</created>
                <updated>Thu, 18 Aug 2011 11:36:19 +0000</updated>
                                    <version>1.2.4</version>
                                                <component>Data Fixtures</component>
                <component>I18n</component>
                <component>Import/Export</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="16350" author="loops" created="Thu, 18 Aug 2011 11:18:51 +0000"  >&lt;p&gt;See this patch where to check if the table has the I18n plugin, I check if one of the templates has a getI18n() method.&lt;/p&gt;

&lt;p&gt;This is probably not strong enough but it can do the job until you find a better solution.&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;</comment>
                    <comment id="16351" author="loops" created="Thu, 18 Aug 2011 11:36:19 +0000"  >&lt;p&gt;Another possibility to check that templates are I18n template, will be to create an Doctrine_I18n_Interface. Also, every template that include this interface can be considered as I18n templates.&lt;/p&gt;

&lt;p&gt;What do you think about that ?&lt;/p&gt;

&lt;p&gt;NB: May the interface can define the method getI18n() to be declared...&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                    <attachment id="11056" name="DC-1029.patch" size="1184" author="loops" created="Thu, 18 Aug 2011 11:18:51 +0000" />
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DC-1019] **REMOVED SPAM**</title>
                <link>http://www.doctrine-project.org/jira/browse/DC-1019</link>
                <project id="10031" key="DC">Doctrine 1</project>
                        <description>&lt;p&gt;*&lt;b&gt;REMOVED SPAM&lt;/b&gt;*&lt;/p&gt;</description>
                <environment>**REMOVED SPAM**</environment>
            <key id="12830">DC-1019</key>
            <summary>**REMOVED SPAM**</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="yahwehyahweh">betty akamissnigger</reporter>
                        <labels>
                    </labels>
                <created>Thu, 14 Jul 2011 15:32:01 +0000</created>
                <updated>Tue, 23 Aug 2011 18:08:40 +0000</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="16372" author="roychri" created="Tue, 23 Aug 2011 18:08:40 +0000"  >&lt;p&gt;This issue was filled with spam text so I removed it.&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DC-915] The PHP code is invalid in the &quot;Create Table&quot; example; there are missing commas in the array definition.</title>
                <link>http://www.doctrine-project.org/jira/browse/DC-915</link>
                <project id="10031" key="DC">Doctrine 1</project>
                        <description>&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:create-table&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:create-table&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The PHP code is invalid in the &quot;Create Table&quot; example; there are missing commas in the array definition.&lt;/p&gt;</description>
                <environment></environment>
            <key id="12060">DC-915</key>
            <summary>The PHP code is invalid in the &quot;Create Table&quot; example; there are missing commas in the array definition.</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="mattalexx">Matt Alexander</reporter>
                        <labels>
                    </labels>
                <created>Tue, 2 Nov 2010 14:37:03 +0000</created>
                <updated>Wed, 7 Sep 2011 18:58:56 +0000</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="16449" author="johnkary" created="Wed, 7 Sep 2011 18:58:56 +0000"  >&lt;p&gt;Submitted pull request with fixes:&lt;br/&gt;
&lt;a href=&quot;https://github.com/doctrine/doctrine1-documentation/pull/1&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/doctrine1-documentation/pull/1&lt;/a&gt;&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                    <attachment id="10842" name="2010-11-02_123641.png" size="13713" author="mattalexx" created="Tue, 2 Nov 2010 14:37:03 +0000" />
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DC-909] Add Some Info to Doctrine Query order by Method Documentation</title>
                <link>http://www.doctrine-project.org/jira/browse/DC-909</link>
                <project id="10031" key="DC">Doctrine 1</project>
                        <description>&lt;p&gt;This is very minor, but would have saved me a few minutes. On the Doctrine Query documentation page (V1 - &lt;a href=&quot;http://www.doctrine-project.org/projects/orm/1.2/docs/manual/dql-doctrine-query-language/en#order-by-clause&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/projects/orm/1.2/docs/manual/dql-doctrine-query-language/en#order-by-clause&lt;/a&gt;), it would be useful to note that multiple calls to Doctrine_Query::orderBy() do not stack, and that the later calls will over write the previous ones. I&apos;ll propose:&lt;/p&gt;

&lt;p&gt;To sort by multiple columns, you must specify them in one call to Doctrine_Query::orderBy(). If you call orderBy a second time, the column from the first call will not be included in the resulting query. &lt;/p&gt;

&lt;p&gt;&amp;lt;code&amp;gt;&lt;br/&gt;
//works as expected&lt;br/&gt;
//results in ORDER BY id ASC, userName DESC&lt;br/&gt;
$query-&amp;gt;orderBy(&apos;id ASC, userName DESC&apos;);&lt;/p&gt;

&lt;p&gt;//does not work as expected&lt;br/&gt;
//results in ORDER BY userName DESC&lt;br/&gt;
$query-&amp;gt;orderBy(&apos;id ASC&apos;)&lt;br/&gt;
            -&amp;gt;orderBy(&apos;userName DESC&apos;);&lt;br/&gt;
&amp;lt;/code&amp;gt;&lt;/p&gt;</description>
                <environment>n/a</environment>
            <key id="12051">DC-909</key>
            <summary>Add Some Info to Doctrine Query order by Method Documentation</summary>
                <type id="4" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/improvement.png">Improvement</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="isac1984">Isaac Foster</reporter>
                        <labels>
                    </labels>
                <created>Mon, 1 Nov 2010 14:56:20 +0000</created>
                <updated>Mon, 1 Nov 2010 14:56:20 +0000</updated>
                                    <version>1.2.3</version>
                                                <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DC-906] Missing retrieval method</title>
                <link>http://www.doctrine-project.org/jira/browse/DC-906</link>
                <project id="10031" key="DC">Doctrine 1</project>
                        <description>&lt;p&gt;This page:&lt;br/&gt;
&lt;a href=&quot;http://www.doctrine-project.org/projects/orm/1.2/docs/manual/getting-started/en#getting-started&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/projects/orm/1.2/docs/manual/getting-started/en#getting-started&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;only lists svn as a way to check out the doctrine source.  It&apos;s also available via git.&lt;/p&gt;</description>
                <environment>online</environment>
            <key id="12045">DC-906</key>
            <summary>Missing retrieval method</summary>
                <type id="4" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/improvement.png">Improvement</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="cwallenpoole">Christopher W. Allen-Poole</reporter>
                        <labels>
                    </labels>
                <created>Sat, 30 Oct 2010 22:06:15 +0000</created>
                <updated>Sun, 31 Oct 2010 05:19:18 +0000</updated>
                                                                    <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DC-840] MSSQL - strange behavior with multiple addWhere conditions and &quot;&gt;&quot; [+patch]</title>
                <link>http://www.doctrine-project.org/jira/browse/DC-840</link>
                <project id="10031" key="DC">Doctrine 1</project>
                        <description>&lt;p&gt;In the first example below the second parameter wasn&apos;t replaced by the given value. I tracked it down and i suppose it&apos;s because of the &quot;&amp;gt;&quot; sign. It&apos;s the same for &quot;&amp;lt;&quot;. Equal-Operator (=) works fine.&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;        $q = Doctrine_Query::create()
            -&amp;gt;select(&apos;password, modified_at&apos;)
            -&amp;gt;from(&apos;Ticket_DCXXX_Model&apos;)
            -&amp;gt;andWhere(&apos;password = ?&apos;, &apos;abc&apos;)
            -&amp;gt;andWhere(&apos;modified_at &amp;gt; ?&apos;, &apos;2010-01-01&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;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-sql&quot;&gt;&lt;span class=&quot;code-keyword&quot;&gt;SELECT&lt;/span&gt; [t].[id] AS [t__id], [t].[password] AS [t__password], [t].[modified_at] AS [t__modified_at]
&lt;span class=&quot;code-keyword&quot;&gt;FROM&lt;/span&gt; [ticket__d_c_x_x_x__model] [t]
&lt;span class=&quot;code-keyword&quot;&gt;WHERE&lt;/span&gt; ([t].[password] =  &apos;abc&apos; AND [t].[modified_at] &amp;gt; ?)
&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;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;        $q = Doctrine_Query::create()
            -&amp;gt;select(&apos;password, modified_at&apos;)
            -&amp;gt;from(&apos;Ticket_DCXXX_Model&apos;)
            -&amp;gt;andWhere(&apos;modified_at &amp;gt; ?&apos;, &apos;2010-01-01&apos;)
            -&amp;gt;andWhere(&apos;password = ?&apos;, &apos;abc&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;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-sql&quot;&gt;&lt;span class=&quot;code-keyword&quot;&gt;SELECT&lt;/span&gt; [t].[id] AS [t__id], [t].[password] AS [t__password], [t].[modified_at] AS [t__modified_at]
&lt;span class=&quot;code-keyword&quot;&gt;FROM&lt;/span&gt; [ticket__d_c_x_x_x__model] [t]
&lt;span class=&quot;code-keyword&quot;&gt;WHERE&lt;/span&gt; ([t].[modified_at] &amp;gt;  &apos;2010-01-01&apos; AND [t].[password] =  &apos;abc&apos;)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
            <key id="11823">DC-840</key>
            <summary>MSSQL - strange behavior with multiple addWhere conditions and &quot;&gt;&quot; [+patch]</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="enrico">Enrico Stahn</reporter>
                        <labels>
                    </labels>
                <created>Wed, 25 Aug 2010 11:33:42 +0000</created>
                <updated>Fri, 27 Aug 2010 11:57:19 +0000</updated>
                                    <version>1.2.2</version>
                <version>1.2.3</version>
                                <fixVersion>1.2.4</fixVersion>
                                <component>Connection</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="14066" author="enrico" created="Wed, 25 Aug 2010 11:49:02 +0000"  >&lt;p&gt;&lt;a href=&quot;http://github.com/estahn/doctrine1/compare/master...DC-840&quot; class=&quot;external-link&quot;&gt;http://github.com/estahn/doctrine1/compare/master...DC-840&lt;/a&gt;&lt;/p&gt;</comment>
                    <comment id="14117" author="enrico" created="Fri, 27 Aug 2010 11:57:19 +0000"  >&lt;p&gt;see &lt;a href=&quot;http://www.doctrine-project.org/jira/browse/DC-841&quot; title=&quot;Doctrine_Connection_Mssql::replaceBoundParamsWithInlineValuesInQuery regex failing to replace all &amp;#39;?&amp;#39; instances [patch+]&quot;&gt;DC-841&lt;/a&gt;&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DC-804] Files&apos; date set to epoch</title>
                <link>http://www.doctrine-project.org/jira/browse/DC-804</link>
                <project id="10031" key="DC">Doctrine 1</project>
                        <description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;The date for all the files in the 1.2.2 tarball is set to 1970-01-01.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Federico&lt;/p&gt;</description>
                <environment></environment>
            <key id="11699">DC-804</key>
            <summary>Files&apos; date set to epoch</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="fgimenez">Federico Gimenez Nieto</reporter>
                        <labels>
                    </labels>
                <created>Sat, 31 Jul 2010 06:20:51 +0000</created>
                <updated>Sat, 31 Jul 2010 06:20:51 +0000</updated>
                                    <version>1.2.2</version>
                                                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DC-786] phpdoc comment error</title>
                <link>http://www.doctrine-project.org/jira/browse/DC-786</link>
                <project id="10031" key="DC">Doctrine 1</project>
                        <description>&lt;p&gt;in Doctrine/Core.php on line 881&lt;/p&gt;

&lt;p&gt;comment for method generateModelsFromYaml() is:&lt;br/&gt;
881: * Generate a yaml schema file from an existing directory of models&lt;/p&gt;

&lt;p&gt;should be:&lt;br/&gt;
881: * Generates models from a yaml schema file&lt;/p&gt;</description>
                <environment>n/a</environment>
            <key id="11626">DC-786</key>
            <summary>phpdoc comment error</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="micamou">mike</reporter>
                        <labels>
                    </labels>
                <created>Wed, 14 Jul 2010 15:19:15 +0000</created>
                <updated>Wed, 14 Jul 2010 15:19:15 +0000</updated>
                                    <version>1.2.2</version>
                                                <component>Documentation</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>1</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DC-784] Removed unuseful code</title>
                <link>http://www.doctrine-project.org/jira/browse/DC-784</link>
                <project id="10031" key="DC">Doctrine 1</project>
                        <description>&lt;p&gt;Self assignments like:&lt;/p&gt;

&lt;p&gt;&lt;tt&gt;$table = $table;&lt;/tt&gt;&lt;/p&gt;

&lt;p&gt;are unuseful and could be safely removed.&lt;/p&gt;</description>
                <environment></environment>
            <key id="11619">DC-784</key>
            <summary>Removed unuseful code</summary>
                <type id="4" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/improvement.png">Improvement</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="nicorac">Claudio Nicora</reporter>
                        <labels>
                    </labels>
                <created>Tue, 13 Jul 2010 05:38:37 +0000</created>
                <updated>Tue, 13 Jul 2010 05:38:37 +0000</updated>
                                    <version>1.2.2</version>
                                                <component>Import/Export</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                    <attachment id="10696" name="patch.diff" size="822" author="nicorac" created="Tue, 13 Jul 2010 05:38:37 +0000" />
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DC-731] [Source code format] Transform indent tabs into 4 spaces, and trim trailing spaces</title>
                <link>http://www.doctrine-project.org/jira/browse/DC-731</link>
                <project id="10031" key="DC">Doctrine 1</project>
                        <description>&lt;p&gt;I have read that Doctrine source code is wanted not to use tabs for indentation / alignement;&lt;br/&gt;
and trailing spaces / tabs are useless and polluting.&lt;br/&gt;
I made some funny patch &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;

&lt;p&gt;G.X&lt;/p&gt;</description>
                <environment>Doctrine SVN 1.2 revision 7676</environment>
            <key id="11480">DC-731</key>
            <summary>[Source code format] Transform indent tabs into 4 spaces, and trim trailing spaces</summary>
                <type id="3" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/task.png">Task</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="gx">Guilliam X</reporter>
                        <labels>
                    </labels>
                <created>Sat, 12 Jun 2010 11:25:45 +0000</created>
                <updated>Wed, 16 Jun 2010 06:06:01 +0000</updated>
                                    <version>1.2.2</version>
                                                        <due></due>
                    <votes>0</votes>
                        <watches>1</watches>
                        <comments>
                    <comment id="13325" author="gx" created="Tue, 15 Jun 2010 06:56:53 +0000"  >&lt;p&gt;Edited the patch with &quot;branches/1.2&quot; as root&lt;/p&gt;

&lt;p&gt;(I won&apos;t provide a test case but they all run without failure after patching)&lt;/p&gt;</comment>
                    <comment id="13332" author="gx" created="Wed, 16 Jun 2010 06:06:01 +0000"  >&lt;p&gt;Converted patch to Unix-like EOL style&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                    <attachment id="10655" name="DC-731.patch" size="234157" author="gx" created="Wed, 16 Jun 2010 06:06:01 +0000" />
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DC-730] &quot;// ?? should this not be $this-&gt;_table-&gt;getComponentName() ??&quot; in Doctrine/Relation/Parser.php</title>
                <link>http://www.doctrine-project.org/jira/browse/DC-730</link>
                <project id="10031" key="DC">Doctrine 1</project>
                        <description>&lt;p&gt;In class Doctrine_Relation_Parser, in method completeDefinition(), at line 508 (for svn r.7676) there is the code:&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;php&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-none&quot;&gt;&#160;               foreach ((array) $this-&amp;gt;_table-&amp;gt;getIdentifierColumnNames() as $id) {
                    // ?? should this not be $this-&amp;gt;_table-&amp;gt;getComponentName() ??
                    $column = strtolower($table-&amp;gt;getComponentName())
                            . &apos;_&apos; . $id;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;The comment on line 509 seems right, since &lt;em&gt;$table&lt;/em&gt; is a &quot;temporary&quot; variable created in a previous &lt;em&gt;foreach&lt;/em&gt; loop a few lines before (l. 472) and not used anywhere else... (I didn&apos;t make a test case though, that&apos;s why I tagged it as &quot;Task&quot; rather than &quot;Bug&quot;)&lt;/p&gt;

&lt;p&gt;I attached a patch, just in case.&lt;/p&gt;

&lt;p&gt;G.X&lt;/p&gt;</description>
                <environment>doctrine1 svn 1.2 rev. 7676</environment>
            <key id="11479">DC-730</key>
            <summary>&quot;// ?? should this not be $this-&gt;_table-&gt;getComponentName() ??&quot; in Doctrine/Relation/Parser.php</summary>
                <type id="3" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/task.png">Task</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="romanb">Roman S. Borschel</assignee>
                                <reporter username="gx">Guilliam X</reporter>
                        <labels>
                    </labels>
                <created>Sat, 12 Jun 2010 10:33:21 +0000</created>
                <updated>Wed, 16 Jun 2010 06:07:16 +0000</updated>
                                    <version>1.2.2</version>
                                                <component>Relations</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>1</watches>
                        <comments>
                    <comment id="13324" author="gx" created="Tue, 15 Jun 2010 06:46:47 +0000"  >&lt;p&gt;Edited the patch with &quot;branches/1.2&quot; as root&lt;/p&gt;

&lt;p&gt;I can&apos;t provide a test case but they all run without failure after patching &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="13333" author="gx" created="Wed, 16 Jun 2010 06:07:16 +0000"  >&lt;p&gt;Converted patch to Unix-like EOL style (was made on Windows...)&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                    <attachment id="10656" name="DC-730.patch" size="760" author="gx" created="Wed, 16 Jun 2010 06:07:16 +0000" />
                </attachments>
            <subtasks>
        </subtasks>
        </item>
</channel>
</rss>