Posted by Dries on January 12, 2009 at 9:41am
| Download | Size | md5 hash |
|---|---|---|
| mollom-6.x-1.7.tar.gz | 57.13 KB | 4afd83225f274b7045478a4a844da630 |
| mollom-6.x-1.7.zip | 82.88 KB | e3188ed805cf4b5fde717d34fb62b308 |
Last updated: December 24, 2010 - 23:23
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#processfunction 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.