1. 04 Apr, 2022 1 commit
  2. 13 Oct, 2016 1 commit
    • Andrey Astakhov's avatar
      Changed mentions of 'symfony2' to 'symfony' · 34348c26
      Andrey Astakhov authored
      - Changed surrogate capability name to symfony
      - Changed user agent of the BrowserKit Client to 'Symfony BrowserKit'
      - Changed 'symfony2' to 'symfony' in timing templates
      - Updated changelog and upgrade files
      34348c26
  3. 06 Sep, 2016 5 commits
    • Nicolas Grekas's avatar
      Merge branch '3.1' · 9e1c476e
      Nicolas Grekas authored
      * 3.1:
        [FrameworkBundle] Check for class existence before is_subclass_of
        Update GroupSequence.php
        Code enhancement and cleanup
        [Form] Fix transformer tests after the ICU update
        [DI] Add anti-regression test
        Revert "minor #19689 [DI] Cleanup array_key_exists (ro0NL)"
        bumped Symfony version to 3.1.5
        updated VERSION for 3.1.4
        updated CHANGELOG for 3.1.4
        bumped Symfony version to 2.8.11
        updated VERSION for 2.8.10
        updated CHANGELOG for 2.8.10
        [BrowserKit] Fix cookie expiration on 32 bit systems
        bumped Symfony version to 2.7.18
        updated VERSION for 2.7.17
        update CONTRIBUTORS for 2.7.17
        updated CHANGELOG for 2.7.17
        Update misleading comment about RFC4627
      9e1c476e
    • Nicolas Grekas's avatar
      Merge branch '2.8' into 3.1 · 901319a3
      Nicolas Grekas authored
      * 2.8:
        [FrameworkBundle] Check for class existence before is_subclass_of
        Update GroupSequence.php
        Code enhancement and cleanup
        [Form] Fix transformer tests after the ICU update
        [DI] Add anti-regression test
        Revert "minor #19689 [DI] Cleanup array_key_exists (ro0NL)"
        bumped Symfony version to 2.8.11
        updated VERSION for 2.8.10
        updated CHANGELOG for 2.8.10
        [BrowserKit] Fix cookie expiration on 32 bit systems
        bumped Symfony version to 2.7.18
        updated VERSION for 2.7.17
        update CONTRIBUTORS for 2.7.17
        updated CHANGELOG for 2.7.17
        Update misleading comment about RFC4627
      901319a3
    • Nicolas Grekas's avatar
      Merge branch '2.7' into 2.8 · 165bf6d1
      Nicolas Grekas authored
      * 2.7:
        [FrameworkBundle] Check for class existence before is_subclass_of
        Update GroupSequence.php
        Code enhancement and cleanup
        [DI] Add anti-regression test
        Revert "minor #19689 [DI] Cleanup array_key_exists (ro0NL)"
        [BrowserKit] Fix cookie expiration on 32 bit systems
        bumped Symfony version to 2.7.18
        updated VERSION for 2.7.17
        update CONTRIBUTORS for 2.7.17
        updated CHANGELOG for 2.7.17
        Update misleading comment about RFC4627
      165bf6d1
    • Nicolas Grekas's avatar
      minor #19830 Code enhancement and cleanup (yceruto) · f274ce7f
      Nicolas Grekas authored
      This PR was squashed before being merged into the 2.7 branch (closes #19830).
      
      Discussion
      ----------
      
      Code enhancement and cleanup
      
      | Q             | A
      | ------------- | ---
      | Branch?       | 2.7
      | Bug fix?      | no
      | New feature?  | no
      | BC breaks?    | no
      | Deprecations? | no
      | Tests pass?   | yes
      | Fixed tickets | -
      | License       | MIT
      | Doc PR        | -
      
      Commits
      -------
      
      325da3c Code enhancement and cleanup
      f274ce7f
    • Yonel Ceruto's avatar
      Code enhancement and cleanup · bee130f3
      Yonel Ceruto authored
      bee130f3
  4. 02 Sep, 2016 1 commit
    • James Halsall's avatar
      [BrowserKit] Fix cookie expiration on 32 bit systems · 46915452
      James Halsall authored
      On 32-bit systems the cookie expiration value was not being calculated
      correctly as it was being fetched as an integer. When the timestamp exceeded
      the PHP_INT_MAX size it would return an invalid value, breaking the cookie
      construction.
      
      The BrowserKit cookie has now been updated to get the timestamp as a string
      which works around this platform limitation.
      46915452
  5. 26 Jul, 2016 4 commits
    • Nicolas Grekas's avatar
      Merge branch '3.1' · 014c0d19
      Nicolas Grekas authored
      * 3.1:
        [Console] Application update PHPDoc of add and register methods
        [Config] Extra tests for Config component
        Fixed bugs in names of classes and methods.
        [DoctrineBridge] Fixed php doc
        [FrameworkBundle] Fixed parameters number mismatch declaration
        [BrowserKit] Added test for followRedirect method (POST method)
        Fix the money form type render with Bootstrap3
        [BrowserKit] Uppercase the "GET" method in redirects
        [DomCrawler] Inherit the namespace cache in subcrawlers
        [WebProfilerBundle] Fixed  JSDoc parameter definition
        [HttpFoundation] HttpCache refresh stale responses containing an ETag
      
      Conflicts:
      	src/Symfony/Component/Console/Application.php
      014c0d19
    • Nicolas Grekas's avatar
      Merge branch '3.0' into 3.1 · d2a07cc1
      Nicolas Grekas authored
      * 3.0:
        [Console] Application update PHPDoc of add and register methods
        [Config] Extra tests for Config component
        Fixed bugs in names of classes and methods.
        [DoctrineBridge] Fixed php doc
        [FrameworkBundle] Fixed parameters number mismatch declaration
        [BrowserKit] Added test for followRedirect method (POST method)
        Fix the money form type render with Bootstrap3
        [BrowserKit] Uppercase the "GET" method in redirects
        [DomCrawler] Inherit the namespace cache in subcrawlers
        [WebProfilerBundle] Fixed  JSDoc parameter definition
        [HttpFoundation] HttpCache refresh stale responses containing an ETag
      d2a07cc1
    • Nicolas Grekas's avatar
      Merge branch '2.8' into 3.0 · 387ea871
      Nicolas Grekas authored
      * 2.8:
        [Console] Application update PHPDoc of add and register methods
        [Config] Extra tests for Config component
        Fixed bugs in names of classes and methods.
        [DoctrineBridge] Fixed php doc
        [FrameworkBundle] Fixed parameters number mismatch declaration
        [BrowserKit] Added test for followRedirect method (POST method)
        Fix the money form type render with Bootstrap3
        [BrowserKit] Uppercase the "GET" method in redirects
        [DomCrawler] Inherit the namespace cache in subcrawlers
        [WebProfilerBundle] Fixed  JSDoc parameter definition
        [HttpFoundation] HttpCache refresh stale responses containing an ETag
      
      Conflicts:
      	src/Symfony/Component/Finder/Tests/Shell/CommandTest.php
      387ea871
    • Nicolas Grekas's avatar
      Merge branch '2.7' into 2.8 · 67edaa4e
      Nicolas Grekas authored
      * 2.7:
        [Console] Application update PHPDoc of add and register methods
        [Config] Extra tests for Config component
        Fixed bugs in names of classes and methods.
        [DoctrineBridge] Fixed php doc
        [FrameworkBundle] Fixed parameters number mismatch declaration
        [BrowserKit] Added test for followRedirect method (POST method)
        Fix the money form type render with Bootstrap3
        [BrowserKit] Uppercase the "GET" method in redirects
        [WebProfilerBundle] Fixed  JSDoc parameter definition
        [HttpFoundation] HttpCache refresh stale responses containing an ETag
      
      Conflicts:
      	src/Symfony/Component/BrowserKit/Tests/ClientTest.php
      	src/Symfony/Component/Security/Acl/Resources/bin/generateSql.php
      67edaa4e
  6. 25 Jul, 2016 3 commits
    • Nicolas Grekas's avatar
      minor #19392 [BrowserKit] Added test for followRedirect method (POST method) (zomberg) · a7995d82
      Nicolas Grekas authored
      This PR was squashed before being merged into the 2.7 branch (closes #19392).
      
      Discussion
      ----------
      
      [BrowserKit] Added test for followRedirect method (POST method)
      
      | Q             | A
      | ------------- | ---
      | Branch?       | 2.7
      | Bug fix?      | no
      | New feature?  | no
      | BC breaks?    | no
      | Deprecations? | no
      | Tests pass?   | yes
      | Fixed tickets | ~
      | License       | MIT
      | Doc PR        | ~
      
      Test covers 'else' branches in these conditions:
      ```php
      if (in_array($this->internalResponse->getStatus(), array(302, 303))) {
          $method = 'get';
          $files = array();
          $content = null;
      } else {
          $method = $request->getMethod();
          $files = $request->getFiles();
          $content = $request->getContent();
      }
      
      if ('get' === strtolower($method)) {
          // Don't forward parameters for GET request as it should reach the redirection URI
          $parameters = array();
      } else {
          $parameters = $request->getParameters();
      }
      ```
      
      Commits
      -------
      
      2ace5d8 [BrowserKit] Added test for followRedirect method (POST method)
      a7995d82
    • Vyacheslav Pavlov's avatar
    • Jakub Zalas's avatar
      d3f285a1
  7. 17 Jul, 2016 4 commits
    • Nicolas Grekas's avatar
      Merge branch '3.1' · 90670449
      Nicolas Grekas authored
      * 3.1:
        [VarDumper] Fix dumping jsons casted as arrays
        PassConfig::getMergePass is not an array
        Revert "bug #19114 [HttpKernel] Dont close the reponse stream in debug (nicolas-grekas)"
        [Serializer] Include the format in the cache key
        Fix the retrieval of the last username when using forwarding
        [Yaml] Fix PHPDoc of the Yaml class
        [HttpFoundation] Add OPTIONS and TRACE to the list of safe methods
        Update getAbsoluteUri() for query string uris
      
      Conflicts:
      	src/Symfony/Component/DependencyInjection/Compiler/PassConfig.php
      	src/Symfony/Component/HttpFoundation/Tests/RequestTest.php
      90670449
    • Nicolas Grekas's avatar
      Merge branch '3.0' into 3.1 · 0e0bd14e
      Nicolas Grekas authored
      * 3.0:
        [VarDumper] Fix dumping jsons casted as arrays
        PassConfig::getMergePass is not an array
        Revert "bug #19114 [HttpKernel] Dont close the reponse stream in debug (nicolas-grekas)"
        Fix the retrieval of the last username when using forwarding
        [Yaml] Fix PHPDoc of the Yaml class
        [HttpFoundation] Add OPTIONS and TRACE to the list of safe methods
        Update getAbsoluteUri() for query string uris
      
      Conflicts:
      	src/Symfony/Component/Yaml/Yaml.php
      0e0bd14e
    • Nicolas Grekas's avatar
      Merge branch '2.8' into 3.0 · 8acfda1a
      Nicolas Grekas authored
      * 2.8:
        [VarDumper] Fix dumping jsons casted as arrays
        PassConfig::getMergePass is not an array
        Revert "bug #19114 [HttpKernel] Dont close the reponse stream in debug (nicolas-grekas)"
        Fix the retrieval of the last username when using forwarding
        [Yaml] Fix PHPDoc of the Yaml class
        [HttpFoundation] Add OPTIONS and TRACE to the list of safe methods
        Update getAbsoluteUri() for query string uris
      8acfda1a
    • Nicolas Grekas's avatar
      Merge branch '2.7' into 2.8 · 82cb91de
      Nicolas Grekas authored
      * 2.7:
        [VarDumper] Fix dumping jsons casted as arrays
        PassConfig::getMergePass is not an array
        Revert "bug #19114 [HttpKernel] Dont close the reponse stream in debug (nicolas-grekas)"
        Fix the retrieval of the last username when using forwarding
        [Yaml] Fix PHPDoc of the Yaml class
        [HttpFoundation] Add OPTIONS and TRACE to the list of safe methods
        Update getAbsoluteUri() for query string uris
      82cb91de
  8. 08 Jul, 2016 1 commit
  9. 29 Jun, 2016 4 commits
    • Fabien Potencier's avatar
      Merge branch '3.1' · 7b89fea5
      Fabien Potencier authored
      * 3.1:
        fixed CS
        fixed CS
        fixed CS
        fixed form tests
        [Console] Fix formatting of SymfonyStyle::comment()
        [Form] fix post max size translation type extension for >= 2.8
        [Security] Allow LDAP loadUser override
        removed dots at the end of @param and @return
        fixed typo
      7b89fea5
    • Fabien Potencier's avatar
      Merge branch '3.0' into 3.1 · dcf41ed0
      Fabien Potencier authored
      * 3.0:
        fixed CS
        fixed CS
        fixed form tests
        [Console] Fix formatting of SymfonyStyle::comment()
        [Form] fix post max size translation type extension for >= 2.8
        removed dots at the end of @param and @return
        fixed typo
      dcf41ed0
    • Fabien Potencier's avatar
      Merge branch '2.8' into 3.0 · f6d5553f
      Fabien Potencier authored
      * 2.8:
        fixed CS
        fixed form tests
        [Console] Fix formatting of SymfonyStyle::comment()
        [Form] fix post max size translation type extension for >= 2.8
        removed dots at the end of @param and @return
        fixed typo
      f6d5553f
    • Fabien Potencier's avatar
      Merge branch '2.7' into 2.8 · 7be19146
      Fabien Potencier authored
      * 2.7:
        removed dots at the end of @param and @return
        fixed typo
      7be19146
  10. 28 Jun, 2016 1 commit
  11. 06 Jun, 2016 2 commits
  12. 13 May, 2016 1 commit
  13. 04 Mar, 2016 5 commits
    • Fabien Potencier's avatar
      Merge branch '3.0' · b645a9b2
      Fabien Potencier authored
      * 3.0:
        Updated all the README files
        [TwigBundle] Fix failing test on appveyor
        Improved the error message when using "@" in a decorated service
        Improve error reporting in router panel of web profiler
        [DoctrineBridge][Form] Fix performance regression in EntityType
        [FrameworkBundle] Fix a regression in handling absolute and namespaced template paths
        Allow to normalize \Traversable
        minor [Form] fix tests added by #16886
        Remove _path from query parameters when fragment is a subrequest and request attributes are already set Added tests for _path removal in FragmentListener
        Simplified everything
        Added a test
        Fixed the problem in an easier way
        Fixed a syntax issue
        Improved the error message when a template is not found
        [CodingStandards] Conformed to coding standards
        [TwigBundle] fixed Include file locations in "Template could not be found" exception
      b645a9b2
    • Fabien Potencier's avatar
      Merge branch '2.8' into 3.0 · e07127ac
      Fabien Potencier authored
      * 2.8:
        Updated all the README files
        [TwigBundle] Fix failing test on appveyor
        Improved the error message when using "@" in a decorated service
        Improve error reporting in router panel of web profiler
        [DoctrineBridge][Form] Fix performance regression in EntityType
        [FrameworkBundle] Fix a regression in handling absolute and namespaced template paths
        Allow to normalize \Traversable
        minor [Form] fix tests added by #16886
        Remove _path from query parameters when fragment is a subrequest and request attributes are already set Added tests for _path removal in FragmentListener
        Simplified everything
        Added a test
        Fixed the problem in an easier way
        Fixed a syntax issue
        Improved the error message when a template is not found
        [CodingStandards] Conformed to coding standards
        [TwigBundle] fixed Include file locations in "Template could not be found" exception
      e07127ac
    • Fabien Potencier's avatar
      Merge branch '2.7' into 2.8 · 745c1946
      Fabien Potencier authored
      * 2.7:
        Updated all the README files
        [TwigBundle] Fix failing test on appveyor
        Improved the error message when using "@" in a decorated service
        Improve error reporting in router panel of web profiler
        [DoctrineBridge][Form] Fix performance regression in EntityType
        [FrameworkBundle] Fix a regression in handling absolute and namespaced template paths
        Allow to normalize \Traversable
        minor [Form] fix tests added by #16886
        Remove _path from query parameters when fragment is a subrequest and request attributes are already set Added tests for _path removal in FragmentListener
        Simplified everything
        Added a test
        Fixed the problem in an easier way
        Fixed a syntax issue
        Improved the error message when a template is not found
        [CodingStandards] Conformed to coding standards
        [TwigBundle] fixed Include file locations in "Template could not be found" exception
      745c1946
    • Fabien Potencier's avatar
      Merge branch '2.3' into 2.7 · 3905b75d
      Fabien Potencier authored
      * 2.3:
        Updated all the README files
        [TwigBundle] Fix failing test on appveyor
        [FrameworkBundle] Fix a regression in handling absolute and namespaced template paths
        Allow to normalize \Traversable
        Remove _path from query parameters when fragment is a subrequest and request attributes are already set Added tests for _path removal in FragmentListener
        Simplified everything
        Added a test
        Fixed the problem in an easier way
        Fixed a syntax issue
        Improved the error message when a template is not found
        [CodingStandards] Conformed to coding standards
        [TwigBundle] fixed Include file locations in "Template could not be found" exception
      3905b75d
    • Javier Eguiluz's avatar
      Updated all the README files · 0fca8e34
      Javier Eguiluz authored
      0fca8e34
  14. 04 Feb, 2016 1 commit
    • Nicolas Grekas's avatar
      Merge branch '3.0' · 113bfa91
      Nicolas Grekas authored
      * 3.0: (105 commits)
        [Console] remove readline support
        bumped Symfony version to 3.0.3
        updated VERSION for 3.0.2
        updated CHANGELOG for 3.0.2
        [Routing] added a suggestion to add the HttpFoundation component.
        [FrameworkBundle] fix assets and templating tests
        [ClassLoader] fix ApcClassLoader tests on HHVM
        [travis] Add some comments
        changed operator from and to &&
        [DependencyInjection] Remove unused parameter
        [Process] Fix transient tests for incremental outputs
        [Console] Add missing `@require` annotation in test
        Fix merge
        [appveyor] Fix failure reporting
        [#17634] move DebugBundle license file
        Limit Ldap component version for the 3.0 branch
        backport GlobTest from 2.7 branch
        Move licenses according to new best practices
        [FrameworkBundle] Remove unused code in test
        [2.3] Fixed an undefined variable in Glob::toRegex
        ...
      
      Conflicts:
      	.travis.yml
      	composer.json
      	src/Symfony/Bridge/Doctrine/Tests/Validator/Constraints/UniqueEntityValidatorTest.php
      	src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
      	src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
      	src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/assets.php
      	src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/assets.xml
      	src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/assets.yml
      	src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_item.html.twig
      	src/Symfony/Component/Console/CHANGELOG.md
      	src/Symfony/Component/HttpKernel/Kernel.php
      	src/Symfony/Component/PropertyInfo/Tests/PropertyInfoExtractorTest.php
      	src/Symfony/Component/Yaml/Tests/ParserTest.php
      113bfa91
  15. 27 Jan, 2016 5 commits
    • Christian Flothmann's avatar
      Merge branch '2.8' into 3.0 · dde849a0
      Christian Flothmann authored
      * 2.8:
        fixed CS
        [BrowserKit] Corrected HTTP_HOST logic #15398
        Fixed HTTP Digest auth not being passed user checker
        resolve aliases in factories
        resolve aliases in factory services
        Remove invalid CSS white-space value
        Fix FileSystem tests on Windows
        [Form] ArrayChoiceList can now deal with a null in choices
      dde849a0
    • Christian Flothmann's avatar
      Merge branch '2.7' into 2.8 · 6b208502
      Christian Flothmann authored
      * 2.7:
        fixed CS
        [BrowserKit] Corrected HTTP_HOST logic #15398
        resolve aliases in factories
        resolve aliases in factory services
        Remove invalid CSS white-space value
        Fix FileSystem tests on Windows
        [Form] ArrayChoiceList can now deal with a null in choices
      6b208502
    • Christian Flothmann's avatar
      Merge branch '2.3' into 2.7 · a5f82989
      Christian Flothmann authored
      * 2.3:
        fixed CS
        [BrowserKit] Corrected HTTP_HOST logic #15398
        resolve aliases in factory services
        Remove invalid CSS white-space value
        Fix FileSystem tests on Windows
      a5f82989
    • Fabien Potencier's avatar
      fixed CS · eb15e716
      Fabien Potencier authored
      eb15e716
    • Gintautas Miselis's avatar
      6d4f98ee
  16. 13 Jan, 2016 1 commit
    • Kévin Dunglas's avatar
      Merge branch '3.0' · 2d1d1590
      Kévin Dunglas authored
      * 3.0: (22 commits)
        [Yaml] Fix tests on PHP 7.0.2
        [FrameworkBundle] Don't log twice with the error handler
        [2.7] Workaround https://bugs.php.net/63206
        [2.3] Workaround https://bugs.php.net/63206
        Add closing parenthesis
        [Serializer] Unset object_to_populate after using it
        Typo fix
        [WebProfiler] Fixed sf-minitoolbar height
        [HttpFoundation] Fixed Request HTTP_USER_AGENT on 3.X versions
        [2.3] Static Code Analysis for Components
        [Serializer] Use $context['cache_key'] to enhance caching
        Removed non-existent directory from composer autoload
        Fixed erroneous deprecation notice for extended Interfaces
        [Routing] cs fix
        Added support \IteratorAggregate for UniqueEntityValidator
        Update AbstractChoiceListTest.php
        [Serializer] Allow to use proxies in object_to_populate
        Fix #17306 Paths with % in it are note allowed (like urlencoded)
        Use proper class to fetch $versionStrategy property
        Added sort order SORT_STRING for params in UriSigner
        ...
      
       Conflicts:
      	src/Symfony/Component/Serializer/Normalizer/ObjectNormalizer.php
      2d1d1590