Commit Graph

269 Commits

Author SHA1 Message Date
Olaf 2b62be4af1 fix (Symfony) use Symfony 5 web_path 2020-01-03 00:42:56 +01:00
Olaf 3f25597f94 Merge branch 'symfony-5' of https://github.com/Olaf1989/CaptchaBundle into symfony-5 2020-01-03 00:17:34 +01:00
Olaf 478c64633e fix (ECS) apply coding standard 2020-01-03 00:12:44 +01:00
Olaf 2ed4f74954 chore (ECS) add easy coding standard 2020-01-03 00:09:09 +01:00
Olaf 60c0e04366
Delete composer.lock 2020-01-03 00:05:31 +01:00
Olaf 61a8561dd6 fix (Captcha) allow null value for bypassCode 2020-01-03 00:04:18 +01:00
Olaf 5515c25872 chore (Symfony) use Symfony 5 + strict typing
Update Symfony version to 5
Use strict typing
2019-12-30 00:27:20 +01:00
Gregwar eeb01bdca5 Typo 2019-12-02 10:24:14 +01:00
Grégoire Passault 678459f58f
Merge pull request #205 from tacman/patch-1
Support Symfony 5, drop support for Symfony 2
2019-12-02 10:23:50 +01:00
tacman 1781a6aa62
Support Symfony 5, drop support for Symfony 2 2019-12-01 08:00:17 -05:00
Grégoire Passault 3ccfdf1c93
Merge pull request #200 from adamwojs/fix_deprecated_tree_builder_root_call
Fixed deprecated TreeBuilder::root method call in SF 4
2019-09-23 15:07:46 +02:00
Grégoire Passault b703ed1a0c
Merge pull request #201 from adamwojs/fix_deprecated_spacelesss_tag
Removed deprecated spaceless tag
2019-09-23 15:07:20 +02:00
Adam Wójs 25de43ac90 Removed deprecated spaceless tag 2019-09-22 13:59:41 +02:00
Adam Wójs 1b4835eb4d Fixed deprecated TreeBuilder::root method call in SF 4 2019-09-22 13:10:16 +02:00
Grégoire Passault be1ce45060
Merge pull request #196 from ferdynator/master
Fixes deprecation warnings in Symfony 4.2
2019-08-15 18:04:18 +02:00
Frederik Schubert 0f6cd70920
Fixed deprecation warning 2019-01-23 11:01:56 +01:00
Frederik Schubert 754310f488
Fixed deprecation warning 2019-01-23 11:01:17 +01:00
Grégoire Passault c2d5468556
Merge pull request #172 from cengizhancaliskan/master
Support of multiple instance
2018-11-20 11:41:34 +01:00
Grégoire Passault 980afdc10a
Merge pull request #187 from mandalor-development/master
Changed template reference
2018-04-24 11:22:05 +02:00
Mandalor-Development 791128c0fd Changed template reference
According to:
https://symfony.com/doc/current/templating.html#referencing-templates-in-a-bundle

Fixed error:
[critical] Uncaught PHP Exception Twig_Error_Loader: "Unable to find template "GregwarCaptchaBundle::captcha.html.twig" (looked into: /[path]/templates, /[path]/templates, /[path]/vendor/symfony/twig-bridge/Resources/views/Form)." at /[path]/templates/form.html.twig line 17
2018-02-28 15:15:55 +01:00
Grégoire Passault 639430383f
Merge pull request #180 from andreybolonin/master
add sf 4.0 support
2017-12-28 12:21:03 +01:00
andreybolonin 8e98c5c0ab add public services 2017-12-28 12:30:19 +02:00
andreybolonin 539884cd5d add sf 4.0 support 2017-11-27 18:08:24 +02:00
Gregwar 8ce4adb1b1 Adding `background_images` in persisted options (fixes #175) 2017-10-02 11:12:17 +02:00
Gregwar b787a8002e Rising default quality to 50 2017-09-27 12:01:02 +02:00
Cengizhan Çalışkan ba9c0e6166 Change session key for as_url option 2017-03-27 22:32:00 +03:00
Cengizhan Çalışkan 25b8840f2a Support of multiple instance 2017-03-19 18:40:34 +03:00
Grégoire Passault 045ba7e67e Merge pull request #150 from dprolife/patch-1
Update composer.json
2017-02-23 10:26:22 +01:00
Gregwar 18c85d3a4f donate 2016-10-24 12:05:50 +02:00
Gregwar f6c45045f0 Adding class `captcha_image` on the `<img>` captcha tag (see #160) 2016-09-21 10:36:55 +02:00
Gregwar f95a951b26 Detail 2016-08-05 20:07:20 +02:00
Grégoire Passault e1ed228b8b Merge pull request #168 from linnaea/patch-1
Quote parameter references in services.yml
2016-05-30 12:28:28 +02:00
Linnaea Von Lavia 0b3495a081 Quote parameter references in services.yml
Not quoting a scalar starting with the "%" indicator character is deprecated since Symfony 3.1 and will throw a ParseException in 4.0.
2016-05-28 22:40:00 +08:00
Grégoire Passault 53c25b2e9a Merge pull request #163 from hackzilla/master
Update CaptchaType.php
2016-02-02 23:40:33 +01:00
Daniel Platt fcf8c4fd01 Update CaptchaType.php
add getBlockPrefix for Symfony3 compatibility.
2016-02-02 22:15:18 +00:00
Grégoire Passault e91cb1a3b7 Merge pull request #139 from RicoVZ/patch-1
Replaced usage of "pattern" with "path"
2015-12-30 19:19:50 +01:00
dprolife 1f6c80c326 Update composer.json
Fix symfony requirements
2015-12-17 22:51:31 +01:00
Gregwar f06ff4d2c2 Clarification 2015-12-13 12:12:45 +01:00
Gregwar 42cb26794d Getting compatible with php>=5.3.9 2015-12-13 12:10:14 +01:00
Gregwar e10494a767 Using | instead of || 2015-12-13 12:03:17 +01:00
Gregwar 8682eee873 README 2015-12-11 10:02:21 +01:00
Gregwar c508d510ff README (see #148) 2015-12-11 10:01:40 +01:00
Gregwar d328f215b2 Merge branch 'master' of github.com:Gregwar/CaptchaBundle 2015-12-07 14:25:30 +01:00
Gregwar a26f03cc93 Using php 5.5 as a dependency because of ::class (see #148) 2015-12-07 14:25:06 +01:00
Gregwar 1862776c9a Supporting v3 2015-12-06 23:20:09 +01:00
Gregwar c989422a82 Clarifying readme 2015-12-06 23:10:05 +01:00
Gregwar 52107b0c32 Using ::class instead of type alias (working w/ sf3, see #148) 2015-12-06 23:07:05 +01:00
Grégoire Passault e335e2a924 Merge pull request #149 from Restless-ET/patch-1
Fix YAML syntax in services.yml file
2015-12-05 14:22:11 +01:00
Restless-ET 0971f224f4 Fix YAML syntax in services.yml file
The '@' character is supposed to be a reserved indicator for YAML. Therefore when using it at the beginning of a string (as in this case) we should enclose it in quotes.
http://yaml.org/spec/1.2/spec.html#id2774228

Also, since Symfony 2.8 this kind of usage is already marked as deprecated: https://github.com/symfony/symfony/blob/2.8/UPGRADE-2.8.md#yaml
2015-12-05 00:52:50 +00:00
Grégoire Passault 29610bb574 Merge pull request #145 from verschoof/patch-1
Update README.md
2015-10-29 11:14:06 +01:00