<?xml version="1.0" encoding="UTF-8"?> <rss version="0.92"> <channel><title>wordpress.sundskard.dk</title><link>http://wordpress.sundskard.dk</link> <description></description> <lastBuildDate>Mon, 20 Jul 2009 14:26:06 +0000</lastBuildDate> <docs>http://backend.userland.com/rss092</docs> <language>en</language> <item><title>Recent comments</title> <description><![CDATA[To prevent comments from protected pages from appearing in &#8220;Recent comments&#8221; widget, open up &#8220;/wp-includes/widgets.php&#8221; and replace the function &#8220;wp_widget_recent_comments&#8221; with this code:
function wp_widget_recent_comments($args) {
global $wpdb, $comments, $comment, $current_user;
extract($args, EXTR_SKIP);
$options = get_option(’widget_recent_comments’);
$title = empty($options['title']) ? __(’Recent Comments’) : apply_filters(’widget_title’, $options['title']);
if ( !$number = (int) $options['number'] )
$number = 5;
else if ( $number &#60; 1 )
$number = [...]]]></description><link>http://wordpress.sundskard.dk/archives/119</link> </item> <item><title>Internationalization</title> <description><![CDATA[I&#8217;ve made some changes to the plugin to support internationalization. The POT file is placed in the plugin directory. Let me know if you find any bugs!
I&#8217;ve included a danish translation. Please write a comment if you want to share your translation files (.po and .mo) and remember to write your email address in the [...]]]></description><link>http://wordpress.sundskard.dk/archives/108</link> </item> <item><title>Version 0.3.5</title> <description><![CDATA[I&#8217;ve released version 0.3.5. This version has the &#8220;wpNamedUsers permissions&#8221; working with the group functionality, so now everything should be working. Let me know if there are any bugs!
]]></description><link>http://wordpress.sundskard.dk/archives/106</link> </item> <item><title>Group functionality</title> <description><![CDATA[With the release of version 0.3.2 the group functionality is implemented. If you find ANY bugs PLEASE report them to me in a comment!!
Remember to deactivate before upgrading as the database is upgraded when the plugin is activated!
I&#8217;ve made the group functionality so that it is possible to select users and groups who will have [...]]]></description><link>http://wordpress.sundskard.dk/archives/100</link> </item> <item><title>WordPress 2.7 compatible</title> <description><![CDATA[I&#8217;ve had some problems getting the plugin to work with WordPress 2.7, but version 0.2.6 of the plugin should be fully compatible. These problems have delayed the groups functionality, but I&#8217;m working on it.
]]></description><link>http://wordpress.sundskard.dk/archives/88</link> </item> <item><title>Version 0.2 released</title> <description><![CDATA[I&#8217;ve released version 0.2 of the plugin. The functionality that was originally planned is now implemented. The next thing now, is to find a way to group users and to set permissions to these groups.
]]></description><link>http://wordpress.sundskard.dk/archives/80</link> </item> <item><title>Management page</title> <description><![CDATA[The management page is almost finished. I&#8217;ve implemented the &#8220;clear permissions&#8221; functionality, but the &#8220;set permissions&#8221; is still just a button.
I&#8217;ve started thinking about some kind of user management. I think it would be best, if it was possible to group users, so that it would be possible to set permissions to a group as [...]]]></description><link>http://wordpress.sundskard.dk/archives/73</link> </item> <item><title>First bug fixed</title> <description><![CDATA[I realized today, that if you had given permissions to a page or post to more than one user, none of the users would see the content. This bug has been fixed in version 0.1.4. This version also introduces the copy permissions feature.
]]></description><link>http://wordpress.sundskard.dk/archives/71</link> </item> <item><title>More on the comments feed</title> <description><![CDATA[I&#8217;m not sure if users that are not logged in, are able to see the comments of hidden pages. Please visit http://wordpress.sundskard.dk/archives/41/feed and tell me if you see my comment to &#8220;Protected post&#8221; or not. It might just be the browser cache that is playing around with me.
]]></description><link>http://wordpress.sundskard.dk/archives/65</link> </item> <item><title>SVN working</title> <description><![CDATA[The project is now hosted at wordpress.org. I&#8217;ve uploaded the first release for testing purposes only. The plugin is usable, but there are still features missing. Read the previous post to find out whats missing.
]]></description><link>http://wordpress.sundskard.dk/archives/55</link> </item> </channel> </rss>