<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">

    <title type="text">Bug Tracker</title>
    <subtitle type="text">Bug Tracker:</subtitle>
    <link rel="alternate" type="text/html" href="http://expressionengine.com/bug_tracker/bug/" />
    <link rel="self" type="application/atom+xml" href="http://expressionengine.com/xml/atom/bug_tracker/" />
    <updated>2008-06-30T16:26:50Z</updated>
    <rights>Copyright (c) 2008, EllisLab Inc.</rights>
    <generator uri="http://expressionengine.com/" version="1.6.3">ExpressionEngine</generator>
    <id>tag:expressionengine.com,2008:06:30</id>


    <entry>
      <title>Captcha &#45; Undefined variable: now in core.functions.php</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/bug_tracker/bug/4782/" />
      <id>tag:expressionengine.com,2008:bug_tracker/bug/19.4782</id>
      <published>2008-06-30T15:18:00Z</published>
      <updated>2008-06-30T16:26:50Z</updated>
      <author>
            <name>Robin Sowell</name>
            <uri>http://media-cow.com/</uri>      </author>

      <category term="PHP Errors"
        scheme="http://expressionengine.com/bug_tracker/list/category/"
        label="PHP Errors" />
      <content type="html"><![CDATA[
        <p>Around line 1901, $now is only defined inside the conditional- thus throwing an error later if conditional wasn&#8217;t true:
<br />
</p><div class="codeblock"><code>
<span style="color: #007700">if ((</span><span style="color: #0000BB">mt_rand</span><span style="color: #007700">() % </span><span style="color: #0000BB">100</span><span style="color: #007700">) &lt; </span><span style="color: #0000BB">$SESS</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">gc_probability</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">&#123;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$old </span><span style="color: #007700">= </span><span style="color: #0000BB">time</span><span style="color: #007700">() - </span><span style="color: #0000BB">$expiration</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$DB</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">query</span><span style="color: #007700">(</span><span style="color: #DD0000">"DELETE FROM exp_captcha WHERE date &lt; "</span><span style="color: #007700">.</span><span style="color: #0000BB">$old</span><span style="color: #007700">);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;list(</span><span style="color: #0000BB">$usec</span><span style="color: #007700">, </span><span style="color: #0000BB">$sec</span><span style="color: #007700">) = </span><span style="color: #0000BB">explode</span><span style="color: #007700">(</span><span style="color: #DD0000">" "</span><span style="color: #007700">, </span><span style="color: #0000BB">microtime</span><span style="color: #007700">());<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$now </span><span style="color: #007700">= ((float)</span><span style="color: #0000BB">$usec </span><span style="color: #007700">+ (float)</span><span style="color: #0000BB">$sec</span><span style="color: #007700">);</span>
</code></div><p>
Short term- advised to copy
<br />
</p><div class="codeblock"><code>
<span style="color: #007700">list(</span><span style="color: #0000BB">$usec</span><span style="color: #007700">, </span><span style="color: #0000BB">$sec</span><span style="color: #007700">) = </span><span style="color: #0000BB">explode</span><span style="color: #007700">(</span><span style="color: #DD0000">" "</span><span style="color: #007700">, </span><span style="color: #0000BB">microtime</span><span style="color: #007700">());<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$now </span><span style="color: #007700">= ((float)</span><span style="color: #0000BB">$usec </span><span style="color: #007700">+ (float)</span><span style="color: #0000BB">$sec</span><span style="color: #007700">);</span>
</code></div><p>
Above the conditional to avoid error.
</p>      ]]></content>
    </entry>

    <entry>
      <title>View Count Increasing by Two</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/bug_tracker/bug/4748/" />
      <id>tag:expressionengine.com,2008:bug_tracker/bug/19.4748</id>
      <published>2008-06-21T13:45:00Z</published>
      <updated>2008-06-21T15:14:24Z</updated>
      <author>
            <name>mbagnall</name>
            <uri>www.elusivemind.net</uri>      </author>

      <category term="Modules"
        scheme="http://expressionengine.com/bug_tracker/list/category/"
        label="Modules" />
      <category term="Weblog"
        scheme="http://expressionengine.com/bug_tracker/list/category/weblog/"
        label="Weblog" />
      <content type="html"><![CDATA[
        <p>This morning I was working on a client site when I noticed that my single view pages on my weblog were counting views twice. For every hit on the single view page, the count would go up by two. I traced this problem to embeded templates on the single view page. If I had no embeds on the templates, it would increase by one, but if I added even a single embed to pull in another template, it would double the count. It didn&#8217;t seem to matter whether or not I had two, three or even four templates embeded, it would double the count.
</p>      ]]></content>
    </entry>

    <entry>
      <title>EE changing external encrypted cookie</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/bug_tracker/bug/4713/" />
      <id>tag:expressionengine.com,2008:bug_tracker/bug/19.4713</id>
      <published>2008-06-16T12:42:00Z</published>
      <updated>2008-06-16T13:55:10Z</updated>
      <author>
            <name>pfleming</name>
                  </author>

      <category term="User Interface"
        scheme="http://expressionengine.com/bug_tracker/list/category/"
        label="User Interface" />
      <category term="General Problems"
        scheme="http://expressionengine.com/bug_tracker/list/category/general_problems/"
        label="General Problems" />
      <content type="html"><![CDATA[
        <p>Our site requires sign in and sign in is authenticated via an encrypted cookie.&nbsp; The cookie is set by a process external to EE.
</p>
<p>
When I try to read the cookie from inside ee using $_COOKIE, the cookie is changed.
</p>
<p>
The call $IN-&gt;fetch_input_data() in core.system.php modifies the cookie data in such a way that our external application no longer recognizes it.
</p>
<p>
Being that everything we allow a user to do is determined by the contents of the cookie, this issue has us dead in the water.&nbsp; I could comment out your code that &#8216;cleans&#8217; the cookie, but I would like to know if this would be addressed in a future release.&nbsp; I don&#8217;t want to have to comment out code in your app whenever you put out a release.
</p>
<p>
Sample code to reproduce the problem has been posted in the support forum at <a href="http://expressionengine.com/forums/viewthread/82310/">http://expressionengine.com/forums/viewthread/82310/</a>
</p>      ]]></content>
    </entry>

    <entry>
      <title>Pagination skips entries with same timestamp</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/bug_tracker/bug/4694/" />
      <id>tag:expressionengine.com,2008:bug_tracker/bug/19.4694</id>
      <published>2008-06-11T15:21:01Z</published>
      <updated>2008-06-12T15:55:34Z</updated>
      <author>
            <name>hearsay</name>
            <uri>http://www.hearsaynashville.com</uri>      </author>

      <category term="Modules"
        scheme="http://expressionengine.com/bug_tracker/list/category/"
        label="Modules" />
      <category term="Weblog"
        scheme="http://expressionengine.com/bug_tracker/list/category/weblog/"
        label="Weblog" />
      <content type="html"><![CDATA[
        <p>I quickly published some weblog entries by using copy and paste, and so they had the same time stamp down to the minute. My client noticed, when testing the website, that the pagination (prev/next) links were skipping some articles, and it seemed to be skipping those that were published within the same minute. I edited the published time and gave each entry an incrementally higher number. The pagination links don&#8217;t skip any entries anymore.
</p>      ]]></content>
    </entry>

    <entry>
      <title>Uneditable server paths after localhost to live server migration</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/bug_tracker/bug/4690/" />
      <id>tag:expressionengine.com,2008:bug_tracker/bug/19.4690</id>
      <published>2008-06-11T12:05:00Z</published>
      <updated>2008-06-11T14:56:25Z</updated>
      <author>
            <name>mattbrighton</name>
            <uri>http://visint.tv</uri>      </author>

      <category term="Control Panel"
        scheme="http://expressionengine.com/bug_tracker/list/category/"
        label="Control Panel" />
      <content type="html"><![CDATA[
        <p>Membership preferences elicit errors when you try and change server paths upon migration of database from localhost to live server environment.
</p>
<p>
Changes do not stick, and you get an error that your original (local) server paths are not valid.
</p>
<p>
There is a workaround &#8216;hack&#8217; to change the settings using Find and Replace utility.
</p>
<p>
See these two threads for more background:
<br />
<a href="http://expressionengine.com/forums/viewthread/81916/">http://expressionengine.com/forums/viewthread/81916/</a>
<br />
<a href="http://expressionengine.com/forums/viewthread/60041/">http://expressionengine.com/forums/viewthread/60041/</a>
</p>      ]]></content>
    </entry>

    <entry>
      <title>unwrap not documented</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/bug_tracker/bug/4599/" />
      <id>tag:expressionengine.com,2008:bug_tracker/bug/19.4599</id>
      <published>2008-05-27T16:33:01Z</published>
      <updated>2008-06-05T16:16:26Z</updated>
      <author>
            <name>Visual Binary</name>
                  </author>

      <category term="Documentation"
        scheme="http://expressionengine.com/bug_tracker/list/category/"
        label="Documentation" />
      <category term="Missing Info"
        scheme="http://expressionengine.com/bug_tracker/list/category/missing_info/"
        label="Missing Info" />
      <content type="html"><![CDATA[
        <p>The {unwrap}{/unwrap} tag isn&#8217;t documented anywhere in the Docs.&nbsp; It does show up in the changelog once or twice, but it should probably be added in the actual documentation.
</p>      ]]></content>
    </entry>

    <entry>
      <title>MSM and duplication issue&#8230;.</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/bug_tracker/bug/4583/" />
      <id>tag:expressionengine.com,2008:bug_tracker/bug/19.4583</id>
      <published>2008-05-21T15:01:01Z</published>
      <updated>2008-06-05T16:12:02Z</updated>
      <author>
            <name>Robin Sowell</name>
            <uri>http://media-cow.com/</uri>      </author>

      <category term="MySQL Errors"
        scheme="http://expressionengine.com/bug_tracker/list/category/"
        label="MySQL Errors" />
      <content type="html"><![CDATA[
        <p>re: <a href="http://expressionengine.com/forums/viewthread/79550/P18/#402223">http://expressionengine.com/forums/viewthread/79550/P18/#402223</a>
</p>
<p>
Long thread- boils down to- if you already have custom cat fields created and you duplicate a weblog when creating an MSM site- the exp_category_fields table gets the new rows added ok- but the exp_category_field_data table doesn&#8217;t get the new fields to match them added.&nbsp; So- when you go to edit categories on your new msm site, you get a mysql error:
<br />
</p><div class="codeblock"><code>
<span style="color: #0000BB">Error Number</span><span style="color: #007700">: </span><span style="color: #0000BB">1054<br /><br />Description</span><span style="color: #007700">: </span><span style="color: #0000BB">Unknown column </span><span style="color: #DD0000">'field_id_3' </span><span style="color: #0000BB">in </span><span style="color: #DD0000">'field list'<br /><br /></span><span style="color: #0000BB">Query</span><span style="color: #007700">: </span><span style="color: #0000BB">UPDATE </span><span style="color: #007700">`</span><span style="color: #0000BB">exp_category_field_data</span><span style="color: #007700">` </span><span style="color: #0000BB">SET </span><span style="color: #007700">`</span><span style="color: #0000BB">field_id_3</span><span style="color: #007700">` = </span><span style="color: #DD0000">''</span><span style="color: #007700">, `</span><span style="color: #0000BB">field_ft_3</span><span style="color: #007700">` = </span><span style="color: #DD0000">'none' </span><span style="color: #0000BB">WHERE cat_id </span><span style="color: #007700">= </span><span style="color: #DD0000">'45'</span>
</code></div><p>
Because- it&#8217;s missing those fields.
</p>      ]]></content>
    </entry>

    <entry>
      <title>auto_thread_path needs a tweak in the exp:forum:topic_titles tag&#8230;.</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/bug_tracker/bug/4575/" />
      <id>tag:expressionengine.com,2008:bug_tracker/bug/19.4575</id>
      <published>2008-05-20T12:04:01Z</published>
      <updated>2008-05-28T17:24:57Z</updated>
      <author>
            <name>Robin Sowell</name>
            <uri>http://media-cow.com/</uri>      </author>

      <category term="Modules"
        scheme="http://expressionengine.com/bug_tracker/list/category/"
        label="Modules" />
      <category term="Forum"
        scheme="http://expressionengine.com/bug_tracker/list/category/forum/"
        label="Forum" />
      <content type="html"><![CDATA[
        <p>Re: <a href="http://expressionengine.com/forums/viewthread/79606/">http://expressionengine.com/forums/viewthread/79606/</a>
</p>
<p>
<a href="http://expressionengine.com/docs/modules/forum/recent_forum_topics.html#var_auto_thread_path">According to the Docs</a>:
<br />
</p><div class="codeblock"><code>
<span style="color: #0000BB">&#123;auto_thread_path&#125;<br /><br />This variable is replaced by a path built with the URL set in the </span><span style="color: #DD0000">"Forum URL" </span><span style="color: #0000BB">general preference setting </span><span style="color: #007700">for </span><span style="color: #0000BB">the board that the topic belongs to</span><span style="color: #007700">. For </span><span style="color: #0000BB">example</span><span style="color: #007700">, </span><span style="color: #0000BB">this</span><span style="color: #007700">:<br />&lt;</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;auto_thread_path&#125;"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;title&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">a</span><span style="color: #007700">&gt;<br /><br /></span><span style="color: #0000BB">Would be rendered like this</span><span style="color: #007700">:<br />&lt;</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"http://www.example.com/index.php/forums/viewthread/11245/"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">My forum topic</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">a</span><span style="color: #007700">&gt;</span>
</code></div><p>
But he&#8217;s right- if I use 
<br />
</p><div class="codeblock"><code>
<span style="color: #007700">&lt;</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;auto_thread_path&#125;"</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">b</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;last_author&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">b</span><span style="color: #007700">&gt; </span><span style="color: #0000BB">posted on the topic </span><span style="color: #007700">&lt;</span><span style="color: #0000BB">br </span><span style="color: #007700">/&gt;</span>
</code></div><p>
The generated paths look like <a href="http://media-cow.com/forums/39/">http://media-cow.com/forums/39/</a> - need the viewthread bit in there to work properly.
</p>      ]]></content>
    </entry>

    <entry>
      <title>Related &amp;amp; Reverse Related Entries :: View Counting</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/bug_tracker/bug/4556/" />
      <id>tag:expressionengine.com,2008:bug_tracker/bug/19.4556</id>
      <published>2008-05-17T23:43:00Z</published>
      <updated>2008-05-31T16:29:53Z</updated>
      <author>
            <name>dprock</name>
            <uri>http://www.dprockcreative.com</uri>      </author>

      <category term="Control Panel"
        scheme="http://expressionengine.com/bug_tracker/list/category/"
        label="Control Panel" />
      <category term="Publish"
        scheme="http://expressionengine.com/bug_tracker/list/category/publish/"
        label="Publish" />
      <category term="Display Problems"
        scheme="http://expressionengine.com/bug_tracker/list/category/display_problems/"
        label="Display Problems" />
      <category term="Modules"
        scheme="http://expressionengine.com/bug_tracker/list/category/"
        label="Modules" />
      <category term="Weblog"
        scheme="http://expressionengine.com/bug_tracker/list/category/weblog/"
        label="Weblog" />
      <content type="html"><![CDATA[
        <p>From what I can tell the &#8220;view counts&#8221; of each entry get hammered into the serialized variables in the &#8216;relationships&#8217; table each time the entry is published/updated.
</p>
<p>
Then that same view count (invariable not-synched actual view count) is parses &#8220;AS IS&#8221; in the weblogs module&#8217;s parsing methods.
</p>
<p>
There be a snippet in there to correct view counts?
</p>
<p>
I&#8217;ll be using a custom extension until this is addressed.
</p>      ]]></content>
    </entry>

    <entry>
      <title>Deleting forums leaves stats untouched</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/bug_tracker/bug/4547/" />
      <id>tag:expressionengine.com,2008:bug_tracker/bug/19.4547</id>
      <published>2008-05-16T19:23:01Z</published>
      <updated>2008-06-02T13:42:26Z</updated>
      <author>
            <name>Ingmar Greil</name>
            <uri>http://exp-consulting.com</uri>      </author>

      <category term="Modules"
        scheme="http://expressionengine.com/bug_tracker/list/category/"
        label="Modules" />
      <category term="Forum"
        scheme="http://expressionengine.com/bug_tracker/list/category/forum/"
        label="Forum" />
      <content type="html"><![CDATA[
        <p>Please refer to this thread <a href="http://expressionengine.com/forums/viewthread/79594/">http://expressionengine.com/forums/viewthread/79594/</a> 
</p>
<p>
Even though a particular forum and all posts in it were correctly deleted, and no longer acessible, the stats were off. Users were still credited  with postings that no longer existed, as well as the “Most Recent Forum Post” in their profiles. 
</p>
<p>
Re-synchronizing the forums did not help, as I could confirm on my sandbox.
</p>      ]]></content>
    </entry>

    <entry>
      <title>Query module changing table name in template</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/bug_tracker/bug/4545/" />
      <id>tag:expressionengine.com,2008:bug_tracker/bug/19.4545</id>
      <published>2008-05-16T14:27:01Z</published>
      <updated>2008-06-04T14:39:18Z</updated>
      <author>
            <name>Ingmar Greil</name>
            <uri>http://exp-consulting.com</uri>      </author>

      <category term="Control Panel"
        scheme="http://expressionengine.com/bug_tracker/list/category/"
        label="Control Panel" />
      <category term="Modules"
        scheme="http://expressionengine.com/bug_tracker/list/category/modules_cp/"
        label="Modules" />
      <content type="html"><![CDATA[
        <p>Further to this thread <a href="http://expressionengine.com/forums/viewthread/79588/">http://expressionengine.com/forums/viewthread/79588/</a> EE seems to incorrectly rewrite the sql="&#8221; parameter in a template when saving.
</p>
<p>
If a db prefix other than &#8220;exp&#8221; is used, but starts with &#8220;exp_&#8221;, EE will remove the leading &#8220;exp_&#8221; and replace it with the custom prefix when saving, still leaving the second part in place.
</p>
<p>
I can confirm this in build 20080421. Having tried &#8220;exp_ig&#8221;, EE rewrote that to &#8220;exp_ig_ig&#8221;, &#8220;exp_ig_ig_ig&#8221;, and so on.
</p>      ]]></content>
    </entry>

    <entry>
      <title>Backslash in fields leads to problem w/conditionals&#45;</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/bug_tracker/bug/4495/" />
      <id>tag:expressionengine.com,2008:bug_tracker/bug/19.4495</id>
      <published>2008-05-05T15:23:01Z</published>
      <updated>2008-05-29T21:17:08Z</updated>
      <author>
            <name>Robin Sowell</name>
            <uri>http://media-cow.com/</uri>      </author>

      <category term="Modules"
        scheme="http://expressionengine.com/bug_tracker/list/category/"
        label="Modules" />
      <category term="Weblog"
        scheme="http://expressionengine.com/bug_tracker/list/category/weblog/"
        label="Weblog" />
      <content type="html"><![CDATA[
        <p>re: <a href="http://expressionengine.com/forums/viewthread/78375/">http://expressionengine.com/forums/viewthread/78375/</a>
</p>
<p>
If you end a field with a backslash:
<br />
something\
<br />
Then use that field in a conditional:
<br />
<br />
It&#8217;s throwing a t string error.&nbsp; Replicated on my install.
</p>      ]]></content>
    </entry>

    <entry>
      <title>Default Avatar Upload Path</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/bug_tracker/bug/4479/" />
      <id>tag:expressionengine.com,2008:bug_tracker/bug/19.4479</id>
      <published>2008-04-29T18:52:00Z</published>
      <updated>2008-04-30T13:02:26Z</updated>
      <author>
            <name>rmhayler</name>
                  </author>

      <category term="Membership"
        scheme="http://expressionengine.com/bug_tracker/list/category/"
        label="Membership" />
      <category term="Avatars"
        scheme="http://expressionengine.com/bug_tracker/list/category/avatars/"
        label="Avatars" />
      <content type="html"><![CDATA[
        <p>In the EE Control Panel - Admin - Members and Groups - Membership Preferences - Avatar Preferences
</p>
<p>
Changing the Server Path to reflect the desired avatar upload path is not reflected when attempting to save the setting:
</p>
<p>
For example if I set the server path to: /html/uploads/avatars/
<br />
When I try to save the path I get an error message stating that the path is not valid, however EE is trying to use a different path to the one specified, i.e. EE tries to use: /html/uploads/avatars/uploads/
</p>
<p>
So it is applying the directory path &#8220;uploads&#8221; even though this is not specified.
</p>      ]]></content>
    </entry>

    <entry>
      <title>&#123;related_entries&#125; tag pair displays entries with &#8220;closed&#8221; status</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/bug_tracker/bug/4457/" />
      <id>tag:expressionengine.com,2008:bug_tracker/bug/19.4457</id>
      <published>2008-04-23T18:13:00Z</published>
      <updated>2008-04-23T20:35:11Z</updated>
      <author>
            <name>Visiluna</name>
            <uri>http://www.visiluna.com</uri>      </author>

      <category term="Modules"
        scheme="http://expressionengine.com/bug_tracker/list/category/"
        label="Modules" />
      <category term="Weblog"
        scheme="http://expressionengine.com/bug_tracker/list/category/weblog/"
        label="Weblog" />
      <content type="html"><![CDATA[
        <p>In keeping with the usual behavior of entries with a status of &#8220;closed&#8221;, I expected that entries with a status of &#8220;closed&#8221; would not display within the {related_entries} tag pair. However, ntries with a status of &#8220;closed&#8221; are appearing within the {related_entries} tag.
</p>
<p>
I am currently using a conditional as a temporary fix to prevent the display of closed entries, but I believe the {related_entries} tag pair should respect the status of entries for the sake of consistency at the very least.
</p>      ]]></content>
    </entry>

    <entry>
      <title>Changing &#8220;recount&#8221; preference fails</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/bug_tracker/bug/4454/" />
      <id>tag:expressionengine.com,2008:bug_tracker/bug/19.4454</id>
      <published>2008-04-23T07:43:01Z</published>
      <updated>2008-04-23T12:42:37Z</updated>
      <author>
            <name>Ingmar Greil</name>
            <uri>http://exp-consulting.com</uri>      </author>

      <category term="Control Panel"
        scheme="http://expressionengine.com/bug_tracker/list/category/"
        label="Control Panel" />
      <category term="Admin"
        scheme="http://expressionengine.com/bug_tracker/list/category/admin/"
        label="Admin" />
      <category term="Utilities"
        scheme="http://expressionengine.com/bug_tracker/list/category/utilities/"
        label="Utilities" />
      <content type="html"><![CDATA[
        <p>Further to <a href="http://expressionengine.com/forums/viewthread/77598/">this thread</a>, trying to set the number of database rows processed per recount batch to anything but the default &#8220;1000&#8221; does not work.
</p>      ]]></content>
    </entry>


</feed>