Download Size md5 hash
mollom-6.x-1.16.tar.gz 86.29 KB 92533fcce7ec281c0af9f039fd8567b6
mollom-6.x-1.16.zip 92.22 KB a5d1c484e8b6882045e771376dce9c13
Last updated: July 9, 2011 - 13:21
Official release from tag: 6.x-1.16

Release notes

Changes since 6.x-1.15:

  • #1204506 by sun: Fixed browser autocompletion for honeypot input field.
  • #1167488 by sun: Fixed Needless attempts to send feedback for unknown sessions.
  • #1209810 by sun: Fixed MollomDataTestCase does not properly override testing user.
  • #1204506 by sun: Fixed Browser may auto-fill CAPTCHA input with arbitrary values.
  • #1204096 by sun, neclimdul: Fixed CAPTCHA output below submit buttons in CTools forms.
  • #1093108 by sun: Fixed Invalid XML characters in user input are attempted to be sent to Mollom.
  • #1165360 by sun: Fixed Form button labels/values are not removed from text analysis post body.
  • #1184866 by sun: Fixed schema mismatch.
  • #1166494 by sun: Ensure that API keys don't contain leading/trailing white-space and matches expectations.
  • #1198192 by sun: Fixed 'field_xyz()][0][value' sometimes contained in post_body sent to Mollom.
  • #1150516 by sun: Fixed Bypassing Mollom checks programmatically leads to PHP notices.
  • #1198198 by sun: fallback mode is triggered on unexpected 'spam' => 0 response.
  • #674692 by sun: Added test for retaining nodes containing profanity.
  • #1173144 by pwolanin, sun: Fixed .swf file is marked as executable.
  • #1162892 by sun: Ensure that local fake testing server responses equal production testing mode responses.
  • #1033632 by sun: Fixed log messages on Mollom statistics page are confusing.
  • #771594 by sun, Berdir: Added 'report access' check for report options on delete confirmation forms.
  • #1029852 by sun: Fixed PHP warning if protected form has no #submit handlers defined.
  • #1117298 by sun: Fixed database error when trying to update posts.
  • #925616 by sun: Fixed enabled fields migration in mollom_update_6105().
  • #1014148 by bdunwood, sun: Fixed keys are not re-verified after being deleted.
  • #1107770 by kenorb, sun: Fixed E_STRICT warnings in tests.
  • #674692 by sun: Fixed Node module integration.
  • #1044262 by cbrookins, sun: Improved menu links and module description.
  • #1111378 by sun: Added text analysis strictness option.
  • #1147160 by mgifford, sun: Fixed accessibility validation of honeypot.
  • #537008 by sun: Reverted pre-alpha-quality debugging information on comments.
  • #1116274 by sun: profanity checking (D6 backport).
  • Removing translation directories
  • Stripping CVS keywords
  • #1044792 by sun: Added API hook invocations when Mollom data is inserted, updated, or deleted.
  • #1044704 by Dries: tiny typo on user account cancellation confirmation page.
  • by sun: Removed removal of $form_state['mollom'] in mollom_form_submit() handler.
  • #1023506 by sun: Fixed missing return value in mollom_update_3().
  • #244736 by Magnus: Imported translations to localization server and removed CVS files.
  • #979512 by sun: Added server list alter hook for experiments internal to Mollom.
  • #985880 by Dave Reid, sun: Updated for SimpleTest backport.
  • #962534 by sun, neclimdul: Added support for CACHE_EXTERNAL in Pressflow.
  • #963134 by sun: PHP error on administrative protection form if Pollfield module is installed. Working around the 'Pollfield permission WTF'.