Downloads
Download tar.gz
122.53 KB
MD5: 88f09fc06b2cec74f1c86d24f0679e5a
SHA-1: abc1d7193f390733145a4256b05bd79ffb353956
SHA-256: f3ab74b5ddc9b17a04b03a823fc639d9495a1ac6e9dc792ce1afaeca55c08de8
Download zip
131.21 KB
MD5: 601ccdbb92fa7e9361546fdbfda96d38
SHA-1: 53195cd064d919792ccec1b83069f9a8781d39ea
SHA-256: 4ee2724d6038259fec80a859a4f0e91af3faeff4648b9f471d48de77297c56b5
Release notes
Changes since 6.x-1.x:
- #1221284 by sun, barami: Fixed wrong default value in report form.
- #1168604 by sun: Fixed author_id is wrongly associated for anonymous users when name matches registered username.
- #1279198 by Wim Leers, sun: Only add mollom.js when needed.
- #1246482 by sun: Fixed Page caching is not properly disabled.
- #1370854 by sun: Removed client-side server fail-over logic.
- #1376446 by sun: Added Mollom moderation integration toggle per form.
- #1280242 by DeeLay, sun: Fixed Variable cache is needlessly invalidated very often.
- #1365618 by sun: Fixed Contact form: 'Report to Mollom' link not added to e-mail.
- #1365652 by sun: Pass $mollom into mollom_mail_add_report_link().
- #1264850 by sun: Migrate testing mode UI to new API.
- #903770 by sun: Added Mollom Moderation integration.
- #1267168 by sun: Fixed CAPTCHA value is sent to Mollom even if there is no user input yet.
- #1267168 by sun: Fixed required CAPTCHA is accepted without input under certain conditions.
- Fixed D6 form "session" handling by introducing new 'mollom_build_id'.
- Moved local testing server into separate mollom_test_server.module.
- Fixed CAPTCHA not always inserted into form as expected.
- Added Mollom class.
- Replacement of XML-RPC with REST communication.