Commit Graph
83 Commits
Author SHA1 Message Date
Fabien Potencier b68f207c01 feature #9 [Proposal] Added "security" alias for the SecurityBundle (javiereguiluz)
This PR was merged into the master branch.

Discussion
----------

[Proposal] Added "security" alias for the SecurityBundle

The "security" alias installed the core Security component for me:

```
$ composer req security

Using version ^3.3@dev for symfony/security
  - Removing symfony/security-core (dev-master 2cb0385)
  - Installing symfony/inflector (dev-master 3b19c08)
  - Installing symfony/property-access (dev-master 65b1197)
  - Removing symfony/security-csrf (dev-master 46ad802)
  - Installing symfony/security (dev-master a382b7c)
```

So I needed to execute this too:

```
$ composer req security-bundle

Using version ^3.3@dev for symfony/security-bundle
  - Installing symfony/security-bundle (dev-master acbf390)
```

... but given that "Security" is one of those components which are hard to use stand-alone outside the Symfony Framework, maybe most people expect "security" to install the SecurityBundle?

Commits
-------

ab2124d Added "security" alias for the SecurityBundle
2017-04-06 15:52:19 -07:00
Fabien Potencier a915693910 added support for recipes that work for several versions of a package 2017-04-06 09:57:16 -07:00
Fabien Potencier 00f3bb448d bug #8 Fixed the KERNEL_DIR property in symfony/phpunit-bridge (javiereguiluz)
This PR was merged into the master branch.

Discussion
----------

Fixed the KERNEL_DIR property in symfony/phpunit-bridge

Commits
-------

948be2c Fixed the KERNEL_DIR property in symfony/phpunit-bridge
2017-04-06 06:47:12 -07:00
Javier Eguiluz ab2124d01d Added "security" alias for the SecurityBundle 2017-04-06 12:11:44 +02:00
Javier Eguiluz 948be2c06f Fixed the KERNEL_DIR property in symfony/phpunit-bridge 2017-04-06 11:52:05 +02:00
Fabien Potencier e821728894 bug #7 Typo in the default symfony/etc/packages/framework.yaml file (javiereguiluz)
This PR was merged into the master branch.

Discussion
----------

Typo in the default symfony/etc/packages/framework.yaml file

Commits
-------

f5b5aa6 Typo in the default symfony/etc/packages/framework.yaml file
2017-04-05 09:08:28 -07:00
Javier Eguiluz f5b5aa636f Typo in the default symfony/etc/packages/framework.yaml file 2017-04-05 18:05:39 +02:00
Fabien Potencier 227bd9bfab added an alias 2017-04-04 20:56:20 -07:00
Fabien Potencier 09deff16bd added a note about required deps for annotations to work 2017-04-04 20:56:19 -07:00
Fabien Potencier 0c0bec48b2 added some aliases for Doctrine annotations 2017-04-04 19:32:05 -07:00
Fabien Potencier 3e486bd97f fixed wrong version 2017-04-04 19:17:12 -07:00
Fabien Potencier 6cd14d7bb4 minor #5 Use https when linking to symfony.com (javiereguiluz)
This PR was merged into the master branch.

Discussion
----------

Use https when linking to symfony.com

Commits
-------

054c35e Use https when linking to symfony.com
2017-04-04 12:34:01 -07:00
Javier Eguiluz 054c35e69e Use https when linking to symfony.com 2017-04-04 21:28:28 +02:00
Fabien Potencier 16283e8e14 minor #1 Use "DefaultController" instead of "SomeController" as default (javiereguiluz)
This PR was merged into the master branch.

Discussion
----------

Use "DefaultController" instead of "SomeController" as default

In case https://github.com/fabpot/flex/issues/27 is accepted, this should be the solution.

Commits
-------

e795fa0 Use "DefaultController" instead of "SomeController" as default
2017-04-04 12:11:13 -07:00
Fabien Potencier 6899aa8192 minor #3 Improve the readability of the Makefile tasks (javiereguiluz)
This PR was merged into the master branch.

Discussion
----------

Improve the readability of the Makefile tasks

In case https://github.com/fabpot/flex/issues/29 is accepted, this should be the solution.

Commits
-------

6785a02 Improve the readability of the Makefile tasks
2017-04-04 12:09:42 -07:00
Fabien Potencier 3595a68a44 moved file 2017-04-04 12:07:27 -07:00
Fabien Potencier b20ac0414d feature #2 [Doctrine] Added an empty Repository/ dir in addition to Entity/ (javiereguiluz)
This PR was merged into the master branch.

Discussion
----------

[Doctrine] Added an empty Repository/ dir in addition to Entity/

This fixes https://github.com/fabpot/flex/issues/31

Commits
-------

75d3156 [Doctrine] Added an empty Repository/ dir in addition to Entity/
2017-04-04 12:06:49 -07:00
Fabien Potencier 8fd72f8a86 added version directories 2017-04-04 11:57:32 -07:00
Javier Eguiluz 6785a02463 Improve the readability of the Makefile tasks 2017-04-04 20:52:22 +02:00
Javier Eguiluz 75d3156378 [Doctrine] Added an empty Repository/ dir in addition to Entity/ 2017-04-04 20:47:48 +02:00
Javier Eguiluz e795fa039d Use "DefaultController" instead of "SomeController" as default 2017-04-04 20:43:04 +02:00
Fabien Potencier 0b557bab57 moved HTTP to HTTPs for symfony.com links 2017-04-03 15:27:01 -07:00
Fabien Potencier fd24cade7f switch autowire to by_id by default 2017-03-25 13:47:51 -07:00
Fabien Potencier 8dbd2ae2fa fixed typo 2017-03-25 09:34:50 -07:00
Fabien Potencier 356fe808c6 added a new component 2017-03-24 19:47:24 -07:00
Fabien Potencier ddd1db74c9 added some more aliases 2017-03-24 17:06:02 -07:00
Fabien Potencier 6e554b0445 moved aliases directly into the manifest files 2017-03-24 16:11:46 -07:00
Fabien Potencier afb8b0bc4b moved recipes to the root 2017-03-24 16:01:14 -07:00
Fabien Potencier 3448e52d3a added support for secret generation 2017-03-24 15:21:46 -07:00
Fabien Potencier 19a3418a93 tweaked map 2017-03-24 15:13:55 -07:00
Fabien Potencier 8430cb680f switched to a simple map / removed packs 2017-03-24 10:50:27 -07:00
Fabien Potencier 38a32617a9 simplified a manifest 2017-03-23 17:09:17 -07:00
Fabien Potencier 1e80078459 fixed typo 2017-03-23 15:54:02 -07:00
Fabien Potencier 4ef76e6275 added missing directory 2017-03-23 15:52:04 -07:00
Fabien Potencier 99527aa1f5 fixed cache:* commands (we really need console to be able to run them) 2017-03-23 15:50:56 -07:00
Fabien Potencier 16abcd0e42 added a default configuration to enable all the goodness of Symfony 3.3 2017-03-22 15:39:01 -07:00
Fabien Potencier 83101b7d78 updated setTrustedProxies() to the new syntax 2017-03-22 12:49:07 -07:00
Fabien Potencier 8df6037fec removed obsolete dunglas action bundle 2017-03-21 18:02:58 -07:00
Fabien Potencier 3cd2b977ae moved some logic to the Makefile to make it more robust and reusable 2017-03-20 17:21:17 -07:00
Fabien Potencier ba94907828 added templates/ dir creation in Twig bundle recipe 2017-03-19 21:11:08 -07:00
Fabien Potencier 3b1729b408 fixed default config for easy admin 2017-03-19 19:46:34 -07:00
Fabien Potencier 15fbe4a669 added DB_DRIVER as an env var 2017-03-19 19:26:55 -07:00
Fabien Potencier 86fcae51fb fixed configuration for some bundles 2017-03-19 19:24:35 -07:00
Fabien Potencier 058be9cfe4 fixed web server config 2017-03-15 21:05:18 -07:00
Fabien Potencier 1dd95ca8a8 added some post install output 2017-03-15 18:40:39 -07:00
Fabien Potencier b9f3697ea9 simplified maps 2017-03-15 10:44:53 -07:00
Fabien Potencier c3d981d4e0 added a PHPUnit pack 2017-03-15 10:27:41 -07:00
Fabien Potencier cd5e8139e1 removed hack for Doctrine annotations 2017-03-15 09:58:01 -07:00
Fabien Potencier 9b8e228df4 added .gitignore files 2017-03-14 19:36:23 -07:00
Fabien Potencier 733bb1eab4 added support for phpunit 2017-03-14 19:19:29 -07:00