8000 Merge branch '4.2' · symfony/symfony@2e872c4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2e872c4

Browse files
committed
Merge branch '4.2'
* 4.2: [Console] Fix auto-complete for ChoiceQuestion (multi-select answers) Translated form, security, validators resources into Belarusian (be) [WebProfilerBundle] Don't filter submitted IP values [Intl] Cleanup bumped Symfony version to 4.2.9 updated VERSION for 4.2.8 updated CHANGELOG for 4.2.8 bumped Symfony version to 3.4.28 updated VERSION for 3.4.27 update CONTRIBUTORS for 3.4.27 updated CHANGELOG for 3.4.27
2 parents bec45ed + 4304fb8 commit 2e872c4

22 files changed

+608
-196
lines changed

CHANGELOG-4.2.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,25 @@ in 4.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/v4.2.0...v4.2.1
99

10+
* 4.2.8 (2019-05-01)
11+
12+
* bug #31338 Revert "bug #30620 [FrameworkBundle][HttpFoundation] make session service resettable (dmaicher)" (nicolas-grekas)
13+
* bug #31326 fix ConsoleFormatter - call to a member function format() on string (keksa)
14+
* bug #31331 [Workflow] Fixed dumping when many transition with same name exist (lyrixx)
15+
* bug #31302 [FramworkBundle] mark any env vars found in the ide setting as used (nicolas-grekas)
16+
* bug #31290 [TwigBundle] Use the apply tag instead of the filter tag (greg0ire)
17+
* bug #31275 [Translator] Preserve default domain when extracting strings from php files (Stadly)
18+
* bug #31240 Fix url matcher edge cases with trailing slash (arjenm)
19+
* bug #31201 [Form] resolve class name parameters (xabbuh)
20+
* bug #31213 [WebProfilerBundle] Intercept redirections only for HTML format (javiereguiluz)
21+
* bug #31210 [PhpUnitBridge] fix reading phpunit.xml on bootstrap (nicolas-grekas)
22+
* bug #31023 [Routing] Fix route URL generation in CLI context (X-Coder264)
23+
* bug #31117 [FrameworkBundle] fix math depth handler configuration (Raulnet)
24+
* bug #31182 [Routing] fix trailing slash matching with empty-matching trailing vars (nicolas-grekas)
25+
* bug #31167 [Routing] fix matching trailing vars with defaults (nicolas-grekas)
26+
* bug #31164 [Validator] fix LegacyTranslatorProxy (nicolas-grekas)
27+
* bug #31156 [FrameworkBundle] call method with Translator component only (xabbuh)
28+
1029
* 4.2.7 (2019-04-17)
1130

1231
* bug #31107 [Routing] fix trailing slash redirection with non-greedy trailing vars (nicolas-grekas)

CONTRIBUTORS.md

Lines changed: 26 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ Symfony is the result of the work of many people who made the code better
2020
- Johannes S (johannes)
2121
- Javier Eguiluz (javier.eguiluz)
2222
- Kris Wallsmith (kriswallsmith)
23-
- Grégoire Pineau (lyrixx)
2423
- Roland Franssen (ro0)
24+
- Grégoire Pineau (lyrixx)
2525
- Hugo Hamon (hhamon)
2626
- Abdellatif Ait boudad (aitboudad)
27-
- Romain Neutron (romain)
2827
- Samuel ROZE (sroze)
28+
- Romain Neutron (romain)
2929
- Pascal Borreli (pborreli)
3030
- Wouter De Jong (wouterj)
3131
- Joseph Bielawski (stloyd)
@@ -40,8 +40,8 @@ Symfony is the result of the work of many people who made the code better
4040
- Igor Wiedler (igorw)
4141
- Eriksen Costa (eriksencosta)
4242
- Guilhem Niot (energetick)
43-
- Sarah Khalil (saro0h)
4443
- Hamza Amrouche (simperfit)
44+
- Sarah Khalil (saro0h)
4545
- Jonathan Wage (jwage)
4646
- Tobias Nyholm (tobias)
4747
- Lynn van der Berg (kjarli)
@@ -68,10 +68,10 @@ Symfony is the result of the work of many people who made the code better
6868
- Gábor Egyed (1ed)
6969
- Bilal Amarni (bamarni)
7070
- Titouan Galopin (tgalopin)
71+
- Grégoire Paris (greg0ire)
7172
- Mathieu Piot (mpiot)
7273
- David Maicher (dmaicher)
7374
- Florin Patan (florinpatan)
74-
- Grégoire Paris (greg0ire)
7575
- Gabriel Ostrolucký (gadelat)
7676
- Valentin Udaltsov (vudaltsov)
7777
- Vladimir Reznichenko (kalessil)
@@ -93,6 +93,7 @@ Symfony is the result of the work of many people who made the code better
9393
- Brandon Turner
9494
- Luis Cordova (cordoval)
9595
- Graham Campbell (graham)
96+
- David Buchmann (dbu)
9697
- Daniel Holmes (dholmes)
9798
- Toni Uebernickel (havvg)
9899
- Bart van den Burg (burgov)
@@ -101,7 +102,6 @@ Symfony is the result of the work of many people who made the code better
101102
- John Wards (johnwards)
102103
- Thomas Calvet (fancyweb)
103104
- Fran Moreno (franmomu)
104-
- David Buchmann (dbu)
105105
- Antoine Hérault (herzult)
106106
- Paráda József (paradajozsef)
107107
- Arnaud Le Blanc (arnaud-lb)
@@ -142,6 +142,7 @@ Symfony is the result of the work of many people who made the code better
142142
- Alex Pott
143143
- Vincent AUBERT (vincent)
144144
- Juti Noppornpitak (shiroyuki)
145+
- Teoh Han Hui (teohhanhui)
145146
- Anthony MARTIN (xurudragon)
146147
- Tigran Azatyan (tigranazatyan)
147148
- Sebastian Hörl (blogsh)
@@ -151,7 +152,6 @@ Symfony is the result of the work of many people who made the code better
151152
- Arnaud Kleinpeter (nanocom)
152153
- Jannik Zschiesche (apfelbox)
153154
- Guilherme Blanco (guilhermeblanco)
154-
- Teoh Han Hui (teohhanhui)
155155
- SpacePossum
156156
- Pablo Godel (pgodel)
157157
- Jérémie Augustin (jaugustin)
@@ -181,6 +181,7 @@ Symfony is the result of the work of many people who made the code better
181181
- Artur Kotyrba
182182
- Tyson Andre
183183
- GDIBass
184+
- Jan Schädlich (jschaedl)
184185
- jeremyFreeAgent (Jérémy Romey) (jeremyfreeagent)
185186
- James Halsall (jaitsu)
186187
- Matthieu Napoli (mnapoli)
@@ -192,13 +193,15 @@ Symfony is the result of the work of many people who made the code better
192193
- Daniel Espendiller
193194
- Possum
194195
- Dorian Villet (gnutix)
196+
- George Mponos (gmponos)
195197
- Sergey Linnik (linniksa)
196198
- Richard Miller (mr_r_miller)
197199
- Albert Casademont (acasademont)
198200
- Mario A. Alvarez Garcia (nomack84)
199201
- Dennis Benkert (denderello)
200202
- DQNEO
201203
- Samuel NELA (snela)
204+
- Alexander Schranz (alexander-schranz)
202205
- Gregor Harlan (gharlan)
203206
- Gary PEGEOT (gary-p)
204207
- Ruben Gonzalez (rubenrua)
@@ -213,7 +216,6 @@ Symfony is the result of the work of many people who made the code better
213216
- bronze1man
214217
- sun (sun)
215218
- Larry Garfield (crell)
216-
- George Mponos (gmponos)
217219
- Michaël Perrin (michael.perrin)
218220
- Nikolay Labinskiy (e-moe)
219221
- Martin Schuhfuß (usefulthink)
@@ -225,7 +227,6 @@ Symfony is the result of the work of many people who made the code better
225227
- Dominique Bongiraud
226228
- Jeremy Livingston (jeremylivingston)
227229
- Vincent Touzet (vincenttouzet)
228-
- Jan Schädlich (jschaedl)
229230
- Michael Lee (zerustech)
230231
- Matthieu Auger (matthieuauger)
231232
- Leszek Prabucki (l3l0)
@@ -237,7 +238,6 @@ Symfony is the result of the work of many people who made the code better
237238
- Andreas Schempp (aschempp)
238239
- Justin Hileman (bobthecow)
239240
- Blanchon Vincent (blanchonvincent)
240-
- Alexander Schranz (alexander-schranz)
241241
- Michele Orselli (orso)
242242
- Sven Paulus (subsven)
243243
- Maxime Veber (nek-)
@@ -303,12 +303,14 @@ Symfony is the result of the work of many people who made the code better
303303
- Bob den Otter (bopp)
304304
- Thomas Schulz (king2500)
305305
- Frank de Jonge (frenkynet)
306+
- Andre Rømcke (andrerom)
306307
- Nikita Konstantinov
307308
- Wodor Wodorski
308309
- Thomas Lallement (raziel057)
309310
- mcfedr (mcfedr)
310311
- Colin O'Dell (colinodell)
311312
- Giorgio Premi
313+
- renanbr
312314
- Alex Rock (pierstoval)
313315
- Ben Davies (bendavies)
314316
- Beau Simensen (simensen)
@@ -371,7 +373,6 @@ Symfony is the result of the work of many people who made the code better
371373
- Ricard Clau (ricardclau)
372374
- Mark Challoner (markchalloner)
373375
- Gennady Telegin (gtelegin)
374-
- renanbr
375376
- Erin Millard
376377
- Artur Melo (restless)
377378
- Matthew Lewinski (lewinski)
@@ -380,7 +381,6 @@ Symfony is the result of the work of many people who made the code better
380381
- Nicolas LEFEVRE (nicoweb)
381382
- alquerci
382383
- Mateusz Sip (mateusz_sip)
383-
- Andre Rømcke (andrerom)
384384
- Francesco Levorato
385385
- Dmitrii Poddubnyi (karser)
386386
- Vitaliy Zakharov (zakharovvi)
@@ -391,6 +391,7 @@ Symfony is the result of the work of many people who made the code better
391391
- Tomasz Kowalczyk (thunderer)
392392
- Artur Eshenbrener
393393
- Andreas Braun
394+
- Arjen van der Meijden
394395
- Damien Alexandre (damienalexandre)
395396
- Thomas Perez (scullwm)
396397
- Felix Labrecque
@@ -411,6 +412,7 @@ Symfony is the result of the work of many people who made the code better
411412
- Grzegorz (Greg) Zdanowski (kiler129)
412413
- Iker Ibarguren (ikerib)
413414
- Kirill chEbba Chebunin (chebba)
415+
- Stadly
414416
- Greg Thornton (xdissent)
415417
- Quynh Xuan Nguyen (xuanquynh)
416418
- Martin Hujer (martinhujer)
@@ -558,10 +560,10 @@ Symfony is the result of the work of many people who made the code better
558560
- Jakub Škvára (jskvara)
559561
- Andrew Udvare (audvare)
560562
- alexpods
561-
- Arjen van der Meijden
562563
- Adam Szaraniec (mimol)
563564
- Dariusz Ruminski
564565
- Erik Trapman (eriktrapman)
566+
- Rokas Mikalkėnas (rokasm)
565567
- De Cock Xavier (xdecock)
566568
- Almog Baku (almogbaku)
567569
- Scott Arciszewski
@@ -806,7 +808,6 @@ Symfony is the result of the work of many people who made the code better
806808
- John Bohn (jbohn)
807809
- Marc Morera (mmoreram)
808810
- Saif Eddin Gmati (azjezz)
809-
- Stadly
810811
- Andrew Hilobok (hilobok)
811812
- Noah Heck (myesain)
812813
- Christian Soronellas (theunic)
@@ -960,14 +961,14 @@ Symfony is the result of the work of many people who made the code better
960961
- Benoît Merlet (trompette)
961962
- Koen Kuipers
962963
- datibbaw
963-
- Rokas Mikalkėnas (rokasm)
964964
- Erik Saunier (snickers)
965965
- Rootie
966966
- Kyle
967967
- Daniel Alejandro Castro Arellano (lexcast)
968968
- sensio
969969
- Chris Tanaskoski
970970
- Thomas Jarrand
971+
- Antoine Bluchet (soyuka)
971972
- Sebastien Morel (plopix)
972973
- Patrick Kaufmann
973974
- Anton Dyshkant
@@ -1009,6 +1010,7 @@ Symfony is the result of the work of many people who made the code better
10091010
- Joost van Driel
10101011
- Icode4Food (icode4food)
10111012
- Radosław Benkel
1013+
- EStyles (insidestyles)
10121014
- kevin.nadin
10131015
- jean pasqualini (darkilliant)
10141016
- Ross Motley (rossmotley)
@@ -1035,6 +1037,7 @@ Symfony is the result of the work of many people who made the code better
10351037
- Ashura
10361038
- Hryhorii Hrebiniuk
10371039
- johnstevenson
1040+
- Antonio Pauletich (x-coder264)
10381041
- hamza
10391042
- dantleech
10401043 10000
- Bastien DURAND (deamon)
@@ -1054,6 +1057,7 @@ Symfony is the result of the work of many people who made the code better
10541057
- chispita
10551058
- Wojciech Sznapka
10561059
- Gavin Staniforth
1060+
- Ksaveras Šakys (xawiers)
10571061
- Ariel J. Birnbaum
10581062
- Danijel Obradović
10591063
- Pablo Borowicz
@@ -1078,6 +1082,7 @@ Symfony is the result of the work of many people who made the code better
10781082
- Mert Simsek (mrtsmsk0)
10791083
- Lin Clark
10801084
- Jeremy David (jeremy.david)
1085+
- Jordi Rejas
10811086
- Troy McCabe
10821087
- Ville Mattila
10831088
- ilyes kooli
@@ -1204,6 +1209,7 @@ Symfony is the result of the work of many people who made the code better
12041209
- antograssiot
12051210
- Ilya Vertakov
12061211
- Brooks Boyd
1212+
- johnillo
12071213
- Roger Webb
12081214
- Dmitriy Simushev
12091215
- Pawel Smolinski
@@ -1272,6 +1278,7 @@ Symfony is the result of the work of many people who made the code better
12721278
- Lars Ambrosius Wallenborn (larsborn)
12731279
- Oriol Mangas Abellan (oriolman)
12741280
- Sebastian Göttschkes (sgoettschkes)
1281+
- Toni Peric (tperic)
12751282
- Tatsuya Tsuruoka
12761283
- Ross Tuck
12771284
- Andreas Erhard
@@ -1407,6 +1414,7 @@ Symfony is the result of the work of many people who made the code better
14071414
- Jon Gotlin (jongotlin)
14081415
- Michael Dowling (mtdowling)
14091416
- Karlos Presumido (oneko)
1417+
- Tony Vermeiren (tony)
14101418
- Thomas Counsell
14111419
- BilgeXA
14121420
- r1pp3rj4ck
@@ -1519,6 +1527,7 @@ Symfony is the result of the work of many people who made the code better
15191527
- Francisco Facioni (fran6co)
15201528
- Iwan van Staveren (istaveren)
15211529
- Povilas S. (povilas)
1530+
- Laurent Negre (raulnet)
15221531
- Evrard Boulou
15231532
- pborreli
15241533
- Boris Betzholz
@@ -1716,6 +1725,7 @@ Symfony is the result of the work of many people who made the code better
17161725
- Dmitriy Fedorenko
17171726
- vlakoff
17181727
- bertillon
1728+
- thib92
17191729
- Rudolf Ratusiński
17201730
- Bertalan Attila
17211731
- AmsTaFF (amstaff)
@@ -1882,6 +1892,7 @@ Symfony is the result of the work of many people who made the code better
18821892
- Yorkie Chadwick (yorkie76)
18831893
- GuillaumeVerdon
18841894
- Philipp Keck
1895+
- Angel Fernando Quiroz Campos
18851896
- Ondrej Mirtes
18861897
- akimsko
18871898
- Youpie
@@ -2129,6 +2140,7 @@ Symfony is the result of the work of many people who made the code better
21292140
- samuel laulhau (lalop)
21302141
- Laurent Bachelier (laurentb)
21312142
- Luís Cobucci (lcobucci)
2143+
- Mehdi Achour (machour)
21322144
- Marcos Gómez Vilches (markitosgv)
21332145
- Matthieu Mota (matthieumota)
21342146
- Matthieu Moquet (mattketmo)

src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ public function searchAction(Request $request)
262262
{
263263
$this->denyAccessIfProfilerDisabled();
264264

265-
$ip = preg_replace('/[^:\d\.]/', '', $request->query->get('ip'));
265+
$ip = $request->query->get('ip');
266266
$method = $request->query->get('method');
267267
$statusCode = $request->query->get('status_code');
268268
$url = $request->query->get('url');

0 commit comments

Comments
 (0)
0