* 7.2:
[WebProfilerBundle] Fix tests
[Cache] Tests for Redis Replication with cache
[BrowserKit] Fix submitting forms with empty file fields
[Notifier] [BlueSky] Change the value returned as the message ID
[WebProfilerBundle] Fix interception for non conventional redirects
[DependencyInjection] Do not preload functions
[DependencyInjection] Fix cloned lazy services not sharing their dependencies when dumped with PhpDumper
[Form][FrameworkBundle] Use auto-configuration to make the default CSRF token id apply only to the app; not to bundles
[HttpClient] Fix activity tracking leading to negative timeout errors
[Serializer] Handle default context in named Serializer
[Security] Return null instead of empty username to fix deprecation notice
[DependencyInjection] Fix env default processor with scalar node
* 6.4:
[WebProfilerBundle] Fix tests
[Cache] Tests for Redis Replication with cache
[BrowserKit] Fix submitting forms with empty file fields
[WebProfilerBundle] Fix interception for non conventional redirects
[DependencyInjection] Do not preload functions
[DependencyInjection] Fix cloned lazy services not sharing their dependencies when dumped with PhpDumper
[HttpClient] Fix activity tracking leading to negative timeout errors
[Security] Return null instead of empty username to fix deprecation notice
[DependencyInjection] Fix env default processor with scalar node
* 6.2:
Fix deprecations on PHP 8.3
[WebProfilerBundle] Fix error in case of 'Content-Type' set null in dev environment with no debug
[Routing] Use vsprintf instead of sprintf + unpacking
* 5.4:
Fix deprecations on PHP 8.3
[WebProfilerBundle] Fix error in case of 'Content-Type' set null in dev environment with no debug
[Routing] Use vsprintf instead of sprintf + unpacking
* 5.4: (27 commits)
feat: add completion for DebugAutowiring search argument
[Routing] Add support for aliasing routes
[DependencyInjection] only allow `ReflectionNamedType` for `ServiceSubscriberTrait`
Fix CS
[Console] Open CompleteCommand for custom outputs
[Intl] Update the ICU data to 70.1
[Messenger] Add completion for failed messages commands.
Fix tests
Fixing missing full_stack variable that's needed by toolbar.html.twig
[PropertyInfo] Bump phpstan/phpdoc-parser
[Security] Backport type fixes
[VarExporter] escape unicode chars involved in directionality
[Framework] Add completion to debug:container
[Messenger] Add completion to command messenger:consume
[Intl] Update the ICU data to 70.1
Fix more generic types
Default access_decision_manager.strategy option with merge.
Fix typos
Update validators.ca.xlf
Add missing Validator translations for Estonian
...
Signed-off-by: Alexander M. Turek <me@derrabus.de>
This PR was squashed before being merged into the 5.3-dev branch.
Discussion
----------
[WebProfilerBundle] Possibility to dynamically set mode
| Q | A
| ------------- | ---
| Branch? | 5.x
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| License | MIT
Sometimes it is necessary to dynamically decide whether the debug toolbar should be injected or not.
Commits
-------
7c5cf579bb [WebProfilerBundle] Possibility to dynamically set mode
* 4.4:
Fix travis script
[Contracts] Fix branch alias
minor fix for wrong case
[HttpFoundation] Fix `getMaxFilesize`
[Cache] fix warning on PHP 7.4
[Console] fix warning on PHP 7.4
let BlockingStoreInterface extend PersistingStoreInterface
Don't add value of (default/static) objects to the signature
fix(yml): fix comment in milti line value
Make sure trace_level is always defined
Ensure $request->hasSession() is always checked before calling getSession()
Fix bindings and tagged_locator
Recompile container when translations directory changes
* 4.2:
Fix url matcher edge cases with trailing slash
[Form] Fix author tag + exception messages
[TwigBridge] Fix deprecation on twig 2.9
Fix left-associative ternary deprecation warnings for PHP 7.4
[Validator] Fixed imprecise translations
[Validator] Add Dutch translations
[Security] Cleanup "Digest nonce has expired." translation
Intercept redirections only for HTML format
[PhpUnitBridge] fix reading phpunit.xml on bootstrap
resolve class name parameters
Fix name and phpdoc of ContainerBuilder::removeBindings
[Intl] Update the ICU data to 64.2
* 3.4:
[Form] Fix author tag + exception messages
[TwigBridge] Fix deprecation on twig 2.9
[Validator] Fixed imprecise translations
[Validator] Add Dutch translations
Intercept redirections only for HTML format
Fix name and phpdoc of ContainerBuilder::removeBindings
[Intl] Update the ICU data to 64.2
* 3.4:
Fix Clidumper tests
Enable the fixer enforcing fully-qualified calls for compiler-optimized functions
Apply fixers
Disable the native_constant_invocation fixer until it can be scoped
Update the list of excluded files for the CS fixer
* 2.8:
Fix Clidumper tests
Enable the fixer enforcing fully-qualified calls for compiler-optimized functions
Apply fixers
Disable the native_constant_invocation fixer until it can be scoped
Update the list of excluded files for the CS fixer