stable

php-symfony-2.8.25-1.fc25

FEDORA-2017-b5e6ce7724 created by siwinski 7 years ago for Fedora 25

2.8.25 (2017-07-17)

  • security #23507 [Security] validate empty passwords again (xabbuh)
  • bug #23526 [HttpFoundation] Set meta refresh time to 0 in RedirectResponse content (jnvsor)
  • bug #23540 Disable inlining deprecated services (alekitto)
  • bug #23468 [DI] Handle root namespace in service definitions (ro0NL)
  • bug #23256 [Security] Fix authentication.failure event not dispatched on AccountStatusException (chalasr)
  • bug #23461 Use rawurlencode() to transform the Cookie into a string (javiereguiluz)
  • bug #23459 [TwigBundle] allow to configure custom formats in XML configs (xabbuh)
  • bug #23460 Don't display the Symfony debug toolbar when printing the page (javiereguiluz)
  • bug #23261 Fixed absolute url generation for query strings and hash urls (alexander-schranz)
  • bug #23398 [Filesystem] Dont copy perms when origin is remote (nicolas-grekas)

2.8.24 (2017-07-05)

  • bug #23378 [FrameworkBundle] Do not remove files from assets dir (1ed)

2.8.23 (2017-07-04)

  • bug #23341 [DoctrineBridge][Security][Validator] do not validate empty values (xabbuh)
  • bug #23274 Display a better error design when the toolbar cannot be displayed (yceruto)
  • bug #23333 [PropertyAccess] Fix TypeError discard (dunglas)
  • bug #23345 [Console] fix description of INF default values (xabbuh)
  • bug #23279 Don't call count on non countable object (pierredup)
  • bug #23283 [TwigBundle] add back exception check (xabbuh)
  • bug #23268 Show exception is checked twice in ExceptionController of twig (gmponos)
  • bug #23266 Display a better error message when the toolbar cannot be displayed (javiereguiluz)
  • bug #23271 [FrameworkBundle] allow SSI fragments configuration in XML files (xabbuh)
  • bug #23254 [Form][TwigBridge] render hidden _method field in form_rest() (xabbuh)
  • bug #23250 [Translation] return fallback locales whenever possible (xabbuh)
  • bug #23240 [Console] Fix catching exception type in QuestionHelper (voronkovich)
  • bug #23229 [WebProfilerBundle] Eliminate line wrap on count column (routing) (e-moe)
  • bug #22732 [Security] fix switch user _exit without having current token (dmaicher)
  • bug #22730 [FrameworkBundle] Sessions: configurable "use_strict_mode" option for NativeSessionStorage (MacDada)
  • bug #23195 [FrameworkBundle] [Command] Clean bundle directory, fixes #23177 (NicolasPion)
  • bug #23052 [TwigBundle] Add Content-Type header for exception response (rchoquet)
  • bug #23199 Reset redirectCount when throwing exception (hvanoch)
  • bug #23186 [TwigBundle] Move template.xml loading to a compiler pass (ogizanagi)
  • bug #23130 Keep s-maxage when expiry and validation are used in combination (mpdude)
  • bug #23129 Fix two edge cases in ResponseCacheStrategy (mpdude)
  • feature #22636 [Routing] Expose request in route conditions, if needed and possible (ro0NL)
  • bug #22636 [Routing] Expose request in route conditions, if needed and possible (ro0NL)
  • bug #23057 [Translation][FrameworkBundle] Fix resource loading order inconsistency reported in #23034 (mpdude)
  • bug #23092 [Filesystem] added workaround in Filesystem::rename for PHP bug (VolCh)
  • bug #23128 [HttpFoundation] fix for Support for new 7.1 session options (vincentaubert)
  • bug #23176 [VarDumper] fixes (nicolas-grekas)
  • bug #22953 #22839 - changed debug toolbar dump section to relative and use full window width (mkurzeja)
  • bug #23086 [FrameworkBundle] Fix perf issue in CacheClearCommand::warmup() (nicolas-grekas)
  • bug #23098 Cache ipCheck (2.7) (gonzalovilaseca)
  • bug #23069 [SecurityBundle] Show unique Inherited roles in profile panel (yceruto)

2.8.22 (2017-06-07)

  • bug #23073 [TwigBridge] Fix namespaced classes (ogizanagi)
  • bug #22936 [Form] Mix attr option between guessed options and user options (yceruto)
  • bug #22988 [PropertyInfo][DoctrineBridge] The bigint Doctrine's type must be converted to string (dunglas)
  • bug #23014 Fix optional cache warmers are always instantiated whereas they should be lazy-loaded (romainneutron)
  • bug #23024 [EventDispatcher] Fix ContainerAwareEventDispatcher::hasListeners(null) (nicolas-grekas)
  • bug #22996 [Form] Fix \IntlDateFormatter timezone parameter usage to bypass PHP bug #66323 (romainneutron)
  • bug #22994 Harden the debugging of Twig filters and functions (stof)

2.8.21 (2017-05-29)

  • bug #22847 [Console] ChoiceQuestion must have choices (ro0NL)
  • bug #22900 [FrameworkBundle][Console] Fix the override of a command registered by the kernel (aaa2000)
  • bug #22910 [Filesystem] improve error handling in lock() (xabbuh)
  • bug #22718 [Console] Fixed different behaviour of key and value user inputs in multiple choice question (borNfreee)
  • bug #22901 Fix missing abstract key in XmlDumper (weaverryan)
  • bug #22817 [PhpUnitBridge] optional error handler arguments (xabbuh)
  • bug #22752 Improved how profiler errors are displayed on small screens (javiereguiluz)
  • bug #22647 [VarDumper] Fix dumping of non-nested stubs (nicolas-grekas)
  • bug #22584 [Security] Avoid unnecessary route lookup for empty logout path (ro0NL)
  • bug #22690 [Console] Fix errors not rethrown even if not handled by console.error listeners (chalasr)
  • bug #22669 [FrameworkBundle] AbstractConfigCommand: do not try registering bundles twice (ogizanagi)
  • bug #22676 [FrameworkBundle] Adding the extension XML (flug)

2.8.20 (2017-05-01)

  • bug #22550 Allow Upper Case property names in ObjectNormalizer (insekticid)
  • bug #22528 [Asset] Starting slash should indicate no basePath wanted (weaverryan)
  • bug #22541 [EventDispatcher] fix: unwrap listeners for correct info (dmaicher)
  • bug #22526 [Asset] Preventing the base path or absolute URL from being prefixed incorrectly (weaverryan)
  • bug #22523 [WebProfilerBundle] Fixed the flickering when loading complex profiler panels (javiereguiluz)
  • bug #22435 [Console] Fix dispatching throwables from ConsoleEvents::COMMAND (nicolas-grekas)
  • bug #22478 [Serializer] XmlEncoder: fix negative int and large numbers handling (dunglas)
  • bug #22424 [Debug] Set exit status to 255 on error (nicolas-grekas)
  • bug #22426 [PropertyInfo] Prevent returning int values in some cases (dunglas)
  • bug #22399 Prevent double registrations related to tag priorities (nicolas-grekas)
  • bug #22396 Prevent double registrations related to tag priorities (nicolas-grekas)
  • bug #22352 [HttpFoundation] Add use_strict_mode in validOptions for session (sstok)
  • bug #22351 [Yaml] don't keep internal state between parser runs (xabbuh)
  • bug #22307 [Debug] Fix php notice (enumag)
  • bug #22311 [DI] Fix second auto-registration (nicolas-grekas)
  • bug #22109 [Validator] check for empty host when calling checkdnsrr() (apetitpa)
  • bug #22280 [DI] Fix the xml schema (GuilhemN)
  • bug #22282 [DI] Prevent AutowirePass from triggering irrelevant deprecations (chalasr)
  • bug #22255 [Translation] avoid creating cache files for fallback locales. (aitboudad)
  • bug #22292 Fixes #22264 - add support for Chrome headless (redthor)

2.8.19 (2017-04-05)

  • bug #22265 Allow Upper Case property names (insekticid)
  • bug #22258 [DI] Autowiring and factories are incompatible with each others (nicolas-grekas)
  • bug #22254 [DI] Don't use auto-registered services to populate type-candidates (nicolas-grekas)
  • bug #22229 [ExpressionLanguage] Provide the expression in syntax errors (k0pernikus, stof)
  • bug #22251 [PropertyInfo] Support nullable array or collection (4rthem)
  • 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 #22123 [WebProfilerBundle] Fix for CSS attribute at Profiler Translation Page (e-moe)
  • bug #19778 [Security] Fixed roles serialization on token from user object (eko)
  • bug #22036 Set Date header in Response constructor already (mpdude)
  • bug #22022 [Validator] fix URL validator to detect non supported chars according to RFC 3986 (e-moe)
  • bug #21849 [HttpFoundation] Fix missing handling of for/host/proto info from "Forwarded" header (nicolas-grekas)
  • bug #21968 Fixed pathinfo calculation for requests starting with a question mark. (syzygymsu)
  • bug #22027 Revert "bug #21841 [Console] Do not squash input changes made from console.command event (chalasr)" (chalasr)
  • 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 #21976 [VarDumper] Add missing isset() checks in some casters (nicolas-grekas)
  • 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)

2.8.18 (2017-03-06)

  • 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)

2.8.17 (2017-02-06)

  • bug #20844 [Config] Fix checking cache for non existing meta file (hason)
  • bug #21063 [Form] Fixed DateType format option for single text widget (HeahDude)
  • bug #21430 Casting TableCell value to string. (jaydiablo)
  • bug #21359 [FrameworkBundle] fixed custom domain for translations in php templates (robinlehrmann)
  • bug #21485 [Process] Non ASCII characters disappearing during the escapeshellarg (GuillaumeVerdon)
  • bug #21370 [FrameworkBundle] Execute the PhpDocExtractor earlier (GuilhemN)
  • bug #21462 [BrowserKit] ignore invalid cookies expires date format (xabbuh)
  • bug #21438 [Console] Fix TableCell issues with decoration (ogizanagi)
  • bug #21431 [DoctrineBridge] always check for all fields to be mapped (xabbuh)
  • bug #21360 [PropertyAccess] Handle interfaces in the invalid argument exception (fancyweb)
  • bug #21403 [DI] Fix defaults overriding empty strings in AutowirePass (nicolas-grekas)
  • bug #21401 [Debug] Workaround "null" $context (nicolas-grekas)
  • bug #21333 [HttpKernel] Fix ArgumentValueResolver for arguments default null (chalasr)
  • bug #20871 [HttpKernel] Give higher priority to adding request formats (akeeman)
  • bug #21332 [PropertyInfo] Don't try to access a property thru a static method (dunglas)
  • bug #21331 [PropertyInfo] Exclude static methods form properties guessing (dunglas)
  • bug #21285 [TwigBundle] do not lose already set method calls (xabbuh)
  • bug #21279 #20411 fix Yaml parsing for very long quoted strings (RichardBradley)

2.8.16 (2017-01-12)

  • bug #21218 [Form] DateTimeToLocalizedStringTransformer does not use timezone when using date only (magnetik)
  • bug #21104 [FrameworkBundle] fix IPv6 address handling in server commands (xabbuh)
  • bug #20793 [Validator] Fix caching of constraints derived from non-serializable parents (uwej711)
  • bug #19586 [TwigBundle] Fix bug where namespaced paths don't take parent bundles in account (wesleylancel)
  • bug #21237 [FrameworkBundle] Fix relative paths used as cache keys (nicolas-grekas)
  • bug #21183 [Validator] respect groups when merging constraints (xabbuh)
  • bug #21179 [TwigBundle] Fixing regression in TwigEngine exception handling (Bertalan Attila)
  • bug #21220 [DI] Fix missing new line after private alias (ogizanagi)
  • bug #21211 Classloader tmpname (lyrixx)
  • bug #21205 [TwigBundle] fixed usage when Templating is not installed (fabpot)
  • bug #21155 [Validator] Check cascasdedGroups for being countable (scaytrase)
  • bug #21200 [Filesystem] Check that directory is writable after created it in dumpFile() (chalasr)
  • bug #21113 [FrameworkBundle][HttpKernel] Fix resources loading for bundles with custom structure (chalasr)
  • bug #21084 [Yaml] handle empty lines inside unindented collection (xabbuh)
  • bug #20925 [HttpFoundation] Validate/cast cookie expire time (ro0NL)
  • bug #21032 [SecurityBundle] Made collection of user provider unique when injecting them to the RemberMeService (lyrixx)
  • bug #21078 [Console] Escape default value when dumping help (lyrixx)
  • bug #21076 [Console] OS X Can't call cli_set_process_title php without superuser (ogizanagi)
  • bug #20900 [Console] Descriptors should use Helper::strlen (ogizanagi)
  • bug #21064 [Debug] Wrap call to ->log in a try catch block (lyrixx)
  • bug #21010 [Debug] UndefinedMethodFatalErrorHandler - Handle anonymous classes (SpacePossum)
  • bug #20859 Avoid warning in PHP 7.2 because of non-countable data (wouterj)
  • bug #21053 [Validator] override property constraints in child class (xabbuh)
  • bug #21034 [FrameworkBundle] Make TemplateController working without the Templating component (dunglas)
  • bug #20970 [Console] Fix question formatting using SymfonyStyle::ask() (chalasr, ogizanagi)
  • bug #20975 [Form] fix group sequence based validation (xabbuh)
  • bug #20599 [WebProfilerBundle] Display multiple HTTP headers in WDT (ro0NL)
  • bug #20799 [TwigBundle] do not try to register incomplete definitions (xabbuh)
  • bug #20961 [Validator] phpize default option values (xabbuh)
  • bug #20934 [FrameworkBundle] Fix PHP form templates on translatable attributes (ro0NL)
  • bug #20957 [FrameworkBundle] test for the Validator component to be present (xabbuh)
  • bug #20936 [DependencyInjection] Fix on-invalid attribute type in xsd (ogizanagi)
  • bug #20931 [VarDumper] Fix dumping by-ref variadics (nicolas-grekas)
  • bug #20734 [Security] AbstractVoter->supportsAttribute gives false positive if attribute is zero (0) (martynas-foodpanda)
  • bug #14082 [config] Fix issue when key removed and left value only (zerustech)
  • bug #20847 [Console] fixed BC issue with static closures (araines)

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-b5e6ce7724

This update has been submitted for testing by siwinski.

7 years ago

This update has been pushed to testing.

7 years ago

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

7 years ago

This update has been submitted for stable by siwinski.

7 years ago

This update has been pushed to stable.

7 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
7 years ago
in testing
7 years ago
in stable
7 years ago

Automated Test Results