Downloads

Download mollom-6.x-1.7.tar.gztar.gz 57.13 KB
MD5: 4afd83225f274b7045478a4a844da630
SHA-1: fa159de84eabd6adf4bd0ffd0ad0caa57ba36a25
SHA-256: 4dc8db537485dd5c7ac9144e5af7f9ca6b25e5af76fbdbaef4e1dc5f818b80db
Download mollom-6.x-1.7.zipzip 82.88 KB
MD5: e3188ed805cf4b5fde717d34fb62b308
SHA-1: 7a00722b9384e781eb5e723cf7fdc9ee09bc241e
SHA-256: 0b923ad58498565df687996974a35ba84b7013ce41434cdfe9de85bada51e698

Release notes

New features

  • Allow users to choose between CATPCHA-only or text classification (with occassional CAPTCHA) form protection. This means that the Mollom module can be configured to behave similar to the CAPTCHA module.
  • Refactored the form manipulation logic to make it cleaner and to avoid the side-effects of having to rebuild forms. Defined a custom form #type = 'mollom', that we simply form-alter in protected forms. The analysis/captcha logic is performed in the #process function of that form. This will work in any form types (including multi-step ones) because process functions are not cached. This will make it easier to add Mollom support to other forms.
  • Various documentation improvements. Improved the installation instructions and better documented Mollom's high-availability backend infrastructure.
  • Made it possible for the Mollom module to store a reputation field when returned by Mollom. Mollom does not currently return a reputation unless you have a special Mollom key.

Bug fixes

  • Fixed problem with users sometimes having to click 'Submit' twice on Mollom protected forms.
  • Improved the error handling in mollom().
  • Fixed a watchdog() call that was not properly ported from D5 to D6.
  • Fixed the Mollom SimpleTests that were failing. All tests pass now.

Translations

  • Added an Italian translation.
  • Added a Japanese translation.
  • Improved the Polish translation.
  • Improved the German translation.
  • Improved the French translation.
Created by: Dries
Created on: 12 Jan 2009 at 09:41 UTC
Last updated: 1 Aug 2018 at 21:28 UTC
New features
Bug fixes
Insecure

Other releases