spamspan 7.x-1.1-beta1
| Download | Size | md5 hash |
|---|---|---|
| spamspan-7.x-1.1-beta1.tar.gz | 18.39 KB | 9f834ab99257780756449de3af564a7a |
| spamspan-7.x-1.1-beta1.zip | 25.07 KB | 95bb834e0065b438ded58aefc010767f |
Release notes
Initial release for Drupal 7.
The filter api has changed substantially in D7, so there has been some fairly major rewriting of the code. There are a few changes to be aware of in particular:
- The module no longer uses compressed javascript. Maintenance of this was more trouble than it was worth. Given the small size of the code, there will be no performance impact
- The spamspan utility function (which can be used by themes or modules to convert email addresses in text) now has an extra (optional) parameter, to allow settings to be passed. Please see the code for details.
- The configuration options to specify class names have been removed. There really is no benefit in being able to specify class names, the code was complicated, the options were confusing to users and there was no straightforward way to port them to D7.
As usual, please report any bugs found.
spamspan 6.x-1.6
| Download | Size | md5 hash |
|---|---|---|
| spamspan-6.x-1.6.tar.gz | 18.63 KB | 8de8f56e567e25e54c55184c7b1d066c |
| spamspan-6.x-1.6.zip | 25.61 KB | 2bcb518a0d2c70783478207d4247e6ce |
Release notes
Version 6.x-1.5 was broken. This new release fixes the problem, but reverts bug #723460 (images within mailto links). I will work on that separately.
spamspan 6.x-1.5
| Download | Size | md5 hash |
|---|---|---|
| spamspan-6.x-1.5.tar.gz | 18.63 KB | 968f1c042d05fea5657fc98cae684d77 |
| spamspan-6.x-1.5.zip | 25.62 KB | 67ef48a08700f328cb7237e8eaa53b3e |
Release notes
This release has a critical bug. Please use 1.6 instead
The "sorry it took so long" release.
Fixes a number of bugs, including:
regression bugs
#723460 fix for nested image links - thanks deleron
#153925 fix for spaces in query string of mailto
#906474 include unusual characters in local parts
#356425 checkbox in admin should not be marked as required'
#592880 missing quotes round constant definition
spamspan 6.x-1.5-beta2
| Download | Size | md5 hash |
|---|---|---|
| spamspan-6.x-1.5-beta2.tar.gz | 18.46 KB | e2b1e9acf499bd0af773a43ac5721f32 |
| spamspan-6.x-1.5-beta2.zip | 25.41 KB | fb438fe9213958f2624cfc1179843ecd |
Release notes
Fixing regression bugs from beta1 - thanks Bartezz
spamspan 6.x-1.5-beta1
| Download | Size | md5 hash |
|---|---|---|
| spamspan-6.x-1.5-beta1.tar.gz | 18.28 KB | 55b68f0cebca6338abdd33f9a32a661f |
| spamspan-6.x-1.5-beta1.zip | 25.23 KB | c36306d14973ca8c10fe99cee43152de |
Release notes
Well, you asked for it. mailto: URI parameters now work properly
spamspan 6.x-1.4
| Download | Size | md5 hash |
|---|---|---|
| spamspan-6.x-1.4.tar.gz | 17.62 KB | cb17f4febd47d5bf73ba1111113e0dba |
| spamspan-6.x-1.4.zip | 24.68 KB | 947667940c5efc650cb53de580abc1bc |
Release notes
Bug fixes, in particular to fix problems with views and parameters in mailto: URLs. At the moment, mailto: parameters will be silently ignored.
Reshrinking javascript, and changing URL of shrinksafe
#467602 by boabjohn - make configure filter text clearer
#506166 amin.m - wrong default value for use_graphic_at
#361440 by quicksketch - fix for ajax views filters
Add a unit test for recent mailto: changes
#253488 (partial) - ignore parameters in mailto: urls
#456926 by Eirik_R - Norwegian translation, #455288 by LUTi - Fixed incorrect signature for spamspan_help()
spamspan 6.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| spamspan-6.x-1.3.tar.gz | 16.68 KB | 86e7041f17d608d4a66961189242251d |
| spamspan-6.x-1.3.zip | 22.69 KB | 0f487622a95fd49b22d0627ae14cf73e |
Release notes
- Ensure XHTML validation in image tags
- Change unit tests to use simpletest module
- Coder module and drupal doc standards fixes
This release just tidies up existing code. It provides no new features, but it does fix an annoying XHTML validation bug.
spamspan 6.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| spamspan-6.x-1.2.tar.gz | 14.6 KB | 7515e3c212ef5cd46e0f3ca5023dfe79 |
| spamspan-6.x-1.2.zip | 18.5 KB | c0965100e790f47bb94d35daaf156a27 |
Release notes
#293291 - fixed support for converting mailto: tags
Changing po directory to translations
Adding Russian translation (thanks greenmother)
spamspan 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| spamspan-6.x-1.x-dev.tar.gz | 12.69 KB | eee3ecd4c1dc7d568a6057f2fec20977 |
| spamspan-6.x-1.x-dev.zip | 14.83 KB | 103d4d50a4de8476ce092d3cddf1e7f6 |
Release notes
This is the development version for Drupal-6. It may not work, so use it at your own risk.
spamspan 6.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| spamspan-6.x-1.1.tar.gz | 12.65 KB | 68cdc7a041fda17121da80731ae9202d |
| spamspan-6.x-1.1.zip | 15.26 KB | e6de9db0efa1b5ff9433dea020f26c08 |
Release notes
#293291 - support for converting mailto: tags
spamspan 5.x-1.4
| Download | Size | md5 hash |
|---|---|---|
| spamspan-5.x-1.4.tar.gz | 12.39 KB | 50639af868b89301642aa05c30eaa6e5 |
| spamspan-5.x-1.4.zip | 14.97 KB | 79907276d1113748049ba772ee60d82b |
Release notes
Release incorporating some old changes made just in CVS
#174374 - settings are no longer per format, but are global. Also deals with #174368 (dots in local parts) and #119164 (function for integration with other modules)
spamspan 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| spamspan-6.x-1.0.tar.gz | 12.4 KB | 96d8b9b2db7d6ab49517bf20a450d4b2 |
| spamspan-6.x-1.0.zip | 14.98 KB | adcfa72a62ba4b6ff34f83d1f940b1ad |
Release notes
Port to Drupal 6, thanks to fokke
spamspan 4.7.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| spamspan-4.7.x-1.3.tar.gz | 9.59 KB | b72598940754cb8bc64646a3422b21dd |
| spamspan-4.7.x-1.3.zip | 10.69 KB | 24b032adc4fae018b4b4727392820b96 |
Release notes
Backport of recent changes to Drupal 5 branch.
spamspan 5.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| spamspan-5.x-1.3.tar.gz | 12.38 KB | 263a6325e5e0dc297861c90f04bc8851 |
| spamspan-5.x-1.3.zip | 15.03 KB | 958087d697836d5512147a390a8bafec |
Release notes
Now allows tags to be tested within a mailto: tag
spamspan 5.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| spamspan-5.x-1.2.tar.gz | 12.35 KB | a92252ec3356fc2a96c62e0a4e9bbeae |
| spamspan-5.x-1.2.zip | 15.1 KB | 19c46490e65541def691176803938f83 |
Release notes
- Added Greek translation - thanks to Vasileios Lourdas
- By popular demand, convert mailto: links
spamspan 5.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| spamspan-5.x-1.1.tar.gz | 9.41 KB | a0124bf3ecc02975b19618daf631cbbc |
| spamspan-5.x-1.1.zip | 11.02 KB | 077a8c5a0991eebc808e6e476d32e1b4 |
Release notes
- Overhauled regular expression to catch more email addresses.
- Various bugfixes
- Documentation of appropriate filter order
spamspan 5.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| spamspan-5.x-1.0.tar.gz | 8.83 KB | 28b76ac2b317192cf4a6bdf6566a76cc |
| spamspan-5.x-1.0.zip | 10.46 KB | 3db0f23d5872bf35cca4119f5f03f5e5 |
Release notes
First release for Drupal 5.
Code from Drupal 4.7 version has been optimised, but javascript (now jquerified) is now loaded on each page, whether needed or not. This is more reliable, at the expense of page-load overhead.
spamspan 5.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| spamspan-5.x-1.x-dev.tar.gz | 10.43 KB | 5be0b61bdf96e28ea2c915fafe82f913 |
| spamspan-5.x-1.x-dev.zip | 12.46 KB | d54165795639e945e9935b5832c59736 |
Release notes
NB: This is a development snapshot. Use at your own risk - the code may be broken.
spamspan HEAD
| Download | Size | md5 hash |
|---|---|---|
| spamspan-HEAD.tar.gz | 13.8 KB | 3dbd2e7a770d2cafcaa4bc4c70217478 |
| spamspan-master.tar.gz | 11.96 KB | b1fea243a0ec4176d3ee5a5f59a577e3 |
| spamspan-HEAD.zip | 16.21 KB | 28b89328f026bb6c857349cf160c2c23 |
| spamspan-master.zip | 13.71 KB | 11df85d85620794b9faee718e36a0047 |
spamspan 4.7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| spamspan-4.7.x-1.x-dev.tar.gz | 9.55 KB | d120dbe614443aa052c775dfda1910e5 |
| spamspan-4.7.x-1.x-dev.zip | 10.62 KB | b36b497e2fe345b293b44cfb5f92633b |