Israel Carberry
Israel Carberry
Using the `class HoneypotPrey extends BaseHoneypotPrey` configuration as shown in the example, I was getting this error when running `app/console doctrine:schema:update --dump-sql`: ``` [Doctrine\ORM\Mapping\MappingException] Duplicate definition of column 'id' on...
Supports authentication listener creation when using Symfony's [new authentication system](https://symfony.com/doc/current/security.html#security-installation). ``` # config/packages/security.yaml security: enable_authenticator_manager: true ``` I didn't see any need to add to the [config documentation](https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/blob/master/Resources/doc/index.md#step-4-configure-your-applications-securityyml). Whether you...
The index.htm shows src="#{icon}" as the official How Things Ought to Be Done. This causes the current page to be loaded as an image. If the current page happens to...
I'm creating this issue as I plan to work on it myself, and I'm writing it out as one might in an agile-ish workflow for demo purposes elsewhere. Ignore to...
Initially, I can create an `ApiTestCase`, ignoring the message: ``` [WARNING] API Platform is required for this test type. Install it with composer require api ``` The test created, of...
Co-authored-by: Aaron Opela
diff -r fc52a28d5f36 -r 0a9dcb2a4152 plugins/timezonepicker/includes/parser.inc --- a/plugins/timezonepicker/includes/parser.inc Tue Jul 16 14:57:30 2013 -0500 +++ b/plugins/timezonepicker/includes/parser.inc Thu Jul 18 12:37:12 2013 -0500 @@ -84,7 +84,7 @@ // Optionally make islands...