<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:content="http://purl.org/rss/1.0/modules/content/">

   <channel>

   <title>Bug Tracker</title>
   <link>http://mojomotor.com/bug_tracker/</link>
   <description>MojoMotor Bug Tracker</description>
   <dc:language>en</dc:language>
   <dc:creator>lisa.wess@ellislab.com</dc:creator>
   <dc:rights>Copyright 2012</dc:rights>
   <dc:date>2012-05-02T20:35:54+00:00</dc:date>
   <admin:generatorAgent rdf:resource="http://expressionengine.com/" />


   <item>
     <title>Updating Layouts in interations, previous change is undoneUn</title>
     <link&gt;http://mojomotor.com/site/updating_layouts_in_interations_previous_change_is_undoneun</link>
     <guid>http://mojomotor.com/site/updating_layouts_in_interations_previous_change_is_undoneun#When:20:35:54Z</guid>
     <description>trying to update layouts that my changes were saved. details in the forums at http://mojomotor.com/forums/viewthread/216191/#1000268</description>
     <dc:subject>Layouts,</dc:subject>
     <dc:date>2012-05-02T20:35:54+00:00</dc:date>
   </item>

   <item>
     <title>Saving layout whith debug=1 shows PHP error</title>
     <link&gt;http://mojomotor.com/site/saving_layout_whith_debug1_shows_php_error</link>
     <guid>http://mojomotor.com/site/saving_layout_whith_debug1_shows_php_error#When:08:46:17Z</guid>
     <description>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. 

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

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

if($cache_files == FALSE) return;

 a notice that the layout was saved The layout&#45;editor stays open

Which actually can be quite convenient if you want to test several things in a layout</description>
     <dc:subject>Layouts,</dc:subject>
     <dc:date>2012-02-19T08:46:17+00:00</dc:date>
   </item>

   <item>
     <title>page_list ignores page parameter</title>
     <link&gt;http://mojomotor.com/site/page_list_ignores_page_parameter</link>
     <guid>http://mojomotor.com/site/page_list_ignores_page_parameter#When:22:04:13Z</guid>
     <description>After updating, mojo ignores the page= parameter for showing the children of pages that are checked to not be included in the list
&#123;mojo:site:page_list&#125;&amp;nbsp;



&amp;nbsp; For the parameter to work as described in the User Guide No page list is output unless all pages are included.</description>
     <dc:subject>Mojo Tags,</dc:subject>
     <dc:date>2012-02-16T22:04:13+00:00</dc:date>
   </item>

   <item>
     <title>page_list page=&#8220;CURRENT_PAGE&#8221; includes itself</title>
     <link&gt;http://mojomotor.com/site/page_list_pagecurrent_page_includes_itself</link>
     <guid>http://mojomotor.com/site/page_list_pagecurrent_page_includes_itself#When:00:05:32Z</guid>
     <description>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). 

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; {mojo:page:page_title}
{mojo:site:page_list page=&quot;CURRENT_PAGE&quot;}

expected:
&amp;lt;h3&amp;gt;current&amp;nbsp;page&amp;lt;/h3&amp;gt;&amp;lt;ul&amp;gt;&amp;nbsp;&amp;nbsp;&amp;lt;li&amp;gt;child&amp;nbsp;1&amp;lt;/li&amp;gt;&amp;nbsp;&amp;nbsp;&amp;lt;li&amp;gt;child&amp;nbsp;2&amp;lt;/li&amp;gt;&amp;nbsp;&amp;nbsp;&amp;lt;li&amp;gt;child&amp;nbsp;3&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;nbsp;

 
&amp;lt;h3&amp;gt;current&amp;nbsp;page&amp;lt;/h3&amp;gt;&amp;lt;ul&amp;gt;&amp;nbsp;&amp;nbsp;&amp;lt;li&amp;gt;current&amp;nbsp;page&amp;nbsp;&amp;nbsp;&amp;lt;ul&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;li&amp;gt;child&amp;nbsp;1&amp;lt;/li&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;li&amp;gt;child&amp;nbsp;2&amp;lt;/li&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;li&amp;gt;child&amp;nbsp;3&amp;lt;/li&amp;gt;&amp;nbsp;&amp;nbsp;&amp;lt;/ul&amp;gt;&amp;nbsp;&amp;nbsp;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;nbsp;</description>
     <dc:subject>Mojo Tags,</dc:subject>
     <dc:date>2012-02-14T00:05:32+00:00</dc:date>
   </item>

   <item>
     <title>page_list as subnav, id for li items not unique to page</title>
     <link&gt;http://mojomotor.com/site/page_list_as_subnav_id_for_li_items_not_unique_to_page</link>
     <guid>http://mojomotor.com/site/page_list_as_subnav_id_for_li_items_not_unique_to_page#When:22:17:21Z</guid>
     <description>The new page_list parameters (page, depth) would have allowed to use it for sub&#45;navigation. e.g. top&#45;nav: depth=1, and, side&#45;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) Expected classes to be assigned, or id&#8217;s pre&#45;fixed with id&#45;parameter or something Same ID is used for li&#45;items of pagelist for each instance of said pagelist. tag</description>
     <dc:subject>Mojo Tags,</dc:subject>
     <dc:date>2012-02-13T22:17:21+00:00</dc:date>
   </item>

   <item>
     <title>Incorrect developer documentation</title>
     <link&gt;http://mojomotor.com/site/incorrect_developer_documentation</link>
     <guid>http://mojomotor.com/site/incorrect_developer_documentation#When:04:22:39Z</guid>
     <description>In the developer documentation, under the title &#8220;Links and function routing within Addons&#8221;, it says: &#8220;MojoMotor will automatically re&#45;route any requests made to index.php/addons/{name}/{function}/{optional_parameters} to an addon:&#8221; This is incorrect. The actual url should be: index.php/admin/addons/{name}/{function}/{optional_parameters}

Notice the additional &#8220;admin&#8221; uri segment.</description>
     <dc:subject>Documentation,</dc:subject>
     <dc:date>2011-11-08T04:22:39+00:00</dc:date>
   </item>

   <item>
     <title>Addon tags do not work when nested in &#123;mojo:layout:append_content&#125;</title>
     <link&gt;http://mojomotor.com/site/addon_tags_do_not_work_when_nested_in_mojolayoutappend_content</link>
     <guid>http://mojomotor.com/site/addon_tags_do_not_work_when_nested_in_mojolayoutappend_content#When:04:03:18Z</guid>
     <description>Calling an addon method from within {mojo:layout:append_content} tags.

Example:

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

1. I got a response, but it was a random string of characters.

2. MojoMotor prints out my nested tag.</description>
     <dc:subject>Add&#45;ons, Mojo Tags,</dc:subject>
     <dc:date>2011-11-08T04:03:18+00:00</dc:date>
   </item>

   <item>
     <title>Site content cleared after turning off CSRF protection</title>
     <link&gt;http://mojomotor.com/site/site_content_cleared_after_turning_off_csrf_protection</link>
     <guid>http://mojomotor.com/site/site_content_cleared_after_turning_off_csrf_protection#When:17:40:35Z</guid>
     <description>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.

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

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

I turned off csrf_protection, and after reloading the page, the site was empty. I wanted to restore the ability to edit content. Instead, page content is gone.</description>
     <dc:subject>Editable Regions,</dc:subject>
     <dc:date>2011-10-28T17:40:35+00:00</dc:date>
   </item>

   <item>
     <title>Undesired / Unexpected 404</title>
     <link&gt;http://mojomotor.com/site/undesired_unexpected_404</link>
     <guid>http://mojomotor.com/site/undesired_unexpected_404#When:02:01:44Z</guid>
     <description>I was deleting the page I was on.&amp;nbsp; After I removed it, I clicked on the refresh icon that is generated by MojoMotor.&amp;nbsp; After I clicked the refresh button, I was directed to a 404 error.&amp;nbsp; Here are the steps I took:

1. Navigate to a page
2. Open up the &#8220;pages&#8221; tab
3. Delete the current page
4. Click the refresh icon generated by MojoMotor Many other possibilities.&amp;nbsp; A simple re&#45;direct to the homepage would be much better. I was redirected to a 404 error message.</description>
     <dc:subject>Pages,</dc:subject>
     <dc:date>2011-10-17T02:01:44+00:00</dc:date>
   </item>

   <item>
     <title>Error when logging in on MojoMotor.com</title>
     <link&gt;http://mojomotor.com/site/error_when_logging_in_on_mojomotor.com</link>
     <guid>http://mojomotor.com/site/error_when_logging_in_on_mojomotor.com#When:15:36:29Z</guid>
     <description>Logging in to access my downloads Login &#45;&amp;gt; go to downloads page I received this PHP error:

A PHP Error was encountered

Severity: Notice

Message: Use of undefined constant AJAX_REQUEST &#45; assumed &#8216;AJAX_REQUEST&#8217;

Filename: libraries/Auth.php

Line Number: 232

Fatal error: Call to undefined method CI_Output::send_ajax_response() in ./application/libraries/Auth.php on line 234 

NOTE: I believe that I pressed &#8220;enter&#8221; on the keyboard rather than clicking the &#8220;submit&#8221; button.&amp;nbsp; I&#8217;m on a Windows XP machine, running the latest version of Google Chrome.&amp;nbsp; After another attempt, I was able to successfully login.</description>
     <dc:subject>General,</dc:subject>
     <dc:date>2011-10-16T15:36:29+00:00</dc:date>
   </item>


   </channel>
</rss>
