mollom 6.x-1.7
Dries - January 12, 2009 - 09:41
Official release from CVS tag: DRUPAL-6--1-7
First released: January 12, 2009 - 09:41
First released: January 12, 2009 - 09:41
Download: mollom-6.x-1.7.tar.gz
Size: 57.13 KB
md5_file hash: 4afd83225f274b7045478a4a844da630
Last updated: January 12, 2009 - 10:00
View usage statistics for this releaseSize: 57.13 KB
md5_file hash: 4afd83225f274b7045478a4a844da630
Last updated: January 12, 2009 - 10:00
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.
