<?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 9thport</title>
	<atom:link href="http://9thport.net/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://9thport.net</link>
	<description>organization, programming, photography, technical news I find interesting</description>
	<lastBuildDate>Sun, 22 Jan 2012 03:27:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>Comment on Redmine hide assigned to field with role permissions plugin by aaron</title>
		<link>http://9thport.net/2011/03/20/redmine-hide-assigned-to-field-with-role-permissions-plugin/comment-page-1/#comment-13368</link>
		<dc:creator>aaron</dc:creator>
		<pubDate>Sun, 22 Jan 2012 03:27:06 +0000</pubDate>
		<guid isPermaLink="false">http://9thport.net/?p=1320#comment-13368</guid>
		<description>Hi Maxime,

Thanks for letting me know about the problem you encountered while using my plugin. I will look into some ideas of why this happened and get back to you with a response. Please keep in mind that while this plugin might have started to work, I have noticed other problems with the approach I have taken with the plugin. I think it would be best to use a template to replace the existing form with template that includes some if statements based on the permissions set the role of the user logged in (hope that all makes sense, if not please let me know).

Cheers,
Aaron</description>
		<content:encoded><![CDATA[<p>Hi Maxime,</p>
<p>Thanks for letting me know about the problem you encountered while using my plugin. I will look into some ideas of why this happened and get back to you with a response. Please keep in mind that while this plugin might have started to work, I have noticed other problems with the approach I have taken with the plugin. I think it would be best to use a template to replace the existing form with template that includes some if statements based on the permissions set the role of the user logged in (hope that all makes sense, if not please let me know).</p>
<p>Cheers,<br />
Aaron</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Redmine hide assigned to field with role permissions plugin by Maxime Pelletier</title>
		<link>http://9thport.net/2011/03/20/redmine-hide-assigned-to-field-with-role-permissions-plugin/comment-page-1/#comment-13322</link>
		<dc:creator>Maxime Pelletier</dc:creator>
		<pubDate>Wed, 18 Jan 2012 20:22:39 +0000</pubDate>
		<guid isPermaLink="false">http://9thport.net/?p=1320#comment-13322</guid>
		<description>Installed last version from github (0.0.6) and what I get on my local redmine is 

var hideField = Class.create({initialize:function(){$().each(function(s) { $(s).up().hide(); })}});

It tries to loop on nothing.

On production I have

var hideField = Class.create({initialize:function(){$(issue_assigned_to_idissue_parent_issue_idissue_done_ratio).each(function(s) { $(s).up().hide(); })}});

It puts 2 id on the same line.

Any way to fix this ?
Thanks.</description>
		<content:encoded><![CDATA[<p>Installed last version from github (0.0.6) and what I get on my local redmine is </p>
<p>var hideField = Class.create({initialize:function(){$().each(function(s) { $(s).up().hide(); })}});</p>
<p>It tries to loop on nothing.</p>
<p>On production I have</p>
<p>var hideField = Class.create({initialize:function(){$(issue_assigned_to_idissue_parent_issue_idissue_done_ratio).each(function(s) { $(s).up().hide(); })}});</p>
<p>It puts 2 id on the same line.</p>
<p>Any way to fix this ?<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Redmine hide assigned to field with role permissions plugin by aaron</title>
		<link>http://9thport.net/2011/03/20/redmine-hide-assigned-to-field-with-role-permissions-plugin/comment-page-1/#comment-13306</link>
		<dc:creator>aaron</dc:creator>
		<pubDate>Tue, 17 Jan 2012 15:31:16 +0000</pubDate>
		<guid isPermaLink="false">http://9thport.net/?p=1320#comment-13306</guid>
		<description>Hi Jure,

If you can let me know what code you would like to add, that would be helpful in addition to what version of my plugin you are using?

Thanks,
Aaron</description>
		<content:encoded><![CDATA[<p>Hi Jure,</p>
<p>If you can let me know what code you would like to add, that would be helpful in addition to what version of my plugin you are using?</p>
<p>Thanks,<br />
Aaron</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Redmine hide assigned to field with role permissions plugin by Jure</title>
		<link>http://9thport.net/2011/03/20/redmine-hide-assigned-to-field-with-role-permissions-plugin/comment-page-1/#comment-13303</link>
		<dc:creator>Jure</dc:creator>
		<pubDate>Tue, 17 Jan 2012 11:16:28 +0000</pubDate>
		<guid isPermaLink="false">http://9thport.net/?p=1320#comment-13303</guid>
		<description>0.0.2
And it seems, that there is something wrong posting code in reply on your blog. The second code to add is 5 lines long.</description>
		<content:encoded><![CDATA[<p>0.0.2<br />
And it seems, that there is something wrong posting code in reply on your blog. The second code to add is 5 lines long.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Redmine hide assigned to field with role permissions plugin by aaron</title>
		<link>http://9thport.net/2011/03/20/redmine-hide-assigned-to-field-with-role-permissions-plugin/comment-page-1/#comment-13296</link>
		<dc:creator>aaron</dc:creator>
		<pubDate>Tue, 17 Jan 2012 03:39:35 +0000</pubDate>
		<guid isPermaLink="false">http://9thport.net/?p=1320#comment-13296</guid>
		<description>Hi Jure,

Thanks for your response! Which plugin version did you download and install? I would like to correct the errors.

Thanks,
Aaron</description>
		<content:encoded><![CDATA[<p>Hi Jure,</p>
<p>Thanks for your response! Which plugin version did you download and install? I would like to correct the errors.</p>
<p>Thanks,<br />
Aaron</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Redmine hide assigned to field with role permissions plugin by Jure</title>
		<link>http://9thport.net/2011/03/20/redmine-hide-assigned-to-field-with-role-permissions-plugin/comment-page-1/#comment-13282</link>
		<dc:creator>Jure</dc:creator>
		<pubDate>Mon, 16 Jan 2012 09:31:17 +0000</pubDate>
		<guid isPermaLink="false">http://9thport.net/?p=1320#comment-13282</guid>
		<description>I found two errors. 

First, when your plugin being installed, none of links with # on the end (quote, add watcher, ...) did not work. I had to edit _attributes.rhtml with:

jQuery.noConflict();

so that now file starts :
---------


     jQuery.noConflict();

----------

The second error was, after installing plugin there were no Parent issue field. In same file, I had to add 
------

 10 %&gt;

 @issue, :project_id =&gt; @project) }&#039;)&quot; %&gt;

------</description>
		<content:encoded><![CDATA[<p>I found two errors. </p>
<p>First, when your plugin being installed, none of links with # on the end (quote, add watcher, &#8230;) did not work. I had to edit _attributes.rhtml with:</p>
<p>jQuery.noConflict();</p>
<p>so that now file starts :<br />
&#8212;&#8212;&#8212;</p>
<p>     jQuery.noConflict();</p>
<p>&#8212;&#8212;&#8212;-</p>
<p>The second error was, after installing plugin there were no Parent issue field. In same file, I had to add<br />
&#8212;&#8212;</p>
<p> 10 %&gt;</p>
<p> @issue, :project_id =&gt; @project) }&#8217;)&#8221; %&gt;</p>
<p>&#8212;&#8212;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Redmine hide assigned to field with role permissions plugin by aaron</title>
		<link>http://9thport.net/2011/03/20/redmine-hide-assigned-to-field-with-role-permissions-plugin/comment-page-1/#comment-13230</link>
		<dc:creator>aaron</dc:creator>
		<pubDate>Wed, 11 Jan 2012 05:51:24 +0000</pubDate>
		<guid isPermaLink="false">http://9thport.net/?p=1320#comment-13230</guid>
		<description>Hi Fabio,

Thanks for the nice comment about my plugin. If my assumption is correct, you might be using the plugin downloaded from my website instead of the one from my github repo? If this is so, you might want to take a look at the file located in the &quot;views&quot; directory. This file overrides the template used by Redmine and puts in some simple if statements around the fields that are desired to be hidden. If you are using the plugin from my github repo, then you might want to take a look at the arrays I have defined for building the javascript to hide the fields.

Please let me know if you have additional questions, clarification or help.

Cheers,

Aaron</description>
		<content:encoded><![CDATA[<p>Hi Fabio,</p>
<p>Thanks for the nice comment about my plugin. If my assumption is correct, you might be using the plugin downloaded from my website instead of the one from my github repo? If this is so, you might want to take a look at the file located in the &#8220;views&#8221; directory. This file overrides the template used by Redmine and puts in some simple if statements around the fields that are desired to be hidden. If you are using the plugin from my github repo, then you might want to take a look at the arrays I have defined for building the javascript to hide the fields.</p>
<p>Please let me know if you have additional questions, clarification or help.</p>
<p>Cheers,</p>
<p>Aaron</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Redmine hide assigned to field with role permissions plugin by Some useful Redmine plugins &#171; The Art of System Administration</title>
		<link>http://9thport.net/2011/03/20/redmine-hide-assigned-to-field-with-role-permissions-plugin/comment-page-1/#comment-12998</link>
		<dc:creator>Some useful Redmine plugins &#171; The Art of System Administration</dc:creator>
		<pubDate>Thu, 29 Dec 2011 15:25:03 +0000</pubDate>
		<guid isPermaLink="false">http://9thport.net/?p=1320#comment-12998</guid>
		<description>[...] I tested some useful Redmine plugins: redmine_extend_permissions: a simple way to hide the &#8220;assigned to&#8221; field to most of the users. Just create the [...]</description>
		<content:encoded><![CDATA[<p>[...] I tested some useful Redmine plugins: redmine_extend_permissions: a simple way to hide the &#8220;assigned to&#8221; field to most of the users. Just create the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Redmine hide assigned to field with role permissions plugin by Fabio Leitao</title>
		<link>http://9thport.net/2011/03/20/redmine-hide-assigned-to-field-with-role-permissions-plugin/comment-page-1/#comment-12852</link>
		<dc:creator>Fabio Leitao</dc:creator>
		<pubDate>Wed, 21 Dec 2011 02:19:12 +0000</pubDate>
		<guid isPermaLink="false">http://9thport.net/?p=1320#comment-12852</guid>
		<description>Hey,

Just what the doctor has prescribed!  ;)

Do you know what would it take to tweak it to also control &quot;due date&quot; , &quot;priority&quot;, and &quot;estimated time&quot; ?

What files must I try to edit to figure out and advance your work a bit (I am still no expert in ruby, but trying to learn)</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>Just what the doctor has prescribed!  <img src='http://9thport.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Do you know what would it take to tweak it to also control &#8220;due date&#8221; , &#8220;priority&#8221;, and &#8220;estimated time&#8221; ?</p>
<p>What files must I try to edit to figure out and advance your work a bit (I am still no expert in ruby, but trying to learn)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Howto (re)process log files with AWstats by aaron</title>
		<link>http://9thport.net/2010/09/27/howto-reprocess-log-files-with-awstats/comment-page-1/#comment-12197</link>
		<dc:creator>aaron</dc:creator>
		<pubDate>Fri, 18 Nov 2011 22:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://9thport.net/?p=1004#comment-12197</guid>
		<description>Hi Simon,

The last &#039;Logfile&#039; parameter looks right. What happens when you try to run the update? Have you tried to run the update with -debug=3 ?

Cheers,
Aaron</description>
		<content:encoded><![CDATA[<p>Hi Simon,</p>
<p>The last &#8216;Logfile&#8217; parameter looks right. What happens when you try to run the update? Have you tried to run the update with -debug=3 ?</p>
<p>Cheers,<br />
Aaron</p>
]]></content:encoded>
	</item>
</channel>
</rss>

