Commit Graph

100 Commits

Author SHA1 Message Date
Jarkko Linnanvirta 1d5d735a71 Use a better word in the WHATIS question. 2015-09-04 17:47:56 +03:00
Damian Mooyman 76b563993c Merge pull request #30 from Taitava/master
Create allow_numeric_answer option
2015-09-01 11:29:54 +12:00
Jarkko Linnanvirta 644360c9c0 Update MathSpamProtectorField.php 2015-08-31 17:09:40 +03:00
Jarkko Linnanvirta a1b85b0d97 Create allow_numeric_answer option
This option allows you to stop accepting numeric answers as they do not always prevent spam. By default, numeric answers are accepted, so this commit does not make any unintended changes to the behaviour of this field.
2015-08-26 21:58:40 +03:00
Daniel Hensby c7b0e8741e Merge pull request #29 from webs86/master
Italian language added
2015-06-13 16:11:06 +01:00
webs86 bd6c15083b Italian language added 2015-05-10 18:33:19 +02:00
Will Rossiter 5fcbe62742 Merge pull request #27 from anselmdk/patch-1
Danish translation
2015-01-28 09:11:23 +13:00
Anselm Christophersen 641449ca79 Create da.yml 2015-01-27 19:43:26 +01:00
Ingo Schommer 801da8bef6 Clarified module purpose (fixes #25) 2015-01-04 13:12:48 +13:00
Will Rossiter 2df527478e Merge pull request #24 from dhensby/master
Adding .editorconfig
2014-12-05 15:18:17 +13:00
Daniel Hensby 5890ac62b7 Adding .editorconfig 2014-12-04 15:55:42 +00:00
Will Rossiter ae63604f08 Allow question prefix to be replaced 2014-11-05 15:52:42 +13:00
Damian Mooyman bd581c7f7c Merge pull request #21 from dnadesign/FixToFieldType
fix to mathspamprotector field
2014-06-11 12:32:12 +12:00
John Milmine 88b0f31f1a fix to mathspamprotector field so that the type returns the same format as other text fields, e.g EmailField 2014-06-11 11:54:29 +12:00
Damian Mooyman 0e916101e2 Merge pull request #20 from ARNHOE/patch-2
NL: Start question with a capital letter.
2014-04-04 10:31:04 +13:00
ARNHOE 92db34cea2 NL: Start question with a capital letter. 2014-04-03 16:10:33 +02:00
Ingo Schommer ef8eb2606f Merge pull request #17 from tractorcow/pulls/refactor-mapping
API Updated to support SpamProtector API tweak
2014-02-19 10:24:13 +13:00
Damian Mooyman d8ce0be778 API Updated to support SpamProtector API tweak 2014-02-19 10:13:39 +13:00
Will Rossiter 26e34367e1 Merge pull request #16 from JarkkoLinnanvirta/master
Create fi.yml
2014-02-16 09:12:05 +13:00
JarkkoLinnanvirta 1f213b6cc6 Create fi.yml
Finnish translation
2014-02-15 17:12:52 +02:00
Will Rossiter 445f0008f8 Update de.yml (Fixes #9) 2014-02-10 21:26:28 +13:00
Will Rossiter 2d29d309f6 Cleanup to work with latest master spam, fix validation 2014-02-10 21:25:27 +13:00
Will Rossiter 481c99881d Merge pull request #14 from ARNHOE/patch-1
Updated nl.yml
2014-02-03 14:46:48 -08:00
ARNHOE 01efcd6e26 Updated nl.yml
Updated een to één.
2014-02-03 14:47:05 +01:00
Simon Welsh 4dac9e29f4 Merge pull request #13 from RuthAdele/patch-1
Add strtolower to allow answers with Capital letter
2013-09-24 02:53:10 -07:00
RuthAdele db7ec20399 Add strtolower to allow answers with Capital letter 2013-09-24 18:51:31 +09:30
Will Rossiter e571210f12 Merge pull request #11 from bilekt3/master
Translation: Czech language (cs)
2013-03-05 23:36:19 -08:00
Tomáš Bílek a8791cc03a Major: Added translation for Czech language. 2013-03-05 22:05:46 +01:00
Will Rossiter 74853fe820 Merge pull request #10 from wolfv/patch-1
Added german language file
2013-03-03 20:33:38 -08:00
Wolf Vollprecht d89e46e29a ENHANCEMENT: Added german language file 2013-03-03 11:32:43 +01:00
Will Rossiter d7873deabb Merge pull request #7 from vikas-srivastava/composer
Bug : Removed errors from Composer.json
2012-09-30 23:03:14 -07:00
vikas srivastava c1b661c692 Bug : Removed errors from Composer.json
Contains some minor bugs :

1 - JSON doesn't allow multi line string so making "description" field in single line.
2012-09-29 15:06:59 +05:30
Will Rossiter 69b669c155 Merge pull request #6 from vikas-srivastava/composer
NEW Add composer.json
2012-09-24 23:58:59 -07:00
vikas srivastava a3bd2aca7b New : Added composer.json
Added composer.json file which will help this module for submission on proposed extension.silverstripe.org website. Please add more fields according to requirements.

For more information please visit at http://extension.openbees.org/instructions/
2012-09-23 12:17:00 +05:30
Will Rossiter 906613b7a8 Update master 2012-07-11 20:13:44 +12:00
Will Rossiter 0b28f5f32c Merge pull request #5 from Martimiz/fixdeprecations
MINOR: fixed deprecated code in MathSpamProtectorField
2012-07-11 01:08:38 -07:00
Will Rossiter cc515b3675 Merge pull request #4 from Martimiz/languages
Added 4 YAML translation files, removed old translation files.
2012-07-11 01:08:04 -07:00
martimiz 40164fd79d MINOR: removed argument from self::is_enabled() in MathSpamProtectorField ln22
It was wrongly pasted there in an earlier commit…
2012-07-10 15:10:36 +02:00
martimiz d016d32dcc MINOR: fixed deprecated code in MathSpamProtectorField
Fixed some deprecated code following instructions in the deprecation
notices.
2012-07-10 14:23:18 +02:00
martimiz 105d259d02 MEDIUM: added 4 YAML translation files, removed old translation files. 2012-07-10 14:01:42 +02:00
Will Rossiter 57fd743202 Merge pull request #3 from baukezwaan/master
MINOR: fixed incorrect key for dutch lang-file
2011-12-15 00:18:00 -08:00
Bauke Zwaan 1b9f4d13b6 MINOR: fixed locale name for dutch translation 2011-12-15 09:12:48 +01:00
Will Rossiter 7bfb49f176 Merge pull request #2 from Juanitou/master
MINOR Add French (France) and Spanish (Spain) translations.
2011-10-21 13:11:59 -07:00
Juan Molina c8ce38fa6e Added French (France) and Spanish (Spain) translations 2011-10-20 13:39:55 +02:00
Will Rossiter 7d1a277815 Merge pull request #1 from marijnkampf/master
BUGFIX: Fixed validation for mathspamprotection. MINOR: added dutch translation.
2011-06-09 14:03:54 -07:00
Marijn Kampf 8bb002688e Ordered numbering in language files for easier translation
Added Dutch translation
2011-06-09 11:41:44 +01:00
Marijn Kampf 0d88c9da19 Inserted missing validator notify callback object 2011-06-09 02:35:23 -07:00
Will Rossiter dcccf5dd91 MINOR: fixed required versions to trunk till tested on 2.4 2010-12-13 13:55:49 +13:00
Will Rossiter 6a1d2cb903 MINOR: added note that this is alpha 2010-12-13 13:52:56 +13:00
Will Rossiter 042fc8edf1 Initial commit of MathSpamProtection module from hackfest 2010-12-13 13:30:04 +13:00