<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" 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/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" version="2.0">

<channel>
	<title>Cleverness - WordPress Resources</title>
	
	<link>http://cleverness.org</link>
	<description>WordPress Plugins, Themes, News, and Links</description>
	<lastBuildDate>Sun, 28 Feb 2010 23:43:18 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/clevernessorg" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="clevernessorg" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Version 1.4.1 of To-Do List Plugin</title>
		<link>http://cleverness.org/2010/02/28/version-1-4-1-of-to-do-list-plugin/</link>
		<comments>http://cleverness.org/2010/02/28/version-1-4-1-of-to-do-list-plugin/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 23:34:29 +0000</pubDate>
		<dc:creator>Cindy</dc:creator>
				<category><![CDATA[Updates]]></category>
		<category><![CDATA[to-do list]]></category>

		<guid isPermaLink="false">http://cleverness.org/?p=171</guid>
		<description><![CDATA[<p class="download">Download <a href="http://cleverness.org/downloads/cleverness-to-do-list.zip" title="To-Do List Plugin">To-Do List Plugin</a> &#8211; version 1.4.1 <span class="date">posted 02-28-2010</span></p>
<p>I discovered a critical bug not long after uploading the previous version. It has been fixed in version 1.4.1</p>
]]></description>
			<content:encoded><![CDATA[<p class="download">Download <a href="http://cleverness.org/downloads/cleverness-to-do-list.zip" title="To-Do List Plugin">To-Do List Plugin</a> &#8211; version 1.4.1 <span class="date">posted 02-28-2010</span></p>
<p>I discovered a critical bug not long after uploading the previous version. It has been fixed in version 1.4.1</p>
]]></content:encoded>
			<wfw:commentRss>http://cleverness.org/2010/02/28/version-1-4-1-of-to-do-list-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Version 1.4 of the To-Do List Plugin Released</title>
		<link>http://cleverness.org/2010/02/28/version-1-4-of-the-to-do-list-plugin-released/</link>
		<comments>http://cleverness.org/2010/02/28/version-1-4-of-the-to-do-list-plugin-released/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 22:58:32 +0000</pubDate>
		<dc:creator>Cindy</dc:creator>
				<category><![CDATA[Updates]]></category>
		<category><![CDATA[to-do list]]></category>

		<guid isPermaLink="false">http://cleverness.org/?p=164</guid>
		<description><![CDATA[<p class="download">Download <a href="http://cleverness.org/downloads/cleverness-to-do-list.zip" title="To-Do List Plugin">To-Do List Plugin</a> &#8211; version 1.4.1 <span class="date">posted 02-28-2010</span></p>
<p>This version of the <a href="/plugins/to-do-list/">To-Do List Plugin</a> has several requested features.</p>
<p><strong>Changes:</strong></p>
<ul>
<li>Added a progress field to to-do items</li>
<li>Added a sidebar widget to display your to-do list</li>
<li>Added a shortcode to display your list in a page or post</li>
<li>Added the ability</li></ul><p>&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p class="download">Download <a href="http://cleverness.org/downloads/cleverness-to-do-list.zip" title="To-Do List Plugin">To-Do List Plugin</a> &#8211; version 1.4.1 <span class="date">posted 02-28-2010</span></p>
<p>This version of the <a href="/plugins/to-do-list/">To-Do List Plugin</a> has several requested features.</p>
<p><strong>Changes:</strong></p>
<ul>
<li>Added a progress field to to-do items</li>
<li>Added a sidebar widget to display your to-do list</li>
<li>Added a shortcode to display your list in a page or post</li>
<li>Added the ability to email an assigned item to a user</li>
<li>Removed permission check on install function (possible fix to a WPMU issue)</li>
</ul>
<p>Visit the Settings page to enable progress fields or email assigned tasks.</p>
<h3>Shortcode</h3>
<p>&#91;todolist&#93;</p>
<p>Several options are available:</p>
<ul>
<li><strong>title</strong> &#8211; default is no title.
<li><strong>type</strong> &#8211; you can chose *list* or *table* view. Default is *list*.
<li><strong>priorities</strong> &#8211; default is *show*. Use a blank value to hide (only applies to table view).
<li><strong>assigned</strong> &#8211; default is *show*. Use a blank value to hide (only applies to table view).
<li><strong>deadline</strong> &#8211; default is *show*. Use a blank value to hide (only applies to table view).
<li><strong>progress</strong> &#8211; default is *show*. Use a blank value to hide (only applies to table view).
<li><strong>addedby</strong> &#8211; default is *show*. Use a blank value to hide (only applies to table view).
</ul>
<p><strong>Example:</strong><br />
Table view with the title of Upcoming Articles and showing the progress and who the item was assigned to.<br />
&#91;todolist title=&#8221;Upcoming Articles&#8221; type=&#8221;table&#8221; priorities=&#8221;" deadline=&#8221;" addedby=&#8221;"&#93;</p>
<p>I&#8217;ve tried to thoroughly test the new features, but there may be issues with certain configurations that I hadn&#8217;t expected. Please leave a comment if you encounter any issues or have any suggestions for improvements to these new features.</p>
]]></content:encoded>
			<wfw:commentRss>http://cleverness.org/2010/02/28/version-1-4-of-the-to-do-list-plugin-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upcoming New Version of To-Do List Plugin</title>
		<link>http://cleverness.org/2010/02/22/upcoming-new-version-of-to-do-list-plugin/</link>
		<comments>http://cleverness.org/2010/02/22/upcoming-new-version-of-to-do-list-plugin/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 04:39:55 +0000</pubDate>
		<dc:creator>Cindy</dc:creator>
				<category><![CDATA[Updates]]></category>
		<category><![CDATA[to-do list]]></category>

		<guid isPermaLink="false">http://cleverness.org/?p=161</guid>
		<description><![CDATA[<p>Version 1.4 of the <a href="/plugins/to-do-list/">To-Do List</a> is going to be released around the end of February/beginning of March. I&#8217;ve worked in several of the feature requests. It will have a progress field option, sidebar widget, page/post shortcodes to display lists, and an option to mail assigned tasks to users. </p>
<p>I&#8217;ve looked into adding TinyMCE editing ability but that&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Version 1.4 of the <a href="/plugins/to-do-list/">To-Do List</a> is going to be released around the end of February/beginning of March. I&#8217;ve worked in several of the feature requests. It will have a progress field option, sidebar widget, page/post shortcodes to display lists, and an option to mail assigned tasks to users. </p>
<p>I&#8217;ve looked into adding TinyMCE editing ability but that probably will not make it into the next version. </p>
]]></content:encoded>
			<wfw:commentRss>http://cleverness.org/2010/02/22/upcoming-new-version-of-to-do-list-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>To-Do List Plugin 1.3.4 – Spanish Translation added</title>
		<link>http://cleverness.org/2010/02/22/to-do-list-plugin-1-3-4-spanish-translation-added/</link>
		<comments>http://cleverness.org/2010/02/22/to-do-list-plugin-1-3-4-spanish-translation-added/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 04:36:25 +0000</pubDate>
		<dc:creator>Cindy</dc:creator>
				<category><![CDATA[Updates]]></category>
		<category><![CDATA[to-do list]]></category>

		<guid isPermaLink="false">http://cleverness.org/?p=159</guid>
		<description><![CDATA[<p class="download">Download <a href="http://cleverness.org/downloads/cleverness-to-do-list.zip" title="To-Do List Plugin">To-Do List Plugin</a> &#8211; version 1.4.1 <span class="date">posted 02-28-2010</span></p>
<p>This minor update to the <a href="/plugins/to-do-list/">To-Do List Plugin</a> contains a Spanish translation contributed by <a href="http://yabocs.avytes.com/">Ricardo</a>.</p>
]]></description>
			<content:encoded><![CDATA[<p class="download">Download <a href="http://cleverness.org/downloads/cleverness-to-do-list.zip" title="To-Do List Plugin">To-Do List Plugin</a> &#8211; version 1.4.1 <span class="date">posted 02-28-2010</span></p>
<p>This minor update to the <a href="/plugins/to-do-list/">To-Do List Plugin</a> contains a Spanish translation contributed by <a href="http://yabocs.avytes.com/">Ricardo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://cleverness.org/2010/02/22/to-do-list-plugin-1-3-4-spanish-translation-added/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>To-Do List version 1.3.3</title>
		<link>http://cleverness.org/2010/02/16/to-do-list-version-1-3-3/</link>
		<comments>http://cleverness.org/2010/02/16/to-do-list-version-1-3-3/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 04:15:41 +0000</pubDate>
		<dc:creator>Cindy</dc:creator>
				<category><![CDATA[Updates]]></category>
		<category><![CDATA[to-do list]]></category>

		<guid isPermaLink="false">http://cleverness.org/?p=150</guid>
		<description><![CDATA[<p class="download">Download <a href="http://cleverness.org/downloads/cleverness-to-do-list.zip" title="To-Do List Plugin">To-Do List Plugin</a> &#8211; version 1.4.1 <span class="date">posted 02-28-2010</span></p>
<p>I&#8217;ve fixed a typo in the default settings  for the <a href="/plugins/to-do-list/">To-Do List</a> that was preventing items to be marked as completed (unless you had modified any settings). </p>
<p><strong>If you are unable to mark items as completed, please visit the To-Do List settings page and click on Save Changes.</strong></p>
]]></description>
			<content:encoded><![CDATA[<p class="download">Download <a href="http://cleverness.org/downloads/cleverness-to-do-list.zip" title="To-Do List Plugin">To-Do List Plugin</a> &#8211; version 1.4.1 <span class="date">posted 02-28-2010</span></p>
<p>I&#8217;ve fixed a typo in the default settings  for the <a href="/plugins/to-do-list/">To-Do List</a> that was preventing items to be marked as completed (unless you had modified any settings). </p>
<p><strong>If you are unable to mark items as completed, please visit the To-Do List settings page and click on Save Changes.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://cleverness.org/2010/02/16/to-do-list-version-1-3-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>To-Do List Plugin version 1.3.2</title>
		<link>http://cleverness.org/2010/02/14/to-do-list-plugin-version-1-3-2/</link>
		<comments>http://cleverness.org/2010/02/14/to-do-list-plugin-version-1-3-2/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 03:22:15 +0000</pubDate>
		<dc:creator>Cindy</dc:creator>
				<category><![CDATA[Updates]]></category>
		<category><![CDATA[to-do list]]></category>

		<guid isPermaLink="false">http://cleverness.org/?p=147</guid>
		<description><![CDATA[<p class="download">Download <a href="http://cleverness.org/downloads/cleverness-to-do-list.zip" title="To-Do List Plugin">To-Do List Plugin</a> &#8211; version 1.4.1 <span class="date">posted 02-28-2010</span></p>
<p>Some changes to the <a href="/plugins/to-do-list/">To-Do List Plugin</a>:</p>
<ul>
<li>Fixed a bug where &#8220;assigned by&#8221; would show on the dashboard widget when empty</li>
<li>Renamed functions</li>
<li>Added a check to prevent blank to-do items</li>
</ul>
]]></description>
			<content:encoded><![CDATA[<p class="download">Download <a href="http://cleverness.org/downloads/cleverness-to-do-list.zip" title="To-Do List Plugin">To-Do List Plugin</a> &#8211; version 1.4.1 <span class="date">posted 02-28-2010</span></p>
<p>Some changes to the <a href="/plugins/to-do-list/">To-Do List Plugin</a>:</p>
<ul>
<li>Fixed a bug where &#8220;assigned by&#8221; would show on the dashboard widget when empty</li>
<li>Renamed functions</li>
<li>Added a check to prevent blank to-do items</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://cleverness.org/2010/02/14/to-do-list-plugin-version-1-3-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>To-Do List Plugin Bug Fix</title>
		<link>http://cleverness.org/2010/02/13/to-do-list-plugin-bug-fix-2/</link>
		<comments>http://cleverness.org/2010/02/13/to-do-list-plugin-bug-fix-2/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 19:25:46 +0000</pubDate>
		<dc:creator>Cindy</dc:creator>
				<category><![CDATA[Updates]]></category>
		<category><![CDATA[to-do list]]></category>

		<guid isPermaLink="false">http://cleverness.org/?p=145</guid>
		<description><![CDATA[<p class="download">Download <a href="http://cleverness.org/downloads/cleverness-to-do-list.zip" title="To-Do List Plugin">To-Do List Plugin</a> &#8211; version 1.4.1 <span class="date">posted 02-28-2010</span></p>
<p>I&#8217;ve fixed two bugs in the <a href="/plugins/to-do-list/">To-Do List Plugin</a>.</p>
<p>One was an incompatiblity with PHP 4.</p>
<p>The other was a missing call to a global variable in the function that marks items as completed.</p>
]]></description>
			<content:encoded><![CDATA[<p class="download">Download <a href="http://cleverness.org/downloads/cleverness-to-do-list.zip" title="To-Do List Plugin">To-Do List Plugin</a> &#8211; version 1.4.1 <span class="date">posted 02-28-2010</span></p>
<p>I&#8217;ve fixed two bugs in the <a href="/plugins/to-do-list/">To-Do List Plugin</a>.</p>
<p>One was an incompatiblity with PHP 4.</p>
<p>The other was a missing call to a global variable in the function that marks items as completed.</p>
]]></content:encoded>
			<wfw:commentRss>http://cleverness.org/2010/02/13/to-do-list-plugin-bug-fix-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>To-Do List Version 1.3</title>
		<link>http://cleverness.org/2010/02/04/to-do-list-version-1-3/</link>
		<comments>http://cleverness.org/2010/02/04/to-do-list-version-1-3/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 01:02:23 +0000</pubDate>
		<dc:creator>Cindy</dc:creator>
				<category><![CDATA[Updates]]></category>
		<category><![CDATA[to-do list]]></category>

		<guid isPermaLink="false">http://cleverness.org/?p=143</guid>
		<description><![CDATA[<p class="download">Download <a href="http://cleverness.org/downloads/cleverness-to-do-list.zip" title="To-Do List Plugin">To-Do List Plugin</a> &#8211; version 1.4.1 <span class="date">posted 02-28-2010</span></p>
<p>The <a href="/plugins/to-do-list">To-Do List Plugin</a> has been updated.</p>
<p>I&#8217;ve added a deadline field and appropriate settings to display or not display on the dashboard widget and to-do list page. </p>
<p>Also changed was the dropdown to assign users. It now only lists users above Subscriber&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p class="download">Download <a href="http://cleverness.org/downloads/cleverness-to-do-list.zip" title="To-Do List Plugin">To-Do List Plugin</a> &#8211; version 1.4.1 <span class="date">posted 02-28-2010</span></p>
<p>The <a href="/plugins/to-do-list">To-Do List Plugin</a> has been updated.</p>
<p>I&#8217;ve added a deadline field and appropriate settings to display or not display on the dashboard widget and to-do list page. </p>
<p>Also changed was the dropdown to assign users. It now only lists users above Subscriber level. They are sorted by Role: first Contributor, then Author, then Editor, then Admin.</p>
]]></content:encoded>
			<wfw:commentRss>http://cleverness.org/2010/02/04/to-do-list-version-1-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>To-Do List Plugin Bug Fix</title>
		<link>http://cleverness.org/2010/02/01/to-do-list-plugin-bug-fix/</link>
		<comments>http://cleverness.org/2010/02/01/to-do-list-plugin-bug-fix/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 03:52:00 +0000</pubDate>
		<dc:creator>Cindy</dc:creator>
				<category><![CDATA[Updates]]></category>
		<category><![CDATA[to-do list]]></category>

		<guid isPermaLink="false">http://cleverness.org/?p=140</guid>
		<description><![CDATA[<p class="download">Download <a href="http://cleverness.org/downloads/cleverness-to-do-list.zip" title="To-Do List Plugin">To-Do List Plugin</a> &#8211; version 1.4.1 <span class="date">posted 02-28-2010</span></p>
<p>I fixed a small bug with the dashboard widget tonight on the <a href="/plugins/to-do-list/">To-Do List Plugin</a>.</p>
]]></description>
			<content:encoded><![CDATA[<p class="download">Download <a href="http://cleverness.org/downloads/cleverness-to-do-list.zip" title="To-Do List Plugin">To-Do List Plugin</a> &#8211; version 1.4.1 <span class="date">posted 02-28-2010</span></p>
<p>I fixed a small bug with the dashboard widget tonight on the <a href="/plugins/to-do-list/">To-Do List Plugin</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://cleverness.org/2010/02/01/to-do-list-plugin-bug-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>To-Do List Plugin Major Upgrade</title>
		<link>http://cleverness.org/2010/01/30/to-do-list-plugin-major-upgrade/</link>
		<comments>http://cleverness.org/2010/01/30/to-do-list-plugin-major-upgrade/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 02:37:08 +0000</pubDate>
		<dc:creator>Cindy</dc:creator>
				<category><![CDATA[Updates]]></category>
		<category><![CDATA[to-do list]]></category>

		<guid isPermaLink="false">http://cleverness.org/?p=129</guid>
		<description><![CDATA[<p class="download">Download <a href="http://cleverness.org/downloads/cleverness-to-do-list.zip" title="To-Do List Plugin">To-Do List Plugin</a> &#8211; version 1.4.1 <span class="date">posted 02-28-2010</span></p>
<p>I&#8217;ve made a lot of improvements to the to-do list plugin over the past couple days. </p>
<p>Changes in version 1.2:</p>
<ul>
<li>Added ability to check off items from dashboard</li>
<li>Added uninstall function</li>
<li>Added group support</li>
<li>Added settings page</li>
<li>Added permissions based on capabilities</li>
<li>Cleaned</li></ul><p>&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p class="download">Download <a href="http://cleverness.org/downloads/cleverness-to-do-list.zip" title="To-Do List Plugin">To-Do List Plugin</a> &#8211; version 1.4.1 <span class="date">posted 02-28-2010</span></p>
<p>I&#8217;ve made a lot of improvements to the to-do list plugin over the past couple days. </p>
<p>Changes in version 1.2:</p>
<ul>
<li>Added ability to check off items from dashboard</li>
<li>Added uninstall function</li>
<li>Added group support</li>
<li>Added settings page</li>
<li>Added permissions based on capabilities</li>
<li>Cleaned up code some more</li>
<li>Added ability to set custom priorities</li>
<li>Improved security</li>
<li>Added translation support</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://cleverness.org/2010/01/30/to-do-list-plugin-major-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
