Commit Graph
76 Commits
Author SHA1 Message Date
Fabien Potencier eb64d976ea removed unneeded flag 2017-07-21 10:50:19 +02:00
Fabien Potencier 1238aba1f7 renamed routing.yaml to routes.yaml 2017-07-21 10:36:51 +02:00
Fabien Potencier 73ec19c07e renamed container.yaml to services.yaml 2017-07-21 10:30:49 +02:00
Fabien Potencier 68815be95a feature #123 Move routing configuration to routes/ instead of routing/ (fabpot)
This PR was merged into the master branch.

Discussion
----------

Move routing configuration to routes/ instead of routing/

| Q             | A
| ------------- | ---
| License       | MIT

Commits
-------

f5549bd moved routing configuration to routes/ instead of routing/
2017-07-21 10:28:48 +02:00
Fabien Potencier 5d6475a90b renamed container.yaml to services.yaml 2017-07-21 10:12:49 +02:00
Fabien Potencier f5549bd268 moved routing configuration to routes/ instead of routing/ 2017-07-21 10:04:25 +02:00
Kévin Dunglas d8f4d2da85 Fix the Makefile 2017-07-20 18:05:54 +02:00
Fabien Potencier 658289145c fixed requirements-checker recipe 2017-07-19 12:11:36 +02:00
Javier Eguiluz 6aa4aa2ea9 Fix the prefix of the Twig dev routes 2017-07-18 13:24:38 +02:00
Teoh Han Hui 99ee3ccbfd [framework-bundle] Fix bin/console exit code on error in Makefile 2017-07-17 19:22:56 +08:00
Sebastiaan StokandGitHub 761095a08f Fix make serve with web-server-bundle 2017-07-04 09:53:51 +02:00
Fabien Potencier 4d6ae1410e fixed typo 2017-07-03 15:43:15 +03:00
Fabien Potencier bf2148f9f1 moved etc/ to config/ and web/ to public/ 2017-07-03 15:36:25 +03:00
Kévin Dunglas 9049a24391 [framework-bundle] Remove the IP check in web/index.php 2017-06-25 11:38:31 +02:00
Fabien Potencier f819a2e3e5 fixed symfony/routing recipe 2017-06-19 16:54:02 -07:00
Fabien Potencier a3b4507feb added support for symfony/annotations-pack 2017-06-14 16:41:52 -07:00
Fabien Potencier ce297904d4 moved routing specific configuration to the symfony/routing recipe 2017-06-12 11:30:18 -07:00
Fabien Potencier a86b340cf8 excluded Tests from being scanned 2017-06-02 09:41:34 -07:00
Teoh Han Hui 38f8251b6f [symfony] Correct versions for symfony/orm-pack and symfony/profiler-pack 2017-05-31 17:56:13 +08:00
Teoh Han Hui 0480f8c563 Rename .gitkeep files to .gitignore 2017-05-30 18:02:25 +08:00
Fabien Potencier 5824ee767f added the profiler pack 2017-05-27 10:04:10 -07:00
Alex Rock AnceletandFabien Potencier b3dc37b54b [Translation] Allow using "etc/translations" to store translations files 2017-05-27 08:37:51 -07:00
Fabien Potencier 716ce4272d feature #65 Tweak configuration for app.yaml (fabpot)
This PR was merged into the master branch.

Discussion
----------

Tweak configuration for app.yaml

symfony/symfony-standard#1070

Commits
-------

7581f44 tweaked configuration for app.yaml
2017-05-20 07:50:02 +02:00
Christian Flothmann 9acb162c7f fix error exit code
In case that the server could not start we should indicate the failure
with a non-zero exit code.
2017-05-16 09:23:11 +02:00
Fabien Potencier 7581f44af7 tweaked configuration for app.yaml 2017-05-14 09:33:30 -07:00
Fabien Potencier 2416e10255 synced phpunit config 2017-05-13 07:17:03 -07:00
Sebastiaan Stok 7a7de4bd67 [FrameworkBundle] improve Makefile serve target 2017-05-12 17:03:31 +02:00
Fabien Potencier df6b8a04b8 replaced php_sapi_name() with PHP_SAPI 2017-05-10 11:19:42 -07:00
Roland FranssenandGitHub cecbb85b7c Load container config, instead of importing it 2017-05-07 12:23:08 +02: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
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
Guilhem Niot 52c22bd05d Add comments 2017-05-01 19:29:21 +02:00
Guilhem NiotandGitHub 61854252b6 Store voters in Security 2017-04-30 20:38:31 +02:00
Fabien Potencier c5f400b9a8 switched app.yaml to use autoconfigure 2017-04-20 11:29:28 -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 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
Kévin DunglasandFabien Potencier 6a7468d543 [framework-bundle] use typehints when possible 2017-04-10 19:27:24 -07:00
Fabien Potencier aa9657c8d1 bug #16 Fixed the URL config example of Swiftmailer (javiereguiluz)
This PR was merged into the master branch.

Discussion
----------

Fixed the URL config example of Swiftmailer

Commits
-------

eaff684 Fixed the URL config example of Swiftmailer
2017-04-07 14:06:26 -07:00
Fabien Potencier 0508f63791 feature #15 Added "debug" as an alias of DebugBundle (javiereguiluz)
This PR was merged into the master branch.

Discussion
----------

Added "debug" as an alias of DebugBundle

Otherwise we have the same problem as with "security" and "security-bundle":  `composer req --dev debug` installs `symfony/debug` instead of `symfony/debug-bundle`

Commits
-------

a49448a Added "debug" as an alias of DebugBundle
2017-04-07 14:05:20 -07:00
Javier Eguiluz eaff684fc3 Fixed the URL config example of Swiftmailer 2017-04-07 22:53:18 +02:00
Javier Eguiluz a49448a860 Added "debug" as an alias of DebugBundle 2017-04-07 22:33:54 +02:00
Javier Eguiluz 5da6d51e09 Proposed "loggers" as an alias of Monolog 2017-04-07 22:12:25 +02:00
Fabien Potencier e30857d457 removed unneeded license block 2017-04-07 11:11:11 -07:00