Commit Graph

100 Commits

Author SHA1 Message Date
Will Rossiter 320e746647
Correct version 2021-10-07 06:49:28 +13:00
Will Rossiter 68ad231dfd
Merge pull request #54 from Juanitou/pr
Actually enforce strict numeric comparison for answer
2021-10-07 06:48:01 +13:00
Juanitou 3615453cdc Actually enforce strict numeric comparison for answer 2021-10-06 16:09:42 +02:00
Will Rossiter 5dbb469c4c
Add upgrade.yml 2021-04-01 08:59:18 +13:00
Will Rossiter 750b03b232
Update travis, fix #42, #32 2021-04-01 08:57:39 +13:00
Will Rossiter cf19fe40b5
Format 2021-04-01 08:53:28 +13:00
Will Rossiter ad36c19cbd
Merge pull request #52 from Tech-Maou/patch-1
Update for strict comparison with ===
2021-04-01 08:48:42 +13:00
Tech-Maou ce700643f5
Update for strict comparison with ===
problem: loose comparison with == -> Null = "0"
solved: strict comparison with === -> Null = false
new session with $v1 = 0 and $v2 = 0 did lead to true answer with actually no answer given (Null -> "0")
 0 + 0 = 0 -> true
ref: https://www.php.net/manual/en/types.comparisons.php
2021-03-31 17:18:39 +02:00
Robbie Averill 570eec324c
Merge pull request #50 from Juanitou/lang
Update ES and FR lang files
2018-06-29 09:15:27 +12:00
Juanitou 6819fac12e Update ES and FR lang files 2018-06-28 15:28:35 +02:00
Robbie Averill ba0a3f51dc
Add branch alias for dev-master 2018-05-25 09:32:19 +12:00
Robbie Averill 1905fa8874
Merge pull request #48 from gordonbanderson/upgradess4
SS4 Upgrade
2018-04-23 08:57:06 +12:00
Gordon Anderson 65fd149c72 FIX: Docs were incorrect post namespace change 2018-04-20 14:35:28 +07:00
Gordon Anderson 82d37954bb FIX: Change namespace as requested 2018-04-20 14:19:30 +07:00
Gordon Anderson aaa4de1e95 FIX: Remove redundant lines 2018-04-20 14:19:15 +07:00
Gordon Anderson 01b19b980c MINOR: Remove debug 2018-04-20 11:53:26 +07:00
Gordon Anderson a2e6bc422d WIP: Debugging travis, just confirming no tests exist 2018-04-20 11:49:42 +07:00
Gordon Anderson d8768c2e21 FIX: Lack of trailing slashes on namespace 2018-04-20 11:33:30 +07:00
Gordon Anderson 9313f18f02 WIP: Upgrade of Travis file 2018-04-20 11:18:27 +07:00
Gordon Anderson c8084968c5 FIX: Fixes suggested in PR, mostly minor 2018-04-20 11:13:48 +07:00
Gordon Anderson fb23959f60 FIX: Correct version of parent spam protection module 2018-04-20 11:13:33 +07:00
Gordon Anderson 7398064cd5 FIX: Config and session 2018-04-20 10:18:25 +07:00
Gordon Anderson 83b3fc22ad FIX: Namespace as a sub namespace of the spam protection module 2018-04-19 22:07:50 +07:00
Gordon Anderson bd4defe793 MINOR: IDE whitespace tidy 2018-04-19 22:07:24 +07:00
Gordon Anderson af1693b7ea FIX: Missing use statement 2018-04-19 22:06:41 +07:00
Gordon Anderson c20bc1701f FIX: Namespace in documentation 2018-04-19 22:06:16 +07:00
Gordon Anderson 0c96d86131 UPGRADE: Namespace fixes after running upgrade tool 2018-04-19 20:26:38 +07:00
Daniel Hensby 19b62c195e Merge pull request #46 from silverstripe/tractorcow-patch-1
Better version constraint
2016-02-03 15:47:25 +00:00
Damian Mooyman 10492d1322 Better version constraint 2016-02-03 17:41:54 +13:00
Damian Mooyman 37affee57b Merge pull request #44 from helpfulrobot/update-license-year
Updated license year
2016-01-05 09:48:14 +13:00
helpfulrobot 97b0c495aa Updated license year 2016-01-01 06:29:54 +13:00
Daniel Hensby 6f1f36dbb6 Merge pull request #41 from jelicanin/master
added Croatian translation
2015-11-26 10:03:54 +00:00
Milan Jelicanin 2c6cd9e1a0 added Croatian translation 2015-11-25 17:13:54 +01:00
Daniel Hensby e692437b7c Merge pull request #40 from helpfulrobot/convert-to-psr-2
Converted to PSR-2
2015-11-21 12:06:58 +00:00
Daniel Hensby c79cf2aba6 Merge pull request #39 from helpfulrobot/add-standard-scrutinizer-config
Added standard Scrutinizer config
2015-11-21 12:06:41 +00:00
Daniel Hensby ba3d6e174d Merge pull request #38 from helpfulrobot/add-standard-travis-config
Added standard Travis config
2015-11-21 12:06:32 +00:00
Daniel Hensby 963a3f82c2 Merge pull request #37 from helpfulrobot/add-standard-editor-config
Added standard editor config
2015-11-21 12:06:22 +00:00
Daniel Hensby 6f26074f6c Merge pull request #36 from helpfulrobot/add-standard-license
Added standard license
2015-11-21 10:35:26 +00:00
Daniel Hensby f528de767e Merge pull request #35 from helpfulrobot/add-standard-git-attributes
Added standard git attributes
2015-11-21 10:35:09 +00:00
Daniel Hensby 76f4fd395a Merge pull request #34 from helpfulrobot/add-standard-code-of-conduct
Added standard code of conduct
2015-11-21 10:34:57 +00:00
helpfulrobot 7705aaf32e Added standard code of conduct 2015-11-21 20:20:07 +13:00
helpfulrobot 2f415311a9 Added standard git attributes 2015-11-21 20:10:52 +13:00
helpfulrobot df164dc42e Added standard license 2015-11-21 20:01:48 +13:00
helpfulrobot f2a6f06b93 Added standard editor config 2015-11-21 19:52:29 +13:00
helpfulrobot 5bfcc480cb Added standard Travis config 2015-11-21 19:44:04 +13:00
helpfulrobot c77b3ec902 Added standard Scrutinizer config 2015-11-21 19:35:45 +13:00
helpfulrobot 82a51add39 Converted to PSR-2 2015-11-21 19:27:13 +13:00
Will Rossiter a1a3227cb8 Merge pull request #33 from rasstislav/patch-1
Create sk.yml
2015-11-15 07:56:11 +13:00
rasstislav d32b2d6771 Create sk.yml 2015-11-14 15:56:32 +01:00
Sam Minnée ebd509fdcb Merge pull request #31 from Taitava/master
Use a better word in the WHATIS question.
2015-09-19 14:06:09 +12:00