merged 2.0

This commit is contained in:
Fabien Potencier 2011-10-04 13:49:11 +02:00
commit 92420ad6c9
2 changed files with 63 additions and 34 deletions

View File

@ -7,6 +7,29 @@ in 2.0 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.0.0...v2.0.1 To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v2.0.0...v2.0.1
* 2.0.4 (2011-10-04)
* cf4a91e: [ClassLoader] fixed usage of trait_exists()
* 8d6add6: [DoctrineBridge] fixed directory reference when the directory cannot be created
* 5419638: [HttpKernel] Show the actual directory needing to be created.
* 5c8a2fb: [Routing] fixed route overriden mechanism when using embedded collections (closes #2139)
* e70c884: [Bridge/Monolog] Fix WebProcessor to accept a Request object.
* 600b8ef: [Validator] added support for grapheme_strlen when mbstring is not installed but intl is installed
* d429594: removed separator of choice widget when the separator is null
* 17af138: fixed usage of LIBXML_COMPACT as it is not always available
* b12ce94: [HttpFoundation] fix #2142 PathInfo parsing/checking
* b402835: [HttpFoundation] standardized cookie paths (an empty path is equivalent to /)
* 1284681: [BrowserKit] standardized cookie paths (an empty path is equivalent to /)
* 1e7e6ba: [HttpFoundation] removed the possibility for a cookie path to set it to null (as this is equivalent to /)
* 2db24c2: removed time limit for the vendors script (closes #2282)
* c13b4e2: fixed fallback catalogue mechanism in Framework bundle
* 369f181: [FrameworkBundle] Add request scope to assets helper only if needed
* d6b915a: [FrameworkBundle] Assets templating helper does not need request scope
* ed02aa9: Fix console: list 'namespace' command display all available commands
* 85ed5c6: [ClassLoader] Fixed state when trait_exists doesn't exists
* e866a67: [DoctrineBundle] Tries to auto-generate the missing proxy files on the autoloader
* 908a7a3: [HttpFoundation] Fix bug in clearCookie/removeCookie not clearing cookies set with a default '/' path, unless it was explicitly specified
* 2.0.3 (2011-09-25) * 2.0.3 (2011-09-25)
* 49c585e: Revert "merged branch stealth35/ini_bool (PR #2235)" * 49c585e: Revert "merged branch stealth35/ini_bool (PR #2235)"

View File

@ -11,85 +11,89 @@ Symfony2 is the result of the work of many people who made the code better
- Victor Berchet (vicb) - Victor Berchet (vicb)
- Jordi Boggiano (Seldaek) - Jordi Boggiano (Seldaek)
- Ryan Weaver (weaverryan) - Ryan Weaver (weaverryan)
- Alexandre Salomé (alexandresalome)
- Christophe Coevoet (stof) - Christophe Coevoet (stof)
- Pascal Borreli (pborreli) - Pascal Borreli (pborreli)
- Joseph Bielawski (stloyd) - Joseph Bielawski (stloyd)
- Benjamin Eberlei (beberlei) - Benjamin Eberlei (beberlei)
- Alexandre Salomé (alexandresalome)
- Lukas Kahwe Smith (lsmith77) - Lukas Kahwe Smith (lsmith77)
- Igor Wiedler (igorw) - Igor Wiedler (igorw)
- Jonathan H. Wage (jwage)
- Jeremy Mikola (jmikola) - Jeremy Mikola (jmikola)
- Jonathan H. Wage (jwage)
- stealth35 (stealth35)
- Hugo Hamon (hhamon) - Hugo Hamon (hhamon)
- Thibault Duplessis (ornicar) - Thibault Duplessis (ornicar)
- Bulat Shakirzyanov (avalanche123) - Bulat Shakirzyanov (avalanche123)
- Eriksen Costa (eriksencosta) - Eriksen Costa (eriksencosta)
- stealth35 (stealth35)
- Francis Besset (francisbesset) - Francis Besset (francisbesset)
- yethee (yethee) - Henrik Westphal (snc)
- Miha Vrhovnik (mvrhov)
- Arnout Boks (aboks) - Arnout Boks (aboks)
- yethee (yethee)
- Martin Hasoň (hason) - Martin Hasoň (hason)
- Miha Vrhovnik (mvrhov)
- Jacob Dreesen (jdreesen)
- Henrik Bjørnskov (henrikbjorn) - Henrik Bjørnskov (henrikbjorn)
- Benjamin Dulau (benjamindulau)
- Konstantin Kudryashov (everzet) - Konstantin Kudryashov (everzet)
- Brikou CARRE (brikou) - Brikou CARRE (brikou)
- Jacob Dreesen (jdreesen) - Jordan Alliot (jalliot)
- Hidenori Goto (hidenorigoto)
- Lenar Lõhmus (lenar) - Lenar Lõhmus (lenar)
- Henrik Westphal (snc) - Hidenori Goto (hidenorigoto)
- Wotre (Wotre)
- Brandon Turner (blt04) - Brandon Turner (blt04)
- Marc Weistroff (marcw) - Marc Weistroff (marcw)
- John Wards (johnwards) - John Wards (johnwards)
- Antoine Hérault (Herzult)
- Daniel Holmes (danielholmes) - Daniel Holmes (danielholmes)
- Benjamin Dulau (benjamindulau) - Antoine Hérault (Herzult)
- Fabien Pennequin (FabienPennequin) - Fabien Pennequin (FabienPennequin)
- Matthieu Vachon (maoueh)
- Katsuhiro OGAWA (fivestar)
- Konstantin Leboev (realmfoo)
- Christian Raue (craue)
- Matthieu Bontemps (mbontemps)
- Wotre (Wotre)
- Michel Salib (michelsalib) - Michel Salib (michelsalib)
- Matthieu Vachon (maoueh)
- Excel Web Zone (excelwebzone)
- Christian Raue (craue)
- Katsuhiro OGAWA (fivestar)
- Helmer Aaviksoo (helmer)
- Konstantin Leboev (realmfoo)
- Matthieu Bontemps (mbontemps)
- brki (brki)
- Robert Schönthal (digitalkaoz) - Robert Schönthal (digitalkaoz)
- Jordan Alliot (jalliot)
- Michel Weimerskirch (mweimerskirch) - Michel Weimerskirch (mweimerskirch)
- Thomas (rande)
- blue-eyes (blue-eyes) - blue-eyes (blue-eyes)
- Tim Nagel (merk) - Tim Nagel (merk)
- Francois Zaninotto (fzaninotto) - Francois Zaninotto (fzaninotto)
- Excel Web Zone (excelwebzone)
- Richard Shank (IamPersistent) - Richard Shank (IamPersistent)
- Amal Raghav (kertz) - Amal Raghav (kertz)
- Jeroen Hoek (jdhoek) - Jeroen Hoek (jdhoek)
- Arjen Brouwer (arjenjb) - Arjen Brouwer (arjenjb)
- Thomas (rande) - Eric Clemmons (ericclemmons)
- Jakub Zalas (jakzal) - Jakub Zalas (jakzal)
- Artur Kotyrba (udat) - Artur Kotyrba (udat)
- brki (brki) - Michele Orselli (micheleorselli)
- Alif Rachmawadi (alifity)
- Clément JOBEILI (dator) - Clément JOBEILI (dator)
- Eric Clemmons (ericclemmons)
- Xavier Montaña (xmontana) - Xavier Montaña (xmontana)
- Noel GUILBERT (noelg) - Noel GUILBERT (noelg)
- Martin Schuhfuss (usefulthink) - Martin Schuhfuss (usefulthink)
- Dennis Benkert (denderello) - Dennis Benkert (denderello)
- Dustin Whittle (dustinwhittle) - Dustin Whittle (dustinwhittle)
- Michele Orselli (micheleorselli)
- Jean-François PHILIPPE (jfphilippe) - Jean-François PHILIPPE (jfphilippe)
- Justin Hileman (bobthecow) - Justin Hileman (bobthecow)
- Alif Rachmawadi (alifity)
- dlsniper (dlsniper) - dlsniper (dlsniper)
- Sven Paulus (subsven) - Sven Paulus (subsven)
- umpirsky (umpirsky) - umpirsky (umpirsky)
- Xavier Perez (DuoSRX) - Xavier Perez (DuoSRX)
- Brouznouf (Brouznouf) - Brouznouf (Brouznouf)
- Drak (drak)
- Boussekeyt Jules (gordonslondon) - Boussekeyt Jules (gordonslondon)
- Helmer Aaviksoo (helmer) - Tom Klingenberg (ktomk)
- Pablo Godel (pgodel) - Pablo Godel (pgodel)
- Leszek Prabucki (l3l0) - Leszek Prabucki (l3l0)
- Jan Sorgalla (jsor) - Jan Sorgalla (jsor)
- superjavason (superjavason)
- Lee McDermott (lmcd) - Lee McDermott (lmcd)
- HIROKI (hirocaster) - HIROKI (hirocaster)
- Pierre-Yves LEBECQ (pylebecq) - Pierre-Yves LEBECQ (pylebecq)
- Kirill chEbba Chebunin (chEbba)
- Michael Ridgway (mridgway) - Michael Ridgway (mridgway)
- Gordon Franke (gimler) - Gordon Franke (gimler)
- geoffrey - geoffrey
@ -97,13 +101,15 @@ Symfony2 is the result of the work of many people who made the code better
- yktd26 (yktd26) - yktd26 (yktd26)
- heccjj (heccjj) - heccjj (heccjj)
- Jeremie Augustin - Jeremie Augustin
- Tom Klingenberg (ktomk) - Julien Brochet (aerialls)
- Aurelijus Valeiša (aurelijus) - Aurelijus Valeiša (aurelijus)
- Ray (rrehbeindoi) - Ray (rrehbeindoi)
- Kevin McBride (krmcbride) - Kevin McBride (krmcbride)
- Adrian Rudnik (kreischweide) - Adrian Rudnik (kreischweide)
- asm89 (asm89) - asm89 (asm89)
- Geoffrey Tran (geoffreytran) - Geoffrey Tran (geoffreytran)
- Teo (teo-sk)
- Neil Katin
- Andréia Bohner (andreia) - Andréia Bohner (andreia)
- Daniel Gomes (danielcsgomes) - Daniel Gomes (danielcsgomes)
- Shigenobu Nishikawa (shishi) - Shigenobu Nishikawa (shishi)
@ -119,12 +125,14 @@ Symfony2 is the result of the work of many people who made the code better
- Richard Miller (richardmiller) - Richard Miller (richardmiller)
- Sergey Linnik (Partugal) - Sergey Linnik (Partugal)
- Laszlo Korte (laszlokorte) - Laszlo Korte (laszlokorte)
- Kirill chEbba Chebunin (chEbba)
- Derek ROTH (DerekRoth) - Derek ROTH (DerekRoth)
- Baptiste Clavié (Taluu) - Baptiste Clavié (Taluu)
- Marek Kalnik (marekkalnik)
- arnaud-lb (arnaud-lb) - arnaud-lb (arnaud-lb)
- Stepan Tanasiychuk (stfalcon) - Stepan Tanasiychuk (stfalcon)
- Bertrand Zuchuat (Garfield-fr) - Bertrand Zuchuat (Garfield-fr)
- John Carr (Jc2k)
- jdewit (jdewit)
- Oncle Tom (oncletom) - Oncle Tom (oncletom)
- Jan Behrens (deegital) - Jan Behrens (deegital)
- Jan Schumann (janschumann) - Jan Schumann (janschumann)
@ -133,6 +141,7 @@ Symfony2 is the result of the work of many people who made the code better
- Gábor Egyed - Gábor Egyed
- Javier Eguiluz (javiereguiluz) - Javier Eguiluz (javiereguiluz)
- Marcin Sikoń (marphi) - Marcin Sikoń (marphi)
- Laurent Bachelier (laurentb)
- Fabian Lange (CodingFabian) - Fabian Lange (CodingFabian)
- Yoshio HANAWA - Yoshio HANAWA
- Pablo Díez (pablodip) - Pablo Díez (pablodip)
@ -141,6 +150,7 @@ Symfony2 is the result of the work of many people who made the code better
- Douglas Greenshields (shieldo) - Douglas Greenshields (shieldo)
- Nicolas Badey (Nico-B) - Nicolas Badey (Nico-B)
- Benoit Tirmarche (mcbennn) - Benoit Tirmarche (mcbennn)
- stloyd
- De Cock Xavier (xdecock) - De Cock Xavier (xdecock)
- Cristian González Sánchez (cristiangsp) - Cristian González Sánchez (cristiangsp)
- Grégoire Passault (Gregwar) - Grégoire Passault (Gregwar)
@ -156,7 +166,6 @@ Symfony2 is the result of the work of many people who made the code better
- Grégoire Passault - Grégoire Passault
- Michael Roterman (wtfzdotnet) - Michael Roterman (wtfzdotnet)
- Christian Schaefer (caefer) - Christian Schaefer (caefer)
- Teo (teo-sk)
- Elliot Anderson (elliot) - Elliot Anderson (elliot)
- Sortex - Sortex
- Tobias Sjösten (tobiassjosten) - Tobias Sjösten (tobiassjosten)
@ -166,10 +175,8 @@ Symfony2 is the result of the work of many people who made the code better
- Rostyslav Kinash - Rostyslav Kinash
- umpirski (umpirski) - umpirski (umpirski)
- Davide Borsatto (davideborsatto) - Davide Borsatto (davideborsatto)
- Neil Katin
- Sebastian Bergmann (sebastianbergmann) - Sebastian Bergmann (sebastianbergmann)
- Hossein Bukhamsin (husinluck) - Hossein Bukhamsin (husinluck)
- Laurent Bachelier (laurentb)
- Fabrice Bernhard (fabriceb) - Fabrice Bernhard (fabriceb)
- develop - develop
- Joshua Nye (zerosanity) - Joshua Nye (zerosanity)
@ -194,15 +201,12 @@ Symfony2 is the result of the work of many people who made the code better
- Gabriel Birke (gbirke) - Gabriel Birke (gbirke)
- Osman Üngür (import) - Osman Üngür (import)
- Robert Campbell (jayrulez) - Robert Campbell (jayrulez)
- Marek Kalnik (marekkalnik)
- Don Pinkster - Don Pinkster
- hlecorche - hlecorche
- Vyacheslav Slinko - Vyacheslav Slinko
- Luis Cordova (cordoval) - Luis Cordova (cordoval)
- Daniel Cestari (dcestari) - Daniel Cestari (dcestari)
- Vladislav (ideea) - Vladislav (ideea)
- John Carr (Jc2k)
- jdewit (jdewit)
- Magnus Nordlander (magnusnordlander) - Magnus Nordlander (magnusnordlander)
- ouardisoft (ouardisoft) - ouardisoft (ouardisoft)
- Pierre Minnieur (pminnieur) - Pierre Minnieur (pminnieur)
@ -220,7 +224,6 @@ Symfony2 is the result of the work of many people who made the code better
- kaiwa - kaiwa
- Gustavo Adrian - Gustavo Adrian
- Nicolas Fabre (nfabre) - Nicolas Fabre (nfabre)
- Julien Brochet (aerialls)
- Sebastian Utz (seut) - Sebastian Utz (seut)
- George Giannoulopoulos (dotoree) - George Giannoulopoulos (dotoree)
- Bart00 (Bart00) - Bart00 (Bart00)
@ -232,7 +235,7 @@ Symfony2 is the result of the work of many people who made the code better
- Sebastian Ionescu - Sebastian Ionescu
- Dirk Pahl (dirkaholic) - Dirk Pahl (dirkaholic)
- Bouke Haarsma (Bouke) - Bouke Haarsma (Bouke)
- stloyd - Yrwein (Yrwein)
- Luis Muñoz - Luis Muñoz
- Oleg Zinchenko (cystbear) - Oleg Zinchenko (cystbear)
- Benjamin Lévêque (benji07) - Benjamin Lévêque (benji07)
@ -246,6 +249,7 @@ Symfony2 is the result of the work of many people who made the code better
- gnat42 (gnat42) - gnat42 (gnat42)
- Kevin McBride - Kevin McBride
- devel - devel
- Dan Patrick (mdpatrick)
- Jan Eichhorn (Exeu) - Jan Eichhorn (Exeu)
- Alexander Zogheb - Alexander Zogheb
- Dan Ordille (dordille) - Dan Ordille (dordille)
@ -269,6 +273,7 @@ Symfony2 is the result of the work of many people who made the code better
- FabienD (FabienD) - FabienD (FabienD)
- Matt Drollette (MDrollette) - Matt Drollette (MDrollette)
- Skorney (Skorney) - Skorney (Skorney)
- Marcin Chylek (SongoQ)
- Vincent (Vincent-P) - Vincent (Vincent-P)
- Sébastien HOUZE - Sébastien HOUZE
- Sergiy Sokolenko - Sergiy Sokolenko
@ -291,6 +296,7 @@ Symfony2 is the result of the work of many people who made the code better
- Michael Schneider (mschneid) - Michael Schneider (mschneid)
- Drew Butler (nodrew) - Drew Butler (nodrew)
- Petr Jaroš (petajaros) - Petr Jaroš (petajaros)
- Andrej Hudec (pulzarraider)
- pzwosta (pzwosta) - pzwosta (pzwosta)
- Ruud Kamphuis (ruudk) - Ruud Kamphuis (ruudk)
- Matt Fitzgerald (tirnanog06) - Matt Fitzgerald (tirnanog06)