<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Autotagger</title>
	<atom:link href="http://autotagger.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://autotagger.wordpress.com</link>
	<description>WordPress plugin for automatically tagging posts using a predefined tag list.</description>
	<lastBuildDate>Fri, 24 Jul 2009 19:56:39 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Autotagger by Jeff</title>
		<link>http://autotagger.wordpress.com#comment-79</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Fri, 24 Jul 2009 19:56:39 +0000</pubDate>
		<guid isPermaLink="false">http://autotagger.wordpress.com/?page_id=62#comment-79</guid>
		<description>&lt;blockquote cite=&quot;rcain&quot;&gt;however, i have recently experienced an issue with the maybe_unserialize() when called by the autotagger plugin (v2.0). i am using wp_mu 2.7 – think this uses the same wp-core version 2.7&lt;/blockquote&gt;

I&#039;ve only tested this up to WordPress version 2.5.1, as that is all I use at the moment.  Sorry.</description>
		<content:encoded><![CDATA[<blockquote cite="rcain"><p>however, i have recently experienced an issue with the maybe_unserialize() when called by the autotagger plugin (v2.0). i am using wp_mu 2.7 – think this uses the same wp-core version 2.7</p></blockquote>
<p>I&#8217;ve only tested this up to WordPress version 2.5.1, as that is all I use at the moment.  Sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Autotagger by Jeff</title>
		<link>http://autotagger.wordpress.com#comment-78</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Fri, 24 Jul 2009 19:52:10 +0000</pubDate>
		<guid isPermaLink="false">http://autotagger.wordpress.com/?page_id=62#comment-78</guid>
		<description>Nice. Thanks.
If anyone wants this addition merged with Autotagger version 2.1, just let me know.</description>
		<content:encoded><![CDATA[<p>Nice. Thanks.<br />
If anyone wants this addition merged with Autotagger version 2.1, just let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Autotagger 2.1 by Autotagger 2.1 &#171; Search Engine Optimization</title>
		<link>http://autotagger.wordpress.com/2009/07/24/autotagger-2-1/#comment-76</link>
		<dc:creator>Autotagger 2.1 &#171; Search Engine Optimization</dc:creator>
		<pubDate>Fri, 24 Jul 2009 19:20:34 +0000</pubDate>
		<guid isPermaLink="false">http://autotagger.wordpress.com/?p=168#comment-76</guid>
		<description>[...] the rest here:  Autotagger 2.1  Tagged as: and-tag, compare, post, predefined-tag, the-post, with-the, with-the-mat No [...]</description>
		<content:encoded><![CDATA[<p>[...] the rest here:  Autotagger 2.1  Tagged as: and-tag, compare, post, predefined-tag, the-post, with-the, with-the-mat No [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Autotagger by rcain</title>
		<link>http://autotagger.wordpress.com#comment-75</link>
		<dc:creator>rcain</dc:creator>
		<pubDate>Sat, 18 Apr 2009 11:28:01 +0000</pubDate>
		<guid isPermaLink="false">http://autotagger.wordpress.com/?page_id=62#comment-75</guid>
		<description>hi,
firstly, this a great plugin - thanks! :)

however, i have recently experienced an issue with the maybe_unserialize() when called by the autotagger plugin (v2.0). i am using wp_mu 2.7 - think this uses the same wp-core version 2.7.

the plugin was expecting an array returned, but now (for some reason that i have yet quite to fathom), it has suddenly decided to return some other data type.

in my case, this happened after i performed what i thought had been a successful data migration between dev and live environments. my suspicion is that somehow during the transcription i (slightly) corrupted the wp-option value stored, hence triggered this issue.

however, there seems to be some slightly suspect/ambiguous code in autotagger.php itself at line 87

&lt;code&gt;$tags = maybe_unserialize(get_option(&#039;at_tags&#039;));&lt;/code&gt;

whereas elsewhere it is called with an explicit cast to array type - eg:

&lt;code&gt;$tags = (array)maybe_unserialize(get_option(&#039;at_tags&#039;));&lt;/code&gt;

the first method (code point) causes the &#039;master&#039; tags list not to be displayed on the admin settings screen.

i&#039;ve also added to an existing recent report of the different?) behaviour of the maybe_unserialize functoin on the wp forum - http://wordpress.org/support/topic/258044?replies=2#post-1049164- a seemingly related (wp 2.7) issue with a different plugin. 

has anyone else exprerienced similar?</description>
		<content:encoded><![CDATA[<p>hi,<br />
firstly, this a great plugin &#8211; thanks! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>however, i have recently experienced an issue with the maybe_unserialize() when called by the autotagger plugin (v2.0). i am using wp_mu 2.7 &#8211; think this uses the same wp-core version 2.7.</p>
<p>the plugin was expecting an array returned, but now (for some reason that i have yet quite to fathom), it has suddenly decided to return some other data type.</p>
<p>in my case, this happened after i performed what i thought had been a successful data migration between dev and live environments. my suspicion is that somehow during the transcription i (slightly) corrupted the wp-option value stored, hence triggered this issue.</p>
<p>however, there seems to be some slightly suspect/ambiguous code in autotagger.php itself at line 87</p>
<p><code>$tags = maybe_unserialize(get_option('at_tags'));</code></p>
<p>whereas elsewhere it is called with an explicit cast to array type &#8211; eg:</p>
<p><code>$tags = (array)maybe_unserialize(get_option('at_tags'));</code></p>
<p>the first method (code point) causes the &#8216;master&#8217; tags list not to be displayed on the admin settings screen.</p>
<p>i&#8217;ve also added to an existing recent report of the different?) behaviour of the maybe_unserialize functoin on the wp forum &#8211; <a href="http://wordpress.org/support/topic/258044?replies=2#post-1049164-" rel="nofollow">http://wordpress.org/support/topic/258044?replies=2#post-1049164-</a> a seemingly related (wp 2.7) issue with a different plugin. </p>
<p>has anyone else exprerienced similar?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Autotagger by whalespine</title>
		<link>http://autotagger.wordpress.com#comment-74</link>
		<dc:creator>whalespine</dc:creator>
		<pubDate>Mon, 22 Dec 2008 03:40:37 +0000</pubDate>
		<guid isPermaLink="false">http://autotagger.wordpress.com/?page_id=62#comment-74</guid>
		<description>Nice work.  I&#039;ve added an option to include the existing tags in the database in addition to the list of tags entered via autotagger in the list of tags to look for in the post.  See http://whalespine.org/wp-content/uploads/autotagger.php.txt for the modified version.</description>
		<content:encoded><![CDATA[<p>Nice work.  I&#8217;ve added an option to include the existing tags in the database in addition to the list of tags entered via autotagger in the list of tags to look for in the post.  See <a href="http://whalespine.org/wp-content/uploads/autotagger.php.txt" rel="nofollow">http://whalespine.org/wp-content/uploads/autotagger.php.txt</a> for the modified version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Autotagger by Jeff</title>
		<link>http://autotagger.wordpress.com#comment-71</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Fri, 17 Oct 2008 18:32:44 +0000</pubDate>
		<guid isPermaLink="false">http://autotagger.wordpress.com/?page_id=62#comment-71</guid>
		<description>Unfortunately, Autotagger isn&#039;t listed on WordPress.org.  I submitted it almost 2 months ago and never heard anything back :( The submission form won&#039;t allow me to re-submit it either, so maybe they&#039;re just really backed up or something?

I&#039;ll take a look to see what (if anything) can be done about the tag sorting.  I know that Autotagger doesn&#039;t intentionally sort the tags.  I can also see that even without any plugins activated, WordPress is sorting the tags alphabetically... so it might be out of my hands :\</description>
		<content:encoded><![CDATA[<p>Unfortunately, Autotagger isn&#8217;t listed on WordPress.org.  I submitted it almost 2 months ago and never heard anything back <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  The submission form won&#8217;t allow me to re-submit it either, so maybe they&#8217;re just really backed up or something?</p>
<p>I&#8217;ll take a look to see what (if anything) can be done about the tag sorting.  I know that Autotagger doesn&#8217;t intentionally sort the tags.  I can also see that even without any plugins activated, WordPress is sorting the tags alphabetically&#8230; so it might be out of my hands :\</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Autotagger by promedbilling</title>
		<link>http://autotagger.wordpress.com#comment-70</link>
		<dc:creator>promedbilling</dc:creator>
		<pubDate>Fri, 17 Oct 2008 15:02:17 +0000</pubDate>
		<guid isPermaLink="false">http://autotagger.wordpress.com/?page_id=62#comment-70</guid>
		<description>Autotagger is sorting the tags alphabetically after you add them.  That is a negative thing because with website SEO you want your main tags listed first.  Can you make it so it either does not auto sort tags alphabetically (or make it an option), or make it so on the Manage Page area you can manually move them in the order you like and save them in that order?</description>
		<content:encoded><![CDATA[<p>Autotagger is sorting the tags alphabetically after you add them.  That is a negative thing because with website SEO you want your main tags listed first.  Can you make it so it either does not auto sort tags alphabetically (or make it an option), or make it so on the Manage Page area you can manually move them in the order you like and save them in that order?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Autotagger by promedbilling</title>
		<link>http://autotagger.wordpress.com#comment-69</link>
		<dc:creator>promedbilling</dc:creator>
		<pubDate>Fri, 17 Oct 2008 14:45:05 +0000</pubDate>
		<guid isPermaLink="false">http://autotagger.wordpress.com/?page_id=62#comment-69</guid>
		<description>Actually is there any way to put the tags on a static page in a specific order?</description>
		<content:encoded><![CDATA[<p>Actually is there any way to put the tags on a static page in a specific order?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Autotagger by promedbilling</title>
		<link>http://autotagger.wordpress.com#comment-68</link>
		<dc:creator>promedbilling</dc:creator>
		<pubDate>Fri, 17 Oct 2008 13:55:48 +0000</pubDate>
		<guid isPermaLink="false">http://autotagger.wordpress.com/?page_id=62#comment-68</guid>
		<description>Well that explains the problem.  I only have version 1.0.  The update feature never popped up and told me there was a version 1.1.  So for me, my static pages did not have tags and it went and made up tags for them.  Then my SEO mod (Headspace 2) took those tags and changed my keywords to them.  There was no &#039;Include Pages&#039; checkbox.  The only thing on the options page was just to add tags.

Did you not post 1.1 on wordpress?  Usually the auto-updater tells me when there is an update.  I don&#039;t manually go looking for updates.

If that box is 1.1 that should work great then.</description>
		<content:encoded><![CDATA[<p>Well that explains the problem.  I only have version 1.0.  The update feature never popped up and told me there was a version 1.1.  So for me, my static pages did not have tags and it went and made up tags for them.  Then my SEO mod (Headspace 2) took those tags and changed my keywords to them.  There was no &#8216;Include Pages&#8217; checkbox.  The only thing on the options page was just to add tags.</p>
<p>Did you not post 1.1 on wordpress?  Usually the auto-updater tells me when there is an update.  I don&#8217;t manually go looking for updates.</p>
<p>If that box is 1.1 that should work great then.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Autotagger by Jeff</title>
		<link>http://autotagger.wordpress.com#comment-67</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Thu, 16 Oct 2008 21:10:15 +0000</pubDate>
		<guid isPermaLink="false">http://autotagger.wordpress.com/?page_id=62#comment-67</guid>
		<description>As of version 1.1, Autotagger only autotags Posts by default (ignoring Pages).  You have to tick the &#039;Include Pages&#039; checkbox on the Settings page if you want Pages autotagged as well.  Is this not sufficient?  The only scenario this doesn&#039;t cover is the person who only wants Pages autotagged - which doesn&#039;t seem all that useful to me.

Also, Autotagger should not be &quot;re-tagging&quot; your posts/pages.  It should be ignoring posts/pages that already have tags; is this not the case for you?</description>
		<content:encoded><![CDATA[<p>As of version 1.1, Autotagger only autotags Posts by default (ignoring Pages).  You have to tick the &#8216;Include Pages&#8217; checkbox on the Settings page if you want Pages autotagged as well.  Is this not sufficient?  The only scenario this doesn&#8217;t cover is the person who only wants Pages autotagged &#8211; which doesn&#8217;t seem all that useful to me.</p>
<p>Also, Autotagger should not be &#8220;re-tagging&#8221; your posts/pages.  It should be ignoring posts/pages that already have tags; is this not the case for you?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
