Skip to content

Releases: symfony/symfony

v2.7.26

04 Apr 04:48
v2.7.26
Compare
Choose a tag to compare

Changelog (since v2.7.25...v2.7.26)

  • bug #22229 [ExpressionLanguage] Provide the expression in syntax errors (@k0pernikus, @stof)
  • bug #22240 [DI] Fix fatal error at ContainerBuilder::compile() if config is not installed (@chalasr)
  • bug #22140 [Form] Improve the exceptions when trying to get the data in a PRE_SET_DATA listener and the data has not already been set (@fancyweb)
  • bug #22217 [Console] Fix table cell styling (@ro0NL)
  • bug #22194 [Console] CommandTester: disable color support detection (@julienfalque)
  • bug #22188 [Console] Revised exception rendering (@ro0NL)
  • bug #22154 [WebProfilerBundle] Normalize whitespace in exceptions passed in headers (@curry684)
  • bug #22142 [Console] Escape exception messages in renderException (@chalasr)
  • bug #22172 Fix port usage in server:status command (@alcaeus)
  • bug #22164 [Bridge\Doctrine] Fix change breaking doctrine-bundle test suite (@nicolas-grekas)
  • bug #22133 [Filesystem] normalize paths before making them relative (@xabbuh)
  • bug #22138 [HttpFoundation][bugfix] $bags should always be initialized (@MacDada)
  • bug #21810 #21809 [SecurityBundle] bugfix: if security provider's name contains upper cases then container didn't compile (@Antanas Arvasevicius)
  • bug #19778 [Security] Fixed roles serialization on token from user object (@eko)
  • bug #22022 [Validator] fix URL validator to detect non supported chars according to RFC 3986 (@e-moe)
  • bug #21968 Fixed pathinfo calculation for requests starting with a question mark. (@syzygymsu)
  • bug #21846 [HttpFoundation] Fix Request::getHost() when having several hosts in X_FORWARDED_HOST (@nicolas-grekas)
  • bug #21208 [Validator] Add object handling of invalid constraints in Composite (@SenseException)
  • bug #22044 [Serializer] [XML] Ignore Process Instruction (@jordscream)
  • bug #22079 [HttpKernel] Fixed bug with purging of HTTPS URLs (@ausi)
  • bug #21523 #20411 fix Yaml parsing for very long quoted strings (@RichardBradley)
  • bug #22001 [Doctrine Bridge] fix priority for doctrine event listeners (@dmaicher)
  • bug #21981 [Console] Use proper line endings in BufferedOutput (@julienfalque)
  • bug #21957 [Form] Choice type int values (BC Fix) (@mcfedr)
  • bug #21923 [travis] Test with hhvm 3.18 (@nicolas-grekas)
  • bug #21823 dumpFile(), preserve existing file permissions (@chs2)
  • bug #21865 [Security] context listener: hardening user provider handling (@xabbuh)
  • bug #21883 [HttpKernel] fix Kernel name when stored in a directory starting with a number (@fabpot)

[PR] #22263

v3.2.6

10 Mar 19:02
v3.2.6
Compare
Choose a tag to compare

Changelog (since v3.2.5...v3.2.6)

[PR] #21966

v3.2.5

09 Mar 02:27
v3.2.5
Compare
Choose a tag to compare

Changelog (since v3.2.4...v3.2.5)

  • bug #21923 [travis] Test with hhvm 3.18 (@nicolas-grekas)
  • bug #21793 [Workflow] Fixed marking state on leave and enter events (@HeahDude)
  • bug #21912 [Yaml] dump escape sequences when possible (@xabbuh)
  • bug #21908 [Cache] Fix Redis pipelining/multi-ops (@nicolas-grekas)
  • bug #21823 dumpFile(), preserve existing file permissions (@chs2)
  • bug #21880 [Form] Fixed overridden choices option in extended choice types (@HeahDude)
  • bug #21896 [PHPunitBridge] Count @expectedDeprecation as an assertion (@wouterj)
  • bug #21865 [Security] context listener: hardening user provider handling (@xabbuh)
  • bug #21883 [HttpKernel] fix Kernel name when stored in a directory starting with a number (@fabpot)
  • bug #21841 [Console] Do not squash input changes made from console.command event (@chalasr)
  • bug #21481 [Form] Fixed empty conversion of Intl types (@HeahDude)
  • bug #21671 [Serializer] Xml encoder throws exception for valid data (@gr1ev0us)
  • bug #21805 Provide less state in getRequestFormat (@dawehner)
  • bug #21851 Adding use statement for InvalidArgumentException (@Nyholm)
  • bug #21832 [Routing] Ignore hidden directories when loading routes from annotations (@jakzal)
  • bug #21769 [Form] Improve rounding precision (@foaly-nr1)
  • bug #21825 [PhpUnitBridge] disable global test listener when not registered (@xabbuh)
  • bug #21267 [Form] Fix ChoiceType to ensure submitted data is not nested unnecessarily (@issei-m)
  • bug #21813 Update phpstorm helper to the official format (@pierredup)
  • bug #21731 Fix emacs link (@rubenrua)
  • bug #21802 Fix issues reported by static analyse (@romainneutron)
  • bug #21800 Fix issues reported by static analyze (@romainneutron)
  • bug #21782 [DependencyInjection] add missing dumped private services list in a container frozen constructor. (@hhamon)
  • bug #21798 Revert "bug #21791 [SecurityBundle] only pass relevant user provider (xabbuh)" (@xabbuh)
  • bug #21791 [SecurityBundle] only pass relevant user provider (@xabbuh)
  • bug #21776 [Process] Fix ignoring of bad env var names (@nicolas-grekas)
  • bug #21787 [PhpUnitBridge] do not register the test listener twice (@xabbuh)
  • bug #21756 [Yaml] Stop replacing NULLs when merging (@gadelat)
  • bug #21689 [WebServerBundle] fixed html attribute escape (@Seb33300)
  • bug #21722 [ExpressionLanguage] Registering functions after calling evaluate(), compile() or parse() is not supported (@maidmaid)
  • bug #21679 [SecurityBundle] fix priority ordering of security voters (@xabbuh)
  • bug #21656 [DoctrineBridge] Fixed validating custom doctrine type columns (@dmaicher)
  • bug #21115 [Validator] do not guess getter method names (@xabbuh)
  • bug #21670 [DependencyInjection] Fix autowiring types when there are more than 2 services colliding (@GuilhemN)
  • bug #21665 [DependencyInjection] Fix autowiring collisions detection (@nicolas-grekas, @GuilhemN)
  • bug #21661 Fix Composer constraints (@fabpot)
  • bug #21582 [HttpCache] purge both http and https from http cache (@dbu)
  • bug #21637 [FrameworkBundle] remove translation data collector when not usable (@xabbuh)
  • bug #21647 [Yaml] consistently parse omitted keys as the colon (@xabbuh)

[PR] #21939

v2.8.18

08 Mar 23:55
v2.8.18
Compare
Choose a tag to compare

Changelog (since v2.8.17...v2.8.18)

  • bug #21823 dumpFile(), preserve existing file permissions (@chs2)
  • bug #21865 [Security] context listener: hardening user provider handling (@xabbuh)
  • bug #21883 [HttpKernel] fix Kernel name when stored in a directory starting with a number (@fabpot)
  • bug #21841 [Console] Do not squash input changes made from console.command event (@chalasr)
  • bug #21671 [Serializer] Xml encoder throws exception for valid data (@gr1ev0us)
  • bug #21805 Provide less state in getRequestFormat (@dawehner)
  • bug #21832 [Routing] Ignore hidden directories when loading routes from annotations (@jakzal)
  • bug #21769 [Form] Improve rounding precision (@foaly-nr1)
  • bug #21825 [PhpUnitBridge] disable global test listener when not registered (@xabbuh)
  • bug #21267 [Form] Fix ChoiceType to ensure submitted data is not nested unnecessarily (@issei-m)
  • bug #21731 Fix emacs link (@rubenrua)
  • bug #21800 Fix issues reported by static analyze (@romainneutron)
  • bug #21798 Revert "bug #21791 [SecurityBundle] only pass relevant user provider (xabbuh)" (@xabbuh)
  • bug #21791 [SecurityBundle] only pass relevant user provider (@xabbuh)
  • bug #21787 [PhpUnitBridge] do not register the test listener twice (@xabbuh)
  • bug #21756 [Yaml] Stop replacing NULLs when merging (@gadelat)
  • bug #21689 [WebServerBundle] fixed html attribute escape (@Seb33300)
  • bug #21722 [ExpressionLanguage] Registering functions after calling evaluate(), compile() or parse() is not supported (@maidmaid)
  • bug #21679 [SecurityBundle] fix priority ordering of security voters (@xabbuh)
  • bug #21115 [Validator] do not guess getter method names (@xabbuh)
  • bug #21670 [DependencyInjection] Fix autowiring types when there are more than 2 services colliding (@GuilhemN)
  • bug #21665 [DependencyInjection] Fix autowiring collisions detection (@nicolas-grekas, @GuilhemN)
  • bug #21661 Fix Composer constraints (@fabpot)
  • bug #21582 [HttpCache] purge both http and https from http cache (@dbu)
  • bug #21637 [FrameworkBundle] remove translation data collector when not usable (@xabbuh)
  • bug #21634 [VarDumper] Added missing persistent stream cast (@lyrixx)
  • bug #21436 [DependencyInjection] check for circular refs caused by method calls (@xabbuh)
  • bug #21400 [Serializer] fix upper camel case conversion (see #21399) (@markusu49)
  • bug #21599 [Console][Table] fixed render when using multiple rowspans. (@aitboudad)
  • bug #21613 [Process] Permit empty suffix on Windows (@Bilge)
  • bug #21057 [DI] Auto register extension configuration classes as a resource (@ro0NL)
  • bug #21592 [Validator] property constraints can be added in child classes (@angelk, @xabbuh)
  • bug #21458 [Config] Early return for DirectoryResource (@robfrawley)
  • bug #21562 [DoctrineBridge] make sure that null can be the invalid value (@xabbuh)
  • bug #21584 [WebProfilerBundle] Readd Symfony version status in the toolbar (@wouterj)
  • bug #21557 [VarDumper] Improve dump of AMQP* Object (@lyrixx)
  • bug #21542 [VarDumper] Fixed dumping of terminated generator (@lyrixx)

[PR] #21885