<?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 BlogChuck</title>
	<atom:link href="http://blogchuck.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogchuck.com</link>
	<description>how much blog can blogchuck blog</description>
	<lastBuildDate>Fri, 16 Sep 2011 03:57:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Adding SVN Information to File Headers Revisited by Chuck Burgess</title>
		<link>http://blogchuck.com/2009/09/adding-svn-headers-revisited/comment-page-1/#comment-316</link>
		<dc:creator>Chuck Burgess</dc:creator>
		<pubDate>Fri, 16 Sep 2011 03:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://blogchuck.com/?p=146#comment-316</guid>
		<description>Nice catch Thibaut! I have updated the post to reflect the correct usage. I appreciate the comments. Happy coding!</description>
		<content:encoded><![CDATA[<p>Nice catch Thibaut! I have updated the post to reflect the correct usage. I appreciate the comments. Happy coding!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding SVN Information to File Headers Revisited by Thibaut Allender</title>
		<link>http://blogchuck.com/2009/09/adding-svn-headers-revisited/comment-page-1/#comment-315</link>
		<dc:creator>Thibaut Allender</dc:creator>
		<pubDate>Thu, 15 Sep 2011 09:34:40 +0000</pubDate>
		<guid isPermaLink="false">http://blogchuck.com/?p=146#comment-315</guid>
		<description>Looks like the correct syntax is:

*.php = svn:keywords=Date Author Id Copyright Revision License URL

And not:

*.php = svn:keywords:Date Author Id Copyright Revision License URL

Not the &quot;=&quot; instead of &quot;:&quot;</description>
		<content:encoded><![CDATA[<p>Looks like the correct syntax is:</p>
<p>*.php = svn:keywords=Date Author Id Copyright Revision License URL</p>
<p>And not:</p>
<p>*.php = svn:keywords:Date Author Id Copyright Revision License URL</p>
<p>Not the &#8220;=&#8221; instead of &#8220;:&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Limit Data by User with CakePHP by Chuck Burgess</title>
		<link>http://blogchuck.com/2010/06/limit-data-by-user-with-cakephp/comment-page-1/#comment-313</link>
		<dc:creator>Chuck Burgess</dc:creator>
		<pubDate>Mon, 20 Jun 2011 00:03:37 +0000</pubDate>
		<guid isPermaLink="false">http://blogchuck.com/?p=331#comment-313</guid>
		<description>This code is designed to limit users only and allow the admin to see ALL users. If you want to limit the ADMIN to only see ADMIN information, you can remove the corresponding code from the beforeSave and beforeFind call backs (if($this-&gt;user_id = Configure::read(&#039;user_id&#039;)){).</description>
		<content:encoded><![CDATA[<p>This code is designed to limit users only and allow the admin to see ALL users. If you want to limit the ADMIN to only see ADMIN information, you can remove the corresponding code from the beforeSave and beforeFind call backs (if($this->user_id = Configure::read(&#8216;user_id&#8217;)){).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Limit Data by User with CakePHP by tagman</title>
		<link>http://blogchuck.com/2010/06/limit-data-by-user-with-cakephp/comment-page-1/#comment-312</link>
		<dc:creator>tagman</dc:creator>
		<pubDate>Sun, 19 Jun 2011 11:21:30 +0000</pubDate>
		<guid isPermaLink="false">http://blogchuck.com/?p=331#comment-312</guid>
		<description>hi chunck
I got problem when login as admin
I see data same user see
My app use acl plugin to manage 4 permission admin,mod,expert,user
can you help me to implement your code to my app
thank</description>
		<content:encoded><![CDATA[<p>hi chunck<br />
I got problem when login as admin<br />
I see data same user see<br />
My app use acl plugin to manage 4 permission admin,mod,expert,user<br />
can you help me to implement your code to my app<br />
thank</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding SVN Information to File Headers Revisited by rgupta</title>
		<link>http://blogchuck.com/2009/09/adding-svn-headers-revisited/comment-page-1/#comment-311</link>
		<dc:creator>rgupta</dc:creator>
		<pubDate>Thu, 26 May 2011 06:07:05 +0000</pubDate>
		<guid isPermaLink="false">http://blogchuck.com/?p=146#comment-311</guid>
		<description>Hi all,
  Could you please let me know which keyword I can use for populating the Commit messages in my file header.
One more thing I need to know is there any way i can populate the header in already exiting SVN file. As currently I am able to populate the header with these value in new file. Not in exiting checked-in file.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi all,<br />
  Could you please let me know which keyword I can use for populating the Commit messages in my file header.<br />
One more thing I need to know is there any way i can populate the header in already exiting SVN file. As currently I am able to populate the header with these value in new file. Not in exiting checked-in file.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Limit Data by User with CakePHP by Chuck Burgess</title>
		<link>http://blogchuck.com/2010/06/limit-data-by-user-with-cakephp/comment-page-1/#comment-310</link>
		<dc:creator>Chuck Burgess</dc:creator>
		<pubDate>Tue, 29 Mar 2011 23:41:45 +0000</pubDate>
		<guid isPermaLink="false">http://blogchuck.com/?p=331#comment-310</guid>
		<description>They should be. If they are not, you can add the callback to your independent model with the following:

function {callback}() {
   parent::{callback}();
}

Just replace {callback} with the callback function you are performing: beforeSave, beforeFind, etc.</description>
		<content:encoded><![CDATA[<p>They should be. If they are not, you can add the callback to your independent model with the following:</p>
<p>function {callback}() {<br />
   parent::{callback}();<br />
}</p>
<p>Just replace {callback} with the callback function you are performing: beforeSave, beforeFind, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Limit Data by User with CakePHP by lyba</title>
		<link>http://blogchuck.com/2010/06/limit-data-by-user-with-cakephp/comment-page-1/#comment-309</link>
		<dc:creator>lyba</dc:creator>
		<pubDate>Tue, 29 Mar 2011 16:58:30 +0000</pubDate>
		<guid isPermaLink="false">http://blogchuck.com/?p=331#comment-309</guid>
		<description>There is a major problem with this approach - it only works for the main model. Callbacks are not executed for dependent models. 

If you display dependent models on your forms they will be displayed regardless of the user_id set on them. 

I need to look for another solution or continue with updating all controllers. No quick wins so far. :(

Thanks anyway</description>
		<content:encoded><![CDATA[<p>There is a major problem with this approach &#8211; it only works for the main model. Callbacks are not executed for dependent models. </p>
<p>If you display dependent models on your forms they will be displayed regardless of the user_id set on them. </p>
<p>I need to look for another solution or continue with updating all controllers. No quick wins so far. <img src='http://blogchuck.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Thanks anyway</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Goal Driven Relevant Decision Making by Chuck Burgess</title>
		<link>http://blogchuck.com/2011/03/goal-driven-relevant-decision-making/comment-page-1/#comment-308</link>
		<dc:creator>Chuck Burgess</dc:creator>
		<pubDate>Tue, 29 Mar 2011 13:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://blogchuck.com/?p=376#comment-308</guid>
		<description>I will surely check it out. Thanks!</description>
		<content:encoded><![CDATA[<p>I will surely check it out. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Goal Driven Relevant Decision Making by lyba</title>
		<link>http://blogchuck.com/2011/03/goal-driven-relevant-decision-making/comment-page-1/#comment-307</link>
		<dc:creator>lyba</dc:creator>
		<pubDate>Tue, 29 Mar 2011 13:39:58 +0000</pubDate>
		<guid isPermaLink="false">http://blogchuck.com/?p=376#comment-307</guid>
		<description>forgot to mention:
by saying skills will drop I also meant that your skills will not raise to your potential as you will not be exposed to the environment that stimulates you for the raise...

still, it&#039;s just a matter of priorities, raising skills may not be as critical at this moment if you consider other areas of life... 

enjoy, and I recommend the book - will give you good insight into this</description>
		<content:encoded><![CDATA[<p>forgot to mention:<br />
by saying skills will drop I also meant that your skills will not raise to your potential as you will not be exposed to the environment that stimulates you for the raise&#8230;</p>
<p>still, it&#8217;s just a matter of priorities, raising skills may not be as critical at this moment if you consider other areas of life&#8230; </p>
<p>enjoy, and I recommend the book &#8211; will give you good insight into this</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Goal Driven Relevant Decision Making by lyba</title>
		<link>http://blogchuck.com/2011/03/goal-driven-relevant-decision-making/comment-page-1/#comment-306</link>
		<dc:creator>lyba</dc:creator>
		<pubDate>Tue, 29 Mar 2011 13:32:01 +0000</pubDate>
		<guid isPermaLink="false">http://blogchuck.com/?p=376#comment-306</guid>
		<description>fatalistic from the perspective &quot;your work is your life&quot;, if you consider other areas of life this may just be an inconvenience you have managed to deal with

you may actually balance this inconvenience by other means, and is not as troublesome as you think it is</description>
		<content:encoded><![CDATA[<p>fatalistic from the perspective &#8220;your work is your life&#8221;, if you consider other areas of life this may just be an inconvenience you have managed to deal with</p>
<p>you may actually balance this inconvenience by other means, and is not as troublesome as you think it is</p>
]]></content:encoded>
	</item>
</channel>
</rss>

