Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
117.73 KB
MD5: 5428ddefbbe9259c3c418c53ce4f63ac
SHA-1: 6e2808926834cf11154c73c549f38b519e7b529e
SHA-256: 0b4af0551a4f4c2742e9dc2c7e2fccdf5c504b52c7dc057e6791bf444c9c6b39
Download zip
126.44 KB
MD5: c92f50cc150acc17a896a4f0aae70e75
SHA-1: 2e12a1a4d4264e94a36039016ebfc62bc04a3dc1
SHA-256: d4c25c9552ff0ecc77c266dfac0ab005d3a1ad8c99cee9d905d3e9305f478095
Release notes
Changes since 7.x-2.0-alpha1:
- #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.
- Fixed bogus default module version.
- #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.
- #1377706 by sun: Change all tests to use the Testing profile.
- #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().
- #1370852 by sun: Changed response code 1000 to 401.
- #1264850 by sun: Migrate testing mode UI to new API.
- #1361320 by sun: Change inbound moderation endpoint to mollom/moderate/%/%.
- #1249302 by sun: Use testing profile by default.
- #1357012 by sun: Do not send existing resource ID in post body when updating resources.
- #903770 by sun: Added Mollom Moderation integration.
- #446994 by sun: Added docs for verifyKeys(). Removed refreshServers() workaround.
- Updated to new production API endpoints.
- Simplified response validation, removed arrayKeyExists() method, and fixed 5xx response codes are always overridden to 511 (response error).
- Added separate updateSite() method, and updated for API parameter changes.
- Moved Mollom class into $form_state.
- Moved generic request preparations and response processing from Mollom::request() into Mollom::handleRequest().
- Updated for renamed contexts and reasons.
- Major documentation and code clean-up.
- Moved Mollom class into includes.