Tobias Nyholm
ea08350cce
Do not use logger
2017-11-22 08:36:28 +01:00
Tobias Nyholm
51f254553b
Added HttplugBundle recipe from contrib.
2017-11-16 11:02:51 +02:00
Tobias Nyholm
9cfe9db3c5
Added HTTPlug as the standard HTTP client
2017-11-16 11:00:28 +02:00
symfony-flex-server[bot] and GitHub
c19c191cfe
Merge pull request #255
2017-11-15 21:34:13 +00:00
symfony-flex-server[bot] and GitHub
8443def52b
Merge pull request #256
2017-11-14 16:34:21 +00:00
Javier Eguiluz
6e72ce66d9
Added a recipe for the Workflow component
2017-11-14 16:34:33 +01:00
Fabien Potencier and GitHub
becbedc824
Change the default route to API platform to /api
...
If not, it overrides the / namespace, which is not so nice.
2017-11-13 10:40:15 -08:00
symfony-flex-server[bot] and GitHub
db32040b48
Merge pull request #249
2017-11-11 17:50:55 +00:00
Maxime Steinhausser
4b5d97bbb3
Move translation dir to config/translations
2017-11-11 18:18:16 +01:00
symfony-flex-server[bot] and GitHub
d027546a68
Merge pull request #241
2017-11-10 18:29:47 +00:00
Nicolas Grekas
4861a3653b
Enable container.dumper.inline_class_loader param by default
2017-11-10 19:28:53 +01:00
symfony-flex-server[bot] and GitHub
04b4e27364
Merge pull request #244
2017-11-10 16:11:23 +00:00
Fabien Potencier
ba3a9bef84
changed default placeholder for DB
2017-11-10 08:01:46 -08:00
symfony-flex-server[bot] and GitHub
57767bc9fb
Merge pull request #243
2017-11-10 15:48:05 +00:00
Renato Mendes Figueiredo
5737053240
[MonologBundle] Using yaml configuration since Symfony/Console is now default on Flex
2017-11-10 13:57:57 +01:00
Jan Rosier
2bb4ff005c
Use $this->getProjectDir() instead of dirname(__DIR__)
2017-11-10 13:40:49 +01:00
symfony-flex-server[bot] and GitHub
5f0d5069b2
Merge pull request #204
2017-11-10 00:04:27 +00:00
Nicolas Grekas
c11e8c5fad
[DoctrineBundle] resolve parameters inside DATABASE_URL
2017-11-09 16:52:26 +01:00
symfony-flex-server[bot] and GitHub
93d80647f5
Merge pull request #239
2017-11-07 17:28:38 +00:00
Nicolas Grekas
b758d3a313
Make "APP_DEBUG" mode fallback to "APP_ENV !== prod"
2017-11-07 17:24:19 +01:00
symfony-flex-server[bot] and GitHub
7845f3cba4
Merge pull request #238
2017-11-06 17:22:52 +00:00
Ryan Weaver and GitHub
ca14aad308
Remove Repository from being ignored
...
See https://github.com/doctrine/DoctrineBundle/pull/727
But also, this directory was always safe to auto-register. If they cannot be autowired, unless you try to *use* them as services, they will be discarded without showing the autowiring failure.
2017-11-06 11:50:39 -05:00
symfony-flex-server[bot] and GitHub
67ddc64a0f
Merge pull request #237
2017-11-03 16:37:19 +00:00
Massimiliano Arione and GitHub
5e24f62a38
unalign
2017-11-03 17:13:15 +01:00
symfony-flex-server[bot] and GitHub
3a9b46337d
Merge pull request #234
2017-11-02 23:44:04 +00:00
Eric Poe and GitHub
fba5d36760
Fix doubled quotes
...
Fixes #233
2017-11-02 13:57:13 -05:00
symfony-flex-server[bot] and GitHub
a371651216
Merge pull request #225
2017-10-28 21:37:14 +00:00
symfony-flex-server[bot] and GitHub
428b05edc8
Merge pull request #227
2017-10-28 17:27:01 +00:00
Fabien Potencier
5a84889ecf
removed obsolete post-install
2017-10-28 08:49:47 -07:00
Benjamin Lazarecki
824bd92d9b
FrameworkBundle kernel should be compatible
2017-10-28 00:57:30 +02:00
symfony-flex-server[bot] and GitHub
3250b800ce
Merge pull request #223
2017-10-26 14:47:21 +00:00
Tobias Schultze and GitHub
9eef91211f
Do not enable session in test env by default
...
Session system is not enabled by default in prod, dev. see https://github.com/symfony/recipes/blob/master/symfony/framework-bundle/3.3/config/packages/framework.yaml#L8
So it should also not be enabled by default in test env.
2017-10-25 19:27:45 +02:00
symfony-flex-server[bot] and GitHub
055edd4172
Merge pull request #221
2017-10-24 13:32:52 +00:00
Nicolas Grekas
6951a4cd72
Enable container.autowiring.strict_mode
2017-10-23 16:42:36 +02:00
symfony-flex-server[bot] and GitHub
9da51a1239
Merge pull request #220
2017-10-23 02:02:29 +00:00
Javier Eguiluz and GitHub
0143be42c8
Removed an unnecessary comment
2017-10-22 21:39:55 +02:00
Dariusz Ruminski
710ba916ce
Add PHP CS Fixer recipe
2017-10-22 21:25:16 +02:00
Fabien Potencier and Symfony
50d45cb37f
removes templating as an alias ( #219 )
2017-10-20 13:33:51 -07:00
Fabien Potencier
0636f0e8bb
fixed typo
2017-10-17 14:12:53 -07:00
Maximilian Berghoff and Symfony
aa946a3a89
when make is gone, composer should use symfony console command ( #216 )
2017-10-17 07:04:17 -07:00
Fabien Potencier and Symfony
82e8cf1a6d
removed Makefile support ( #215 )
2017-10-16 16:05:06 -07:00
Maxime Steinhausser and Symfony
5ae47fd7d4
Add simple-phpunit alias ( #213 )
2017-10-16 08:25:57 -07:00
Nicolas Grekas and Symfony
ff028103ab
[DoctrineBundle] Enable caches by default on prod ( #214 )
2017-10-15 06:03:39 -07:00
Ryan Weaver and Symfony
56acc9cfb9
Always using umask(0000) in debug mode ( #210 )
2017-10-10 01:46:31 -07:00
Tarmo Leppänen and Symfony
5542ed8a4a
Added default information ( #208 )
2017-10-09 20:56:35 -07:00
Ryan Weaver and Symfony
56c2f01d8e
Use the native PHP session handler by default ( #209 )
2017-10-09 08:16:56 -07:00
Fabien Potencier and Symfony
325838a7b3
added some command names for make help ( #207 )
2017-10-06 09:27:11 -07:00
Ryan Weaver and Symfony
9da5ff1b7a
reverting #131 ( #205 )
2017-10-04 07:26:31 -07:00
Javier Eguiluz and Symfony
bf020aa4e6
Proposed a security.yaml file for the "test" environment ( #131 )
2017-10-03 17:53:39 -07:00
Javier Eguiluz and Symfony
9fae4234e4
Updated the admin recipe for the new version of the bundle ( #199 )
2017-10-03 17:53:05 -07:00