<?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: the full enchilada</subtitle>
    <link rel="alternate" type="text/html" href="http://mojomotor.com/bug_tracker/" />
    <link rel="self" type="application/atom+xml" href="http://mojomotor.com/feeds/bug_atom" />
    <updated>2012-05-14T13:07:55Z</updated>
    <rights>Copyright (c) 2012, Bright Orange Thread</rights>
    <generator uri="http://expressionengine.com/" version="2.2.2">ExpressionEngine</generator>
    <id>tag:mojomotor.com,2012:05:02</id>

 <entry>
     <title>Updating Layouts in interations, previous change is undoneUn</title><link rel="alternate" type="text/html" href="http://mojomotor.com/blog/updating_layouts_in_interations_previous_change_is_undoneun" />
      <id>tag:mojomotor.com,2012:bug_tracker/49.17847</id>
      <published>2012-05-02T20:35:54Z</published>
      <updated>2012-05-14T13:07:55Z</updated>
      <author>
            <name>Bright Orange Thread</name>
            <email>info@brightorangethread.com</email>
                  </author>
   
      <content type="html"><![CDATA[
       <p>trying to update layouts</p> <p>that my changes were saved.</p> <p>details in the forums at http://mojomotor.com/forums/viewthread/216191/#1000268</p>
      ]]></content>
    </entry>      


 <entry>
     <title>Saving layout whith debug=1 shows PHP error</title><link rel="alternate" type="text/html" href="http://mojomotor.com/blog/saving_layout_whith_debug1_shows_php_error" />
      <id>tag:mojomotor.com,2012:bug_tracker/49.17546</id>
      <published>2012-02-19T08:46:17Z</published>
      <updated>2012-02-20T14:21:19Z</updated>
      <author>
            <name>GDmac - expocom</name>
            <email>grdalenoort@gmail.com</email>
                  </author>
   
      <content type="html"><![CDATA[
       <p>For developing purposes i have set debug=1 in index.php. When saving a layout, a PHP error is generated and visible thru the browser console in the AJAX response. </p>

<p>Message:&nbsp; array_search() expects parameter 2 to be array, boolean given. Filename: helpers/cache_helper.php, Line Number: 30</p>

<p>Fix: helpers/cache_helper.php, the directory_map() returns an array or false. add a check at line 31 before doing an array_search().</p>

<p>if($cache_files == FALSE) return;</p>

 <p>a notice that the layout was saved</p> <p>The layout-editor stays open</p>

<p>Which actually can be quite convenient if you want to test several things in a layout <img src="http://ellislab.com/images/smileys/grin.gif" width="19" height="19" alt="grin" style="border:0;" /></p>
      ]]></content>
    </entry>      


 <entry>
     <title>page_list ignores page parameter</title><link rel="alternate" type="text/html" href="http://mojomotor.com/blog/page_list_ignores_page_parameter" />
      <id>tag:mojomotor.com,2012:bug_tracker/49.17536</id>
      <published>2012-02-16T22:04:13Z</published>
      <updated>2012-02-20T14:17:15Z</updated>
      <author>
            <name>Dan Decker</name>
            <email>dan.decker@ellislab.com</email>
            <uri>http://danfi.net/</uri>      </author>
   
      <content type="html"><![CDATA[
       <p>After updating, mojo ignores the page= parameter for showing the children of pages that are checked to not be included in the list</p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">&#123;mojo</span><span style="color: #007700">:</span><span style="color: #0000BB">site</span><span style="color: #007700">:</span><span style="color: #0000BB">page_list&#125;&nbsp;</span>
</span>
</code></div>

<p>&nbsp;</p> <p>For the parameter to work as described in the User Guide</p> <p>No page list is output unless all pages are included.</p>
      ]]></content>
    </entry>      


 <entry>
     <title>page_list page=&#8220;CURRENT_PAGE&#8221; includes itself</title><link rel="alternate" type="text/html" href="http://mojomotor.com/blog/page_list_pagecurrent_page_includes_itself" />
      <id>tag:mojomotor.com,2012:bug_tracker/49.17517</id>
      <published>2012-02-14T00:05:32Z</published>
      <updated>2012-02-13T22:09:34Z</updated>
      <author>
            <name>GDmac - expocom</name>
            <email>grdalenoort@gmail.com</email>
                  </author>
   
      <content type="html"><![CDATA[
       <p>From the docs i expected that page_list page=CURRENT_PAGE would return a list of children of the current page. (much like pagelistplus did). </p>

<p>Docs: &#8220;You can also specify page=&#8220;CURRENT_PAGE&#8221; to generate a list of the child pages based on the current page&#8221;</p> <h3>{mojo:page:page_title}</h3>
<p>{mojo:site:page_list page="CURRENT_PAGE"}</p>

<p>expected:</p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #007700">&lt;</span><span style="color: #0000BB">h3</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">current&nbsp;page</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">h3</span><span style="color: #007700">&gt;<br />&lt;</span><span style="color: #0000BB">ul</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">li</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">child&nbsp;1</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">li</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">li</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">child&nbsp;2</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">li</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">li</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">child&nbsp;3</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">li</span><span style="color: #007700">&gt;<br />&lt;/</span><span style="color: #0000BB">ul</span><span style="color: #007700">&gt;&nbsp;</span>
</span>
</code></div> <div class="codeblock"><code><span style="color: #000000">
<span style="color: #007700">&lt;</span><span style="color: #0000BB">h3</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">current&nbsp;page</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">h3</span><span style="color: #007700">&gt;<br />&lt;</span><span style="color: #0000BB">ul</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">li</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">current&nbsp;page<br />&nbsp;&nbsp;</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">ul</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">li</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">child&nbsp;1</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">li</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">li</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">child&nbsp;2</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">li</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">li</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">child&nbsp;3</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">li</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&lt;/</span><span style="color: #0000BB">ul</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&lt;/</span><span style="color: #0000BB">li</span><span style="color: #007700">&gt;<br />&lt;/</span><span style="color: #0000BB">ul</span><span style="color: #007700">&gt;&nbsp;</span>
</span>
</code></div>
      ]]></content>
    </entry>      


 <entry>
     <title>page_list as subnav, id for li items not unique to page</title><link rel="alternate" type="text/html" href="http://mojomotor.com/blog/page_list_as_subnav_id_for_li_items_not_unique_to_page" />
      <id>tag:mojomotor.com,2012:bug_tracker/49.17516</id>
      <published>2012-02-13T22:17:21Z</published>
      <updated>2012-02-13T22:20:23Z</updated>
      <author>
            <name>GDmac - expocom</name>
            <email>grdalenoort@gmail.com</email>
                  </author>
   
      <content type="html"><![CDATA[
       <p>The new page_list parameters (page, depth) would have allowed to use it for sub-navigation. e.g. top-nav: depth=1, and, side-nav: page=current. However the LI items have an ID assigned, with url_title, which is not unique to the page (ID must be unique)</p> <p>Expected classes to be assigned, or id&#8217;s pre-fixed with id-parameter or something</p> <p>Same ID is used for li-items of pagelist for each instance of said pagelist. tag</p>
      ]]></content>
    </entry>      


 <entry>
     <title>Incorrect developer documentation</title><link rel="alternate" type="text/html" href="http://mojomotor.com/blog/incorrect_developer_documentation" />
      <id>tag:mojomotor.com,2011:bug_tracker/49.16930</id>
      <published>2011-11-08T04:22:39Z</published>
      <updated>2011-11-15T12:17:41Z</updated>
      <author>
            <name>charles.garrison</name>
            <email>charlesg77@gmail.com</email>
                  </author>
   
      <content type="html"><![CDATA[
       <p>In the developer documentation, under the title &#8220;Links and function routing within Addons&#8221;, it says: &#8220;MojoMotor will automatically re-route any requests made to index.php/addons/{name}/{function}/{optional_parameters} to an addon:&#8221;</p> <p>This is incorrect.</p> <p>The actual url should be: index.php/admin/addons/{name}/{function}/{optional_parameters}</p>

<p>Notice the additional &#8220;admin&#8221; uri segment.</p>
      ]]></content>
    </entry>      


 <entry>
     <title>Addon tags do not work when nested in &#123;mojo:layout:append_content&#125;</title><link rel="alternate" type="text/html" href="http://mojomotor.com/blog/addon_tags_do_not_work_when_nested_in_mojolayoutappend_content" />
      <id>tag:mojomotor.com,2011:bug_tracker/49.16929</id>
      <published>2011-11-08T04:03:18Z</published>
      <updated>2011-11-10T12:15:19Z</updated>
      <author>
            <name>charles.garrison</name>
            <email>charlesg77@gmail.com</email>
                  </author>
   
      <content type="html"><![CDATA[
       <p>Calling an addon method from within {mojo:layout:append_content} tags.</p>

<p>Example:</p>

<p>{mojo:layout:append_content}<br />
 {mojo:robots:speak}<br />
{/mojo:layout:append_content}</p> <p>The addon to respond as usual.</p> <p>I&#8217;ve observed two different reactions.</p>

<p>1. I got a response, but it was a random string of characters.</p>

<p>2. MojoMotor prints out my nested tag.</p>


      ]]></content>
    </entry>      


 <entry>
     <title>Site content cleared after turning off CSRF protection</title><link rel="alternate" type="text/html" href="http://mojomotor.com/blog/site_content_cleared_after_turning_off_csrf_protection" />
      <id>tag:mojomotor.com,2011:bug_tracker/49.16839</id>
      <published>2011-10-28T17:40:35Z</published>
      <updated>2011-11-10T12:16:36Z</updated>
      <author>
            <name>Fred Carlsen</name>
            <email>fred@sjelfull.no</email>
            <uri>http://sjelfull.no</uri>      </author>
   
      <content type="html"><![CDATA[
       <p>My customer was experiencing a problem with the site content not being saved all of a sudden. MM failed to save any edits they did.</p>

<p>After checking the site, I saw an error in the console for the request to update_region.</p>

<p>Turned on debugging, and it said &#8220;The action you have requested is not allowed.&#8221;, which turned out to be coming from csrf_show_error() in Security.php</p>

<p>I turned off csrf_protection, and after reloading the page, the site was empty.</p> <p>I wanted to restore the ability to edit content.</p> <p>Instead, page content is gone.</p>
      ]]></content>
    </entry>      




</feed>
