Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Bump symfony/symfony from 2.2.0 to 2.2.11 #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 12, 2023

Bumps symfony/symfony from 2.2.0 to 2.2.11.

Changelog

Sourced from symfony/symfony's changelog.

  • 2.2.11 (2013-12-02)

  • bug #9656 [DoctrineBridge] normalized class names in the ORM type guesser (fabpot)

  • bug #9647 use the correct class name to retrieve mapped class' metadata and reposi... (xabbuh)

  • bug #9643 [WebProfilerBundle] Fixed js escaping in time.html.twig (hason)

  • bug #9639 Modified guessDefaultEscapingStrategy to not escape txt templates (fabpot)

  • bug #9314 [Form] Fix DateType for 32bits computers. (WedgeSama)

  • bug #9443 [FrameworkBundle] Fixed the registration of validation.xml file when the form is disabled (hason)

  • bug #9625 [HttpFoundation] Do not return an empty session id if the session was closed (Taluu)

  • bug #9447 [BrowserKit] fixed protocol-relative url redirection (jong99)

  • bug #9535 No Entity Manager defined exception (armetiz)

  • bug #9485 [Acl] Fix for issue #9433 (guilro)

  • bug #9516 [AclProvider] Fix incorrect behavior when partial results returned from cache (superdav42)

  • bug #9537 [FrameworkBundle] Fix mistake in translation's service definition. (phpmike)

  • bug #9367 [Process] Check if the pipe array is empty before calling stream_select() (jfposton)

  • bug #9469 [Propel1] re-factor Propel1 ModelChoiceList (havvg)

  • 2.2.10 (2013-11-13)

  • bug #9499 Request::overrideGlobals() may call invalid ini value (denkiryokuhatsuden)

  • bug #9212 [Validator] Force Luhn Validator to only work with strings (Richtermeister)

  • bug #9431 [DependencyInjection] fixed YamlDumper did not make services private. (realityking)

  • bug #9412 [HttpFoundation] added content length header to BinaryFileResponse (kbond)

  • bug #9388 [Form] Fixed: The "data" option is taken into account even if it is NULL (bschussek)

  • bug #9391 [Serializer] Fixed the error handling when decoding invalid XML to avoid a Warning (stof)

  • bug #9378 [DomCrawler] [HttpFoundation] Make Content-Type attributes identification case-insensitive (matthieuprat)

  • bug #9354 [Process] Fix #9343 : revert file handle usage on Windows platform (romainneutron)

  • bug #9333 [Form] Improved FormTypeCsrfExtension to use the type class as default intention if the form name is empty (bschussek)

  • bug #9338 [DoctrineBridge] Added type check to prevent calling clear() on arrays (bschussek)

  • bug #9327 [Form] Changed FormTypeCsrfExtension to use the form's name as default intention (bschussek)

  • bug #9308 [DoctrineBridge] Loosened CollectionToArrayTransformer::transform() to accept arrays (bschussek)

  • bug #9274 [Yaml] Fixed the escaping of strings starting with a dash when dumping (stof)

  • bug #9270 [Templating] Fix in ChainLoader.php (janschoenherr)

  • bug #9246 [Session] fixed wrong started state (tecbot)

  • 2.2.9 (2013-10-10)

  • [Security] limited the password length passed to encoders

  • bug #9237 [FrameworkBundle] assets:install command should mirror .dotfiles (.htaccess) (FineWolf)

  • bug #9223 [Translator] PoFileDumper - PO headers (Padam87)

  • bug #9257 [Process] Fix 9182 : random failure on pipes tests (romainneutron)

  • bug #9222 [Bridge] [Propel1] Fixed guessed relations (ClementGautier)

  • bug #9214 [FramworkBundle] Check event listener services are not abstract (lyrixx)

  • bug #9207 [HttpKernel] Check for lock existence before unlinking (ollietb)

  • bug #9184 Fixed cache warmup of paths which contain back-slashes (fabpot)

  • bug #9192 [Form] remove MinCount and MaxCount constraints in ValidatorTypeGuesser (franek)

  • bug #9190 Fix: duplicate usage of Symfony\Component\HttpFoundation\Response (realsim)

  • bug #9188 [Form] add support for Length and Range constraint in ValidatorTypeGuesser (franek)

  • bug #8809 [Form] enforce correct timezone (Burgov)

  • bug #9169 Fixed client insulation when using the terminable event (fabpot)

... (truncated)

Commits
  • 6a9c223 updated VERSION for 2.2.11
  • b84b1a6 update CONTRIBUTORS for 2.2.11
  • 9ff365d updated CHANGELOG for 2.2.11
  • c922d67 minor #9664 [HttpKernel] minor optimalization at bundle initialization (fabpot)
  • 3330c40 [HttpKernel] made a small optimization to Bundle initialization
  • 4ba6c0b minor optimalization at bundle initialization
  • b82ab2a minor #9661 Removed observer pattern, in favour of mediator (fabpot)
  • ab3e231 [EventDispatcher] tweaked README
  • b9ad62e removed observer pattern, in favour of mediator
  • 05b1755 bug #9656 [DoctrineBridge] normalized class names in the ORM type guesser (fa...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [symfony/symfony](https://github.com/symfony/symfony) from 2.2.0 to 2.2.11.
- [Release notes](https://github.com/symfony/symfony/releases)
- [Changelog](https://github.com/symfony/symfony/blob/v2.2.11/CHANGELOG-2.2.md)
- [Commits](symfony/symfony@v2.2.0...v2.2.11)

---
updated-dependencies:
- dependency-name: symfony/symfony
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants