Releases for Mollom

mollom 5.x-1.8

Dries - September 14, 2009 - 18:12
Official release from CVS tag: DRUPAL-5--1-8
First released: September 14, 2009 - 18:12
Download: mollom-5.x-1.8.tar.gz
Size: 24.51 KB
md5_file hash: e33f9006919b9a499c54ef3727e68e36
Last updated: September 14, 2009 - 18:15
View usage statistics for this release

Bugfixes

  • Fixed critical bug with server list not being reset properly on errors. Upgrading is required.
  • Fixed Mollom attaching the report link to mails that are not actually filtered by Mollom.

New features

  • Added support for reverse proxies. If your site is behind a reverse proxy, make sure to set the 'reverse_proxy' and 'reverse_proxy_addresses' variables in your Drupal settings file for optimal spam filtering efficiency. This was backported from Drupal 6 core, so see Drupal 6 documentation for details on how to configure a reverse proxy.
  • Added "Powered by Mollom" buttons by graphicsguru.

mollom 6.x-1.10

Dries - August 17, 2009 - 14:02
Official release from CVS tag: DRUPAL-6--1-10
First released: August 17, 2009 - 14:02
Download: mollom-6.x-1.10.tar.gz
Size: 55.75 KB
md5_file hash: bc0386fe8651ee80ea1682f67927a3d0
Last updated: August 17, 2009 - 14:06
View usage statistics for this release

Features

  • Improved logging to make it easier to understand spammers' attempts to circumvent the Mollom CAPTCHAs on your site.
  • Added a new mollom_get_statistics() API to fetch statistics from Mollom.com.

Bug fixes

  • Fixed an important bug in the Mollom to prevent incorrect CAPTCHA results being accepted when a Mollom server is unavailable.
  • Fixed caching bug that caused Mollom to be incompatible with page caching modules such as memcached.
  • Fixed bug that prevented the Mollom cache from being pruned.
  • Fixed Mollom links showing up before Mollom was propery configured.
  • Fixed Mollom attaching the report link to system-generated mails that are not validated by Mollom.
  • Various code style improvements and other code refactorings.

Translations

  • Added the Portuguese translation.
  • Updated the other translations.

mollom 6.x-1.9

Dries - June 23, 2009 - 08:06
Official release from CVS tag: DRUPAL-6--1-9
First released: June 23, 2009 - 08:06
Download: mollom-6.x-1.9.tar.gz
Size: 66.1 KB
md5_file hash: 4de4c3716ecf0f83b1e3240163516711
Last updated: June 23, 2009 - 08:11
View usage statistics for this release

Bug fixes

  • Fixed problem with the spam filtering being triggered on pages with multiple forms. This can damage user reputations and result in excessive CAPTCHAs.
  • Fixed access control for reporting feedback to Mollom from within e-mails.
  • Keep up with SimpleTest API changes.

Translations

  • Added Thai translation.

mollom 6.x-1.8

Dries - June 6, 2009 - 17:38
Official release from CVS tag: DRUPAL-6--1-8
First released: June 6, 2009 - 17:38
Download: mollom-6.x-1.8.tar.gz
Size: 61.9 KB
md5_file hash: a2e2c2646be11d146c573579124c755e
Last updated: June 6, 2009 - 17:40
View usage statistics for this release

New features

  • Improved Mollom's error handling so that we can correctly report network errors (versus Mollom errors).
  • Added an 'administer mollom' permission for protecting the Mollom administration settings.
  • Added "Powered by Mollom"-buttons in the images-directory.

Bug fixes

  • Fixed (theoretical) CAPTCHA by-pass issue.
  • Fixed contact form error when Mollom is used with other modules that implement hook_mail_alter().
  • Made the CAPTCHA output valid XHTML.
  • Fixed the position of the CAPTCHAs on certain forms (i.e. proper Form API weight).
  • Updated the Mollom tests to work with the latest version of SimpleTest.
  • Stop sending debug output to the Apache log files.
  • Fixed code style issues.

Translations

  • Updated the Swedish translation.
  • Updated the German translation.
  • Updated the French translation.

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
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 release

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 #process function 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.

mollom 5.x-1.7

Dries - January 12, 2009 - 09:38
Official release from CVS tag: DRUPAL-5--1-7
First released: January 12, 2009 - 09:38
Download: mollom-5.x-1.7.tar.gz
Size: 22.04 KB
md5_file hash: 1e010321c4dc8b08d3fb05350e1db7b5
Last updated: January 12, 2009 - 09:45
View usage statistics for this release

Minor documentation update: better documented Mollom's high-availability backend infrastructure. People that are asking for a better fallback mechanism often don't realize that we have one.

mollom 5.x-1.6

Dries - November 3, 2008 - 21:08
Official release from CVS tag: DRUPAL-5--1-6
First released: November 3, 2008 - 21:08
Download: mollom-5.x-1.6.tar.gz
Size: 21.93 KB
md5_file hash: 58ba9ad1d89b01cc72872b23b859b6ea
Last updated: November 3, 2008 - 21:10
View usage statistics for this release

* Made retrieving and management of the server lists more robust.
* Improved usability of the CAPTCHA forms.
* Made audio CAPTCHAs work with Safari.
* Added missing t() function so that all strings can be properly translated.
* Better advertise Mollom's bulk operations to report spam from the node and comment admin page.
* Made the Mollom module work with PostgreSQL.
* Improved the error reporting.

mollom 6.x-1.6

Dries - November 3, 2008 - 21:02
Official release from CVS tag: DRUPAL-6--1-6
First released: November 3, 2008 - 21:02
Download: mollom-6.x-1.6.tar.gz
Size: 46.6 KB
md5_file hash: 5530b3fd8f6504458a07f5c3f50ef1bd
Last updated: November 3, 2008 - 21:10
View usage statistics for this release

* Made retrieving and management of the server lists more robust.
* Improved usability of the CAPTCHA forms.
* Made audio CAPTCHAs work with Safari.
* Added missing t() function so that all strings can be properly translated.
* Better advertise Mollom's bulk operations to report spam from the node and comment admin page.
* Added missing translation template.
* Added Hungarian and French translations for the Mollom user interfaces.
* Improved the error reporting.

mollom 6.x-1.5

Dries - September 19, 2008 - 18:43
Official release from CVS tag: DRUPAL-6--1-5
First released: September 19, 2008 - 18:43
Download: mollom-6.x-1.5.tar.gz
Size: 36.42 KB
md5_file hash: 7c4c1498775842894c01d152e3314b3b
Last updated: September 19, 2008 - 18:45
View usage statistics for this release

* Fixed warning.

mollom 6.x-1.4

Dries - September 18, 2008 - 08:15
Official release from CVS tag: DRUPAL-6--1-4
First released: September 18, 2008 - 08:15
Download: mollom-6.x-1.4.tar.gz
Size: 41.94 KB
md5_file hash: cc8dd33fb3e4a2be6dad63b14f37358f
Last updated: September 18, 2008 - 08:20
View usage statistics for this release

* Improved handling of Mollom server lists.
* Improved integration with CCK.
* Coding style improvements and documentation improvements.
* Added the ability to store language information.
* Added Spanish translation.

mollom 5.x-1.5

Dries - September 18, 2008 - 08:13
Official release from CVS tag: DRUPAL-5--1-5
First released: September 18, 2008 - 08:13
Download: mollom-5.x-1.5.tar.gz
Size: 20.99 KB
md5_file hash: 63f5a46370e81c1608de90f86c834495
Last updated: September 18, 2008 - 08:20
View usage statistics for this release

* Improved error handling to prevent CAPTCHA by-pass.
* Improved handling of Mollom server lists.

mollom 6.x-1.3

Dries - July 11, 2008 - 10:30
Official release from CVS tag: DRUPAL-6--1-3
First released: July 11, 2008 - 10:30
Download: mollom-6.x-1.3.tar.gz
Size: 32.98 KB
md5_file hash: 136d1651ab23259643e30f12c56ed9a3
Last updated: July 11, 2008 - 10:35
View usage statistics for this release

* Various small bugfixes.
* Improved translations.
* Improved the Mollom tests.

mollom 5.x-1.4

Dries - July 11, 2008 - 10:29
Official release from CVS tag: DRUPAL-5--1-4
First released: July 11, 2008 - 10:29
Download: mollom-5.x-1.4.tar.gz
Size: 20.84 KB
md5_file hash: cd691a75e5468fdacd8bb058efe71487
Last updated: July 11, 2008 - 10:30
View usage statistics for this release

* Fixed important bug with contact form messages not always being blocked.
* Fixed important bug with IP addresses not always being communicated properly.
* Improved translations.

mollom 5.x-1.3

Dries - May 10, 2008 - 13:54
Official release from CVS tag: DRUPAL-5--1-3
First released: May 10, 2008 - 13:54
Download: mollom-5.x-1.3.tar.gz
Size: 16.15 KB
md5_file hash: 96e60bb262efdc85cbcd79a991cd1f77
Last updated: May 10, 2008 - 13:55
View usage statistics for this release

* Improved reputation tracking which will lead to fewer CAPTCHAs.
* Improved logging/debugging.

mollom 6.x-1.2

Dries - May 10, 2008 - 13:53
Official release from CVS tag: DRUPAL-6--1-2
First released: May 10, 2008 - 13:53
Download: mollom-6.x-1.2.tar.gz
Size: 29.48 KB
md5_file hash: bd1b8e3093e9fce9d1d3577c943b7425
Last updated: May 10, 2008 - 13:55
View usage statistics for this release

* Improved computation of reputation which will lead to fewer CAPTCHAs.
* Improved logging/debugging.
* Improved tests.

mollom 5.x-1.2

Dries - May 1, 2008 - 09:25
Official release from CVS tag: DRUPAL-5--1-2
First released: May 1, 2008 - 09:25
Download: mollom-5.x-1.2.tar.gz
Size: 20.25 KB
md5_file hash: d849de5abe31c8cc3bc8b707d878f5cd
Last updated: May 1, 2008 - 09:30
View usage statistics for this release

Fixed a couple of small bugs and added some translations.

mollom 6.x-1.1

Dries - May 1, 2008 - 09:24
Official release from CVS tag: DRUPAL-6--1-1
First released: May 1, 2008 - 09:24
Download: mollom-6.x-1.1.tar.gz
Size: 29.52 KB
md5_file hash: 83d86f500d5b8968f10268505f55fa9a
Last updated: May 1, 2008 - 09:25
View usage statistics for this release

Fixed a couple of small bugs and added some translations.

mollom 6.x-1.0

Dries - April 6, 2008 - 18:07
Official release from CVS tag: DRUPAL-6--1-0
First released: April 6, 2008 - 18:07
Download: mollom-6.x-1.0.tar.gz
Size: 17.57 KB
md5_file hash: 7b952a4153c63924537294f95cf5de70
Last updated: April 6, 2008 - 18:10
View usage statistics for this release

Initial Drupal 6 release of the Mollom module for Drupal.

mollom 5.x-1.1

Dries - April 6, 2008 - 18:06
Official release from CVS tag: DRUPAL-5--1-1
First released: April 6, 2008 - 18:06
Download: mollom-5.x-1.1.tar.gz
Size: 15.9 KB
md5_file hash: 941ef1848fe16edfbec9432058df653b
Last updated: April 6, 2008 - 18:10
View usage statistics for this release

Fixed some minor bugs.

mollom 6.x-1.x-dev

Dries - March 31, 2008 - 12:59
Nightly development snapshot from CVS branch: DRUPAL-6--1
First released: March 31, 2008 - 12:59
Download: mollom-6.x-1.x-dev.tar.gz
Size: 69.49 KB
md5_file hash: 6054cde4e27dbe216fcbbd6cc2aad8a3
Last updated: November 20, 2009 - 00:12
View usage statistics for this release

A development version of the Mollom module for Drupal 6. This version is currently being tested on live sites and should be stable.

Syndicate content
 
 

Drupal is a registered trademark of Dries Buytaert.