Nicolas Grekas
ca22a33dca
Dont use getenv(), use $_SERVER instead
2017-08-22 15:09:35 +02:00
Fabien Potencier
258f8e546b
removed uneeded phpdoc
2017-08-18 09:58:58 +02:00
Fabien Potencier
6825d9862d
removed final from Kernel
2017-08-18 09:56:08 +02:00
Gregor Harlan
ecbc207fe5
yaml: use ~ instead of null
2017-08-01 23:44:32 +02:00
Symfony and GitHub
af168d0c1b
Merge pull request #136 from javiereguiluz/fix_cs
2017-07-31 04:23:36 -07:00
Javier Eguiluz
cf47d2e805
Fixed CS of the default front controller
2017-07-30 16:37:34 +02:00
Romain Gautier and GitHub
545020646d
fix resources path
2017-07-29 12:06:53 +02:00
Javier Eguiluz
ba9d859b89
Removed app.yaml and moved its contents to services.yaml
2017-07-28 09:24:05 +02:00
Fabien Potencier
eb64d976ea
removed unneeded flag
2017-07-21 10:50:19 +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
Teoh Han Hui
99ee3ccbfd
[framework-bundle] Fix bin/console exit code on error in Makefile
2017-07-17 19:22:56 +08:00
Sebastiaan Stok and GitHub
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
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
0480f8c563
Rename .gitkeep files to .gitignore
2017-05-30 18:02:25 +08: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
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 Franssen and GitHub
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 Steinhausser and GitHub
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 Niot and GitHub
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
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
cb358d6717
tweaked what's next message
2017-04-13 10:39:04 -07:00
Kévin Dunglas and Fabien Potencier
6a7468d543
[framework-bundle] use typehints when possible
2017-04-10 19:27:24 -07:00
Fabien Potencier
e30857d457
removed unneeded license block
2017-04-07 11:11:11 -07:00
Fabien Potencier
60022e1412
removed usage of getRootDir
2017-04-07 09:58:47 -07:00
Fabien Potencier
cafb4bb4b6
replaced kernel.root_dir by kernel.project_dir
2017-04-07 09:57:51 -07:00
Fabien Potencier
e14725a388
fixed autowire value according to the new new new way :)
2017-04-06 17:30:41 -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
09deff16bd
added a note about required deps for annotations to work
2017-04-04 20:56:19 -07: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
8fd72f8a86
added version directories
2017-04-04 11:57:32 -07:00