Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: symfony/yaml
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.15
Choose a base ref
...
head repository: symfony/yaml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.1.0
Choose a head ref
  • 18 commits
  • 1 file changed
  • 4 contributors

Commits on Nov 21, 2017

  1. updated version to 4.1

    fabpot committed Nov 21, 2017
    Copy the full SHA
    cf16b19 View commit details

Commits on Nov 29, 2017

  1. Merge branch '4.0'

    * 4.0:
      [HttpKernel] Fix race condition when clearing old containers
      [DI] Fix infinite loop in InlineServiceDefinitionsPass
      [HttpKernel] Keep legacy container files for concurrent requests
      Do not cache cache attributes if `attributes` is in the context
      Test that it do not remove the new flashes when displaying the existing ones
      [HttpFoundation] AutExpireFlashBag should not clear new flashes
      [FrameworkBundle][Serializer] Remove YamlEncoder definition if Yaml component isn't installed
      [DI] Fix tracking of env vars in exceptions
      [Form] Don't rely on  if http-foundation isn't in FileType
      Fix merge
      substitute aliases in inline mappings
      added ability for substitute aliases when mapping in YAML is on single line
      [Console] Fix global console flag when used in chain
    xabbuh committed Nov 29, 2017
    Copy the full SHA
    4856ec5 View commit details

Commits on Dec 4, 2017

  1. Merge branch '4.0'

    * 4.0:
      SCA with Php Inspections (EA Extended)
      Add test case for #25264
      Fixed the null value exception case.
      Remove rc/beta suffix from composer.json files
      Ensure services & aliases can be referred to with `__toString`able objects
      Throw an exception is expression language is not installed
      [DI] Cast ids to string, as done on 3.4
      Fail as early and noisily as possible
      [Console][DI] Fail gracefully
      [FrameworkBundle] Fix visibility of a test helper
      [link] clear the cache after linking
      [DI] Trigger deprecation when setting a to-be-private synthetic service
      [Intl] Correct Typehint
      [link] Prevent warnings when running link with 2.7
      [Validator] ExpressionValidator should use OBJECT_TO_STRING to allow value in message
      do not eagerly filter comment lines
      [WebProfilerBundle], [TwigBundle] Fix Profiler breaking XHTML pages (Content-Type: application/xhtml+xml)
    nicolas-grekas committed Dec 4, 2017

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    f1dede9 View commit details
  2. Merge branch '4.0'

    * 4.0:
      [DI] Fix missing unset leading to false-positive circular ref
      [DI] Fix deep-inlining of non-shared refs
      parse newlines in quoted multiline strings
      Fix collision between view properties and form fields
      Fix collision between view properties and form fields
      [SecurityBundle] Fix compat with HttpFoundation >=3.4
      [DI] turn $private to protected in dumped container, to make cache:clear BC
      Fix collision between view properties and form fields
    nicolas-grekas committed Dec 4, 2017

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    752a3f5 View commit details

Commits on Dec 8, 2017

  1. Merge branch '4.0'

    * 4.0: (42 commits)
      fix merge
      Remove some unused variables and properties
      [appveyor] disable memory limit on composer up
      [HttpFoundation] don't prefix cookies with "Set-Cookie:"
      Remove some unused variables and properties
      [HttpFoundation] Fixed default user-agent (3.X -> 4.X)
      Fix debug:form definition
      Remove some unused variables, properties and methods
      fix some edge cases with indented blocks
      [ExpressionLanguage] Fix parse error on 5.3
      [HttpKernel] remove noisy frame in controller stack traces
      [DI] Force root-namespace for function calls in the dumper container
      [DI] Fix circular-aliases message
      register system cache clearer only if it's used
      doc : Namespace prefix must end with a "\"
      [ExpressionLanguage] throw an SyntaxError instead of letting a undefined index notice
      Prevent a loop in aliases within the `findDefinition` method
      [HttpKernel] Disable inlining on PHP 5
      Ensure that inlined services with parameterized class name can be dumped
      [DI] Fix non-string class handling in PhpDumper
      ...
    nicolas-grekas committed Dec 8, 2017
    Copy the full SHA
    5748d4f View commit details

Commits on Dec 12, 2017

  1. Merge branch '4.0'

    * 4.0: (25 commits)
      [Form] fix how form type is referenced in test
      fix merge
      [Console] Fix console tests by adding the missing condition
      [Translation] Fix InvalidArgumentException when using untranslated plural forms from .po files
      Fixed exit code with non-integer throwable code
      [HttpFoundation] Support 0 bit netmask in IPv6 ()
      [DI] Impossible to set an environment variable and then an array as container parameter
      [Process] remove false-positive BC breaking exception on Windows
      Tweaking class not found autowiring error
      [LDAP] added missing dots at the end of some exception messages.
      [TwigBridge] Add missing dev requirement for workflow
      fixed #25440
      empty lines don't count for indent detection
      Set `width: auto` on WebProfiler toolbar's reset.
      [Lock] Fix incorrect phpdoc
      [Process] Dont rely on putenv(), it fails on ZTS PHP
      [HttpKernel] detect deprecations thrown by container initialization during tests
      [HttpKernel] Fix logging of post-terminate errors/exceptions
      [DI] Add context to service-not-found exceptions thrown by service locators
      [Debug] Fix catching fatal errors in case of nested error handlers
      ...
    nicolas-grekas committed Dec 12, 2017
    Copy the full SHA
    bf50a3d View commit details

Commits on Jan 2, 2018

  1. Merge branch '4.0'

    * 4.0: (23 commits)
      Clean up
      Update return type in docblock.
      PHP CS Fixer: no need to exclude xml and yml files
      PHP CS Fixer: no need to exclude json file
      [#22749] fix version in changelog
      Update LICENSE year... forever
      fixed some deprecation messages
      fixed CS
      Fixes for Oracle in PdoSessionHandler
      fixed some deprecation messages
      fixed some deprecation messages
      fixed some deprecation messages
      fixed some deprecation messages
      Remove dead code
      [TwigBundle/Brige] catch missing requirements to throw meaningful exceptions
      [DI] fix CS
      [HttpKernel] Call Response->setPrivate() instead of sending raw header() when session is started
      [FrameworkBundle] Make cache:clear "atomic" and consistent with cache:warmup
      Suggest to write an implementation if the interface cannot be autowired
      [Debug] Skip DebugClassLoader checks for already parsed files
      ...
    nicolas-grekas committed Jan 2, 2018
    Copy the full SHA
    4fb731d View commit details

Commits on Jan 3, 2018

  1. Merge branch '4.0'

    * 4.0:
      fixed years in copyright
      fix typo
    fabpot committed Jan 3, 2018
    Copy the full SHA
    e428409 View commit details

Commits on Jan 21, 2018

  1. Merge branch '4.0'

    * 4.0:
      Have weak_vendors ignore deprecations from outside
      [HttpFoundation] fixed return type of method HeaderBag::get
      [HttpFoundation] Added "resource" type on Request::create docblock
      [Console] Fix using finally where the catch can also fail
      [Process] Skip environment variables with false value in Process
      Revert "bug #25789  Enableable ArrayNodeDefinition is disabled for empty configuration (kejwmen)"
      Formatting fix in upgrade 3.0 document
      don't split lines on carriage returns when dumping
      trim spaces from unquoted scalar values
      Revert "bug #25851 [Validator] Conflict with egulias/email-validator 2.0 (emodric)"
      [DI] compilation perf tweak
      [Validator] Conflict with egulias/email-validator 2.0
      [Validator] add missing parent isset and add test
    nicolas-grekas committed Jan 21, 2018
    Copy the full SHA
    a8906f0 View commit details

Commits on Feb 11, 2018

  1. Merge branch '4.0'

    * 4.0:
      [YAML] Issue #26065: leading spaces in YAML multi-line string literals
      [Bridge\PhpUnit] Exit as late as possible
      [Bridge\PhpUnit] Cleanup BC layer
      [PhpBridge] add PHPUnit 7 support to SymfonyTestsListener
      [Lock] Log already-locked errors as "notice" instead of "warning"
      add context to serialize and deserialize
      Update Repository Symlink Helper
      isCsrfTokenValid() replace string  by ?string
      Document explicitly that dotfiles and vcs files are ignored by default
      [HttpKernel] don't try to wire Request argument with controller.service_arguments
      Make kernel build time optionally deterministic
      Use 0 for unlimited expiry
      [Routing] fix typo
      Bump default PHPUnit version from 6.3 to 6.5
      do not mock the container builder in tests
      [Cache][WebProfiler] fix collecting cache stats with sub-requests + allow clearing calls
    nicolas-grekas committed Feb 11, 2018
    Copy the full SHA
    b33f2fb View commit details

Commits on Feb 19, 2018

  1. Merge branch '4.0'

    * 4.0:
      [Bridge/Twig] fix composer.json
      bug #26086 [FrameworkBundle] Fix using annotation_reader in compiler pass to inject configured cache provider
      [WebProfilerBundle] Fix anchor CSS
      [HttpKernel] Send new session cookie from AbstractTestSessionListener after session invalidation
      [WebProfilerBundle] Tweak default route name
      updated StopwatchEvent phpdoc due to the additional of optional float precision introduced in 0db8d7fb6a5396f84f2907e5e595c114982772ff
      Retro-fit proxy code to make it deterministic for older proxy manager implementations
      [Serializer] remove unneeded php doc line
      Yaml parser regression with comments and non-strings
      Fixed broken tests
      [TwigBridge] Apply some changes to support Bootstrap4-stable
    nicolas-grekas committed Feb 19, 2018
    Copy the full SHA
    d17d6c3 View commit details

Commits on Feb 22, 2018

  1. Merge branch '4.0'

    * 4.0:
      [Translation] Process multiple segments within a single unit.
      Document the container.autowiring.strict_mode option
      fix custom radios/inputs for checkbox/radio type
      Another PR template tweak
      [FrameworkBundle] Add missing XML config for circular_reference_handler. Add tests.
      fix CS
      [PropertyInfo] ReflectionExtractor: give a chance to other extractors if no properties
      Clean calls to http_build_query()
      [WebProfilerBundle] limit ajax request to 100 and remove the last one
      Add support for URL-like DSNs for the PdoSessionHandler
      removed version in @Final @internal for version < 4.0
      [HttpFoundation] Fix missing "throw" in JsonResponse
      Improve the documentation of
      Suppress warning from sapi_windows_vt100_support on stream other than STDIO
      removed extra-verbose comments
      Fixes #26136: Avoid emitting warning in hasParameterOption()
      Added a README entry to the PR template
      [HttpFoundation] Add x-zip-compressed to MimeTypeExtensionGuesser.
      [DI] Add null check for removeChild
    nicolas-grekas committed Feb 22, 2018
    Copy the full SHA
    90fbbce View commit details

Commits on Mar 30, 2018

  1. Copy the full SHA
    6f9908c View commit details

Commits on Apr 3, 2018

  1. Merge branch '4.0'

    * 4.0:
      [Yaml] Fix regression when trying to parse multiline
      Add PHPDbg support to HTTP components
      bumped Symfony version to 2.8.38
      updated VERSION for 2.8.37
      updated CHANGELOG for 2.8.37
      bumped Symfony version to 2.7.45
      updated VERSION for 2.7.44
      update CONTRIBUTORS for 2.7.44
      updated CHANGELOG for 2.7.44
      Fix check of color support on Windows
    fabpot committed Apr 3, 2018
    Copy the full SHA
    97c4a37 View commit details

Commits on Apr 8, 2018

  1. Merge branch '4.0'

    * 4.0:
      [Translation] Use unix-style EOL for xliff-core-1.2-strict.xsd
      bumped Symfony version to 4.0.9
      updated VERSION for 4.0.8
      updated CHANGELOG for 4.0.8
      bumped Symfony version to 3.4.9
      updated VERSION for 3.4.8
      updated CHANGELOG for 3.4.8
      bumped Symfony version to 2.8.39
      updated VERSION for 2.8.38
      updated CHANGELOG for 2.8.38
      bumped Symfony version to 2.7.46
      updated VERSION for 2.7.45
      update CONTRIBUTORS for 2.7.45
      updated CHANGELOG for 2.7.45
      [Yaml] Throw parse error on unfinished inline map
    xabbuh committed Apr 8, 2018
    Copy the full SHA
    abab82a View commit details

Commits on May 1, 2018

  1. Merge branch '4.0'

    * 4.0:
      Remove symfony/polyfill-ctype where not needed
      Use symfony/polyfill-ctype
      [Form] fixes instance variable phpdoc in FormRegistry class
      bumped Symfony version to 4.0.10
      updated VERSION for 4.0.9
      updated CHANGELOG for 4.0.9
      bumped Symfony version to 3.4.10
      updated VERSION for 3.4.9
      updated CHANGELOG for 3.4.9
    nicolas-grekas committed May 1, 2018
    Copy the full SHA
    a2e5f1f View commit details

Commits on May 7, 2018

  1. Merge branch '4.0'

    * 4.0:
      use brace-style regex delimiters
      Fixed typo RecursiveIterator -> RecursiveIteratorIterator
      [Cache] fix logic for fetching tag versions on TagAwareAdapter
      [FrameworkBundle] Remove dead code
      [FrameworkBundle] Use the correct service id for CachePoolPruneCommand in its compiler pass
      Hide short exception trace by default
      [Doctrine Bridge] fix priority for doctrine event listeners
      [Validator] make phpdoc of ObjectInitializerInterface interface more accurate
      [Validator] fixes phpdoc reference to an interface that was removed in Symfony 3.0
    fabpot committed May 7, 2018
    Copy the full SHA
    0659e9c View commit details

Commits on May 30, 2018

  1. Revert "feature #26702 Mark ExceptionInterfaces throwable (ostrolucky)"

    This reverts commit 9fda6d3ee3ea7f32a00a13508f9748df01c2ecc7, reversing
    changes made to ca53d3e0fdfce16b0bd9e8412ef220daf77cf58d.
    nicolas-grekas committed May 30, 2018
    Copy the full SHA
    80e4bfa View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 composer.json
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
"dev-master": "4.1-dev"
}
}
}