Merge pull request #19248 from fabpot/release-2.7.15

released v2.7.15
This commit is contained in:
Fabien Potencier 2016-06-30 17:14:45 +02:00 committed by GitHub
commit 06b07dd785
3 changed files with 91 additions and 39 deletions

View File

@ -7,6 +7,36 @@ in 2.7 minor versions.
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v2.7.0...v2.7.1 To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v2.7.0...v2.7.1
* 2.7.15 (2016-06-30)
* bug #19217 [HttpKernel] Inline ValidateRequestListener logic into HttpKernel (nicolas-grekas)
* bug #18688 [HttpFoundation] Warning when request has both Forwarded and X-Forwarded-For (magnusnordlander)
* bug #19173 [Console] Decouple SymfonyStyle from TableCell (ro0NL)
* bug #17822 [WIP] [Form] fix `empty_data` option in expanded `ChoiceType` (HeahDude)
* bug #19134 Distinguish between first and subsequent progress bar displays (rquadling)
* bug #19061 [FORM] fix post_max_size_message translation (alt. 2) (David Badura)
* bug #19100 [Console] Fixed SymfonyQuestionHelper multi-choice with defaults (sstok)
* bug #18924 [DoctrineBridge] Don't use object IDs in DoctrineChoiceLoader when passing a value closure (webmozart)
* bug #19138 [DomCrawler] No more exception on field name with strange format (guiled, fabpot)
* bug #18935 [Form] Consider a violation even if the form is not submitted (egeloen)
* bug #19127 [Form] Add exception to FormRenderer about non-unique block names (enumag)
* bug #19118 [Process] Fix pipes cleaning on Windows (nicolas-grekas)
* bug #19128 Avoid phpunit 5.4 warnings on getMock (2.7+) (iltar)
* bug #19114 [HttpKernel] Dont close the reponse stream in debug (nicolas-grekas)
* bug #19101 [Session] fix PDO transaction aborted under PostgreSQL (Tobion)
* bug #18501 [HttpFoundation] changed MERGE queries (hjkl)
* bug #19062 [HttpFoundation] Fix UPSERT for PgSql >= 9.5 (nicolas-grekas)
* bug #18548 [Form] minor fixes in DateTime transformers (HeahDude)
* bug #18732 [PropertyAccess][DX] Enhance exception that say that some methods are missing if they don't (nykopol)
* bug #19048 [HttpFoundation] Use UPSERT for sessions stored in PgSql >= 9.5 (nicolas-grekas)
* bug #19038 Fix feature detection for IE (Alsciende)
* bug #18915 [DependencyInjection] force enabling the external XML entity loaders (xabbuh)
* bug #19020 [Form] Fixed collapsed choice attributes (HeahDude)
* bug #19028 [Yaml] properly count skipped comment lines (xabbuh)
* bug #17733 [Yaml] Fix wrong line number when comments are inserted in the middle of a block. (paradajozsef)
* bug #18911 Fixed singular of committee (peterrehm)
* bug #18971 Do not inject web debug toolbar on attachments (peterrehm)
* 2.7.14 (2016-06-06) * 2.7.14 (2016-06-06)
* bug #18908 [DependencyInjection] force enabling the external XML entity loaders (xabbuh) * bug #18908 [DependencyInjection] force enabling the external XML entity loaders (xabbuh)

View File

@ -8,8 +8,8 @@ Symfony is the result of the work of many people who made the code better
- Nicolas Grekas (nicolas-grekas) - Nicolas Grekas (nicolas-grekas)
- Bernhard Schussek (bschussek) - Bernhard Schussek (bschussek)
- Tobias Schultze (tobion) - Tobias Schultze (tobion)
- Christophe Coevoet (stof)
- Christian Flothmann (xabbuh) - Christian Flothmann (xabbuh)
- Christophe Coevoet (stof)
- Jordi Boggiano (seldaek) - Jordi Boggiano (seldaek)
- Victor Berchet (victor) - Victor Berchet (victor)
- Johannes S (johannes) - Johannes S (johannes)
@ -17,12 +17,12 @@ Symfony is the result of the work of many people who made the code better
- Jakub Zalas (jakubzalas) - Jakub Zalas (jakubzalas)
- Ryan Weaver (weaverryan) - Ryan Weaver (weaverryan)
- Javier Eguiluz (javier.eguiluz) - Javier Eguiluz (javier.eguiluz)
- Hugo Hamon (hhamon)
- Kévin Dunglas (dunglas) - Kévin Dunglas (dunglas)
- Hugo Hamon (hhamon)
- Abdellatif Ait boudad (aitboudad) - Abdellatif Ait boudad (aitboudad)
- Pascal Borreli (pborreli) - Pascal Borreli (pborreli)
- Joseph Bielawski (stloyd)
- Wouter De Jong (wouterj) - Wouter De Jong (wouterj)
- Joseph Bielawski (stloyd)
- Romain Neutron (romain) - Romain Neutron (romain)
- Karma Dordrak (drak) - Karma Dordrak (drak)
- Lukas Kahwe Smith (lsmith) - Lukas Kahwe Smith (lsmith)
@ -34,16 +34,16 @@ Symfony is the result of the work of many people who made the code better
- Grégoire Pineau (lyrixx) - Grégoire Pineau (lyrixx)
- Eriksen Costa (eriksencosta) - Eriksen Costa (eriksencosta)
- Sarah Khalil (saro0h) - Sarah Khalil (saro0h)
- Jules Pietri (heah)
- Jonathan Wage (jwage) - Jonathan Wage (jwage)
- Diego Saint Esteben (dosten)
- Maxime Steinhausser (ogizanagi) - Maxime Steinhausser (ogizanagi)
- Diego Saint Esteben (dosten)
- Alexandre Salomé (alexandresalome) - Alexandre Salomé (alexandresalome)
- William Durand (couac) - William Durand (couac)
- Jules Pietri (heah)
- ornicar - ornicar
- Francis Besset (francisbesset)
- stealth35 (stealth35) - stealth35 (stealth35)
- Alexander Mols (asm89) - Alexander Mols (asm89)
- Francis Besset (francisbesset)
- Bulat Shakirzyanov (avalanche123) - Bulat Shakirzyanov (avalanche123)
- Saša Stamenković (umpirsky) - Saša Stamenković (umpirsky)
- Henrik Bjørnskov (henrikbjorn) - Henrik Bjørnskov (henrikbjorn)
@ -52,21 +52,21 @@ Symfony is the result of the work of many people who made the code better
- Konstantin Kudryashov (everzet) - Konstantin Kudryashov (everzet)
- Bilal Amarni (bamarni) - Bilal Amarni (bamarni)
- Florin Patan (florinpatan) - Florin Patan (florinpatan)
- Kevin Bond (kbond)
- Peter Rehm (rpet) - Peter Rehm (rpet)
- Kevin Bond (kbond)
- Gábor Egyed (1ed) - Gábor Egyed (1ed)
- Ener-Getick (energetick)
- Michel Weimerskirch (mweimerskirch) - Michel Weimerskirch (mweimerskirch)
- Eric Clemmons (ericclemmons) - Eric Clemmons (ericclemmons)
- Iltar van der Berg (kjarli)
- Andrej Hudec (pulzarraider) - Andrej Hudec (pulzarraider)
- Christian Raue - Christian Raue
- Charles Sarrazin (csarrazi)
- Matthias Pigulla (mpdude) - Matthias Pigulla (mpdude)
- Deni - Deni
- Henrik Westphal (snc) - Henrik Westphal (snc)
- Dariusz Górecki (canni) - Dariusz Górecki (canni)
- Arnout Boks (aboks) - Arnout Boks (aboks)
- Iltar van der Berg (kjarli)
- Charles Sarrazin (csarrazi)
- Ener-Getick (energetick)
- Douglas Greenshields (shieldo) - Douglas Greenshields (shieldo)
- Lee McDermott - Lee McDermott
- Brandon Turner - Brandon Turner
@ -82,49 +82,50 @@ Symfony is the result of the work of many people who made the code better
- Antoine Hérault (herzult) - Antoine Hérault (herzult)
- Arnaud Le Blanc (arnaud-lb) - Arnaud Le Blanc (arnaud-lb)
- Jérôme Tamarelle (gromnan) - Jérôme Tamarelle (gromnan)
- Paráda József (paradajozsef)
- Michal Piotrowski (eventhorizon) - Michal Piotrowski (eventhorizon)
- Tim Nagel (merk) - Tim Nagel (merk)
- Paráda József (paradajozsef)
- Brice BERNARD (brikou) - Brice BERNARD (brikou)
- Robin Chalas (chalas_r)
- Alexander M. Turek (derrabus) - Alexander M. Turek (derrabus)
- Dariusz Ruminski - Dariusz Ruminski
- marc.weistroff - marc.weistroff
- Issei Murasawa (issei_m) - Issei Murasawa (issei_m)
- lenar - lenar
- Włodzimierz Gajda (gajdaw) - Włodzimierz Gajda (gajdaw)
- Konstantin Myakshin (koc)
- Baptiste Clavié (talus)
- Alexander Schwenn (xelaris) - Alexander Schwenn (xelaris)
- Florian Voutzinos (florianv) - Florian Voutzinos (florianv)
- Konstantin Myakshin (koc)
- Colin Frei - Colin Frei
- Adrien Brault (adrienbrault) - Adrien Brault (adrienbrault)
- Joshua Thijssen - Joshua Thijssen
- Baptiste Clavié (talus)
- Peter Kokot (maastermedia) - Peter Kokot (maastermedia)
- excelwebzone - excelwebzone
- Jacob Dreesen (jdreesen) - Jacob Dreesen (jdreesen)
- Jáchym Toušek (enumag)
- Jérémy DERUSSÉ (jderusse) - Jérémy DERUSSÉ (jderusse)
- Vladimir Reznichenko (kalessil) - Vladimir Reznichenko (kalessil)
- Tomáš Votruba (tomas_votruba)
- Fabien Pennequin (fabienpennequin) - Fabien Pennequin (fabienpennequin)
- Gordon Franke (gimler) - Gordon Franke (gimler)
- Eric GELOEN (gelo)
- David Buchmann (dbu) - David Buchmann (dbu)
- Tomáš Votruba (tomas_votruba)
- Jáchym Toušek
- Robert Schönthal (digitalkaoz) - Robert Schönthal (digitalkaoz)
- Florian Lonqueu-Brochard (florianlb) - Florian Lonqueu-Brochard (florianlb)
- Eric GELOEN (gelo)
- Stefano Sala (stefano.sala) - Stefano Sala (stefano.sala)
- Juti Noppornpitak (shiroyuki) - Juti Noppornpitak (shiroyuki)
- Titouan Galopin (tgalopin)
- Tigran Azatyan (tigranazatyan) - Tigran Azatyan (tigranazatyan)
- Sebastian Hörl (blogsh) - Sebastian Hörl (blogsh)
- Daniel Gomes (danielcsgomes) - Daniel Gomes (danielcsgomes)
- Hidenori Goto (hidenorigoto) - Hidenori Goto (hidenorigoto)
- Sebastiaan Stok (sstok)
- Evgeniy (ewgraf) - Evgeniy (ewgraf)
- Tugdual Saunier (tucksaun)
- Guilherme Blanco (guilhermeblanco) - Guilherme Blanco (guilhermeblanco)
- Pablo Godel (pgodel) - Pablo Godel (pgodel)
- Titouan Galopin (tgalopin)
- Jérémie Augustin (jaugustin) - Jérémie Augustin (jaugustin)
- Sebastiaan Stok (sstok)
- Tugdual Saunier (tucksaun)
- Andréia Bohner (andreia) - Andréia Bohner (andreia)
- Rafael Dohms (rdohms) - Rafael Dohms (rdohms)
- Arnaud Kleinpeter (nanocom) - Arnaud Kleinpeter (nanocom)
@ -141,6 +142,7 @@ Symfony is the result of the work of many people who made the code better
- Richard van Laak (rvanlaak) - Richard van Laak (rvanlaak)
- Matthieu Ouellette-Vachon (maoueh) - Matthieu Ouellette-Vachon (maoueh)
- Michał Pipa (michal.pipa) - Michał Pipa (michal.pipa)
- Javier Spagnoletti (phansys)
- Amal Raghav (kertz) - Amal Raghav (kertz)
- Jonathan Ingram (jonathaningram) - Jonathan Ingram (jonathaningram)
- Artur Kotyrba - Artur Kotyrba
@ -150,7 +152,6 @@ Symfony is the result of the work of many people who made the code better
- Daniel Wehner - Daniel Wehner
- Possum - Possum
- Dorian Villet (gnutix) - Dorian Villet (gnutix)
- Javier Spagnoletti (phansys)
- Richard Miller (mr_r_miller) - Richard Miller (mr_r_miller)
- Mario A. Alvarez Garcia (nomack84) - Mario A. Alvarez Garcia (nomack84)
- Dennis Benkert (denderello) - Dennis Benkert (denderello)
@ -179,6 +180,7 @@ Symfony is the result of the work of many people who made the code better
- Sven Paulus (subsven) - Sven Paulus (subsven)
- Lars Strojny (lstrojny) - Lars Strojny (lstrojny)
- Rui Marinho (ruimarinho) - Rui Marinho (ruimarinho)
- Daniel Espendiller
- Eugene Wissner - Eugene Wissner
- Julien Brochet (mewt) - Julien Brochet (mewt)
- Sergey Linnik (linniksa) - Sergey Linnik (linniksa)
@ -212,9 +214,7 @@ Symfony is the result of the work of many people who made the code better
- Kristen Gilden (kgilden) - Kristen Gilden (kgilden)
- Dawid Nowak - Dawid Nowak
- Pierre-Yves LEBECQ (pylebecq) - Pierre-Yves LEBECQ (pylebecq)
- Daniel Espendiller
- Jakub Kucharovic (jkucharovic) - Jakub Kucharovic (jkucharovic)
- Robin Chalas (chalas_r)
- Eugene Leonovich (rybakit) - Eugene Leonovich (rybakit)
- Filippo Tessarotto - Filippo Tessarotto
- Joseph Rouff (rouffj) - Joseph Rouff (rouffj)
@ -238,6 +238,7 @@ Symfony is the result of the work of many people who made the code better
- Roumen Damianoff (roumen) - Roumen Damianoff (roumen)
- Antonio J. García Lagar (ajgarlag) - Antonio J. García Lagar (ajgarlag)
- Kim Hemsø Rasmussen (kimhemsoe) - Kim Hemsø Rasmussen (kimhemsoe)
- Christian Schmidt
- Wouter Van Hecke - Wouter Van Hecke
- Peter Kruithof (pkruithof) - Peter Kruithof (pkruithof)
- Michael Holm (hollo) - Michael Holm (hollo)
@ -245,6 +246,7 @@ Symfony is the result of the work of many people who made the code better
- Hidde Wieringa (hiddewie) - Hidde Wieringa (hiddewie)
- Chris Smith (cs278) - Chris Smith (cs278)
- Florian Klein (docteurklein) - Florian Klein (docteurklein)
- Oleg Voronkovich
- Manuel Kiessling (manuelkiessling) - Manuel Kiessling (manuelkiessling)
- Daniel Wehner - Daniel Wehner
- Atsuhiro KUBO (iteman) - Atsuhiro KUBO (iteman)
@ -294,7 +296,6 @@ Symfony is the result of the work of many people who made the code better
- Inal DJAFAR (inalgnu) - Inal DJAFAR (inalgnu)
- Christian Gärtner (dagardner) - Christian Gärtner (dagardner)
- Tomasz Kowalczyk (thunderer) - Tomasz Kowalczyk (thunderer)
- Christian Schmidt
- François-Xavier de Guillebon (de-gui_f) - François-Xavier de Guillebon (de-gui_f)
- Damien Alexandre (damienalexandre) - Damien Alexandre (damienalexandre)
- Felix Labrecque - Felix Labrecque
@ -322,6 +323,7 @@ Symfony is the result of the work of many people who made the code better
- Endre Fejes - Endre Fejes
- Tobias Naumann (tna) - Tobias Naumann (tna)
- Daniel Beyer - Daniel Beyer
- Jhonny Lidfors (jhonne)
- Shein Alexey - Shein Alexey
- Baptiste Lafontaine - Baptiste Lafontaine
- Joe Lencioni - Joe Lencioni
@ -335,7 +337,6 @@ Symfony is the result of the work of many people who made the code better
- Ivan Kurnosov - Ivan Kurnosov
- Xavier HAUSHERR - Xavier HAUSHERR
- Albert Jessurum (ajessu) - Albert Jessurum (ajessu)
- Oleg Voronkovich
- Laszlo Korte - Laszlo Korte
- Pavel Batanov (scaytrase) - Pavel Batanov (scaytrase)
- Miha Vrhovnik - Miha Vrhovnik
@ -355,6 +356,7 @@ Symfony is the result of the work of many people who made the code better
- Brian King - Brian King
- Michel Salib (michelsalib) - Michel Salib (michelsalib)
- geoffrey - geoffrey
- Steffen Roßkamp
- Valentin Jonovs (valentins-jonovs) - Valentin Jonovs (valentins-jonovs)
- Jeanmonod David (jeanmonod) - Jeanmonod David (jeanmonod)
- Jan Schumann - Jan Schumann
@ -364,6 +366,7 @@ Symfony is the result of the work of many people who made the code better
- Mihai Stancu - Mihai Stancu
- Olivier Dolbeau (odolbeau) - Olivier Dolbeau (odolbeau)
- Jan Rosier (rosier) - Jan Rosier (rosier)
- Magnus Nordlander (magnusnordlander)
- vagrant - vagrant
- EdgarPE - EdgarPE
- Florian Pfitzer (marmelatze) - Florian Pfitzer (marmelatze)
@ -379,6 +382,7 @@ Symfony is the result of the work of many people who made the code better
- Christian Schmidt - Christian Schmidt
- Marek Štípek (maryo) - Marek Štípek (maryo)
- Marcin Sikoń (marphi) - Marcin Sikoń (marphi)
- Roland Franssen (ro0)
- Dominik Zogg (dominik.zogg) - Dominik Zogg (dominik.zogg)
- Marek Pietrzak - Marek Pietrzak
- Chad Sikorra (chadsikorra) - Chad Sikorra (chadsikorra)
@ -390,6 +394,7 @@ Symfony is the result of the work of many people who made the code better
- Zander Baldwin - Zander Baldwin
- Adam Harvey - Adam Harvey
- Alex Bakhturin - Alex Bakhturin
- Alexander Obuhovich (aik099)
- boombatower - boombatower
- Fabrice Bernhard (fabriceb) - Fabrice Bernhard (fabriceb)
- Jérôme Macias (jeromemacias) - Jérôme Macias (jeromemacias)
@ -412,10 +417,12 @@ Symfony is the result of the work of many people who made the code better
- ondrowan - ondrowan
- Barry vd. Heuvel (barryvdh) - Barry vd. Heuvel (barryvdh)
- Jerzy Zawadzki (jzawadzki) - Jerzy Zawadzki (jzawadzki)
- Théo FIDRY (theofidry)
- Evan S Kaufman (evanskaufman) - Evan S Kaufman (evanskaufman)
- mcben - mcben
- Jérôme Vieilledent (lolautruche) - Jérôme Vieilledent (lolautruche)
- Maks Slesarenko - Maks Slesarenko
- Filip Procházka (fprochazka)
- mmoreram - mmoreram
- Markus Lanthaler (lanthaler) - Markus Lanthaler (lanthaler)
- Vicent Soria Durá (vicentgodella) - Vicent Soria Durá (vicentgodella)
@ -440,7 +447,6 @@ Symfony is the result of the work of many people who made the code better
- Benjamin Leveque (benji07) - Benjamin Leveque (benji07)
- Nate (frickenate) - Nate (frickenate)
- jhonnyL - jhonnyL
- Jhonny Lidfors (jhonne)
- sasezaki - sasezaki
- Dawid Pakuła (zulusx) - Dawid Pakuła (zulusx)
- Florian Rey (nervo) - Florian Rey (nervo)
@ -503,6 +509,7 @@ Symfony is the result of the work of many people who made the code better
- Maxime Douailin - Maxime Douailin
- Javier López (loalf) - Javier López (loalf)
- Reinier Kip - Reinier Kip
- Geoffrey Brier (geoffrey-brier)
- Dustin Dobervich (dustin10) - Dustin Dobervich (dustin10)
- dantleech - dantleech
- Anne-Sophie Bachelard (annesophie) - Anne-Sophie Bachelard (annesophie)
@ -535,9 +542,11 @@ Symfony is the result of the work of many people who made the code better
- Arturs Vonda - Arturs Vonda
- Sascha Grossenbacher - Sascha Grossenbacher
- Szijarto Tamas - Szijarto Tamas
- David Badura (davidbadura)
- Catalin Dan - Catalin Dan
- Stephan Vock - Stephan Vock
- Benjamin Zikarsky (bzikarsky) - Benjamin Zikarsky (bzikarsky)
- Anton Bakai
- Simon Schick (simonsimcity) - Simon Schick (simonsimcity)
- redstar504 - redstar504
- Tristan Roussel - Tristan Roussel
@ -556,7 +565,7 @@ Symfony is the result of the work of many people who made the code better
- Richard van den Brand (ricbra) - Richard van den Brand (ricbra)
- develop - develop
- Mark Sonnabaum - Mark Sonnabaum
- Alexander Obuhovich (aik099) - Richard Quadling
- jochenvdv - jochenvdv
- Arturas Smorgun (asarturas) - Arturas Smorgun (asarturas)
- Alexander Volochnev (exelenz) - Alexander Volochnev (exelenz)
@ -573,6 +582,7 @@ Symfony is the result of the work of many people who made the code better
- Baldur Rensch (brensch) - Baldur Rensch (brensch)
- Vladyslav Petrovych - Vladyslav Petrovych
- Alex Xandra Albert Sim - Alex Xandra Albert Sim
- Carson Full
- Trent Steel (trsteel88) - Trent Steel (trsteel88)
- Yuen-Chi Lian - Yuen-Chi Lian
- Besnik Br - Besnik Br
@ -589,6 +599,7 @@ Symfony is the result of the work of many people who made the code better
- Leevi Graham (leevigraham) - Leevi Graham (leevigraham)
- Casper Valdemar Poulsen - Casper Valdemar Poulsen
- Josiah (josiah) - Josiah (josiah)
- Joschi Kuphal
- John Bohn (jbohn) - John Bohn (jbohn)
- Marc Morera (mmoreram) - Marc Morera (mmoreram)
- Andrew Hilobok (hilobok) - Andrew Hilobok (hilobok)
@ -618,7 +629,6 @@ Symfony is the result of the work of many people who made the code better
- Adrien Lucas (adrienlucas) - Adrien Lucas (adrienlucas)
- James Michael DuPont - James Michael DuPont
- Tom Klingenberg - Tom Klingenberg
- Filip Procházka (fprochazka)
- Christopher Hall (mythmakr) - Christopher Hall (mythmakr)
- Paul Kamer (pkamer) - Paul Kamer (pkamer)
- Rafał Wrzeszcz (rafalwrzeszcz) - Rafał Wrzeszcz (rafalwrzeszcz)
@ -637,7 +647,6 @@ Symfony is the result of the work of many people who made the code better
- Neil Ferreira - Neil Ferreira
- Nathanael Noblet (gnat) - Nathanael Noblet (gnat)
- Dmitry Parnas (parnas) - Dmitry Parnas (parnas)
- Théo FIDRY (theofidry)
- Paul LE CORRE - Paul LE CORRE
- DQNEO - DQNEO
- Emanuele Iannone - Emanuele Iannone
@ -652,7 +661,6 @@ Symfony is the result of the work of many people who made the code better
- Matt Robinson (inanimatt) - Matt Robinson (inanimatt)
- Aleksey Podskrebyshev - Aleksey Podskrebyshev
- Calin Mihai Pristavu - Calin Mihai Pristavu
- Steffen Roßkamp
- David Marín Carreño (davefx) - David Marín Carreño (davefx)
- Jörn Lang (j.lang) - Jörn Lang (j.lang)
- Omar Yepez (oyepez003) - Omar Yepez (oyepez003)
@ -677,6 +685,7 @@ Symfony is the result of the work of many people who made the code better
- Don Pinkster - Don Pinkster
- Maksim Muruev - Maksim Muruev
- Emil Einarsson - Emil Einarsson
- Thomas Landauer
- Thibault Duplessis - Thibault Duplessis
- Marc Abramowitz - Marc Abramowitz
- Martijn Evers - Martijn Evers
@ -697,7 +706,6 @@ Symfony is the result of the work of many people who made the code better
- David Lima - David Lima
- Jérôme Vasseur - Jérôme Vasseur
- Brunet Laurent (lbrunet) - Brunet Laurent (lbrunet)
- Magnus Nordlander (magnusnordlander)
- Mikhail Yurasov (mym) - Mikhail Yurasov (mym)
- LOUARDI Abdeltif (ouardisoft) - LOUARDI Abdeltif (ouardisoft)
- Robert Gruendler (pulse00) - Robert Gruendler (pulse00)
@ -709,6 +717,7 @@ Symfony is the result of the work of many people who made the code better
- Raul Fraile (raulfraile) - Raul Fraile (raulfraile)
- sensio - sensio
- Patrick Kaufmann - Patrick Kaufmann
- Piotr Stankowski
- Reece Fowell (reecefowell) - Reece Fowell (reecefowell)
- Mátyás Somfai (smatyas) - Mátyás Somfai (smatyas)
- stefan.r - stefan.r
@ -728,6 +737,7 @@ Symfony is the result of the work of many people who made the code better
- Pieter - Pieter
- Michael Tibben - Michael Tibben
- Sander Marechal - Sander Marechal
- Andre Rømcke (andrerom)
- Radosław Benkel - Radosław Benkel
- ttomor - ttomor
- Mei Gwilym (meigwilym) - Mei Gwilym (meigwilym)
@ -743,6 +753,7 @@ Symfony is the result of the work of many people who made the code better
- Danilo Silva - Danilo Silva
- Zachary Tong (polyfractal) - Zachary Tong (polyfractal)
- Hryhorii Hrebiniuk - Hryhorii Hrebiniuk
- Dennis Fridrich (dfridrich)
- mcfedr (mcfedr) - mcfedr (mcfedr)
- hamza - hamza
- dantleech - dantleech
@ -752,6 +763,7 @@ Symfony is the result of the work of many people who made the code better
- Guillaume Royer - Guillaume Royer
- Artem (digi) - Artem (digi)
- boite - boite
- MGDSoft
- Vadim Tyukov (vatson) - Vadim Tyukov (vatson)
- Sortex - Sortex
- chispita - chispita
@ -804,10 +816,12 @@ Symfony is the result of the work of many people who made the code better
- Benoit Garret - Benoit Garret
- Thomas Royer (cydonia7) - Thomas Royer (cydonia7)
- DerManoMann - DerManoMann
- Olaf Klischat
- Jhonny Lidfors (jhonny) - Jhonny Lidfors (jhonny)
- Julien Bianchi (jubianchi) - Julien Bianchi (jubianchi)
- Robert Meijers
- Marcin Chwedziak - Marcin Chwedziak
- Roland Franssen (ro0) - hjkl
- Tony Cosentino (tony-co) - Tony Cosentino (tony-co)
- Rodrigo Díez Villamuera (rodrigodiez) - Rodrigo Díez Villamuera (rodrigodiez)
- e-ivanov - e-ivanov
@ -815,6 +829,7 @@ Symfony is the result of the work of many people who made the code better
- Jeremy Bush - Jeremy Bush
- wizhippo - wizhippo
- Viacheslav Sychov - Viacheslav Sychov
- Carlos Ortega Huetos
- rpg600 - rpg600
- Péter Buri (burci) - Péter Buri (burci)
- Davide Borsatto (davide.borsatto) - Davide Borsatto (davide.borsatto)
@ -834,6 +849,7 @@ Symfony is the result of the work of many people who made the code better
- spdionis - spdionis
- Eduardo García Sanz (coma) - Eduardo García Sanz (coma)
- James Gilliland - James Gilliland
- Rhodri Pugh (rodnaph)
- David de Boer (ddeboer) - David de Boer (ddeboer)
- Gilles Doge (gido) - Gilles Doge (gido)
- abulford - abulford
@ -855,7 +871,6 @@ Symfony is the result of the work of many people who made the code better
- Juan Traverso - Juan Traverso
- Philipp Strube - Philipp Strube
- Christian Sciberras - Christian Sciberras
- Anton Bakai
- Clement Herreman (clemherreman) - Clement Herreman (clemherreman)
- Dan Ionut Dumitriu (danionut90) - Dan Ionut Dumitriu (danionut90)
- Nyro (nyro) - Nyro (nyro)
@ -893,7 +908,6 @@ Symfony is the result of the work of many people who made the code better
- azine - azine
- Dawid Sajdak - Dawid Sajdak
- Ludek Stepan - Ludek Stepan
- Geoffrey Brier
- Aaron Stephens (astephens) - Aaron Stephens (astephens)
- Craig Menning (cmenning) - Craig Menning (cmenning)
- Balázs Benyó (duplabe) - Balázs Benyó (duplabe)
@ -917,6 +931,7 @@ Symfony is the result of the work of many people who made the code better
- Cédric Lahouste (rapotor) - Cédric Lahouste (rapotor)
- Samuel Vogel (samuelvogel) - Samuel Vogel (samuelvogel)
- Berat Doğan - Berat Doğan
- Juanmi Rodriguez Cerón
- Anthony Ferrara - Anthony Ferrara
- Klaas Cuvelier (kcuvelier) - Klaas Cuvelier (kcuvelier)
- Steve Frécinaux - Steve Frécinaux
@ -934,6 +949,7 @@ Symfony is the result of the work of many people who made the code better
- Philip Frank - Philip Frank
- Lance McNearney - Lance McNearney
- Giorgio Premi - Giorgio Premi
- Ian Carroll
- caponica - caponica
- Matt Daum (daum) - Matt Daum (daum)
- Alberto Pirovano (geezmo) - Alberto Pirovano (geezmo)
@ -945,6 +961,7 @@ Symfony is the result of the work of many people who made the code better
- Max Summe - Max Summe
- WedgeSama - WedgeSama
- Felds Liscia - Felds Liscia
- Ahmed TAILOULOUTE (ahmedtai)
- James Halsall (jaitsu) - James Halsall (jaitsu)
- Maxime Veber (nek-) - Maxime Veber (nek-)
- Sullivan SENECHAL - Sullivan SENECHAL
@ -968,6 +985,7 @@ Symfony is the result of the work of many people who made the code better
- Max Romanovsky (maxromanovsky) - Max Romanovsky (maxromanovsky)
- Mathieu Morlon - Mathieu Morlon
- Daniel Tschinder - Daniel Tschinder
- Nykopol (nykopol)
- Rafał Muszyński (rafmus90) - Rafał Muszyński (rafmus90)
- Timothy Anido (xanido) - Timothy Anido (xanido)
- Rick Prent - Rick Prent
@ -1006,6 +1024,7 @@ Symfony is the result of the work of many people who made the code better
- Konrad Mohrfeldt - Konrad Mohrfeldt
- Lance Chen - Lance Chen
- Andrey Astakhov (aast) - Andrey Astakhov (aast)
- Nikolay Labinskiy (e-moe)
- kor3k kor3k (kor3k) - kor3k kor3k (kor3k)
- Stelian Mocanita (stelian) - Stelian Mocanita (stelian)
- Flavian (2much) - Flavian (2much)
@ -1015,6 +1034,7 @@ Symfony is the result of the work of many people who made the code better
- Hoffmann András - Hoffmann András
- Olivier - Olivier
- pscheit - pscheit
- Zdeněk Drahoš
- Dan Harper - Dan Harper
- moldcraft - moldcraft
- Ramon Kleiss (akathos) - Ramon Kleiss (akathos)
@ -1137,6 +1157,7 @@ Symfony is the result of the work of many people who made the code better
- Daan van Renterghem - Daan van Renterghem
- Nicole Cordes - Nicole Cordes
- Bram Van der Sype (brammm) - Bram Van der Sype (brammm)
- Guile (guile)
- Julien Moulin (lizjulien) - Julien Moulin (lizjulien)
- Nikita Nefedov (nikita2206) - Nikita Nefedov (nikita2206)
- Mauro Foti (skler) - Mauro Foti (skler)
@ -1209,7 +1230,6 @@ Symfony is the result of the work of many people who made the code better
- Haritz - Haritz
- Matthieu Prat - Matthieu Prat
- Grummfy - Grummfy
- Thomas Landauer
- Filipe Guerra - Filipe Guerra
- Gerben Wijnja - Gerben Wijnja
- Rowan Manning - Rowan Manning
@ -1260,6 +1280,7 @@ Symfony is the result of the work of many people who made the code better
- Muriel (metalmumu) - Muriel (metalmumu)
- Michael Pohlers (mick_the_big) - Michael Pohlers (mick_the_big)
- Cayetano Soriano Gallego (neoshadybeat) - Cayetano Soriano Gallego (neoshadybeat)
- Jean Pasdeloup (pasdeloup)
- Patrick McDougle (patrick-mcdougle) - Patrick McDougle (patrick-mcdougle)
- Pablo Monterde Perez (plebs) - Pablo Monterde Perez (plebs)
- Jimmy Leger (redpanda) - Jimmy Leger (redpanda)
@ -1298,7 +1319,6 @@ Symfony is the result of the work of many people who made the code better
- Mantas Urnieža - Mantas Urnieža
- Cas - Cas
- Dusan Kasan - Dusan Kasan
- Carson Full
- Myke79 - Myke79
- Brian Debuire - Brian Debuire
- Piers Warmers - Piers Warmers
@ -1332,6 +1352,7 @@ Symfony is the result of the work of many people who made the code better
- Andras Ratz - Andras Ratz
- andreabreu98 - andreabreu98
- Michael Schneider - Michael Schneider
- Cédric Bertolini
- n-aleha - n-aleha
- Şəhriyar İmanov - Şəhriyar İmanov
- Kaipi Yann - Kaipi Yann
@ -1358,6 +1379,7 @@ Symfony is the result of the work of many people who made the code better
- Jon Cave - Jon Cave
- Sébastien HOUZE - Sébastien HOUZE
- Abdulkadir N. A. - Abdulkadir N. A.
- Ivan Menshykov
- Yevgen Kovalienia - Yevgen Kovalienia
- Lebnik - Lebnik
- Sema - Sema
@ -1385,8 +1407,8 @@ Symfony is the result of the work of many people who made the code better
- Oncle Tom - Oncle Tom
- Christian Stocker - Christian Stocker
- Dawid Nowak - Dawid Nowak
- Richard Quadling
- Karolis Daužickas - Karolis Daužickas
- Sergio Santoro
- tirnanog06 - tirnanog06
- phc - phc
- Дмитрий Пацура - Дмитрий Пацура
@ -1412,7 +1434,6 @@ Symfony is the result of the work of many people who made the code better
- Loïc Vernet (coil) - Loïc Vernet (coil)
- Christoph Schaefer (cvschaefer) - Christoph Schaefer (cvschaefer)
- Damon Jones (damon__jones) - Damon Jones (damon__jones)
- David Badura (davidbadura)
- Daniel Londero (dlondero) - Daniel Londero (dlondero)
- Sebastian Landwehr (dword123) - Sebastian Landwehr (dword123)
- Adel ELHAIBA (eadel) - Adel ELHAIBA (eadel)
@ -1420,6 +1441,7 @@ Symfony is the result of the work of many people who made the code better
- Elliot Anderson (elliot) - Elliot Anderson (elliot)
- Sergey Zolotov (enleur) - Sergey Zolotov (enleur)
- Fabien D. (fabd) - Fabien D. (fabd)
- Carsten Eilers (fnc)
- Sorin Gitlan (forapathy) - Sorin Gitlan (forapathy)
- Yohan Giarelli (frequence-web) - Yohan Giarelli (frequence-web)
- Gerry Vandermaesen (gerryvdm) - Gerry Vandermaesen (gerryvdm)

View File

@ -58,12 +58,12 @@ abstract class Kernel implements KernelInterface, TerminableInterface
protected $startTime; protected $startTime;
protected $loadClassCache; protected $loadClassCache;
const VERSION = '2.7.15-DEV'; const VERSION = '2.7.15';
const VERSION_ID = 20715; const VERSION_ID = 20715;
const MAJOR_VERSION = 2; const MAJOR_VERSION = 2;
const MINOR_VERSION = 7; const MINOR_VERSION = 7;
const RELEASE_VERSION = 15; const RELEASE_VERSION = 15;
const EXTRA_VERSION = 'DEV'; const EXTRA_VERSION = '';
const END_OF_MAINTENANCE = '05/2018'; const END_OF_MAINTENANCE = '05/2018';
const END_OF_LIFE = '05/2019'; const END_OF_LIFE = '05/2019';