1. 22 Mar, 2022 1 commit
  2. 04 Nov, 2021 4 commits
    • Alexander M. Turek's avatar
      Fix types · 8d9fd70b
      Alexander M. Turek authored
      
      Signed-off-by: default avatarAlexander M. Turek <me@derrabus.de>
      8d9fd70b
    • Alexander M. Turek's avatar
      Fix types · e9785563
      Alexander M. Turek authored
      
      Signed-off-by: default avatarAlexander M. Turek <me@derrabus.de>
      e9785563
    • Alexander M. Turek's avatar
      Merge branch '5.4' into 6.0 · 5b86b7a3
      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: default avatarAlexander M. Turek <me@derrabus.de>
      5b86b7a3
    • Lctrs's avatar
      [Routing] Add support for aliasing routes · c15fd164
      Lctrs authored
      c15fd164
  3. 03 Nov, 2021 2 commits
    • Alexander M. Turek's avatar
      Merge branch '5.4' into 6.0 · 201f7e99
      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
      201f7e99
    • Alexander M. Turek's avatar
      aedf2a8b
  4. 27 Oct, 2021 4 commits
    • Nicolas Grekas's avatar
      Merge branch '5.4' into 6.0 · 6fe98aa8
      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
      6fe98aa8
    • Alexander M. Turek's avatar
      minor #43778 Use try/finally to restore error handlers (derrabus) · d1724729
      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
      d1724729
    • Alexander M. Turek's avatar
      861d0947
    • Christian Flothmann's avatar
      Merge branch '5.4' into 6.0 · e03bcbbb
      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
      e03bcbbb
  5. 20 Oct, 2021 2 commits
  6. 11 Oct, 2021 1 commit
    • Robin Chalas's avatar
      Merge branch '5.4' into 6.0 · af1ecc6f
      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
      af1ecc6f
  7. 06 Oct, 2021 2 commits
  8. 08 Sep, 2021 3 commits
  9. 07 Sep, 2021 1 commit
  10. 24 Aug, 2021 1 commit
  11. 18 Aug, 2021 1 commit
  12. 17 Aug, 2021 2 commits
  13. 16 Aug, 2021 3 commits
  14. 13 Aug, 2021 1 commit
  15. 12 Aug, 2021 4 commits
  16. 10 Aug, 2021 1 commit
  17. 09 Aug, 2021 1 commit
  18. 04 Aug, 2021 6 commits