- 22 Mar, 2022 1 commit
-
-
Sergey Latyshkov authored
-
- 04 Nov, 2021 4 commits
-
-
Alexander M. Turek authored
Signed-off-by:
Alexander M. Turek <me@derrabus.de>
-
Alexander M. Turek authored
Signed-off-by:
Alexander M. Turek <me@derrabus.de>
-
Alexander M. Turek authored
* 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>
-
Lctrs authored
-
- 03 Nov, 2021 2 commits
-
-
Alexander M. Turek authored
* 5.4: [Console] Restore psr/log >= 3.0 conflict [Security] Make the abstract Voter class implement CacheableVoterInterface Add generic types to traversable implementations [Security] Fix TypeError message [Security] Fix deprecation layer [FrameworkBundle] Add completion for workflow:dump Fix cancel button Fix misleading error on missing provider with authenticator manager Don't limit retries of toolbar loading
-
Alexander M. Turek authored
-
- 27 Oct, 2021 4 commits
-
-
Nicolas Grekas authored
* 5.4: [DependencyInjection] Add `SubscribedService` attribute, deprecate current `ServiceSubscriberTrait` usage Use try/finally to restore error handlers Allow serializer default context configuration
-
Alexander M. Turek authored
This PR was merged into the 5.4 branch. Discussion ---------- Use try/finally to restore error handlers | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | N/A | License | MIT | Doc PR | N/A This PR attempts to make some code dealing with temporary error handlers a bit more robust by making sure the old error handler is always restored. A forgotten error handler is pretty hard to debug, so I'd like our code to be a it more defensive here. Commits ------- 057716c6a2 Use try/finally to restore error handlers
-
Alexander M. Turek authored
Signed-off-by:
Alexander M. Turek <me@derrabus.de>
-
Christian Flothmann authored
* 5.4: Fix some redundant @return phpdoc [Dotenv][Runtime] Add $overrideExistingVars to bootEnv() and loadEnv() and dotenv_overload to SymfonyRuntime Add check and tests for public properties [BrowserKit][HttpClient][Routing] support building query strings with stringables
-
- 20 Oct, 2021 2 commits
-
-
Oskar Stark authored
-
Nicolas Grekas authored
-
- 11 Oct, 2021 1 commit
-
-
Robin Chalas authored
* 5.4: [Security][WIP] Add authenticators info to the profiler [Translation] Use symfony default locale when pulling translations from providers added missing translations for Bosnian (bs) Add the missing greek translations for security core and validator component [HttpKernel] Fix return types in `EventDataCollector` Do not call substr_count() if ip is null to avoid deprecation warning in PHP 8.1 [Security][Validator] Add missing translations for Slovenian (sl) [Messenger] Add worker metadata inside logs [Messenger] Log when worker should stop and when `SIGTERM` is received cs fix [Security][Validator] Add missing translations for Finnish (fi) [VarDumper] returns a 500 when dd() is executed chore(VarDumper): declare that dd() never returns [MonologBridge] Deprecate the Swiftmailer handler [Cache] Commit items implicitly only when deferred keys are requested [MonologBridge] Deprecates ResetLoggersWorkerSubscriber Fix "can not" spelling [HttpClient] fix missing kernel.reset tag on TraceableHttpClient services [Form] Fix ChoiceType Extension to effectively set and use the translator Added new CssColor constraint
-
- 06 Oct, 2021 2 commits
-
-
Nicolas Grekas authored
-
Michael Voříšek authored
-
- 08 Sep, 2021 3 commits
-
-
Alexander M. Turek authored
-
Alexander M. Turek authored
* 5.4: [Routing] Backport type fixes
-
Alexander M. Turek authored
Signed-off-by:
Alexander M. Turek <me@derrabus.de>
-
- 07 Sep, 2021 1 commit
-
-
Nicolas Grekas authored
-
- 24 Aug, 2021 1 commit
-
-
Nicolas Grekas authored
-
- 18 Aug, 2021 1 commit
-
-
Nicolas Grekas authored
-
- 17 Aug, 2021 2 commits
-
-
Nicolas Grekas authored
* 5.4: [Serializer] cs fix Cleanup more `@return` annotations [Form] Fix phpdoc on FormBuilderInterface
-
Nicolas Grekas authored
-
- 16 Aug, 2021 3 commits
-
-
Nicolas Grekas authored
-
Nicolas Grekas authored
* 5.4: Run php-cs-fixer
-
Nicolas Grekas authored
-
- 13 Aug, 2021 1 commit
-
-
Nicolas Grekas authored
-
- 12 Aug, 2021 4 commits
-
-
Nicolas Grekas authored
* 5.4: More return type fixes (bis) Cleanup `@return` annotations
-
Nicolas Grekas authored
This PR was merged into the 5.4 branch. Discussion ---------- More return type fixes (bis) | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Commits ------- c6a20b4e4d More return type fixes (bis)
-
Nicolas Grekas authored
-
Nicolas Grekas authored
-
- 10 Aug, 2021 1 commit
-
-
Alexander M. Turek authored
Signed-off-by:
Alexander M. Turek <me@derrabus.de>
-
- 09 Aug, 2021 1 commit
-
-
Nicolas Grekas authored
-
- 04 Aug, 2021 6 commits
-
-
Alexander M. Turek authored
-
Alexander M. Turek authored
* 5.4: Add test for non-callable arrays as controllers
-
Alexander M. Turek authored
* 5.3: Add test for non-callable arrays as controllers
-
Alexander M. Turek authored
* 4.4: Add test for non-callable arrays as controllers
-
Alexander M. Turek authored
This PR was merged into the 4.4 branch. Discussion ---------- [Routing] Add test for non-callable arrays as controllers | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | N/A | License | MIT | Doc PR | N/A I've backported the test and doc block change from #42298. Commits ------- a1eb24bef2 Add test for non-callable arrays as controllers
-
Alexander M. Turek authored
* 5.4: Fix return types for PHP 8.1
-