<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Joseph Crawford</title>
	<atom:link href="http://www.jbcrawford.net/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jbcrawford.net</link>
	<description>Using wordpress because he is lazy</description>
	<lastBuildDate>Tue, 22 Nov 2011 16:04:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Add a file extension to gedit in Ubuntu by Oren</title>
		<link>http://www.jbcrawford.net/archives/236/comment-page-1#comment-1618</link>
		<dc:creator>Oren</dc:creator>
		<pubDate>Tue, 22 Nov 2011 16:04:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.jbcrawford.net/?p=10#comment-1618</guid>
		<description>The artical&#039;s instructions just worked for me too! I added &#039;*.module&#039; and &#039;*.inc&#039; and now Drupal files look great! Ubuntu 11</description>
		<content:encoded><![CDATA[<p>The artical&#8217;s instructions just worked for me too! I added &#8216;*.module&#8217; and &#8216;*.inc&#8217; and now Drupal files look great! Ubuntu 11</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePHP ACL Management by Luc</title>
		<link>http://www.jbcrawford.net/archives/314/comment-page-3#comment-1616</link>
		<dc:creator>Luc</dc:creator>
		<pubDate>Fri, 28 Oct 2011 09:29:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.jbcrawford.net/?p=314#comment-1616</guid>
		<description>Hi,
I tried to install this in 1.3.13 after going through the official manual and it gives me this error:
&quot;The AuthComponent actionPath variable is not set in your AppController.&quot;
Although in my AppController I have this:

    function beforeFilter() {
        //Configure AuthComponent
        $this-&gt;Auth-&gt;authorize = &#039;actions&#039;;
        $this-&gt;Auth-&gt;loginAction = array(&#039;controller&#039; =&gt; &#039;users&#039;, &#039;action&#039; =&gt; &#039;login&#039;);
        $this-&gt;Auth-&gt;logoutRedirect = array(&#039;controller&#039; =&gt; &#039;users&#039;, &#039;action&#039; =&gt; &#039;logout&#039;);
        $this-&gt;Auth-&gt;loginRedirect = array(&#039;controller&#039; =&gt; &#039;posts&#039;, &#039;action&#039; =&gt; &#039;add&#039;);
		$this-&gt;Auth-&gt;actionPath = &#039;controllers/&#039;;
		$this-&gt;Auth-&gt;allowedActions = array(&#039;display&#039;);
    }

Any idea how to solve this?

Regards,

Luc</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I tried to install this in 1.3.13 after going through the official manual and it gives me this error:<br />
&#8220;The AuthComponent actionPath variable is not set in your AppController.&#8221;<br />
Although in my AppController I have this:</p>
<p>    function beforeFilter() {<br />
        //Configure AuthComponent<br />
        $this-&gt;Auth-&gt;authorize = &#8216;actions&#8217;;<br />
        $this-&gt;Auth-&gt;loginAction = array(&#8216;controller&#8217; =&gt; &#8216;users&#8217;, &#8216;action&#8217; =&gt; &#8216;login&#8217;);<br />
        $this-&gt;Auth-&gt;logoutRedirect = array(&#8216;controller&#8217; =&gt; &#8216;users&#8217;, &#8216;action&#8217; =&gt; &#8216;logout&#8217;);<br />
        $this-&gt;Auth-&gt;loginRedirect = array(&#8216;controller&#8217; =&gt; &#8216;posts&#8217;, &#8216;action&#8217; =&gt; &#8216;add&#8217;);<br />
		$this-&gt;Auth-&gt;actionPath = &#8216;controllers/&#8217;;<br />
		$this-&gt;Auth-&gt;allowedActions = array(&#8216;display&#8217;);<br />
    }</p>
<p>Any idea how to solve this?</p>
<p>Regards,</p>
<p>Luc</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple CakePHP CMS (Content Management System) by Bo-oz</title>
		<link>http://www.jbcrawford.net/archives/122/comment-page-2#comment-1615</link>
		<dc:creator>Bo-oz</dc:creator>
		<pubDate>Wed, 12 Oct 2011 11:32:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.jbcrawford.net/?p=122#comment-1615</guid>
		<description>Hi,

Great tut, very clean and simple code. I was looking for a solution like this, although I would also like to be able to point to other controller/action combinations when creating &#039;content&#039;, so you can actually use the same system for non-CMS content. Any thoughts on this?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Great tut, very clean and simple code. I was looking for a solution like this, although I would also like to be able to point to other controller/action combinations when creating &#8216;content&#8217;, so you can actually use the same system for non-CMS content. Any thoughts on this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePHP 1.3.* Auth Component Tutorial Basic Authentication by Liaogz82</title>
		<link>http://www.jbcrawford.net/archives/264/comment-page-2#comment-1614</link>
		<dc:creator>Liaogz82</dc:creator>
		<pubDate>Tue, 11 Oct 2011 10:08:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.jbcrawford.net/?p=264#comment-1614</guid>
		<description>Hi I need some help here... I have a default home page in pages. I want the authentication to allow the home page to be accessed. But then i tried $this-&gt;Auth-&gt;allow(&#039;home&#039;) and it did not work. What can i do?</description>
		<content:encoded><![CDATA[<p>Hi I need some help here&#8230; I have a default home page in pages. I want the authentication to allow the home page to be accessed. But then i tried $this-&gt;Auth-&gt;allow(&#8216;home&#8217;) and it did not work. What can i do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePHP 1.3.* Auth Component Tutorial Basic Authentication by Shekhar</title>
		<link>http://www.jbcrawford.net/archives/264/comment-page-2#comment-1612</link>
		<dc:creator>Shekhar</dc:creator>
		<pubDate>Fri, 23 Sep 2011 10:17:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.jbcrawford.net/?p=264#comment-1612</guid>
		<description>Hello Sir,

        I have developed this code but when I refreshed the index page then the row added automatically. I have made changes on it but it didn&#039;t work.

Please give me any suggestion.

Thanks

Regards,
Shekhar</description>
		<content:encoded><![CDATA[<p>Hello Sir,</p>
<p>        I have developed this code but when I refreshed the index page then the row added automatically. I have made changes on it but it didn&#8217;t work.</p>
<p>Please give me any suggestion.</p>
<p>Thanks</p>
<p>Regards,<br />
Shekhar</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePHP 1.3.* Auth Component Tutorial Basic Authentication by Ashley</title>
		<link>http://www.jbcrawford.net/archives/264/comment-page-2#comment-1611</link>
		<dc:creator>Ashley</dc:creator>
		<pubDate>Wed, 14 Sep 2011 17:36:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.jbcrawford.net/?p=264#comment-1611</guid>
		<description>Hey,
Firstly, really great tutorial. Can I ask though what exactly sets the login page as the automatic place to redirect to when you reach the site. I wanted to integrate the auth stuff into my existing site (e.g. have the login on the home page etc.) I&#039;ve been looking through the app_controller and can&#039;t see exactly how to edit it. Any help on this would be great.</description>
		<content:encoded><![CDATA[<p>Hey,<br />
Firstly, really great tutorial. Can I ask though what exactly sets the login page as the automatic place to redirect to when you reach the site. I wanted to integrate the auth stuff into my existing site (e.g. have the login on the home page etc.) I&#8217;ve been looking through the app_controller and can&#8217;t see exactly how to edit it. Any help on this would be great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePHP 1.3.* Auth Component Tutorial Basic Authentication by Madhu</title>
		<link>http://www.jbcrawford.net/archives/264/comment-page-2#comment-1602</link>
		<dc:creator>Madhu</dc:creator>
		<pubDate>Tue, 16 Aug 2011 09:52:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.jbcrawford.net/?p=264#comment-1602</guid>
		<description>I have a doubt. When i open the add users link and refresh the page then some dummy values get inserted in database. Please let me know how to rectify this one.</description>
		<content:encoded><![CDATA[<p>I have a doubt. When i open the add users link and refresh the page then some dummy values get inserted in database. Please let me know how to rectify this one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePHP ACL Management by Alysha</title>
		<link>http://www.jbcrawford.net/archives/314/comment-page-3#comment-1601</link>
		<dc:creator>Alysha</dc:creator>
		<pubDate>Wed, 10 Aug 2011 07:42:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.jbcrawford.net/?p=314#comment-1601</guid>
		<description>I decided to man up and create my first plugin, please welcome, the ACL management plugin. I know this has been done before, but I haven’t seen anything lately that works with CakePHP 1.2. Plus, I used AJAX to make working with trees easier and faster. This way I dont have to load the whole tree on startup.
Everyone is more than welcome to share in the fun</description>
		<content:encoded><![CDATA[<p>I decided to man up and create my first plugin, please welcome, the ACL management plugin. I know this has been done before, but I haven’t seen anything lately that works with CakePHP 1.2. Plus, I used AJAX to make working with trees easier and faster. This way I dont have to load the whole tree on startup.<br />
Everyone is more than welcome to share in the fun</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePHP ACL Management by Joseph</title>
		<link>http://www.jbcrawford.net/archives/314/comment-page-3#comment-1596</link>
		<dc:creator>Joseph</dc:creator>
		<pubDate>Wed, 20 Jul 2011 16:07:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.jbcrawford.net/?p=314#comment-1596</guid>
		<description>I have set up multiple group permissions before on a site but was not able to do it with the Cake ACL component. The way I did it was to just use the Auth component and then created my own ACL component that would check permissions in the same tables the Cake&#039;s acl component uses. It has been a while since then and so I don&#039;t remember specifically what problem I had with it or even if they have fixed it by now. All I know is at the time it was really just made for a user belongs to one group set up.</description>
		<content:encoded><![CDATA[<p>I have set up multiple group permissions before on a site but was not able to do it with the Cake ACL component. The way I did it was to just use the Auth component and then created my own ACL component that would check permissions in the same tables the Cake&#8217;s acl component uses. It has been a while since then and so I don&#8217;t remember specifically what problem I had with it or even if they have fixed it by now. All I know is at the time it was really just made for a user belongs to one group set up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePHP ACL Management by Will</title>
		<link>http://www.jbcrawford.net/archives/314/comment-page-3#comment-1595</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Wed, 20 Jul 2011 11:18:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.jbcrawford.net/?p=314#comment-1595</guid>
		<description>Do you have a solution for users with multiple groups? I have 3 groups and from what I understand, this plugin will only work for users with one group.</description>
		<content:encoded><![CDATA[<p>Do you have a solution for users with multiple groups? I have 3 groups and from what I understand, this plugin will only work for users with one group.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

