<?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 kucrut</title> <atom:link href="http://kucrut.org/comments/feed/" rel="self" type="application/rss+xml" /><link>http://kucrut.org</link> <description>Life, WordPress, GNU/Linux, Freedom!</description> <lastBuildDate>Sat, 21 Jan 2012 22:23:25 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>Comment on Move Cursor to the Next/Previous Paragraph in Kate by Dzikri Aziz</title><link>http://kucrut.org/move-cursor-to-next-prev-paragraph-in-kate/#comment-679</link> <dc:creator>Dzikri Aziz</dc:creator> <pubDate>Sat, 21 Jan 2012 22:23:25 +0000</pubDate> <guid
isPermaLink="false">http://kucrut.org/?p=160#comment-679</guid> <description>Hi Chris,
I fixed the script. Now it should always take you to the first/last line if there are no paragraphs left.</description> <content:encoded><![CDATA[<p>Hi Chris,<br
/> I fixed the script. Now it should always take you to the first/last line if there are no paragraphs left.</p> ]]></content:encoded> </item> <item><title>Comment on Move Cursor to the Next/Previous Paragraph in Kate by Chris</title><link>http://kucrut.org/move-cursor-to-next-prev-paragraph-in-kate/#comment-675</link> <dc:creator>Chris</dc:creator> <pubDate>Sat, 21 Jan 2012 18:32:53 +0000</pubDate> <guid
isPermaLink="false">http://kucrut.org/?p=160#comment-675</guid> <description>Hi,thanks for sharing this script. There is one little problem, though: it does not jump to the previous paragraph if it starts on line 1. Is there any way to fix this?Greetings!</description> <content:encoded><![CDATA[<p>Hi,</p><p>thanks for sharing this script. There is one little problem, though: it does not jump to the previous paragraph if it starts on line 1. Is there any way to fix this?</p><p>Greetings!</p> ]]></content:encoded> </item> <item><title>Comment on Smart Firefox by Dzikri Aziz</title><link>http://kucrut.org/smart-firefox/#comment-389</link> <dc:creator>Dzikri Aziz</dc:creator> <pubDate>Sun, 01 Jan 2012 07:23:55 +0000</pubDate> <guid
isPermaLink="false">http://kucrut.org/?p=112#comment-389</guid> <description>AFAIK, Chrome only takes you to the last directory you used, regardless of the site you&#039;re currently downloading a file from, unless I&#039;m missing something.</description> <content:encoded><![CDATA[<p>AFAIK, Chrome only takes you to the last directory you used, regardless of the site you&#8217;re currently downloading a file from, unless I&#8217;m missing something.</p> ]]></content:encoded> </item> <item><title>Comment on Smart Firefox by Ersan</title><link>http://kucrut.org/smart-firefox/#comment-383</link> <dc:creator>Ersan</dc:creator> <pubDate>Sat, 31 Dec 2011 22:57:55 +0000</pubDate> <guid
isPermaLink="false">http://kucrut.org/?p=112#comment-383</guid> <description>you can find this feature (settings/advanced settings) in Chrome.</description> <content:encoded><![CDATA[<p>you can find this feature (settings/advanced settings) in Chrome.</p> ]]></content:encoded> </item> <item><title>Comment on KC Settings 2.0 by Tan Dara</title><link>http://kucrut.org/kc-settings-2-0/#comment-336</link> <dc:creator>Tan Dara</dc:creator> <pubDate>Mon, 26 Dec 2011 19:07:26 +0000</pubDate> <guid
isPermaLink="false">http://kucrut.org/?p=98#comment-336</guid> <description>Thank you for your prompt response.It&#039;s always a pleasure dealing with a smart code.Best,
Tan</description> <content:encoded><![CDATA[<p>Thank you for your prompt response.</p><p>It&#8217;s always a pleasure dealing with a smart code.</p><p>Best,<br
/> Tan</p> ]]></content:encoded> </item> <item><title>Comment on KC Settings 2.0 by kucrut</title><link>http://kucrut.org/kc-settings-2-0/#comment-331</link> <dc:creator>kucrut</dc:creator> <pubDate>Sat, 24 Dec 2011 23:56:25 +0000</pubDate> <guid
isPermaLink="false">http://kucrut.org/?p=98#comment-331</guid> <description>Thank you Tan for taking your time to investigate the bugs. I&#039;ve made the fixes and pushed the updates. Don&#039;t hesitate to report any other bugs when you find them.Happy holidays!</description> <content:encoded><![CDATA[<p>Thank you Tan for taking your time to investigate the bugs. I&#8217;ve made the fixes and pushed the updates. Don&#8217;t hesitate to report any other bugs when you find them.</p><p>Happy holidays!</p> ]]></content:encoded> </item> <item><title>Comment on KC Settings 2.0 by Tan Dara</title><link>http://kucrut.org/kc-settings-2-0/#comment-329</link> <dc:creator>Tan Dara</dc:creator> <pubDate>Sat, 24 Dec 2011 18:56:54 +0000</pubDate> <guid
isPermaLink="false">http://kucrut.org/?p=98#comment-329</guid> <description>I looked into the code and here is the summary of my findings.The problem with checkboxes is caused by the &lt;code&gt;kcs_update_meta&lt;/code&gt; function which finishes before it gets to delete/update the empty set of checkboxes. It is this piece of code:&lt;code&gt;
if ( !isset($nu_val) )
return;
&lt;/code&gt;Apparently, when all checkboxes are unchecked, the value returned by the form is &lt;code&gt;null&lt;/code&gt;.The same holds for the file type. You cannot delete the last file from the group.The other problem concerning the file type is that it shows radio buttons instead of checkboxes although the mode is explicitly set to &lt;code&gt;multiple&lt;/code&gt; (when manually creating the settings). Well, the problem is that required values are &lt;code&gt;radio&lt;/code&gt; and &lt;code&gt;checkbox&lt;/code&gt;, and not &lt;code&gt;single&lt;/code&gt; and &lt;code&gt;multiple&lt;/code&gt;, as used in the documentation samples. Single and multiple are just labels used in settings builder.Have a good weekend and I hope my analysis will help resolve these issues in future versions of this great plugin.</description> <content:encoded><![CDATA[<p>I looked into the code and here is the summary of my findings.</p><p>The problem with checkboxes is caused by the <code>kcs_update_meta</code> function which finishes before it gets to delete/update the empty set of checkboxes. It is this piece of code:</p><p><code><br
/> if ( !isset($nu_val) )<br
/> return;<br
/> </code></p><p>Apparently, when all checkboxes are unchecked, the value returned by the form is <code>null</code>.</p><p>The same holds for the file type. You cannot delete the last file from the group.</p><p>The other problem concerning the file type is that it shows radio buttons instead of checkboxes although the mode is explicitly set to <code>multiple</code> (when manually creating the settings). Well, the problem is that required values are <code>radio</code> and <code>checkbox</code>, and not <code>single</code> and <code>multiple</code>, as used in the documentation samples. Single and multiple are just labels used in settings builder.</p><p>Have a good weekend and I hope my analysis will help resolve these issues in future versions of this great plugin.</p> ]]></content:encoded> </item> <item><title>Comment on KC Settings 2.0 by kucrut</title><link>http://kucrut.org/kc-settings-2-0/#comment-326</link> <dc:creator>kucrut</dc:creator> <pubDate>Sat, 24 Dec 2011 02:26:32 +0000</pubDate> <guid
isPermaLink="false">http://kucrut.org/?p=98#comment-326</guid> <description>Hmm, I&#039;ve never seen these bugs before. Are you sure you&#039;re using the latest version (2.5.4) ? If so, I&#039;m curious and would really like to investigate the problem. Can I login to your dashboard? Perhaps create a temporary admin user. &lt;a href=&quot;http://kucrut.org/contact/&quot; rel=&quot;nofollow&quot;&gt;Let me know&lt;/a&gt;.</description> <content:encoded><![CDATA[<p>Hmm, I&#8217;ve never seen these bugs before. Are you sure you&#8217;re using the latest version (2.5.4) ? If so, I&#8217;m curious and would really like to investigate the problem. Can I login to your dashboard? Perhaps create a temporary admin user. <a
href="http://kucrut.org/contact/" rel="nofollow">Let me know</a>.</p> ]]></content:encoded> </item> <item><title>Comment on KC Settings 2.0 by Tan Dara</title><link>http://kucrut.org/kc-settings-2-0/#comment-325</link> <dc:creator>Tan Dara</dc:creator> <pubDate>Fri, 23 Dec 2011 19:57:01 +0000</pubDate> <guid
isPermaLink="false">http://kucrut.org/?p=98#comment-325</guid> <description>Ok, now I understand your intention for the default values. That was not so much of a problem for me anyway...However, I do have problem with checkboxes. Everything works fine as long as there is at least one checkbox form the group checked. But, if they are all unchecked, change is simply ignored upon post updating. That situation is, by definition, impossible with radio buttons, so that is not an issue.Also, multiple mode for the file type shows radio buttons instead of checkboxes.</description> <content:encoded><![CDATA[<p>Ok, now I understand your intention for the default values. That was not so much of a problem for me anyway&#8230;</p><p>However, I do have problem with checkboxes. Everything works fine as long as there is at least one checkbox form the group checked. But, if they are all unchecked, change is simply ignored upon post updating. That situation is, by definition, impossible with radio buttons, so that is not an issue.</p><p>Also, multiple mode for the file type shows radio buttons instead of checkboxes.</p> ]]></content:encoded> </item> <item><title>Comment on WordPress Attachment Category/Terms by kucrut</title><link>http://kucrut.org/wordpress-attachment-category-terms/#comment-324</link> <dc:creator>kucrut</dc:creator> <pubDate>Fri, 23 Dec 2011 18:39:12 +0000</pubDate> <guid
isPermaLink="false">http://kucrut.org/?p=69#comment-324</guid> <description>Thanks for the report Tomasz. I will investigate it later. Since the old plugin is still working, please keep using it for now.
Oh, don&#039;t forget to try the other components in KC Essentials if you have free time :)</description> <content:encoded><![CDATA[<p>Thanks for the report Tomasz. I will investigate it later. Since the old plugin is still working, please keep using it for now.<br
/> Oh, don&#8217;t forget to try the other components in KC Essentials if you have free time :)</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching using disk: basic
Object Caching 373/379 objects using disk: basic

Served from: kucrut.org @ 2012-02-23 05:58:18 -->
