Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit eeafabb

Browse filesBrowse files
Merge branch '3.2'
* 3.2: [appveyor] Run the test suite on PHP 7.1 [appveyor][3.x] Run the test suite on PHP 7.1 [EventDispatcher] fix merge of #22541 from 2.8 bumped Symfony version to 3.2.9 updated VERSION for 3.2.8 updated CHANGELOG for 3.2.8 bumped Symfony version to 2.8.21 updated VERSION for 2.8.20 updated CHANGELOG for 2.8.20 bumped Symfony version to 2.7.28 updated VERSION for 2.7.27 update CONTRIBUTORS for 2.7.27 updated CHANGELOG for 2.7.27
2 parents 243e416 + b8714d3 commit eeafabb
Copy full SHA for eeafabb

File tree

4 files changed

+77
-49
lines changed
Filter options

4 files changed

+77
-49
lines changed

‎CHANGELOG-3.2.md

Copy file name to clipboardExpand all lines: CHANGELOG-3.2.md
+29Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,35 @@ in 3.2 minor versions.
77
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
88
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v3.2.0...v3.2.1
99

10+
* 3.2.8 (2017-05-01)
11+
12+
* bug #22550 Allow Upper Case property names in ObjectNormalizer (insekticid)
13+
* bug #22528 [Asset] Starting slash should indicate no basePath wanted (weaverryan)
14+
* bug #22568 [EventDispatcher] fix getting priorities of listeners during dispatch (dmaicher)
15+
* bug #22541 [EventDispatcher] fix: unwrap listeners for correct info (dmaicher)
16+
* bug #22526 [Asset] Preventing the base path or absolute URL from being prefixed incorrectly (weaverryan)
17+
* bug #22523 [WebProfilerBundle] Fixed the flickering when loading complex profiler panels (javiereguiluz)
18+
* bug #21958 [Console] Fix bar width with multilines ProgressBar's format (maidmaid)
19+
* bug #22435 [Console] Fix dispatching throwables from ConsoleEvents::COMMAND (nicolas-grekas)
20+
* bug #22478 [Serializer] XmlEncoder: fix negative int and large numbers handling (dunglas)
21+
* bug #22424 [Debug] Set exit status to 255 on error (nicolas-grekas)
22+
* bug #22426 [PropertyInfo] Prevent returning int values in some cases (dunglas)
23+
* bug #22401 Prevent double registrations related to tag priorities (nicolas-grekas)
24+
* bug #22399 Prevent double registrations related to tag priorities (nicolas-grekas)
25+
* bug #22396 Prevent double registrations related to tag priorities (nicolas-grekas)
26+
* bug #22374 [Cache] Remove exception false-positive from FilesystemAdapterTrait (nicolas-grekas)
27+
* bug #22377 [Console] Allow terminal dimensions to be set to 0 (unbounded) (duncan3dc)
28+
* bug #22352 [HttpFoundation] Add `use_strict_mode` in validOptions for session (sstok)
29+
* bug #22351 [Yaml] don't keep internal state between parser runs (xabbuh)
30+
* bug #22304 Moved $this->setDate() before the deprecation handling. (mpdonadio)
31+
* bug #22307 [Debug] Fix php notice (enumag)
32+
* bug #22311 [DI] Fix second auto-registration (nicolas-grekas)
33+
* bug #22109 [Validator] check for empty host when calling checkdnsrr() (apetitpa)
34+
* bug #22280 [DI] Fix the xml schema (GuilhemN)
35+
* bug #22282 [DI] Prevent AutowirePass from triggering irrelevant deprecations (chalasr)
36+
* bug #22255 [Translation] avoid creating cache files for fallback locales. (aitboudad)
37+
* bug #22292 Fixes #22264 - add support for Chrome headless (redthor)
38+
1039
* 3.2.7 (2017-04-05)
1140

1241
* bug #22285 [HttpKernel] Fix forward compat with Request::setTrustedProxies() (nicolas-grekas)

‎CONTRIBUTORS.md

Copy file name to clipboardExpand all lines: CONTRIBUTORS.md
+33-19Lines changed: 33 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ Symfony is the result of the work of many people who made the code better
2626
- Grégoire Pineau (lyrixx)
2727
- Joseph Bielawski (stloyd)
2828
- Karma Dordrak (drak)
29+
- Robin Chalas (chalas_r)
2930
- Lukas Kahwe Smith (lsmith)
3031
- Martin Hasoň (hason)
31-
- Robin Chalas (chalas_r)
3232
- Maxime Steinhausser (ogizanagi)
3333
- Jeremy Mikola (jmikola)
3434
- Jean-François Simon (jfsimon)
@@ -37,10 +37,10 @@ Symfony is the result of the work of many people who made the code better
3737
- Eriksen Costa (eriksencosta)
3838
- Jules Pietri (heah)
3939
- Sarah Khalil (saro0h)
40+
- Roland Franssen (ro0)
4041
- Jonathan Wage (jwage)
4142
- Guilhem Niot (energetick)
4243
- Diego Saint Esteben (dosten)
43-
- Roland Franssen (ro0)
4444
- Alexandre Salomé (alexandresalome)
4545
- William Durand (couac)
4646
- ornicar
@@ -73,23 +73,23 @@ Symfony is the result of the work of many people who made the code better
7373
- Titouan Galopin (tgalopin)
7474
- Douglas Greenshields (shieldo)
7575
- Konstantin Myakshin (koc)
76+
- Jáchym Toušek (enumag)
7677
- Lee McDermott
7778
- Brandon Turner
7879
- Luis Cordova (cordoval)
79-
- Jáchym Toušek (enumag)
8080
- Graham Campbell (graham)
8181
- Daniel Holmes (dholmes)
8282
- Toni Uebernickel (havvg)
8383
- Bart van den Burg (burgov)
8484
- Jordan Alliot (jalliot)
8585
- Jérémy DERUSSÉ (jderusse)
8686
- John Wards (johnwards)
87+
- Dariusz Ruminski
8788
- Fran Moreno (franmomu)
8889
- Antoine Hérault (herzult)
90+
- Jérôme Tamarelle (gromnan)
8991
- Paráda József (paradajozsef)
90-
- Dariusz Ruminski
9192
- Arnaud Le Blanc (arnaud-lb)
92-
- Jérôme Tamarelle (gromnan)
9393
- Maxime STEINHAUSSER
9494
- Michal Piotrowski (eventhorizon)
9595
- Tim Nagel (merk)
@@ -120,6 +120,7 @@ Symfony is the result of the work of many people who made the code better
120120
- Théo FIDRY (theofidry)
121121
- Robert Schönthal (digitalkaoz)
122122
- Florian Lonqueu-Brochard (florianlb)
123+
- Sebastiaan Stok (sstok)
123124
- Stefano Sala (stefano.sala)
124125
- Yonel Ceruto González (yonelceruto)
125126
- Evgeniy (ewgraf)
@@ -128,7 +129,6 @@ Symfony is the result of the work of many people who made the code better
128129
- Sebastian Hörl (blogsh)
129130
- Daniel Gomes (danielcsgomes)
130131
- Hidenori Goto (hidenorigoto)
131-
- Sebastiaan Stok (sstok)
132132
- Guilherme Blanco (guilhermeblanco)
133133
- Pablo Godel (pgodel)
134134
- Jérémie Augustin (jaugustin)
@@ -146,6 +146,7 @@ Symfony is the result of the work of many people who made the code better
146146
- Vincent AUBERT (vincent)
147147
- Rouven Weßling (realityking)
148148
- Teoh Han Hui (teohhanhui)
149+
- Jérôme Vasseur (jvasseur)
149150
- Clemens Tolboom
150151
- Helmer Aaviksoo
151152
- Grégoire Paris (greg0ire)
@@ -179,8 +180,11 @@ Symfony is the result of the work of many people who made the code better
179180
- Daniel Espendiller
180181
- sun (sun)
181182
- Larry Garfield (crell)
183+
- Julien Falque (julienfalque)
182184
- Martin Schuhfuß (usefulthink)
185+
- apetitpa
183186
- Matthieu Bontemps (mbontemps)
187+
- apetitpa
184188
- Pierre Minnieur (pminnieur)
185189
- fivestar
186190
- Dominique Bongiraud
@@ -202,7 +206,6 @@ Symfony is the result of the work of many people who made the code better
202206
- SpacePossum
203207
- Eugene Wissner
204208
- Julien Brochet (mewt)
205-
- Julien Falque (julienfalque)
206209
- Tristan Darricau (nicofuma)
207210
- Grégoire Paris (greg0ire)
208211
- Sergey Linnik (linniksa)
@@ -222,7 +225,7 @@ Symfony is the result of the work of many people who made the code better
222225
- Elnur Abdurrakhimov (elnur)
223226
- Manuel Reinhard (sprain)
224227
- Danny Berger (dpb587)
225-
- Jérôme Vasseur
228+
- Ruben Gonzalez (rubenrua)
226229
- Adam Prager (padam87)
227230
- Roman Marintšenko (inori)
228231
- Xavier Montaña Carreras (xmontana)
@@ -231,6 +234,7 @@ Symfony is the result of the work of many people who made the code better
231234
- Arjen Brouwer (arjenjb)
232235
- Katsuhiro OGAWA
233236
- Patrick McDougle (patrick-mcdougle)
237+
- Dany Maillard (maidmaid)
234238
- Alif Rachmawadi
235239
- Kristen Gilden (kgilden)
236240
- Pierre-Yves LEBECQ (pylebecq)
@@ -268,7 +272,9 @@ Symfony is the result of the work of many people who made the code better
268272
- Michael Holm (hollo)
269273
- Marc Weistroff (futurecat)
270274
- Christian Schmidt
275+
- Marek Štípek (maryo)
271276
- Hidde Wieringa (hiddewie)
277+
- Jordan Samouh (jordansamouh)
272278
- Chris Smith (cs278)
273279
- Florian Klein (docteurklein)
274280
- Oleg Voronkovich
@@ -282,6 +288,7 @@ Symfony is the result of the work of many people who made the code better
282288
- Andrey Esaulov (andremaha)
283289
- Grégoire Passault (gregwar)
284290
- Ismael Ambrosi (iambrosi)
291+
- gadelat (gadelat)
285292
- Baptiste Lafontaine
286293
- Aurelijus Valeiša (aurelijus)
287294
- Victor Bocharsky (bocharsky_bw)
@@ -325,7 +332,8 @@ Symfony is the result of the work of many people who made the code better
325332
- Yaroslav Kiliba
326333
- Terje Bråten
327334
- Robbert Klarenbeek (robbertkl)
328-
- Marek Štípek (maryo)
335+
- Thomas Calvet (fancyweb)
336+
- Niels Keurentjes (curry684)
329337
- Alessandro Chitolina
330338
- JhonnyL
331339
- hossein zolfi (ocean)
@@ -343,14 +351,15 @@ Symfony is the result of the work of many people who made the code better
343351
- Vyacheslav Salakhutdinov (megazoll)
344352
- Jerzy Zawadzki (jzawadzki)
345353
- Hassan Amouhzi
346-
- gadelat (gadelat)
347354
- Tamas Szijarto
348355
- Pavel Volokitin (pvolok)
349356
- François Pluchino (francoispluchino)
357+
- Arthur de Moulins (4rthem)
350358
- Nicolas Dewez (nicolas_dewez)
351359
- Endre Fejes
352360
- Tobias Naumann (tna)
353361
- Daniel Beyer
362+
- Nikolay Labinskiy (e-moe)
354363
- Shein Alexey
355364
- Romain Gautier (mykiwi)
356365
- Joe Lencioni
@@ -400,10 +409,10 @@ Symfony is the result of the work of many people who made the code better
400409
- Andreas Braun
401410
- Chris Sedlmayr (catchamonkey)
402411
- Seb Koelen
403-
- Dany Maillard (maidmaid)
404412
- Christoph Mewes (xrstf)
405413
- Vitaliy Tverdokhlib (vitaliytv)
406414
- Ariel Ferrandini (aferrandini)
415+
- Samuel ROZE (sroze)
407416
- Dirk Pahl (dirkaholic)
408417
- cedric lombardot (cedriclombardot)
409418
- Jonas Flodén (flojon)
@@ -417,7 +426,6 @@ Symfony is the result of the work of many people who made the code better
417426
- Gintautas Miselis
418427
- Rob Bast
419428
- David Badura (davidbadura)
420-
- Jordan Samouh (jordansamouh)
421429
- Zander Baldwin
422430
- Adam Harvey
423431
- Alex Bakhturin
@@ -426,7 +434,6 @@ Symfony is the result of the work of many people who made the code better
426434
- Fabrice Bernhard (fabriceb)
427435
- Jérôme Macias (jeromemacias)
428436
- Andrey Astakhov (aast)
429-
- Thomas Calvet
430437
- Fabian Lange (codingfabian)
431438
- Frank Neff (fneff)
432439
- Roman Lapin (memphys)
@@ -462,13 +469,12 @@ Symfony is the result of the work of many people who made the code better
462469
- Jakub Škvára (jskvara)
463470
- Andrew Udvare (audvare)
464471
- alexpods
465-
- Nikolay Labinskiy (e-moe)
466472
- Arjen van der Meijden
467473
- Michele Locati
468474
- Dariusz Ruminski
475+
- Alex Rock Ancelet (pierstoval)
469476
- Erik Trapman (eriktrapman)
470477
- De Cock Xavier (xdecock)
471-
- Arthur de Moulins (4rthem)
472478
- Almog Baku (almogbaku)
473479
- Scott Arciszewski
474480
- Norbert Orzechowicz (norzechowicz)
@@ -582,7 +588,6 @@ Symfony is the result of the work of many people who made the code better
582588
- Ulumuddin Yunus (joenoez)
583589
- Luc Vieillescazes (iamluc)
584590
- Johann Saunier (prophet777)
585-
- Samuel ROZE (sroze)
586591
- Michael Devery (mickadoo)
587592
- Antoine Corcy
588593
- Artur Eshenbrener
@@ -696,6 +701,7 @@ Symfony is the result of the work of many people who made the code better
696701
- Pierre Vanliefland (pvanliefland)
697702
- Sofiane HADDAG (sofhad)
698703
- frost-nzcr4
704+
- Sanpi
699705
- Abhoryo
700706
- Fabian Vogler (fabian)
701707
- Korvin Szanto
@@ -752,6 +758,7 @@ Symfony is the result of the work of many people who made the code better
752758
- Martijn Evers
753759
- Jacques Moati
754760
- Balazs Csaba (balazscsaba2006)
761+
- Douglas Reith (douglas_reith)
755762
- Harry Walter (haswalt)
756763
- Johnson Page (jwpage)
757764
- Michael Roterman (wtfzdotnet)
@@ -765,7 +772,6 @@ Symfony is the result of the work of many people who made the code better
765772
- Gábor Tóth
766773
- Daniel Cestari
767774
- David Lima
768-
- Jérôme Vasseur
769775
- Brunet Laurent (lbrunet)
770776
- Mikhail Yurasov (mym)
771777
- LOUARDI Abdeltif (ouardisoft)
@@ -820,6 +826,7 @@ Symfony is the result of the work of many people who made the code better
820826
- Danilo Silva
821827
- Zachary Tong (polyfractal)
822828
- Hryhorii Hrebiniuk
829+
- Thomas Perez (scullwm)
823830
- Dennis Fridrich (dfridrich)
824831
- hamza
825832
- dantleech
@@ -934,6 +941,7 @@ Symfony is the result of the work of many people who made the code better
934941
- Klaus Purer
935942
- Gilles Doge (gido)
936943
- abulford
944+
- Philipp Kretzschmar
937945
- antograssiot
938946
- Brooks Boyd
939947
- Roger Webb
@@ -1040,6 +1048,7 @@ Symfony is the result of the work of many people who made the code better
10401048
- Kim Laï Trinh
10411049
- Jason Desrosiers
10421050
- m.chwedziak
1051+
- insekticid
10431052
- Philip Frank
10441053
- Lance McNearney
10451054
- Giorgio Premi
@@ -1062,6 +1071,7 @@ Symfony is the result of the work of many people who made the code better
10621071
- Tadcka
10631072
- Beth Binkovitz
10641073
- Gonzalo Míguez
1074+
- Pierre Rineau
10651075
- Romain Geissler
10661076
- Adrien Moiruad
10671077
- Tomaz Ahlin
@@ -1085,6 +1095,7 @@ Symfony is the result of the work of many people who made the code better
10851095
- Martin Eckhardt
10861096
- Pieter Jordaan
10871097
- Damien Tournoud
1098+
- Craig Duncan (duncan3dc)
10881099
- Jon Gotlin (jongotlin)
10891100
- Michael Dowling (mtdowling)
10901101
- Karlos Presumido (oneko)
@@ -1185,12 +1196,12 @@ Symfony is the result of the work of many people who made the code better
11851196
- Michal Gebauer
11861197
- Gleb Sidora
11871198
- David Stone
1188-
- Niels Keurentjes (curry684)
11891199
- Jovan Perovic (jperovic)
11901200
- Pablo Maria Martelletti (pmartelletti)
11911201
- Yassine Guedidi (yguedidi)
11921202
- Waqas Ahmed
11931203
- Luis Muñoz
1204+
- Matthew Donadio
11941205
- Andreas
11951206
- Thomas Chmielowiec
11961207
- Andrey Ryaguzov
@@ -1247,7 +1258,6 @@ Symfony is the result of the work of many people who made the code better
12471258
- Jordi Llonch (jordillonch)
12481259
- Cédric Dugat (ph3nol)
12491260
- Philip Dahlstrøm (phidah)
1250-
- Alex Rock Ancelet (pierstoval)
12511261
- Milos Colakovic (project2481)
12521262
- Rénald Casagraude (rcasagraude)
12531263
- Robin Duval (robin-duval)
@@ -1390,6 +1400,7 @@ Symfony is the result of the work of many people who made the code better
13901400
- Joeri Verdeyen (jverdeyen)
13911401
- Kevin Herrera (kherge)
13921402
- Luis Ramón López López (lrlopez)
1403+
- Bart Reunes (metalarend)
13931404
- Muriel (metalmumu)
13941405
- Michael Pohlers (mick_the_big)
13951406
- mlpo (mlpo)
@@ -1531,6 +1542,7 @@ Symfony is the result of the work of many people who made the code better
15311542
- Oncle Tom
15321543
- Christian Stocker
15331544
- Dawid Nowak
1545+
- Lesnykh Ilia
15341546
- Karolis Daužickas
15351547
- Sergio Santoro
15361548
- tirnanog06
@@ -1595,6 +1607,7 @@ Symfony is the result of the work of many people who made the code better
15951607
- Florent Viel (luxifer)
15961608
- Matthieu Moquet (mattketmo)
15971609
- Moritz Borgmann (mborgmann)
1610+
- Michal Čihař (mcihar)
15981611
- Matt Drollette (mdrollette)
15991612
- Adam Monsen (meonkeys)
16001613
- Ala Eddine Khefifi (nayzo)
@@ -1647,6 +1660,7 @@ Symfony is the result of the work of many people who made the code better
16471660
- smokeybear87
16481661
- Gustavo Adrian
16491662
- Kevin Weber
1663+
- Ben Scott
16501664
- Dionysis Arvanitis
16511665
- Sergey Fedotov
16521666
- Michael

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.