Skip to content

Commit 90fa8a8

Browse files
authored
Merge pull request #23361 from fabpot/release-2.7.30
released v2.7.30
2 parents 71a69b4 + 75443d2 commit 90fa8a8

File tree

3 files changed

+70
-23
lines changed

3 files changed

+70
-23
lines changed

CHANGELOG-2.7.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,36 @@ in 2.7 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/v2.7.0...v2.7.1
99

10+
* 2.7.30 (2017-07-03)
11+
12+
* bug #23341 [DoctrineBridge][Security][Validator] do not validate empty values (xabbuh)
13+
* bug #23274 Display a better error design when the toolbar cannot be displayed (yceruto)
14+
* bug #23333 [PropertyAccess] Fix TypeError discard (dunglas)
15+
* bug #23345 [Console] fix description of INF default values (xabbuh)
16+
* bug #23279 Don't call count on non countable object (pierredup)
17+
* bug #23283 [TwigBundle] add back exception check (xabbuh)
18+
* bug #23268 Show exception is checked twice in ExceptionController of twig (gmponos)
19+
* bug #23266 Display a better error message when the toolbar cannot be displayed (javiereguiluz)
20+
* bug #23271 [FrameworkBundle] allow SSI fragments configuration in XML files (xabbuh)
21+
* bug #23254 [Form][TwigBridge] render hidden _method field in form_rest() (xabbuh)
22+
* bug #23250 [Translation] return fallback locales whenever possible (xabbuh)
23+
* bug #22732 [Security] fix switch user _exit without having current token (dmaicher)
24+
* bug #22730 [FrameworkBundle] Sessions: configurable "use_strict_mode" option for NativeSessionStorage (MacDada)
25+
* bug #23195 [FrameworkBundle] [Command] Clean bundle directory, fixes #23177 (NicolasPion)
26+
* bug #23052 [TwigBundle] Add Content-Type header for exception response (rchoquet)
27+
* bug #23199 Reset redirectCount when throwing exception (hvanoch)
28+
* bug #23186 [TwigBundle] Move template.xml loading to a compiler pass (ogizanagi)
29+
* bug #23130 Keep s-maxage when expiry and validation are used in combination (mpdude)
30+
* bug #23129 Fix two edge cases in ResponseCacheStrategy (mpdude)
31+
* feature #22636 [Routing] Expose request in route conditions, if needed and possible (ro0NL)
32+
* bug #22636 [Routing] Expose request in route conditions, if needed and possible (ro0NL)
33+
* bug #23057 [Translation][FrameworkBundle] Fix resource loading order inconsistency reported in #23034 (mpdude)
34+
* bug #23092 [Filesystem] added workaround in Filesystem::rename for PHP bug (VolCh)
35+
* bug #23128 [HttpFoundation] fix for Support for new 7.1 session options (vincentaubert)
36+
* bug #23176 [VarDumper] fixes (nicolas-grekas)
37+
* bug #23086 [FrameworkBundle] Fix perf issue in CacheClearCommand::warmup() (nicolas-grekas)
38+
* bug #23098 Cache ipCheck (2.7) (gonzalovilaseca)
39+
1040
* 2.7.29 (2017-06-07)
1141

1242
* bug #23069 [SecurityBundle] Show unique Inherited roles in profile panel (yceruto)

CONTRIBUTORS.md

Lines changed: 38 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ Symfony is the result of the work of many people who made the code better
2020
- Javier Eguiluz (javier.eguiluz)
2121
- Hugo Hamon (hhamon)
2222
- Abdellatif Ait boudad (aitboudad)
23+
- Maxime Steinhausser (ogizanagi)
24+
- Robin Chalas (chalas_r)
2325
- Romain Neutron (romain)
2426
- Pascal Borreli (pborreli)
2527
- Wouter De Jong (wouterj)
26-
- Robin Chalas (chalas_r)
27-
- Maxime Steinhausser (ogizanagi)
2828
- Grégoire Pineau (lyrixx)
2929
- Joseph Bielawski (stloyd)
3030
- Karma Dordrak (drak)
@@ -38,8 +38,8 @@ Symfony is the result of the work of many people who made the code better
3838
- Jules Pietri (heah)
3939
- Roland Franssen (ro0)
4040
- Sarah Khalil (saro0h)
41-
- Jonathan Wage (jwage)
4241
- Guilhem Niot (energetick)
42+
- Jonathan Wage (jwage)
4343
- Diego Saint Esteben (dosten)
4444
- Alexandre Salomé (alexandresalome)
4545
- William Durand (couac)
@@ -48,24 +48,24 @@ Symfony is the result of the work of many people who made the code better
4848
- stealth35 ‏ (stealth35)
4949
- Alexander Mols (asm89)
5050
- Bulat Shakirzyanov (avalanche123)
51-
- Peter Rehm (rpet)
5251
- Iltar van der Berg (kjarli)
52+
- Peter Rehm (rpet)
5353
- Saša Stamenković (umpirsky)
5454
- Henrik Bjørnskov (henrikbjorn)
5555
- Miha Vrhovnik
5656
- Diego Saint Esteben (dii3g0)
5757
- Konstantin Kudryashov (everzet)
58+
- Matthias Pigulla (mpdude)
5859
- Bilal Amarni (bamarni)
5960
- Florin Patan (florinpatan)
60-
- Matthias Pigulla (mpdude)
61+
- Gábor Egyed (1ed)
6162
- Kevin Bond (kbond)
6263
- Andrej Hudec (pulzarraider)
63-
- Gábor Egyed (1ed)
64+
- Pierre du Plessis (pierredup)
6465
- Michel Weimerskirch (mweimerskirch)
6566
- Eric Clemmons (ericclemmons)
6667
- Charles Sarrazin (csarrazi)
6768
- Christian Raue
68-
- Pierre du Plessis (pierredup)
6969
- Arnout Boks (aboks)
7070
- Deni
7171
- Henrik Westphal (snc)
@@ -83,36 +83,36 @@ Symfony is the result of the work of many people who made the code better
8383
- Toni Uebernickel (havvg)
8484
- Bart van den Burg (burgov)
8585
- Jordan Alliot (jalliot)
86+
- Jérôme Tamarelle (gromnan)
8687
- John Wards (johnwards)
8788
- Dariusz Ruminski
8889
- Fran Moreno (franmomu)
8990
- Antoine Hérault (herzult)
90-
- Jérôme Tamarelle (gromnan)
9191
- Paráda József (paradajozsef)
9292
- Arnaud Le Blanc (arnaud-lb)
9393
- Maxime STEINHAUSSER
94+
- Alexander M. Turek (derrabus)
9495
- Michal Piotrowski (eventhorizon)
9596
- Issei Murasawa (issei_m)
9697
- Tim Nagel (merk)
9798
- Brice BERNARD (brikou)
98-
- Alexander M. Turek (derrabus)
9999
- Baptiste Clavié (talus)
100+
- Vladimir Reznichenko (kalessil)
100101
- marc.weistroff
101102
- lenar
102103
- Włodzimierz Gajda (gajdaw)
103-
- Vladimir Reznichenko (kalessil)
104+
- Yonel Ceruto González (yonelceruto)
104105
- Alexander Schwenn (xelaris)
106+
- Jacob Dreesen (jdreesen)
105107
- Florian Voutzinos (florianv)
106108
- Colin Frei
107109
- Adrien Brault (adrienbrault)
108110
- Joshua Thijssen
109111
- Peter Kokot (maastermedia)
110112
- David Buchmann (dbu)
111113
- excelwebzone
112-
- Jacob Dreesen (jdreesen)
113114
- Tobias Nyholm (tobias)
114115
- Tomáš Votruba (tomas_votruba)
115-
- Yonel Ceruto González (yonelceruto)
116116
- Fabien Pennequin (fabienpennequin)
117117
- Gordon Franke (gimler)
118118
- Eric GELOEN (gelo)
@@ -124,13 +124,13 @@ Symfony is the result of the work of many people who made the code better
124124
- Sebastiaan Stok (sstok)
125125
- Stefano Sala (stefano.sala)
126126
- Evgeniy (ewgraf)
127+
- Vincent AUBERT (vincent)
127128
- Juti Noppornpitak (shiroyuki)
128129
- Tigran Azatyan (tigranazatyan)
129130
- Sebastian Hörl (blogsh)
130131
- Daniel Gomes (danielcsgomes)
131132
- Hidenori Goto (hidenorigoto)
132133
- Guilherme Blanco (guilhermeblanco)
133-
- Vincent AUBERT (vincent)
134134
- Pablo Godel (pgodel)
135135
- Jérémie Augustin (jaugustin)
136136
- Andréia Bohner (andreia)
@@ -147,23 +147,24 @@ Symfony is the result of the work of many people who made the code better
147147
- Thomas Rabaix (rande)
148148
- Rouven Weßling (realityking)
149149
- Teoh Han Hui (teohhanhui)
150+
- David Maicher (dmaicher)
150151
- Jérôme Vasseur (jvasseur)
151152
- Clemens Tolboom
152153
- Helmer Aaviksoo
153154
- Grégoire Paris (greg0ire)
154155
- Hiromi Hishida (77web)
155156
- Matthieu Ouellette-Vachon (maoueh)
156157
- Michał Pipa (michal.pipa)
158+
- Dawid Nowak
157159
- Amal Raghav (kertz)
158160
- Jonathan Ingram (jonathaningram)
159161
- Artur Kotyrba
160-
- David Maicher (dmaicher)
161162
- jeremyFreeAgent (Jérémy Romey) (jeremyfreeagent)
162163
- James Halsall (jaitsu)
163164
- Warnar Boekkooi (boekkooi)
164165
- Dmitrii Chekaliuk (lazyhammer)
165166
- Clément JOBEILI (dator)
166-
- Dawid Nowak
167+
- Lars Strojny (lstrojny)
167168
- Possum
168169
- Dorian Villet (gnutix)
169170
- Richard Miller (mr_r_miller)
@@ -175,12 +176,12 @@ Symfony is the result of the work of many people who made the code better
175176
- Chris Wilkinson (thewilkybarkid)
176177
- Andreas Hucks (meandmymonkey)
177178
- Noel Guilbert (noel)
178-
- Lars Strojny (lstrojny)
179179
- Stepan Anchugov (kix)
180180
- bronze1man
181181
- Daniel Espendiller
182182
- sun (sun)
183183
- Larry Garfield (crell)
184+
- Oleg Voronkovich
184185
- Martin Schuhfuß (usefulthink)
185186
- apetitpa
186187
- Matthieu Bontemps (mbontemps)
@@ -242,7 +243,6 @@ Symfony is the result of the work of many people who made the code better
242243
- Uwe Jäger (uwej711)
243244
- Eugene Leonovich (rybakit)
244245
- Filippo Tessarotto
245-
- Oleg Voronkovich
246246
- Joseph Rouff (rouffj)
247247
- Félix Labrecque (woodspire)
248248
- GordonsLondon
@@ -294,6 +294,7 @@ Symfony is the result of the work of many people who made the code better
294294
- Victor Bocharsky (bocharsky_bw)
295295
- Jan Decavele (jandc)
296296
- Gustavo Piltcher
297+
- Nikolay Labinskiy (e-moe)
297298
- Stepan Tanasiychuk (stfalcon)
298299
- Tiago Ribeiro (fixe)
299300
- Hidde Boomsma (hboomsma)
@@ -359,7 +360,6 @@ Symfony is the result of the work of many people who made the code better
359360
- Endre Fejes
360361
- Tobias Naumann (tna)
361362
- Daniel Beyer
362-
- Nikolay Labinskiy (e-moe)
363363
- Shein Alexey
364364
- Romain Gautier (mykiwi)
365365
- Joe Lencioni
@@ -609,6 +609,7 @@ Symfony is the result of the work of many people who made the code better
609609
- Kevin (oxfouzer)
610610
- Paweł Wacławczyk (pwc)
611611
- Oleg Zinchenko (cystbear)
612+
- Baptiste Meyer (meyerbaptiste)
612613
- Johannes Klauss (cloppy)
613614
- Evan Villemez
614615
- fzerorubigd
@@ -671,6 +672,7 @@ Symfony is the result of the work of many people who made the code better
671672
- Benoit Lévêque (benoit_leveque)
672673
- Jeroen Fiege (fieg)
673674
- Krzysiek Łabuś
675+
- George Mponos (gmponos)
674676
- Xavier Lacot (xavier)
675677
- possum
676678
- Denis Zunke (donalberto)
@@ -734,6 +736,7 @@ Symfony is the result of the work of many people who made the code better
734736
- Omar Yepez (oyepez003)
735737
- mwsaz
736738
- Jelle Kapitein
739+
- Ben Scott
737740
- Benoît Bourgeois
738741
- mantulo
739742
- corphi
@@ -815,6 +818,7 @@ Symfony is the result of the work of many people who made the code better
815818
- ttomor
816819
- Mei Gwilym (meigwilym)
817820
- Michael H. Arieli (excelwebzone)
821+
- Tom Panier (neemzy)
818822
- Fred Cox
819823
- Luciano Mammino (loige)
820824
- fabios
@@ -850,6 +854,7 @@ Symfony is the result of the work of many people who made the code better
850854
- Máximo Cuadros (mcuadros)
851855
- tamirvs
852856
- julien.galenski
857+
- Israel J. Carberry
853858
- Bob van de Vijver
854859
- Christian Neff
855860
- Per Sandström (per)
@@ -888,7 +893,6 @@ Symfony is the result of the work of many people who made the code better
888893
- Eddie Jaoude
889894
- Antanas Arvasevicius
890895
- Haritz Iturbe (hizai)
891-
- Baptiste Meyer (meyerbaptiste)
892896
- Nerijus Arlauskas (nercury)
893897
- SPolischook
894898
- Diego Sapriza
@@ -910,8 +914,10 @@ Symfony is the result of the work of many people who made the code better
910914
- Marcin Chwedziak
911915
- hjkl
912916
- Tony Cosentino (tony-co)
917+
- Dan Wilga
913918
- Alexander Cheprasov
914919
- Rodrigo Díez Villamuera (rodrigodiez)
920+
- Malte Blättermann
915921
- e-ivanov
916922
- Jochen Bayer (jocl)
917923
- Jeremy Bush
@@ -923,19 +929,22 @@ Symfony is the result of the work of many people who made the code better
923929
- Péter Buri (burci)
924930
- Davide Borsatto (davide.borsatto)
925931
- kaiwa
932+
- RJ Garcia
926933
- Charles Sanquer (csanquer)
927934
- Albert Ganiev (helios-ag)
928935
- Neil Katin
929936
- David Otton
930937
- Will Donohoe
931938
- peter
939+
- Jaroslav Kuba
932940
- flip111
933941
- Jérémy Jourdin (jjk801)
934942
- BRAMILLE Sébastien (oktapodia)
935943
- Artem Kolesnikov (tyomo4ka)
936944
- Gustavo Adrian
937945
- Yannick
938946
- spdionis
947+
- rchoquet
939948
- Taras Girnyk
940949
- Eduardo García Sanz (coma)
941950
- James Gilliland
@@ -965,6 +974,7 @@ Symfony is the result of the work of many people who made the code better
965974
- Paul Matthews
966975
- Juan Traverso
967976
- Tarjei Huse (tarjei)
977+
- tsufeki
968978
- Philipp Strube
969979
- Christian Sciberras
970980
- Clement Herreman (clemherreman)
@@ -1055,6 +1065,7 @@ Symfony is the result of the work of many people who made the code better
10551065
- m.chwedziak
10561066
- Philip Frank
10571067
- Lance McNearney
1068+
- Gonzalo Vilaseca (gonzalovilaseca)
10581069
- Giorgio Premi
10591070
- Ian Carroll
10601071
- caponica
@@ -1065,7 +1076,6 @@ Symfony is the result of the work of many people who made the code better
10651076
- adev
10661077
- Luis Galeas
10671078
- Martin Pärtel
1068-
- George Mponos (gmponos)
10691079
- Patrick Daley (padrig)
10701080
- Xavier Briand (xavierbriand)
10711081
- Max Summe
@@ -1146,6 +1156,7 @@ Symfony is the result of the work of many people who made the code better
11461156
- Hoffmann András
11471157
- Olivier
11481158
- pscheit
1159+
- Wybren Koelmans
11491160
- Zdeněk Drahoš
11501161
- Dan Harper
11511162
- moldcraft
@@ -1233,6 +1244,7 @@ Symfony is the result of the work of many people who made the code better
12331244
- Fabien LUCAS (flucas2)
12341245
- Indra Gunawan (indragunawan)
12351246
- Karim Cassam Chenaï (ka)
1247+
- Michal Kurzeja (mkurzeja)
12361248
- Nicolas Bastien (nicolas_bastien)
12371249
- Denis (yethee)
12381250
- Andrew Zhilin (zhil)
@@ -1251,9 +1263,11 @@ Symfony is the result of the work of many people who made the code better
12511263
- Warwick
12521264
- VJ
12531265
- Chris
1266+
- Florent Olivaud
12541267
- JakeFr
12551268
- Simon Sargeant
12561269
- efeen
1270+
- Nicolas Pion
12571271
- Muhammed Akbulut
12581272
- Michał Dąbrowski (defrag)
12591273
- Simone Fumagalli (hpatoio)
@@ -1270,6 +1284,7 @@ Symfony is the result of the work of many people who made the code better
12701284
- Grinbergs Reinis (shima5)
12711285
- Artem Lopata (bumz)
12721286
- Nicole Cordes
1287+
- VolCh
12731288
- Alexey Popkov
12741289
- Gijs Kunze
12751290
- Artyom Protaskin
@@ -1375,6 +1390,7 @@ Symfony is the result of the work of many people who made the code better
13751390
- Dane Powell
13761391
- Gerrit Drost
13771392
- Linnaea Von Lavia
1393+
- Javan Eskander
13781394
- Lenar Lõhmus
13791395
- Cristian Gonzalez
13801396
- AlberT
@@ -1423,7 +1439,6 @@ Symfony is the result of the work of many people who made the code better
14231439
- Yanick Witschi
14241440
- Ondrej Mirtes
14251441
- akimsko
1426-
- Ben Scott
14271442
- Youpie
14281443
- srsbiz
14291444
- Taylan Kasap
@@ -1556,6 +1571,7 @@ Symfony is the result of the work of many people who made the code better
15561571
- Dawid Nowak
15571572
- Lesnykh Ilia
15581573
- Karolis Daužickas
1574+
- Nicolas
15591575
- Sergio Santoro
15601576
- tirnanog06
15611577
- phc
@@ -1689,6 +1705,7 @@ Symfony is the result of the work of many people who made the code better
16891705
- Adam Elsodaney (archfizz)
16901706
- Daniel Kolvik (dkvk)
16911707
- Marc Lemay (flug)
1708+
- Henne Van Och (hennevo)
16921709
- Jeroen De Dauw (jeroendedauw)
16931710
- Maxime COLIN (maximecolin)
16941711
- Muharrem Demirci (mdemirci)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy