Commit Graph
67 Commits
Author SHA1 Message Date
Honoré HOUNWANOUandGitHub 4b1eaaef36 Add some punctuations
Harmonize punctuations.
2017-09-13 02:53:58 -04:00
SymfonyandGitHub 29e353bcd0 Merge pull request #171 from nicolas-grekas/public-controllers 2017-09-11 09:47:16 -07:00
Nicolas Grekas a5b3b7450d Controllers are already public 2017-09-11 17:36:16 +02:00
SymfonyandGitHub 60925409d2 Merge pull request #172 from symfony/doctrine-migrations-fix 2017-09-11 07:00:52 -07:00
Fabien Potencier 87edffe754 fixed Doctrine migrations default configuration 2017-09-11 05:36:59 -07:00
SymfonyandGitHub 47139d676b Merge pull request #167 from bocharsky-bw/patch-3 2017-09-01 11:14:31 -07:00
Victor Bocharsky 058d5079e5 Uppercase the first letter in the sentence and split 'warmup' 2017-09-01 20:53:39 +03:00
SymfonyandGitHub bcae18ecd6 Merge pull request #168 from andrerom/patch-1 2017-09-01 10:48:18 -07:00
Javier Eguiluz 2117e0eb32 Renamed var/logs/ to var/log/ 2017-09-01 14:45:29 +02:00
André RandGitHub b5720314d7 Makefile: remove trailing dot on server:stop command 2017-09-01 11:59:50 +02:00
Nicolas Grekas 4d50b0884d Default to non-debug in index.php 2017-08-30 16:31:30 +02:00
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
SymfonyandGitHub 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 GautierandGitHub 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 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 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 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 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