stable

php-symfony-2.8.15-4.fc25

FEDORA-2017-cf56c0425f created by remi 8 years ago for Fedora 25

Version 2.8.15 (2016-12-13)

  • bug #20714 [FrameworkBundle] Fix unresolved parameters from default configs in debug:config (chalasr)
  • bug #20442 [FrameworkBundle] Bundle commands are not available via find() (julienfalque)
  • bug #20840 [WebProfilerBundle] add dependency on Twig (xabbuh)
  • bug #20828 [Validator] Fix init of YamlFileLoader::$classes for empty files (nicolas-grekas)
  • bug #20539 Cast result to int before adding to it (alcaeus)
  • bug #20831 [Twig] Fix deprecations with Twig 1.29 (nicolas-grekas)
  • bug #20767 [Cache] Fix dumping SplDoublyLinkedList iter mode (nicolas-grekas)
  • bug #20736 [Console] fixed PHP7 Errors when not using Dispatcher (keradus)
  • bug #20755 [HttpKernel] Regression test for missing controller arguments (iltar)
  • bug #20418 [Form][DX] FileType "multiple" fixes (yceruto)
  • bug #19902 [DependencyInjection] PhpDumper.php: hasReference() shouldn't search references in lazy service. (antanas-arvasevicius)
  • bug #20704 [Console] Fix wrong handling of multiline arg/opt descriptions (ogizanagi)
  • bug #20712 [TwigBundle] Fix twig loader registered twice (ogizanagi)
  • bug #20716 [WebProfilerBundle] Fix dump block is unfairly restrained (ogizanagi)
  • bug #20671 [Config] ConfigCache::isFresh() should return false when unserialize() fails (nicolas-grekas)
  • bug #20676 [ClassLoader] Use only forward slashes in generated class map (nicolas-grekas)
  • bug #20664 [Validator] ensure the proper context for nested validations (xabbuh)
  • bug #20661 bug #20653 [WebProfilerBundle] Profiler includes ghost panels (jzawadzki)
  • bug #20374 [FrameworkBundle] Improve performance of ControllerNameParser (enumag)
  • bug #20474 [Routing] Fail properly when a route parameter name cannot be used as a PCRE subpattern name (fancyweb)
  • bug #20566 [DI] Initialize properties before method calls (ro0NL)
  • bug #20609 [DI] Fixed custom services definition BC break introduced in ec7e70fb… (kiler129)
  • bug #20598 [DI] Aliases should preserve the aliased invalid behavior (nicolas-grekas)
  • bug #20602 [HttpKernel] Revert BC breaking change of Request::isMethodSafe() (nicolas-grekas)
  • bug #20499 [Doctrine][Form] support large integers (xabbuh)
  • bug #20576 [Process] Do feat test before enabling TTY mode (nicolas-grekas)

Version 2.8.14 (2016-11-21)

  • bug #20543 [DI] Fix error when trying to resolve a DefinitionDecorator (nicolas-grekas)
  • bug #20544 [PhpUnitBridge] Fix time-sensitive tests that use data providers (julienfalque)
  • bug #20484 bumped min version of Twig to 1.28 (fabpot)
  • bug #20519 [Debug] Remove GLOBALS from exception context to avoid endless recursion (Seldaek)
  • bug #20455 [ClassLoader] Fix ClassCollectionLoader inlining with __halt_compiler (giosh94mhz)
  • bug #20307 [Form] Fix Date\TimeType marked as invalid on request with single_text and zero seconds (LuisDeimos)
  • bug #20466 [Translation] fixed nested fallback catalogue using multiple locales. (aitboudad)
  • bug #20465 [#18637][TranslationDebug] workaround for getFallbackLocales. (aitboudad)
  • bug #20440 [TwigBridge][TwigBundle][HttpKernel] prefer getSourceContext() over getSource() (xabbuh)
  • bug #20422 [Translation][fallback] add missing resources in parent catalogues. (aitboudad)
  • bug #20378 [Form] Fixed show float values as choice value in ChoiceType (yceruto)
  • bug #20294 Improved the design of the metrics in the profiler (javiereguiluz)
  • bug #20375 [HttpFoundation][Session] Fix memcache session handler (klandaika)
  • bug #20377 [Console] Fix infinite loop on missing input (chalasr)
  • bug #20372 [Console] simplified code (fabpot)
  • bug #20342 [Form] Fix UrlType transforms valid protocols (ogizanagi)
  • bug #20292 Enhance GAE compat by removing some realpath() (nicolas-grekas)
  • bug #20326 [VarDumper] Fix dumping Twig source in stack traces (nicolas-grekas)
  • bug #20321 Compatibility with Twig 1.27 (xkobal)

Version 2.8.13 (2016-10-27)

  • bug #20289 Fix edge case with StreamedResponse where headers are sent twice (Nicofuma)
  • bug #20267 [DependencyInjection] A decorated service should not keep the autowiring types (chalasr)
  • bug #20278 [DependencyInjection] merge tags instead of completely replacing them (xabbuh)
  • bug #20271 Changes related to Twig 1.27 (fabpot)
  • bug #20252 Trim constant values in XmlFileLoader (lstrojny)
  • bug #20253 [TwigBridge] Use non-deprecated Twig_Node::getTemplateLine() (fabpot)
  • bug #20243 [WebProfilerBundle][btn-link] add cursor: pointer (aitboudad)
  • bug #20175 [VarDumper] Fix source links with latests Twig versions (nicolas-grekas)
  • bug #20235 [DomCrawler] Allow pipe (|) character in link tags when using Xpath expressions (klausi, nicolas-grekas)
  • bug #20224 [Twig] removed deprecations added in Twig 1.27 (fabpot)
  • bug #19478 fixed Filesystem:makePathRelative and added 2 more testcases (muhammedeminakbulut)
  • bug #20218 [HttpFoundation] no 304 response if method is not cacheable (xabbuh)
  • bug #20207 [DependencyInjection] move tags from decorated to decorating service (xabbuh)
  • bug #20205 [HttpCache] fix: do not cache OPTIONS request (dmaicher)
  • bug #20146 [Validator] Prevent infinite loop in PropertyMetadata (wesleylancel)
  • bug #20184 [FrameworkBundle] Convert null prefix to an empty string in translation:update (chalasr)
  • bug #20154 [PropertyInfo] Fix edge cases in ReflectionExtractor (nicolas-grekas)
  • bug #19725 [Security] $attributes can be anything, but RoleVoter assumes strings (Jonatan Männchen)
  • bug #20127 [HttpFoundation] JSONP callback validation (ro0NL)
  • bug #20163 add missing use statement (xabbuh)
  • bug #19961 [Console] Escape question text and default value in SymfonyStyle::ask() (chalasr)
  • bug #20141 [Console] Fix validation of empty values using SymfonyQuestionHelper::ask() (chalasr)
  • bug #20147 [FrameworkBundle] Alter container class instead of kernel name in cache:clear command (nicolas-grekas)

How to install

Updates may require up to 24 hours to propagate to mirrors. If the following command doesn't work, please retry later:

sudo dnf upgrade --refresh --advisory=FEDORA-2017-cf56c0425f

This update has been submitted for testing by remi.

8 years ago

This update has been pushed to testing.

8 years ago

This update has reached 7 days in testing and can be pushed to stable now if the maintainer wishes

8 years ago

This update has been submitted for stable by remi.

8 years ago

This update has been pushed to stable.

8 years ago

Please login to add feedback.

Metadata
Type
bugfix
Karma
0
Signed
Content Type
RPM
Test Gating
Autopush Settings
Unstable by Karma
-3
Stable by Karma
3
Stable by Time
disabled
Dates
submitted
8 years ago
in testing
8 years ago
in stable
8 years ago

Automated Test Results