1. 04 Apr, 2022 1 commit
  2. 28 Oct, 2017 4 commits
    • Nicolas Grekas's avatar
      Merge branch '3.4' · 408fe780
      Nicolas Grekas authored
      * 3.4:
        Ensure DeprecationErrorHandler::collectDeprecations() is triggered
        Config: mark builder property deprecated
        fix CachePoolPrunerPass to use correct command service id
        [TwigBridge] Re-add Bootstrap 3 Checkbox Layout
        [FrameworkBundle] Allow to disable assets via framework:assets xml configuration
        fixed $_ENV/$_SERVER precedence in test framework
        [HttpFoundation] Fix FileBag issue with associative arrays
        [DI] Throw when a service name or an alias contains dynamic values (prevent an infinite loop)
        [HttpFoundation] Fix caching of session-enabled pages
        [Guard] remove invalid deprecation notice
        fix the phpdoc that is not really inherited from response
        Minor docblock cleanup
        Remove redundant sprintf arguments.
      408fe780
    • Nicolas Grekas's avatar
      Merge branch '3.3' into 3.4 · 58a38941
      Nicolas Grekas authored
      * 3.3:
        Ensure DeprecationErrorHandler::collectDeprecations() is triggered
        [FrameworkBundle] Allow to disable assets via framework:assets xml configuration
        fixed $_ENV/$_SERVER precedence in test framework
        [HttpFoundation] Fix FileBag issue with associative arrays
        [DI] Throw when a service name or an alias contains dynamic values (prevent an infinite loop)
        fix the phpdoc that is not really inherited from response
        Minor docblock cleanup
        Remove redundant sprintf arguments.
      58a38941
    • Nicolas Grekas's avatar
      Merge branch '2.8' into 3.3 · df072222
      Nicolas Grekas authored
      * 2.8:
        [HttpFoundation] Fix FileBag issue with associative arrays
        fix the phpdoc that is not really inherited from response
        Minor docblock cleanup
        Remove redundant sprintf arguments.
      df072222
    • Nicolas Grekas's avatar
      Merge branch '2.7' into 2.8 · 5f991d6c
      Nicolas Grekas authored
      * 2.7:
        [HttpFoundation] Fix FileBag issue with associative arrays
        fix the phpdoc that is not really inherited from response
        Minor docblock cleanup
        Remove redundant sprintf arguments.
      5f991d6c
  3. 26 Oct, 2017 1 commit
    • Tobias Schultze's avatar
      minor #24613 Remove redundant sprintf argument. (Aliance) · 2c6ea08e
      Tobias Schultze authored
      This PR was merged into the 2.7 branch.
      
      Discussion
      ----------
      
      Remove redundant sprintf argument.
      
      | Q             | A
      | ------------- | ---
      | Branch?       | 2.7
      | Bug fix?      | yes
      | New feature?  | no
      | BC breaks?    | no
      | Deprecations? | no
      | Tests pass?   | yes
      | Fixed tickets | #22820
      | License       | MIT
      | Doc PR        | –
      
      cc @fabpot @ogizanagi
      
      Commits
      -------
      
      c8012f0448 Remove redundant sprintf arguments.
      2c6ea08e
  4. 24 Oct, 2017 5 commits
  5. 20 Oct, 2017 1 commit
  6. 13 Oct, 2017 3 commits
    • Nicolas Grekas's avatar
      Merge branch '3.4' · a5c2e0fc
      Nicolas Grekas authored
      * 3.4:
        [TwigBridge] fix BC for FormExtension if renderer is FormRenderer
        [Form] Fix 5.5 compatibility for ResizeFormListener
        [BrowserKit] Handle deprecations triggered in insulated requests
        [Bridge\PhpUnit] Handle deprecations triggered in separate processes
        Fix LogLevel::DEBUG as min level
        [Validator] added magic method __isset()  to File Constraint class
        Support array of types in allowed type
        [DI] Fix possible incorrect php-code when dumped strings contains newlines
        [Translation] minor: remove unused variable in test
        added ability to handle parent classes for PropertyNormalizer
        replace parameters in dummy identity translator
        never match invalid IP addresses
      a5c2e0fc
    • Nicolas Grekas's avatar
      Merge branch '3.3' into 3.4 · f8d7bce4
      Nicolas Grekas authored
      * 3.3:
        [BrowserKit] Handle deprecations triggered in insulated requests
        [Bridge\PhpUnit] Handle deprecations triggered in separate processes
        [Validator] added magic method __isset()  to File Constraint class
        [DI] Fix possible incorrect php-code when dumped strings contains newlines
        [Translation] minor: remove unused variable in test
        never match invalid IP addresses
      f8d7bce4
    • Nicolas Grekas's avatar
  7. 02 Oct, 2017 3 commits
    • Nicolas Grekas's avatar
      Merge branch '3.4' · 14ab39aa
      Nicolas Grekas authored
      * 3.4: (33 commits)
        Remove remaining `@experimental` annotations
        Tests and fix for issue in array model data in EntityType field with multiple=true
        [Validator] Add unique entity violation cause
        [Lock] Automaticaly release lock when user forget it
        [Form] Fixed PercentToLocalizedStringTransformer to accept both comma and dot as decimal separator, if possible
        fixed CS
        [FrameworkBundle] Don't clear app pools on cache:clear
        Hide label button when its setted to false
        removed useless PHPDoc
        [HttpFoundation] Return instance in StreamedResponse
        [Form] Fix FormInterface::submit() annotation
        [PHPUnitBridge] don't remove when set to  empty string
        PdoSessionHandler: fix advisory lock for pgsql when session.sid_bits_per_character > 4
        HttpCache does not consider ESI resources in HEAD requests
        Fix translation for "This field was not expected"
        [Routing] Enhance Route(Collection) docblocks
        Added improvement for accuracy in MoneyToLocalizedStringTransformer.
        Removed unused private property
        Use correct verb form in the pull request template
        Use PHP_MAXPATHLEN in Filesystem.
        ...
      14ab39aa
    • Nicolas Grekas's avatar
      Merge branch '3.3' into 3.4 · 95e5e02a
      Nicolas Grekas authored
      * 3.3: (23 commits)
        Tests and fix for issue in array model data in EntityType field with multiple=true
        [Form] Fixed PercentToLocalizedStringTransformer to accept both comma and dot as decimal separator, if possible
        removed useless PHPDoc
        [Form] Fix FormInterface::submit() annotation
        [PHPUnitBridge] don't remove when set to  empty string
        PdoSessionHandler: fix advisory lock for pgsql when session.sid_bits_per_character > 4
        HttpCache does not consider ESI resources in HEAD requests
        Fix translation for "This field was not expected"
        [Routing] Enhance Route(Collection) docblocks
        Added improvement for accuracy in MoneyToLocalizedStringTransformer.
        Removed unused private property
        Use correct verb form in the pull request template
        Use PHP_MAXPATHLEN in Filesystem.
        Added null as explicit return type (?TokenInterface)
        [FrameworkBundle] Fix Routing\DelegatingLoader
        Render all line breaks according to the exception message
        [Form] Fix phpdoc
        [DI] remove confusing code
        [Form] Fixed GroupSequence with "constraints" option
        [Validator] Clarify UUID validator behavior
        ...
      95e5e02a
    • Nicolas Grekas's avatar
      Merge branch '2.8' into 3.3 · 317d5bdf
      Nicolas Grekas authored
      * 2.8: (22 commits)
        Tests and fix for issue in array model data in EntityType field with multiple=true
        [Form] Fixed PercentToLocalizedStringTransformer to accept both comma and dot as decimal separator, if possible
        removed useless PHPDoc
        [Form] Fix FormInterface::submit() annotation
        PdoSessionHandler: fix advisory lock for pgsql when session.sid_bits_per_character > 4
        HttpCache does not consider ESI resources in HEAD requests
        Fix translation for "This field was not expected"
        [Routing] Enhance Route(Collection) docblocks
        Added improvement for accuracy in MoneyToLocalizedStringTransformer.
        Removed unused private property
        Use correct verb form in the pull request template
        Use PHP_MAXPATHLEN in Filesystem.
        Added null as explicit return type (?TokenInterface)
        [FrameworkBundle] Fix Routing\DelegatingLoader
        Render all line breaks according to the exception message
        [Form] Fix phpdoc
        [DI] remove confusing code
        [Form] Fixed GroupSequence with "constraints" option
        [Validator] Clarify UUID validator behavior
        [Filesystem] Fixed makePathRelative
        ...
      317d5bdf
  8. 01 Oct, 2017 1 commit
    • Nicolas Grekas's avatar
      Merge branch '2.7' into 2.8 · 87a03da1
      Nicolas Grekas authored
      * 2.7: (22 commits)
        Tests and fix for issue in array model data in EntityType field with multiple=true
        [Form] Fixed PercentToLocalizedStringTransformer to accept both comma and dot as decimal separator, if possible
        removed useless PHPDoc
        [Form] Fix FormInterface::submit() annotation
        PdoSessionHandler: fix advisory lock for pgsql when session.sid_bits_per_character > 4
        HttpCache does not consider ESI resources in HEAD requests
        Fix translation for "This field was not expected"
        [Routing] Enhance Route(Collection) docblocks
        Added improvement for accuracy in MoneyToLocalizedStringTransformer.
        Removed unused private property
        Use correct verb form in the pull request template
        Use PHP_MAXPATHLEN in Filesystem.
        Added null as explicit return type (?TokenInterface)
        [FrameworkBundle] Fix Routing\DelegatingLoader
        Render all line breaks according to the exception message
        [Form] Fix phpdoc
        [DI] remove confusing code
        [Form] Fixed GroupSequence with "constraints" option
        [Validator] Clarify UUID validator behavior
        [Filesystem] Fixed makePathRelative
        ...
      87a03da1
  9. 30 Sep, 2017 2 commits
    • Fabien Potencier's avatar
      minor #24342 removed useless PHPDoc (OskarStark) · 0b5f6b3d
      Fabien Potencier authored
      This PR was squashed before being merged into the 2.7 branch (closes #24342).
      
      Discussion
      ----------
      
      removed useless PHPDoc
      
      | Q             | A
      | ------------- | ---
      | Branch?       | 2.7
      | Bug fix?      | no
      | New feature?  | no <!-- don't forget updating src/**/CHANGELOG.md files -->
      | BC breaks?    | no
      | Deprecations? | no <!-- don't forget updating UPGRADE-*.md files -->
      | Tests pass?   | yes
      | Fixed tickets |
      | License       | MIT
      | Doc PR        | n/a
      
      Commits
      -------
      
      5ee9043d8b removed useless PHPDoc
      0b5f6b3d
    • Oskar Stark's avatar
      removed useless PHPDoc · 8ee96118
      Oskar Stark authored
      8ee96118
  10. 15 Sep, 2017 5 commits
    • Nicolas Grekas's avatar
      Merge branch '3.4' · 70d64e29
      Nicolas Grekas authored
      * 3.4:
        [CS][2.7] yoda_style, no_unneeded_curly_braces, no_unneeded_final_method, semicolon_after_instruction
        Reset stopwatch.
        [Filesystem] mirror - fix copying content with same name as source/target.
        Removed unnecessary getDefinition() call.
        .php_cs.dist - simplify config
        [WebProfilerBundle] fixed TemplateManager when using Twig 2 without compat interfaces
      70d64e29
    • Nicolas Grekas's avatar
      Merge branch '3.3' into 3.4 · b75564b5
      Nicolas Grekas authored
      * 3.3:
        [CS][2.7] yoda_style, no_unneeded_curly_braces, no_unneeded_final_method, semicolon_after_instruction
        [Filesystem] mirror - fix copying content with same name as source/target.
        Removed unnecessary getDefinition() call.
        .php_cs.dist - simplify config
        [WebProfilerBundle] fixed TemplateManager when using Twig 2 without compat interfaces
      b75564b5
    • Nicolas Grekas's avatar
      Merge branch '2.8' into 3.3 · 79d7cd5f
      Nicolas Grekas authored
      * 2.8:
        [CS][2.7] yoda_style, no_unneeded_curly_braces, no_unneeded_final_method, semicolon_after_instruction
        [Filesystem] mirror - fix copying content with same name as source/target.
        .php_cs.dist - simplify config
        [WebProfilerBundle] fixed TemplateManager when using Twig 2 without compat interfaces
      79d7cd5f
    • Nicolas Grekas's avatar
      Merge branch '2.7' into 2.8 · 1ab6afad
      Nicolas Grekas authored
      * 2.7:
        [CS][2.7] yoda_style, no_unneeded_curly_braces, no_unneeded_final_method, semicolon_after_instruction
      1ab6afad
    • SpacePossum's avatar
      [CS][2.7] yoda_style, no_unneeded_curly_braces, no_unneeded_final_method,... · 270abff3
      SpacePossum authored
      [CS][2.7] yoda_style, no_unneeded_curly_braces, no_unneeded_final_method, semicolon_after_instruction
      
      270abff3
  11. 03 Aug, 2017 1 commit
    • Nicolas Grekas's avatar
      Merge branch '3.3' into 3.4 · a55b1aff
      Nicolas Grekas authored
      * 3.3:
        Removed useless argument $definition
        Fix comment
        [Config] Fix checking class existence freshness
        bumped Symfony version to 3.3.7
        updated VERSION for 3.3.6
        updated CHANGELOG for 3.3.6
        Bump minimal PHP version to ^5.5.9|>=7.0.8
      a55b1aff
  12. 29 Jul, 2017 1 commit
  13. 12 Jul, 2017 5 commits
    • Nicolas Grekas's avatar
      Merge branch '3.4' · 3a1a208c
      Nicolas Grekas authored
      * 3.4:
        Add TokenProcessor
        [DI] Handle root namespace in service definitions
        Add support for command lazy-loading
        Use rawurlencode() to transform the Cookie into a string
        [TwigBundle] Added a RuntimeExtensionInterface to take advantage of autoconfigure
        [Process] Fix parsing args on Windows
        Add exculde verbosity test
        [HttpKernel][VarDumper] Truncate profiler data & optim perf
        [DI] Allow imports in string format for YAML
        [Validator] Allow to use a property path to get value to compare in comparison constraints
        [Security] Fix authentication.failure event not dispatched on AccountStatusException
        add option to define the access decision manager
        Add support for doctrin/dbal 2.6 types
      3a1a208c
    • Nicolas Grekas's avatar
      Merge branch '3.3' into 3.4 · 74a17bab
      Nicolas Grekas authored
      * 3.3:
        [DI] Handle root namespace in service definitions
        Use rawurlencode() to transform the Cookie into a string
        [Process] Fix parsing args on Windows
        [HttpKernel][VarDumper] Truncate profiler data & optim perf
        [Security] Fix authentication.failure event not dispatched on AccountStatusException
      74a17bab
    • Nicolas Grekas's avatar
      Merge branch '3.2' into 3.3 · 8079a6b3
      Nicolas Grekas authored
      * 3.2:
        [DI] Handle root namespace in service definitions
        Use rawurlencode() to transform the Cookie into a string
        [Security] Fix authentication.failure event not dispatched on AccountStatusException
      8079a6b3
    • Nicolas Grekas's avatar
      Merge branch '2.8' into 3.2 · 3fdd9720
      Nicolas Grekas authored
      * 2.8:
        [DI] Handle root namespace in service definitions
        Use rawurlencode() to transform the Cookie into a string
        [Security] Fix authentication.failure event not dispatched on AccountStatusException
      3fdd9720
    • Nicolas Grekas's avatar
      Merge branch '2.7' into 2.8 · 50cf5bff
      Nicolas Grekas authored
      * 2.7:
        [DI] Handle root namespace in service definitions
        Use rawurlencode() to transform the Cookie into a string
        [Security] Fix authentication.failure event not dispatched on AccountStatusException
      50cf5bff
  14. 11 Jul, 2017 1 commit
  15. 06 Jul, 2017 3 commits
    • Nicolas Grekas's avatar
      Merge branch '3.4' · 933eed48
      Nicolas Grekas authored
      * 3.4:
        Deprecate support for stacked errors
        fixed tests
        [HttpFoundation] Find the original request protocol version
        fixed CS
        Add support for microseconds in Stopwatch
        Preserve HttpOnly value when deserializing a header
        add minimum and maximum amount of pixels to Image validator
        fixed CHANGELOG
        [DX] [TwigBundle] Enhance the new exception page design
        [BrowserKit] Emulate back/forward browser navigation
        Fix deprecated message
        [Component][Serializer][Normalizer] : Deal it with Has Method for the Normalizer/Denormalizer
        [Validator] improve the changelog
        [FrameworkBundle] Wire inner translator
        [FrameworkBundle][HttpKernel] Move addcachearmer, addcacheclearer compiler pass
        [FrameworkBundle][Translation] Move translation compiler pass
      933eed48
    • Fabien Potencier's avatar
      fixed CHANGELOG · e5420ccd
      Fabien Potencier authored
      e5420ccd
    • Nikolay Labinskiy's avatar
  16. 24 Jun, 2017 3 commits
    • Christian Flothmann's avatar
      Merge branch '3.4' · 43dd9c34
      Christian Flothmann authored
      * 3.4: (83 commits)
        add missing version attribute
        Show exception is checked twice in ExceptionController of twig
        allow SSI fragments configuration in XML files
        Display a better error message when the toolbar cannot be displayed
        [SecurityBundle] Add user impersonation info and exit action to the profiler
        render hidden _method field in form_rest()
        Add Doctrine Cache to dev dependencies to fix failing unit tests.
        return fallback locales whenever possible
        Fix Predis client cluster with pipeline
        [Dotenv] Test load() with multiple paths
        [Console] Fix catching exception type in QuestionHelper
        Improved the exception page when there is no message
        [WebProfilerBundle] Eliminate line wrap on count columnt (routing)
        [Profiler][Validator] Add a validator panel in profiler
        [Validator] replace hardcoded service id
        [Routing] Fix XmlFileLoader exception message
        Remove duplicate changelog entries
        [DI] Dedup tags when using instanceof/autoconfigure
        [Translation] Fix FileLoader::loadResource() php doc
        [Serializer] Fix workaround min php version
        ...
      43dd9c34
    • Christian Flothmann's avatar
      Merge branch '3.3' into 3.4 · 24ccab4a
      Christian Flothmann authored
      * 3.3: (64 commits)
        Show exception is checked twice in ExceptionController of twig
        allow SSI fragments configuration in XML files
        Display a better error message when the toolbar cannot be displayed
        render hidden _method field in form_rest()
        Add Doctrine Cache to dev dependencies to fix failing unit tests.
        return fallback locales whenever possible
        Fix Predis client cluster with pipeline
        [Dotenv] Test load() with multiple paths
        [Console] Fix catching exception type in QuestionHelper
        Improved the exception page when there is no message
        [WebProfilerBundle] Eliminate line wrap on count columnt (routing)
        [Validator] replace hardcoded service id
        [Routing] Fix XmlFileLoader exception message
        [DI] Dedup tags when using instanceof/autoconfigure
        [Translation] Fix FileLoader::loadResource() php doc
        Sessions: configurable "use_strict_mode" option for NativeSessionStorage
        [FrameworkBundle] [Command] Clean bundle directory, fixes #23177
        fixed CS
        [WebProfilerBundle] Fix the icon for the Cache panel
        [WebServerBundle] Fix router script path and check existence
        ...
      24ccab4a
    • Christian Flothmann's avatar
      Merge branch '3.2' into 3.3 · 3a4435e7
      Christian Flothmann authored
      * 3.2: (42 commits)
        Show exception is checked twice in ExceptionController of twig
        allow SSI fragments configuration in XML files
        Display a better error message when the toolbar cannot be displayed
        render hidden _method field in form_rest()
        Add Doctrine Cache to dev dependencies to fix failing unit tests.
        return fallback locales whenever possible
        [Console] Fix catching exception type in QuestionHelper
        [WebProfilerBundle] Eliminate line wrap on count columnt (routing)
        [Routing] Fix XmlFileLoader exception message
        [Translation] Fix FileLoader::loadResource() php doc
        Sessions: configurable "use_strict_mode" option for NativeSessionStorage
        [FrameworkBundle] [Command] Clean bundle directory, fixes #23177
        Reset redirectCount when throwing exception
        [TwigBundle] Remove template.xml services when templating is disabled
        add content-type header on exception response
        Embedding a response that combines expiration and validation, that should not defeat expira...
      3a4435e7