Commit Graph

252 Commits

Author SHA1 Message Date
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
Mitchel 018fdd3f35 Update README.md
Added composer require instead of the manual way.
Composer require will search the latest version and install it for you.
2015-10-29 10:15:34 +01:00
Grégoire Passault 476530a212 Merge pull request #141 from max-kovpak/patch-2
POST_BIND deprecated
2015-09-25 09:21:54 +02:00
Max Kovpak 87d38d98a4 Update CaptchaType.php
Checkout version
2015-08-26 11:26:01 +03:00
Max Kovpak 3cc4b072c3 POST_BIND deprecated
POST_BIND deprecated since version 2.3, to be removed in 3.0. Use POST_SUBMIT instead.
2015-08-25 17:15:15 +03:00
Grégoire Passault 0f5e9870f1 Merge pull request #140 from max-kovpak/patch-1
Make it more unique
2015-08-25 16:06:15 +02:00
Max Kovpak c844cbcdbc Update CaptchaGenerator.php 2015-08-25 17:05:28 +03:00
Max Kovpak 50405a74a1 Make it more unique
If you have 2 forms on one page time will be not unique
2015-08-25 16:57:49 +03:00
Grégoire Passault 84760b0a9f Merge pull request #136 from StudioMaX/patch-1
Add configureOptions method to form types for SF 2.7
2015-08-18 20:19:33 +02:00
RicoVZ ef281889ab Replaced usage of "pattern" with "path"
As described in issue #135
2015-08-18 09:48:41 +02:00
Grégoire Passault 8468f93194 Merge pull request #81 from ChessCom/master
Add the option of custom background images for the captcha
2015-08-13 12:30:47 +02:00
Grégoire Passault fe1102f5c6 Merge pull request #138 from Burakhan/master
Adding Turkish language translate
2015-08-10 12:05:33 +02:00
Burakhan f1fdfc142f Adding Turkish language translate 2015-08-10 11:15:05 +03:00
StudioMaX 2e49f50c1a Add configureOptions method to form types for SF 2.7 2015-07-09 22:19:21 +06:00
Grégoire Passault 8d3ee7334f Merge pull request #130 from amouhzi/patch-1
Arabic translations: gregwar_captcha.ar.yml
2015-05-28 00:16:52 +02:00
Grégoire Passault 805e77f24a Merge pull request #131 from amouhzi/patch-2
Arabic translations: validators.ar.yml
2015-05-28 00:15:59 +02:00
Hassan Amouhzi adab98ad84 Arabic translations: validators.ar.yml 2015-05-27 22:49:51 +02:00
Hassan Amouhzi 4040d06508 Arabic translations: gregwar_captcha.ar.yml 2015-05-27 22:45:26 +02:00