8000 Merge branch '2.1' into 2.2 · symfony/symfony@aaf4f12 · GitHub
[go: up one dir, main page]

Skip to content

Commit aaf4f12

Browse files
committed
Merge branch '2.1' into 2.2
* 2.1: bumped Symfony version to 2.1.10-DEV updated VERSION for 2.1.9 update CONTRIBUTORS for 2.1.9 updated CHANGELOG for 2.1.9 [FrameworkBundle] Reuse definition variable in FormPass Conflicts: src/Symfony/Component/HttpKernel/Kernel.php
2 parents 64ac34d + e9b6c34 commit aaf4f12

File tree

3 files changed

+77
-21
lines changed

3 files changed

+77
-21
lines changed

CHANGELOG-2.1.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,41 @@ in 2.1 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.1.0...v2.1.1
99

10+
* 2.1.9 (2013-03-26)
11+
12+
* 9875c4b: Added '@@' escaping strategy for YamlFileLoader and YamlDumper
13+
* bbcdfe2: [Yaml] fixed bugs with folded scalar parsing
14+
* 5afea04: [Form] made DefaultCsrfProvider using session_status() when available
15+
* c928ddc: [HttpFoudantion] fixed Request::getPreferredLanguage()
16+
* e6b7515: [DomCrawler] added support for query string with slash
17+
* 17dc2ff: [HttpRequest] fixes Request::getLanguages() bug
18+
* e51432a: sub-requests are now created with the same class as their parent
19+
* ef53456: [DoctrineBridge] Avoids blob values to be logged by doctrine
20+
* 6575df6: [Security] use current request attributes to generate redirect url?
21+
* 7216cb0: [Validator] fix showing wrong max file size for upload errors
22+
* c423f16: [2.1][TwigBridge] Fixes Issue #7342 in TwigBridge
23+
* 7d87ecd: [FrameworkBundle] fixed cahe:clear command's warmup
24+
* fe4cc24: [TwigBridge] fixed fixed scope & trans_default_domain node visitor
25+
* fc47589: [BrowserKit] added ability to ignored malformed set-cookie header
26+
* 5bc30bb: [Translation] added xliff loader/dumper with resname support
27+
* 7241be9: [Finder] fixed a potential issue on Solaris where INF value is wrong (refs #7269)
28+
* 1d3da29: [FrameworkBundle] avoids cache:clear to break if new/old folders already exist
29+
* b9cdb9a: [HttpKernel] Fixed possible profiler token collision (closes #7272, closes #7171)
30+
* d1f5d25: [FrameworkBundle] Fixes invalid serialized objects in cache
31+
* c82c754: RedisProfilerStorage wrong db-number/index-number selected
32+
* e86fefa: Unset loading[$id] in ContainerBuilder on exception
33+
* 73bead7: [ClassLoader] made DebugClassLoader idempotent
34+
* a4ec677: [DomCrawler] Fix relative path handling in links
35+
* 6681df0: [Console] fixed StringInput binding
36+
* 5b19c89: [Console] fixed unparsed StringInput tokens
37+
* bae83c7: [TwigBridge] fixed trans twig extractor
38+
* 8f8ba38: [DomCrawler] fix handling of schemes by Link::getUri()
39+
* 83382bc: [TwigBridge] fixed the translator extractor that were not trimming the text in trans tags (closes #7056)
40+
* b1ea8e5: Fixed handling absent href attribute in base tag
41+
* 8d9cd42: Routing issue with installation in a sub-directory ref: https://github.com/symfony/symfony/issues/7129
42+
* 0690709: added a DebuClassLoader::findFile() method to make the wrapping less invasive
43+
* 635b1fc: StringInput resets the given options.
44+
1045
* 2.1.8 (2013-02-23)
1146

1247
* b2080c4: [HttpFoundation] Remove Cache-Control when using https download via IE<9 (fixes #6750)

CONTRIBUTORS.md

Lines changed: 37 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ Symfony2 is the result of the work of many people who made the code better
2020
- Joseph Bielawski (stloyd)
2121
- Igor Wiedler (igorw)
2222
- Benjamin Eberlei (beberlei)
23+
- Jean-François Simon (jfsimon)
2324
- Hugo Hamon (hhamon)
2425
- Eriksen Costa (eriksencosta)
2526
- Martin Hasoň (hason)
26-
- Jean-François Simon (jfsimon)
2727
- Jonathan Wage (jwage)
2828
- William Durand (couac)
2929
- Alexandre Salomé (alexandresalome)
@@ -40,11 +40,11 @@ Symfony2 is the result of the work of many people who made the code better
4040
- Arnaud Le Blanc (arnaud-lb)
4141
- Florin Patan (florinpatan)
4242
- Eric Clemmons (ericclemmons)
43+
- Bilal Amarni (bamarni)
4344
- Henrik Westphal (snc)
4445
- Romain Neutron (romain)
4546
- Deni
4647
- Dariusz Górecki (canni)
47-
- Bilal Amarni (bamarni)
4848
- Marc Weistroff (futurecat)
4949
- Jordan Alliot (jalliot)
5050
- Arnout Boks (aboks)
@@ -54,25 +54,25 @@ Symfony2 is the result of the work of many people who made the code better
5454
- Andrej Hudec (pulzarraider)
5555
- Brikou Carré (brikou)
5656
- John Wards (johnwards)
57-
- Antoine Hérault (herzult)
5857
- Fran Moreno (franmomu)
58+
- Antoine Hérault (herzult)
5959
- Daniel Holmes (dholmes)
60-
- Bart van den Burg (burgov)
61-
- Christian Raue
6260
- Tim Nagel (merk)
6361
- Włodzimierz Gajda (gajdaw)
62+
- Bart van den Burg (burgov)
63+
- Christian Raue
6464
- Michal Piotrowski (eventhorizon)
65+
- Toni Uebernickel (havvg)
6566
- Colin Frei
6667
- lenar
67-
- Toni Uebernickel (havvg)
6868
- Fabien Pennequin (fabienpennequin)
6969
- excelwebzone
7070
- woodspire
71+
- Michel Weimerskirch (mweimerskirch)
7172
- Grégoire Pineau (lyrixx)
7273
- Mario A. Alvarez Garcia (nomack84)
7374
- Douglas Greenshields (shieldo)
7475
- Kevin Bond (kbond)
75-
- Michel Weimerskirch (mweimerskirch)
7676
- Richard Miller (mr_r_miller)
7777
- Jacob Dreesen (jdreesen)
7878
- Richard Shank (iampersistent)
@@ -81,6 +81,7 @@ Symfony2 is the result of the work of many people who made the code better
8181
- Robert Schönthal (digitalkaoz)
8282
- Felix Labrecque
8383
- Michał Pipa (michal.pipa)
84+
- Gordon Franke (gimler)
8485
- Daniel Gomes (danielcsgomes)
8586
- Gábor Egyed (1ed)
8687
- Tigran Azatyan (tigranazatyan)
@@ -89,7 +90,6 @@ Symfony2 is the result of the work of many people who made the code better
8990
- Arnaud Kleinpeter (nanocom)
9091
- David Buchmann (dbu)
9192
- Jonathan Ingram (jonathaningram)
92-
- Gordon Franke (gimler)
9393
- Sebastiaan Stok (sstok)
9494
- Javier Eguiluz (javier.eguiluz)
9595
- Matthieu Ouellette-Vachon (maoueh)
@@ -132,6 +132,7 @@ Symfony2 is the result of the work of many people who made the code better
132132
- Alif Rachmawadi
133133
- boombatower
134134
- Florian Klein (docteurklein)
135+
- Adrien Brault (adrienbrault)
135136
- jules boussekeyt (gordonslondon)
136137
- Jan Sorgalla (jsor)
137138
- jdhoek
@@ -148,7 +149,6 @@ Symfony2 is the result of the work of many people who made the code better
148149
- Eric GELOEN (gelo)
149150
- Sebastian Bergmann
150151
- arjen
151-
- Adrien Brault (adrienbrault)
152152
- sun (sun)
153153
- Manuel Kiessling (manuelkiessling)
154154
- Sergey Linnik
@@ -171,8 +171,10 @@ Symfony2 is the result of the work of many people who made the code better
171171
- Jeanmonod David (jeanmonod)
172172
- Thomas Lallement (raziel057)
173173
- Niklas Fiekas
174+
- Francesco Levorato
174175
- Tom Van Looy (tvlooy)
175176
- Brouznouf
177+
- Peter Kruithof (pkruithof)
176178
- Greg Thornton (xdissent)
177179
- Lars Strojny
178180
- Terje Bråten
@@ -194,13 +196,17 @@ Symfony2 is the result of the work of many people who made the code better
194196
- Christophe L. (christophelau)
195197
- Michael Ridgway
196198
- Pavel Campr (pcampr)
199+
- Emanuele Gaspari (inmarelibero)
197200
- Brian King
198201
- Ricard Clau (ricardclau)
199202
- Jan Schumann
203+
- Erin Millard
200204
- Olivier Dolbeau (odolbeau)
201205
- Konstantin Myakshin (koc)
206+
- Elnur Abdurrakhimov (elnur)
202207
- Michele Orselli (orso)
203208
- Asier Illarramendi (doup)
209+
- Javier López (loalf)
204210
- Chris Heng (gigablah)
205211
- Christoph Mewes (xrstf)
206212
- Jonas Flodén (flojon)
@@ -226,7 +232,6 @@ Symfony2 is the result of the work of many people who made the code better
226232
- mcben
227233
- Maks Slesarenko
228234
- Vicent Soria Durá (vicentgodella)
229-
- Peter Kruithof (pkruithof)
230235
- Erik Trapman (eriktrapman)
231236
- De Cock Xavier (xdecock)
232237
- Manuel Reinhard (sprain)
@@ -253,15 +258,14 @@ Symfony2 is the result of the work of many people who made the code better
253258
- Lenar Lõhmus
254259
- Zach Badgett (zachbadgett)
255260
- Aurélien Fredouelle
256-
- Francesco Levorato
257261
- Karoly Negyesi (chx)
262+
- janschoenherr
258263
- Thomas Tourlourat (armetiz)
259264
- jamogon
260265
- Geoffrey Tran (geoff)
261266
- Florian Rey (nervo)
262267
- Maks
263268
- Christian Schaefer (caefer)
264-
- Emanuele Gaspari (inmarelibero)
265269
- Elliot Anderson (elliot)
266270
- Patrick Kaufmann
267271
- Ben Ramsey (ramsey)
@@ -272,15 +276,13 @@ Symfony2 is the result of the work of many people who made the code better
272276
- aubx
273277
- Max Rath (drak3)
274278
- Ruben Gonzalez (rubenrua)
275-
- Elnur Abdurrakhimov (elnur)
276279
- Sinan Eldem
277280
- DerManoMann
278281
- Nahuel Cuesta (ncuesta)
279282
- Chris Boden (cboden)
280283
- Roumen Damianoff (roumen)
281284
- Pierre du Plessis (pierredup)
282285
- Åsmund Garfors
283-
- Erin Millard
284286
- Jeremy David (jeremy.david)
285287
- Tobias Sjösten (tobiassjosten)
286288
- Dustin Dobervich (dustin10)
@@ -293,12 +295,15 @@ Symfony2 is the result of the work of many people who made the code better
293295
- yktd26
294296
- Jakub Kucharovic
295297
- umpirski
298+
- Dmitrii Chekaliuk
296299
- cedric lombardot (cedriclombardot)
297300
- John Kary (johnkary)
298301
- Hossein Bukhamsin
299302
- Pierre-Yves LEBECQ (pylebecq)
300303
- Fabrice Bernhard (fabriceb)
304+
- Oleg Zinchenko (cystbear)
301305
- Johannes Klauss (cloppy)
306+
- fzerorubigd
302307
- Mark Sonnabaum
303308
- develop
304309
- Atsuhiro KUBO (iteman)
@@ -382,7 +387,6 @@ Symfony2 is the result of the work of many people who made the code better
382387
- Miha Vrhovnik
383388
- Moritz Borgmann
384389
- Daniel Cestari
385-
- Javier López (loalf)
386390
- Magnus Nordlander (magnusnordlander)
387391
- Adam Monsen (meonkeys)
388392
- LOUARDI Abdeltif (ouardisoft)
@@ -405,6 +409,7 @@ Symfony2 is the result of the work of many people who made the code better
405409
- Irmantas Šiupšinskas (irmantas)
406410
- dantleech
407411
- Tero Alén (tero)
412+
- Artem (digi)
408413
- Vadim Tyukov (vatson)
409414
- Sortex
410415
- arjenjb
@@ -415,15 +420,16 @@ Symfony2 is the result of the work of many people who made the code better
415420
- Sébastien Lavoie
416421
- Per Sandström (per)
417422
- Ville Mattila
423+
- Marcos Quesada (marcos_quesada)
418424
- Robert Kiss (kepten)
419425
- Vitaliy Tverdokhlib (vitaliytv)
420426
- Martijn Evers
421427
- Sergii Smertin (nfx)
428+
- Eddie Jaoude
422429
- Nerijus Arlauskas
423430
- Haritz Iturbe (hizai)
424431
- SPolischook
425432
- Diego Sapriza
426-
- fzerorubigd
427433
- Joan Cruz
428434
- Antoine Corcy
429435
- inspiran
@@ -433,11 +439,11 @@ Symfony2 is the result of the work of many people who made the code better
433439
- Alex Demchenko (pilot)
434440
- Tomasz Kowalczyk (thunderer)
435441
- Vincent AUBERT (vincent)
442+
- Benoit Garret
436443
- DerManoMann
437444
- Jochen Bayer (jocl)
438445
- Jeremy Bush
439446
- Evan Villemez
440-
- Dmitrii Chekaliuk
441447
- Davide Borsatto (davide.borsatto)
442448
- kaiwa
443449
- Albert Ganiev (helios-ag)
@@ -468,6 +474,7 @@ Symfony2 is the result of the work of many people who made the code better
468474
- Janusz Jablonski
469475
- George Giannoulopoulos
470476
- Ilya Biryukov
477+
- Lance McNearney
471478
- Alberto Pirovano (geezmo)
472479
- Xavier Briand (xavierbriand)
473480
- Evan Kaufman
@@ -490,10 +497,14 @@ Symfony2 is the result of the work of many people who made the code better
490497
- Simon Neidhold
491498
- Kevin Dew
492499
- James Cowgill
500+
- Thomas Ploch (tploch)
501+
- Benjamin Bender
493502
- Konrad Mohrfeldt
503+
- Benoit Lévêque (benoit_leveque)
494504
- Mephistofeles
495505
- pscheit
496506
- Nicolas Badey (nico-b)
507+
- Gunnar Lium
497508
- povilas
498509
- Lars Strojny
499510
- Bouke Haarsma
@@ -504,8 +515,10 @@ Symfony2 is the result of the work of many people who made the code better
504515
- Francisco Facioni (fran6co)
505516
- Paweł Wacławczyk (pwc)
506517
- Eric Caron
518+
- 2manypeople
507519
- Thomas Bibb
508520
- Josef Cech
521+
- Ait Boudad Abdellatif (aitboudad)
509522
- Andrey Esaulov (andremaha)
510523
- hicham ELGUAROUANI (hiiimoo)
511524
- Stefan Koopmanschap (skoop)
@@ -514,7 +527,6 @@ Symfony2 is the result of the work of many people who made the code better
514527
- Chris Tickner (tickner)
515528
- Luis Muñoz
516529
- Thomas Chmielowiec
517-
- Oleg Zinchenko
518530
- Christoph Nissle (derstoffel)
519531
- Xavier HAUSHERR
520532
- Benjamin Zikarsky
@@ -538,6 +550,7 @@ Symfony2 is the result of the work of many people who made the code better
538550
- Artyom Protaskin
539551
- Nathanael d. Noblet
540552
- helmer
553+
- Julien Moulin (lizjulien)
541554
- devel
542555
- gedrox
543556
- hirocaster
@@ -569,6 +582,7 @@ Symfony2 is the result of the work of many people who made the code better
569582
- Haritz
570583
- Grummfy
571584
- Rowan Manning
585+
- Kevin Herrera
572586
- David Windell
573587
- Gabriel Birke
574588
- Alan Chen
@@ -595,6 +609,7 @@ Symfony2 is the result of the work of many people who made the code better
595609
- Jorge Martin (jorgemartind)
596610
- giulio de donato (liuggio)
597611
- Matthew Davis (mdavis1982)
612+
- Muriel Lusseau (metalmumu)
598613
- Matthias Pigulla (mpdude)
599614
- Pablo Monterde Perez (plebs)
600615
- Jimmy Leger (redpanda)
@@ -650,6 +665,7 @@ Symfony2 is the result of the work of many people who made the code better
650665
- kwiateusz
651666
- David Soria Parra
652667
- Sergiy Sokolenko
668+
- dinitrol
653669
- Penny Leach
654670
- Gábor Fási
655671
- oscartv
@@ -663,6 +679,8 @@ Symfony2 is the result of the work of many people who made the code better
663679
- dorkitude
664680
- tirnanog06
665681
- Besnik Br
682+
- sualko
683+
- Nicolas Roudaire
666684
- Alex Olmos (alexolmos)
667685
- Juan Ases García (ases)
668686
- Bernd Matzner (bmatzner)
@@ -693,6 +711,7 @@ Symfony2 is the result of the work of many people who made the code better
693711
- Alex Carol (picard89)
694712
- Daniel Perez Pinazo (pitiflautico)
695713
- Ruud Kamphuis (ruudk)
714+
- Sarah Khalil (saro0h)
696715
- Sebastian Busch (sebu)
697716
- Simon Terrien (sterrien)
698717
- Markus Tacker (tacker)

src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/FormPass.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ public function process(ContainerBuilder $container)
2828
return;
2929
}
3030

31+
$definition = $container->getDefinition('form.extension');
32+
3133
// Builds an array with service IDs as keys and tag aliases as values
3234
$types = array();
3335

@@ -40,7 +42,7 @@ public function process(ContainerBuilder $container)
4042
$types[$alias] = $serviceId;
4143
}
4244

43-
$container->getDefinition('form.extension')->replaceArgument(1, $types);
45+
$definition->replaceArgument(1, $types);
4446

4547
$typeExtensions = array();
4648

@@ -52,11 +54,11 @@ public function process(ContainerBuilder $container)
5254
$typeExtensions[$alias][] = $serviceId;
5355
}
5456

55-
$container->getDefinition('form.extension')->replaceArgument(2, $typeExtensions);
57+
$definition->replaceArgument(2, $typeExtensions);
5658

5759
// Find all services annotated with "form.type_guesser"
5860
$guessers = array_keys($container->findTaggedServiceIds('form.type_guesser'));
5961

60-
$container->getDefinition('form.extension')->replaceArgument(3, $guessers);
62+
$definition->replaceArgument(3, $guessers);
6163
}
6264
}

0 commit comments

Comments
 (0)
0