<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Wp on Netsensei</title>
    <link>https://www.netsensei.be/tags/wp/</link>
    <description>Recent content in Wp on Netsensei</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>nl-NL</language>
    <managingEditor>matthias@netsensei.nl (Matthias Vandermaesen)</managingEditor>
    <webMaster>matthias@netsensei.nl (Matthias Vandermaesen)</webMaster>
    <lastBuildDate>Thu, 23 May 2013 20:26:00 +0000</lastBuildDate><atom:link href="https://www.netsensei.be/tags/wp/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Mollom power</title>
      <link>https://www.netsensei.be/2013/05/23/mollom-power/</link>
      <pubDate>Thu, 23 May 2013 20:26:00 +0000</pubDate>
      <author>matthias@netsensei.nl (Matthias Vandermaesen)</author>
      <guid>https://www.netsensei.be/2013/05/23/mollom-power/</guid>
      <description>&lt;p&gt;’t Moet ergens van eind 2009 geweest zijn dat ik ogenschijnlijk nog
gewerkt heb aan &lt;a href=&#34;http://wordpress.org/extend/plugins/wp-mollom&#34;&gt;WP Mollom&lt;/a&gt;, een plugin voor WordPress die toelaat om comment
spam te bestrijden via &lt;a href=&#34;http://mollom.com/&#34;&gt;Mollom&lt;/a&gt;. De versie die op mijn blogje staat heeft
sindsdien geen updates meer gekregen. En dat laat zich duidelijk voelen. Ik
krijg af en toe te horen dat het niet zo eenvoudig is om commentaar hier achter
te laten. En daar ben ik me maar al te bewust van.&lt;/p&gt;
&lt;p&gt;Hoog tijd voor een nieuwe versie dus.&lt;/p&gt;
&lt;p&gt;In het laatste anderhalf jaar heb ik, &lt;a href=&#34;http://drupal.org/project/issues/mollom&#34;&gt;samen met&lt;/a&gt; &lt;a href=&#34;http://unleashedmind.com&#34;&gt;anderen&lt;/a&gt;, af en aan
gewerkt aan een opvolger. Er is nog geen eerste, stabiele versie van uit, maar
ver zitten we er niet meer van af. Ik hou aan het principe
&lt;a href=&#34;http://en.wikipedia.org/wiki/Eating_your_own_dog_food&#34;&gt;eating your own dog food&lt;/a&gt; en dus heb ik bij wijze van test de opvolger op
mijn blogje ingezet. Het idee is natuurlijk dat spam geblokkeerd blijft, maar
dat jullie, lezers en lezeressen, een pak minder zullen worden gehinderd.&lt;/p&gt;
&lt;p&gt;Voor de geïnteresseerden: je kan &lt;a href=&#34;https://github.com/netsensei/WP-Mollom&#34;&gt;al eens neuzen in de code&lt;/a&gt; (gebruiken op
eigen risico!). Pas als alle bugs er uit zijn geijzerd, komt de eerste stabiele
versie uit. Nog even geduld dus.&lt;/p&gt;
&lt;p&gt;We zijn razend benieuwd hoe de testversie presteert!&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>WP Mollom likes your comments</title>
      <link>https://www.netsensei.be/2009/05/09/wp-mollom-likes-your-comments/</link>
      <pubDate>Sat, 09 May 2009 18:03:38 +0000</pubDate>
      <author>matthias@netsensei.nl (Matthias Vandermaesen)</author>
      <guid>https://www.netsensei.be/2009/05/09/wp-mollom-likes-your-comments/</guid>
      <description>&lt;p&gt;Over the past couple of days, it became apparent that WP Mollom suffers
&lt;a href=&#34;http://blog.zog.org/2009/05/het-probleem-met-commentaren-alhier.html&#34;&gt;an issue&lt;/a&gt; where it “eats” your comment when a CAPTCHA is shown.
The result is that only half of your comment is saved. Not good of course. 
Apart from that, there was also a problem with character encoding.&lt;/p&gt;
&lt;p&gt;Of course, this issue needs solving. I could recreate the problem on a testsetup
and found the culprit. This issue rears its’ ugly head when a commenter
uses double quotes in his/her comment. Because of the way WordPress implements
commenting, I have to embed the commentdata in the CAPTCHA form as a cluster of
hidden fields. The handling of the encoding was a bit wonky here which causes
data to get corrupted.&lt;/p&gt;
&lt;p&gt;I fixed the issue and commited the code in the development version of the plugin
(trunk). I’m not commiting it to a stable version yet because the adjusted
code needs testing against foreign non-western character sets like simplified
chinese and such. If your blog is set to use UTF-8 encoding (which it should!),
you shouldn’t notice big problems with this update.&lt;/p&gt;
&lt;p&gt;If you’re really anxious to get your hands wet, you can download
&lt;a href=&#34;http://downloads.wordpress.org/plugin/wp-mollom.zip&#34;&gt;the development version here&lt;/a&gt;.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>WP Mollom 0.7.1</title>
      <link>https://www.netsensei.be/2008/12/27/wp-mollom-071/</link>
      <pubDate>Sat, 27 Dec 2008 16:23:51 +0000</pubDate>
      <author>matthias@netsensei.nl (Matthias Vandermaesen)</author>
      <guid>https://www.netsensei.be/2008/12/27/wp-mollom-071/</guid>
      <description>&lt;p&gt;I just released &lt;a href=&#34;http://wordpress.org/extend/plugins/wp-mollom/&#34;&gt;WP Mollom 0.7.1&lt;/a&gt;. Here’s the changelog:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;fixed: all plugin panels are now shown in the new WP 2.7 administration
interface menu&lt;/li&gt;
&lt;li&gt;fixed: non-western character sets are now handled properly in the captcha form&lt;/li&gt;
&lt;li&gt;fixed: handles threaded comments properly&lt;/li&gt;
&lt;li&gt;fixed: multiple records in the manage module not correctly processed&lt;/li&gt;
&lt;li&gt;improved: extra – non standard – fields added to the comment form
don’t get dropped&lt;/li&gt;
&lt;li&gt;improved: revamped the administration panel&lt;/li&gt;
&lt;li&gt;improved: various smaller code improvements&lt;/li&gt;
&lt;li&gt;added: the plugin is now compatible with the new plugin uninstall features in
WordPress 2.7&lt;/li&gt;
&lt;li&gt;added: the ‘quality’ of ‘spaminess’ of a comment is
now logged and shown as an extra indicator&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Wishing all the best in 2009!&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>WP Mollom 0.5.2</title>
      <link>https://www.netsensei.be/2008/07/20/wp-mollom-052/</link>
      <pubDate>Sun, 20 Jul 2008 18:28:32 +0000</pubDate>
      <author>matthias@netsensei.nl (Matthias Vandermaesen)</author>
      <guid>https://www.netsensei.be/2008/07/20/wp-mollom-052/</guid>
      <description>&lt;p&gt;So, I wrapped up version 0.5.2 of &lt;a href=&#34;http://wordpress.org/extend/plugins/wp-mollom&#34;&gt;WP Mollom&lt;/a&gt; today. This release is all
about fixing several bugs.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;fixed: passing $comment instead of the direct input from $_POST to the
&lt;code&gt;show_captcha()&lt;/code&gt; and &lt;code&gt;check_captcha()&lt;/code&gt; functions.&lt;/li&gt;
&lt;li&gt;improved: implemented wpdb-&amp;gt;prepare() in vunerable queries&lt;/li&gt;
&lt;li&gt;improved: &lt;code&gt;mollom_activate()&lt;/code&gt; function now more robust&lt;/li&gt;
&lt;li&gt;changed: mollom_author_ip() reflects changes in the API documentation. This
is to catch up on the abuse of proxies by spammers. If your host uses a
&lt;a href=&#34;http://en.wikipedia.org/wiki/Reverse_proxy&#34;&gt;reverse proxy&lt;/a&gt; and you know the ip(‘s), just enter them in the
dashboard. The plugin takes care of the rest.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I tried to make the plugin compatible with the &lt;a href=&#34;http://wordpress.org/extend/plugins/openid/&#34;&gt;WP OpenID plugin&lt;/a&gt; over the
past weeks. But no dice. Stable version 2.1.9 of WP OpenID doesn’t deal
with extra fields added to the HTTP POST by other plugins when a request is send
to wp-comments-post.php. This causes WP Mollom’s CAPTCHA form and
subsequent checks to malfunction.&lt;/p&gt;
&lt;p&gt;The good news is that &lt;a href=&#34;http://willnorris.com/&#34;&gt;Will Norris&lt;/a&gt; of WP OpenID is aware of the problem. The
development version does contain a fix for this problem and is actually
compatible with WP Mollom. You can check out a copy from the
&lt;a href=&#34;http://diso-project.org/&#34;&gt;DiSo Project’s&lt;/a&gt; &lt;a href=&#34;http://diso.googlecode.com/svn/wordpress/wp-openid/&#34;&gt;Google Code repository&lt;/a&gt; if you really want OpenID
and Mollom support on your site.&lt;/p&gt;
&lt;p&gt;As always: refer to &lt;a href=&#34;http://wordpress.org/extend/plugins/wp-mollom/other_notes/&#34;&gt;the documentation&lt;/a&gt; regarding all the in’s and
out’s.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>WP Mollom “Holiday Edition” 0.5.1</title>
      <link>https://www.netsensei.be/2008/07/01/wp-mollom-holiday-edition-051/</link>
      <pubDate>Tue, 01 Jul 2008 22:19:00 +0000</pubDate>
      <author>matthias@netsensei.nl (Matthias Vandermaesen)</author>
      <guid>https://www.netsensei.be/2008/07/01/wp-mollom-holiday-edition-051/</guid>
      <description>&lt;p&gt;I just released a minor update of WP Mollom with some bugfixes. This is the
changelog:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fixed: minor issues with the Captcha not being rendered correctly&lt;/li&gt;
&lt;li&gt;Added: &lt;code&gt;mollom_manage_wp_queue()&lt;/code&gt; function which adds Mollom support to the
default comment administration panel&lt;/li&gt;
&lt;li&gt;Improved: updating from a previous version is now more robust&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;More info and download on &lt;a href=&#34;http://wordpress.org/extend/plugins/wp-mollom&#34;&gt;WordPress Extend&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    
  </channel>
</rss>