So, I wrapped up version 0.5.2 of WP Mollom today. This release is all about fixing several bugs.
fixed: passing $comment instead of the direct input from $_POST to the show_captcha() and check_captcha() functions.
improved: implemented wpdb->prepare() in vunerable queries
improved: mollom_activate() function now more robust
changed: mollom_author_ip() reflects changes in the API documentation. This is to catch up [...]
July 20th, 2008 | 1 Comment
I just released a minor update of WP Mollom with some bugfixes. This is the changelog:
Fixed: minor issues with the Captcha not being rendered correctly
Added: mollom_manage_wp_queue() function which adds Mollom support to the default comment administration panel
Improved: updating from a previous version is now more robust
More info and download on Wordpress Extend
July 1st, 2008 | 2 Comments
It took me the better part of June to prepare a new version of Mollom. But today I released version 0.5.0. You can download the package here.
So, a lot has changed since version 0.4.0…
I rewrote the SQL after this suggestion on Pressed Words. Mollom now uses it’s own table to store all it’s data instead [...]
June 28th, 2008 | No Comments
These two weren’t the best friends over the past couple of weeks. Since someone notified me they weren’t compatible, it took some time to figure out what was going wrong. My initial suspects was an icky way of dealing with the action hooks. Either by my plugin or WP OpenID. But after extensive testing, I [...]
June 12th, 2008 | No Comments
Well, nothing more to say for now: it’s out. You can download and play with it. It’s a first beta version so beasts can roar it’s head if you have a heavily customized wordpress installation with loads of plugins. Please, drop me a line with all your feedback, code, concerns, requests!
A big thank you to [...]
June 3rd, 2008 | 3 Comments
So. I scheduled a first public beta release of my Mollom plugin somewhere tonight (CET/UTC+1). The plugin runs quite stable on my own weblog and spam is happily being blocked. I didn’t receive major complaints from testers or users on my own blog in the past week. Yesterday, I cleared the code with Dries who [...]
June 3rd, 2008 | No Comments
Dries made me a nice diagram on the process flow of Mollom. It shows the order in which your Mollom programmable should excute the different API calls.
Note: You should never try to save data to the database before all the Mollom checks including the CAPTCHA have been cleared. The idea is that through the challenge-response [...]
June 1st, 2008 | No Comments
So I did put up a small project page. Not much to see for now. But it’s a start…
May 27th, 2008 | No Comments
Well, I adjusted some of the plugin code over the weekend. The comments’ data (name, e-mail, url, content) isn’t stored in the database anymore but embedded in the CAPTCHA form as a collection of hidden fields. As I don’t want to store the data clientside (cookies and the likes) this seems to be the best [...]
May 25th, 2008 | No Comments
Today, I had an e-mail discussion with Dries and Benjamin over the use of a moderation queue within the context Mollom provides. I have on implemented in my plugin. The idea is that ‘unsure’ comments that don’t get through the CAPTCHA test, land in a moderation queue… sort of.
Mollom was actually designed to get rid [...]
May 23rd, 2008 | 1 Comment
Hum. The plugin in Wordpress doesn’t support trackback checking yet. No big deal? Well, I have 24 spams in my moderation queue, the majority of them are trackback spam.
So… yet another feature to implement. Just wondering how the flow of operations should look like. Moreover: how/where do I implement a CAPTCHA? Is it necessary to [...]
May 13th, 2008 | No Comments
Yesterday, I made a last codingscram and implemented the entire feedback/moderationqueue in the dashboard. It works acceptable enough to put out a very rough betaversion out to the testers. Which I did yesterday-evening. I’m very curious about their feedback. I’ve already listed some points that will need improvement.
If you’d like to participate in testing please [...]
May 13th, 2008 | 1 Comment
Zo. We zijn een half dagje verder. Dit is de tussenstand: 0 spammers door de mazen van het net gegelipt. 7 spams in de moderation queue waarvan er 3 door jullie werden achtergelaten. 1 spam (Houbi) per ongeluk in de moderation queue blijven hangen. Niettegenstaande de mens legit is.
Kijk, voorlopig laat ik alles daar even [...]
April 29th, 2008 | 2 Comments
Oké mensen. Tijd voor het moment van de waarheid. De laatste maand heb ik tussendoor, voornamelijk op de trein, geprogrammeerd aan een plugin voor Wordpress. Niet zomaar een plugin, maar eentje die het de diensten van Mollom, de startup van Dries Buytaert en Benjamin Schrauwen, ook voor Wordpress gebruikers toegankelijk maakt.
Ik huldig eigenlijk het principe [...]
April 28th, 2008 | 14 Comments
Ik experimenteer momenteel even met sLightbox.
January 29th, 2008 | No Comments