Commit Graph
18 Commits
Author SHA1 Message Date
Grégoire PineauandGitHub d7ff6df465 [symfony/ai] Fix configuration (#1523) 2026-04-03 13:56:15 +02:00
Grégoire PineauandGitHub 0987f196d4 [symfony/ai] Fix packages name in post install instructions (#1522) 2026-03-26 06:24:05 +01:00
Grégoire PineauandGitHub 6aa652f7fb [Monolog] Remove commented code to log in the browser (#1475) 2025-11-14 11:28:24 +01:00
Grégoire PineauandGitHub 2cf7ec6e8e [DoctrineBundle] Enable collect-backtrace for dev env (#1223) 2023-07-18 16:50:59 -04:00
Grégoire PineauandGitHub e0eb3d6549 Remove MESSENGER_TRANSPORT_DSN from webapp-pack and enable one in messenger (#1175) 2023-02-08 13:12:27 +01:00
Grégoire Pineau 3e523b765e [DebugBundle] Do not enable it in test env 2021-04-29 15:03:13 +02:00
Grégoire Pineau 5b1159fcce [FrameworkBundle] Simplify the service and route registration
Bracket are not needed since we can be sure the file exist
2020-10-01 11:53:12 +02:00
Grégoire Pineau 81698fad45 Revert "Merge pull request #802" - ONLY for Symfony 4.3 and 4.4
This reverts commit 0903d762e9, reversing
changes made to 0800a647a4.
2020-07-27 14:36:22 +02:00
Grégoire Pineau 23eb59209a Consistency 2020-07-22 10:46:21 +02:00
Grégoire Pineau 60d0656cf5 [FrameworkBundle] Use an array for exclude directive 2020-07-22 10:45:11 +02:00
Grégoire Pineau edf66318e4 [Symfony][Validator] Added option disable_not_compromised_password 2019-04-06 21:29:24 +02:00
Grégoire Pineau 764f68c92e [MonologBundle] Added (commented) configuration for log format 2019-03-12 14:57:01 +01:00
Grégoire Pineau 52c6d2ae96 Load routes for specific env first
It's common to add a 'wildcard' route to an application that looks like
a CMS. Usually the route has the following path `/{slug}`.

But with the current routes loading order, the 'dev' routing is loaded
after regular routes. In previous SF versions, dev routing was loaded
first. This PR retores this behavior.
2019-02-25 16:29:14 +01:00
Grégoire Pineau c447845d62 [Fixtures] Create a AppFixtures fixtures instead of .gitignore 2018-10-31 11:27:35 +01:00
Grégoire PineauandGitHub 412d1fbe18 [FrameworkBundle] Added DependencyInjection to the excluded directory list 2018-07-10 15:20:00 +02:00
Grégoire Pineau 31f9738a39 Fixed typo 2018-03-14 10:28:02 +01:00
Grégoire Pineau 6743e623d5 Added monolog in test env 2017-12-27 18:04:11 +01:00
Grégoire Pineau 04b423be6b Fixed default phpunit.xml.dist: add filter/whitelist
If we don't do that, phpunit is not able to compute the code coverage.
We get the following error without it:

```
Error:         Incorrect whitelist config, no code coverage will be generated.
```
2017-12-06 17:36:54 +01:00