Commit Graph
156 Commits
Author SHA1 Message Date
Fabien Potencier 29fe5f0045 added a new validation rule 2017-05-08 09:48:48 -07:00
Fabien Potencier 515e510a8b bug #58 Load container config, instead of importing it (ro0NL)
This PR was merged into the master branch.

Discussion
----------

Load container config, instead of importing it

`import()` is an implementation detail; see https://github.com/symfony/symfony/blob/master/src/Symfony/Component/Config/Loader/GlobFileLoader.php#L26

Fixed ticket: https://github.com/symfony/symfony/pull/22638

Commits
-------

cecbb85 Load container config, instead of importing it
2017-05-08 07:01:58 -07:00
Fabien Potencier 40498fe62f bug #59 [PhpUnit] Use the new KERNEL_CLASS var for KernelTestCase (ogizanagi)
This PR was merged into the master branch.

Discussion
----------

[PhpUnit] Use the new KERNEL_CLASS var for KernelTestCase

Once https://github.com/symfony/symfony/pull/22668 is merged.

Commits
-------

c32f3e5 [PhpUnit] Use the new KERNEL_CLASS var for KernelTestCase
2017-05-08 07:00:38 -07:00
Maxime Steinhausser c32f3e581a [PhpUnit] Use the new KERNEL_CLASS var for KernelTestCase 2017-05-08 10:11:53 +02:00
Roland FranssenandGitHub cecbb85b7c Load container config, instead of importing it 2017-05-07 12:23:08 +02:00
Fabien Potencier 549c14cd54 minor #51 Use single quotes in yaml files (yceruto)
This PR was merged into the master branch.

Discussion
----------

Use single quotes in yaml files

Commits
-------

b39aa63 Use single quotes in yaml files
2017-05-03 07:49:11 -07:00
Yonel Ceruto b39aa6303e Use single quotes in yaml files 2017-05-03 10:24:53 -04:00
Fabien Potencier 0301b52dcc minor #47 Remove framework.trusted_proxies option (ogizanagi)
This PR was merged into the master branch.

Discussion
----------

Remove framework.trusted_proxies option

As deprecated and "removed" in https://github.com/symfony/symfony/pull/21830 and https://github.com/symfony/symfony/pull/22238 (BC break)

Commits
-------

2507e41 Remove framework.trusted_proxies option
2017-05-03 07:09:27 -07:00
Fabien Potencier 19bb19b1a7 minor #45 Fixed useless calls (HeahDude)
This PR was merged into the master branch.

Discussion
----------

Fixed useless calls

Commits
-------

8e5d62d Fixed useless calls
2017-05-03 06:59:41 -07:00
Fabien Potencier 82d7b05797 bug #48 Enable interpretation of backslash escapes (sanpii)
This PR was merged into the master branch.

Discussion
----------

Enable interpretation of backslash escapes

Before:
![before](https://cloud.githubusercontent.com/assets/113045/25659624/ed7379ae-3008-11e7-9da4-c4272a3c49a8.png)

After:
![after](https://cloud.githubusercontent.com/assets/113045/25659629/f12a782c-3008-11e7-8128-9a55ea3204ad.png)

Commits
-------

d4832c2 Enable interpretation of backslash escapes
2017-05-03 06:58:40 -07:00
Sanpi d4832c2174 Enable interpretation of backslash escapes 2017-05-03 13:57:32 +02:00
Maxime SteinhausserandGitHub 2507e41e28 Remove framework.trusted_proxies option
As deprecated in https://github.com/symfony/symfony/pull/21830 and https://github.com/symfony/symfony/pull/22238 (BC break)
2017-05-03 13:00:26 +02:00
Jules Pietri 8e5d62d7b4 Fixed useless calls 2017-05-03 08:30:17 +02:00
Fabien Potencier f5bd6e00cd fixed admin recipe 2017-05-02 08:37:40 -07:00
Fabien Potencier 8996b40b92 minor #43 Add comments (GuilhemN)
This PR was merged into the master branch.

Discussion
----------

Add comments

Related to https://github.com/symfony/recipes/pull/42 and https://github.com/symfony/symfony-standard/pull/1064

Commits
-------

52c22bd Add comments
2017-05-01 16:33:01 -07:00
Fabien Potencier 5a50917e7d tweaked output of LexikJWTAuthenticationBundle 2017-05-01 16:30:36 -07:00
Fabien Potencier cf910ab116 feature #32 Add LexikJWTAuthenticationBundle (chalasr)
This PR was merged into the master branch.

Discussion
----------

Add LexikJWTAuthenticationBundle

Alternative to https://github.com/symfony/recipes-contrib/pull/5, I think it would be more appropriated here as this bundle has no competitor regarding the need it solves.
Repository: https://github.com/lexik/LexikJWTAuthenticationBundle

Commits
-------

9fdecab Add LexikJWTAuthenticationBundle for JWT Authentication in Symfony
2017-05-01 16:26:05 -07:00
Guilhem Niot 52c22bd05d Add comments 2017-05-01 19:29:21 +02:00
Fabien Potencier b6239744c5 bug #42 Store voters in Security (GuilhemN)
This PR was merged into the master branch.

Discussion
----------

Store voters in Security

[As caught by @xabbuh](https://github.com/symfony/symfony-standard/pull/1064#discussion_r114080504), in the docs, voters are stored in `Security`, not in `Voter`.

Commits
-------

6185425 Store voters in Security
2017-05-01 10:24:32 -07:00
Robin Chalas 9fdecab5ce Add LexikJWTAuthenticationBundle for JWT Authentication in Symfony 2017-05-01 12:03:29 +02:00
Guilhem NiotandGitHub 61854252b6 Store voters in Security 2017-04-30 20:38:31 +02:00
Fabien Potencier 5f2979d88d minor #37 Document the special %generate(secret)% env var value (javiereguiluz)
This PR was squashed before being merged into the master branch (closes #37).

Discussion
----------

Document the special %generate(secret)% env var value

Some recipes are starting to use this feature (see https://github.com/symfony/recipes-contrib/pull/5/files) so let's document it.

Commits
-------

8a103f4 Document the special %generate(secret)% env var value
2017-04-28 20:12:09 -07:00
Javier EguiluzandFabien Potencier 8a103f4696 Document the special %generate(secret)% env var value 2017-04-28 20:12:07 -07:00
Fabien Potencier 0bbc15d08a minor #40 Add a note about the contrib repo (fabpot)
This PR was merged into the master branch.

Discussion
----------

Add a note about the contrib repo

Commits
-------

7a172be added a note about the contrib repo
2017-04-28 16:06:00 -07:00
Fabien Potencier 7a172be537 added a note about the contrib repo 2017-04-28 16:04:08 -07:00
Fabien Potencier a347d9bfdd minor #36 Add current validation performed by the server (fabpot)
This PR was merged into the master branch.

Discussion
----------

Add current validation performed by the server

Commits
-------

ecc8eb5 added current validation performed by the server
2017-04-27 15:05:53 -04:00
Fabien Potencier ecc8eb5d0d added current validation performed by the server 2017-04-27 15:04:36 -04:00
Fabien Potencier e0a719a086 minor #34 Readme tweaks (fabpot)
This PR was squashed before being merged into the master branch (closes #34).

Discussion
----------

Readme tweaks

Commits
-------

15027c7 added a note about the auto-registration of Symfony bundles
5088124 removed most mentions of Flex in the README
2017-04-27 12:50:43 -04:00
Fabien Potencier bd74545b77 minor #35 Add the new %VAR_DIR% to the docs (javiereguiluz)
This PR was merged into the master branch.

Discussion
----------

Add the new %VAR_DIR% to the docs

Commits
-------

b90216e Add the new %VAR_DIR% to the docs
2017-04-27 12:49:50 -04:00
Javier Eguiluz b90216e196 Add the new %VAR_DIR% to the docs 2017-04-27 17:35:35 +02:00
Fabien Potencier 15027c7b3b added a note about the auto-registration of Symfony bundles 2017-04-27 11:25:58 -04:00
Fabien Potencier 5088124151 removed most mentions of Flex in the README 2017-04-27 11:22:33 -04:00
Fabien Potencier 711b975c94 minor #30 Recommend specifying the controller itself for EasyAdmin (Pierstoval)
This PR was merged into the master branch.

Discussion
----------

Recommend specifying the controller itself for EasyAdmin

I think it's a better idea to expose the controller itself directly.

It would encourage people to add their own controller by just changing the name of the bundle if they want to override it.

Also, I would suggest to change `master` for a lower requirement (1.14 or 1.15 maybe, there are some without much BC breaks, and they'd still share the same recipe) and add `version_aliases`, but haven't done it in the PR because `master` might have been added for a specific reason 🙂

Commits
-------

b7d9955 Recommend specifying the controller itself for EasyAdmin
2017-04-23 10:22:28 -07:00
Fabien Potencier 2620d29849 bug #31 Fix PHPUnit xsd version (Pierstoval)
This PR was merged into the master branch.

Discussion
----------

Fix PHPUnit xsd version

The base supported version is ~4.7~ 6.1 as specified in the ~directory~ version aliases

Commits
-------

16ae0ab Fix PHPUnit xsd version
2017-04-22 15:43:14 -06:00
Alex Rock Ancelet 16ae0ab94e Fix PHPUnit xsd version 2017-04-22 09:48:20 +02:00
Alex Rock Ancelet b7d99554ab Recommend specifying the controller itself for EasyAdmin 2017-04-21 15:55:50 +02:00
Fabien Potencier 4a02d76bdf feature #28 Switch app.yaml to use autoconfigure (fabpot)
This PR was merged into the master branch.

Discussion
----------

Switch app.yaml to use autoconfigure

Commits
-------

c5f400b switched app.yaml to use autoconfigure
2017-04-20 11:35:00 -06:00
Fabien Potencier c5f400b9a8 switched app.yaml to use autoconfigure 2017-04-20 11:29:28 -06:00
Fabien Potencier 0662535b99 feature #21 Add a recipe to install API Platform (dunglas)
This PR was squashed before being merged into the master branch (closes #21).

Discussion
----------

Add a recipe to install API Platform

But I've no idea of how to test it 😅

Commits
-------

a55986d Add a recipe to install API Platform
2017-04-19 18:57:44 -06:00
Kévin DunglasandFabien Potencier a55986d90b Add a recipe to install API Platform 2017-04-19 18:57:43 -06:00
Fabien Potencier 5d1b645b93 moved the orm pack to the 2.4 version instead of master 2017-04-19 18:56:38 -06:00
Fabien Potencier 77e841b4c0 changed the way post-install output is defined 2017-04-14 00:09:33 -07:00
Fabien Potencier 99e56fc71e changed the way we reference Makefiles 2017-04-13 23:56:25 -07:00
Fabien Potencier 223b140bde feature #26 added symfony/orm-pack (fabpot)
This PR was merged into the master branch.

Discussion
----------

added symfony/orm-pack

Commits
-------

2b44c26 added symfony/orm-pack
2017-04-13 20:26:52 -07:00
Fabien Potencier 2b44c26a66 added symfony/orm-pack 2017-04-13 20:18:10 -07:00
Fabien Potencier cb358d6717 tweaked what's next message 2017-04-13 10:39:04 -07:00
Fabien Potencier 80e1aec834 minor #6 Added an initial documentation for Symfony Flex recipes (javiereguiluz)
This PR was squashed before being merged into the master branch (closes #6).

Discussion
----------

Added an initial documentation for Symfony Flex recipes

It's based on your blog posts and the source code of Flex.

Commits
-------

0cebec2 Added an initial documentation for Symfony Flex recipes
2017-04-13 07:21:08 -07:00
Javier EguiluzandFabien Potencier 0cebec29bc Added an initial documentation for Symfony Flex recipes 2017-04-13 07:21:06 -07:00
Fabien Potencier dc50812538 fixed typo 2017-04-11 12:58:57 -07:00
Fabien Potencier 9e53b01bea added serverVersion in DATABASE_URL 2017-04-11 12:57:58 -07:00