Merge branch '4.0'

* 4.0:
  [WebProfilerBundle] Fix Debug toolbar breaks app
  Use fill instead of style for svg colors
  bumped Symfony version to 4.0.6
  updated VERSION for 4.0.5
  updated CHANGELOG for 4.0.5
  bumped Symfony version to 3.4.6
  updated VERSION for 3.4.5
  updated CHANGELOG for 3.4.5
  bumped Symfony version to 2.8.36
  updated VERSION for 2.8.35
  updated CHANGELOG for 2.8.35
  [FrameworkBundle] Silence "Failed to remove directory" on cache:clear
  bumped Symfony version to 2.7.43
  updated VERSION for 2.7.42
  update CONTRIBUTORS for 2.7.42
  updated CHANGELOG for 2.7.42
This commit is contained in:
Nicolas Grekas 2018-03-02 09:29:06 +01:00
commit acb5d9f9a1
6 changed files with 152 additions and 40 deletions

View File

@ -7,6 +7,81 @@ in 4.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/v4.0.0...v4.0.1 To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v4.0.0...v4.0.1
* 4.0.5 (2018-03-01)
* bug #26327 [Form][WCAG] Errors sign for people that do not see colors (Nyholm)
* bug #26326 [Form][WCAG] Added role="presentation" on tables & removed bootstrap4 table (Nyholm)
* bug #26325 [Form][WCAG] Add hidden labels on date and time fields (Nyholm)
* bug #26338 [Debug] Keep previous errors of Error instances (Philipp91)
* bug #26328 [Form][WCAG] Fixed HTML errors (Nyholm)
* bug #26290 [FrameworkBundle] [Console][DX] add a warning when command is not found (Simperfit)
* bug #26318 [Routing] Fix GC control of PHP-DSL (nicolas-grekas)
* bug #26312 [Routing] Don't throw 405 when scheme requirement doesn't match (nicolas-grekas)
* bug #26275 Set controller without __invoke method from invokable class (Tobion)
* bug #26298 Fix ArrayInput::toString() for InputArgument::IS_ARRAY args (maximium)
* bug #26177 Update excluded_ajax_paths for sf4 (jenaye)
* bug #26289 [Security] Add missing use of Role (tony-tran)
* bug #26286 [Security] Add missing use for RoleInterface (tony-tran)
* bug #26265 [PropertyInfo] throw exception if docblock factory does not exist (xabbuh)
* bug #26247 [Translation] Process multiple segments within a single unit. (timewasted)
* bug #26254 fix custom radios/inputs for checkbox/radio type (mssimi)
* bug #26234 [FrameworkBundle] Add missing XML config for circular_reference_handler (dunglas)
* bug #26236 [PropertyInfo] ReflectionExtractor: give a chance to other extractors if no properties (dunglas)
* bug #26227 Add support for URL-like DSNs for the PdoSessionHandler (stof)
* bug #25557 [WebProfilerBundle] add a way to limit ajax request (Simperfit)
* bug #26088 [FrameworkBundle] Fix using annotation_reader in compiler pass to inject configured cache provider (Laizerox)
* bug #26157 [HttpKernel] Send new session cookie from AbstractTestSessionListener after session invalidation (rpkamp)
* bug #26230 [WebProfilerBundle] Fix anchor CSS (ro0NL)
* bug #26228 [HttpFoundation] Fix missing "throw" in JsonResponse (nicolas-grekas)
* bug #26211 [Console] Suppress warning from sapi_windows_vt100_support (adawolfa)
* bug #26176 Retro-fit proxy code to make it deterministic for older proxy manager implementations (lstrojny)
* bug #25787 Yaml parser regression with comments and non-strings (alexpott)
* bug #26156 Fixes #26136: Avoid emitting warning in hasParameterOption() (greg-1-anderson)
* bug #26183 [DI] Add null check for removeChild (changmin.keum)
* bug #26167 [TwigBridge] Apply some changes to support Bootstrap4-stable (mpiot, Nyholm)
* bug #26173 [Security] fix accessing request values (xabbuh)
* bug #26089 [PhpUnitBridge] Added support for PHPUnit 7 in Coverage Listener (lyrixx)
* bug #26170 [PHPUnit bridge] Avoid running the remove command without any packages (stof)
* bug #26159 created validator.tl.xlf for Form/Translations (ergiegonzaga)
* bug #26100 [Routing] Throw 405 instead of 404 when redirect is not possible (nicolas-grekas)
* bug #26119 [TwigBundle][WebProfilerBundle] Fix JS collision (ro0NL)
* bug #26040 [Process] Check PHP_BINDIR before $PATH in PhpExecutableFinder (nicolas-grekas)
* bug #26067 [YAML] Issue #26065: leading spaces in YAML multi-line string literals (tamc)
* bug #26012 Exit as late as possible (greg0ire)
* bug #26082 [Cache][WebProfiler] fix collecting cache stats with sub-requests + allow clearing calls (dmaicher)
* bug #26024 [PhpBridge] add PHPUnit 7 support to SymfonyTestsListener (shieldo)
* bug #26020 [Lock] Log already-locked errors as "notice" instead of "warning" (Simperfit)
* bug #26043 [Serialized] add context to serialize and deserialize (andrey1s)
* bug #26127 Deterministic time in cache items for reproducible builds (lstrojny)
* bug #26128 Make kernel build time optionally deterministic (lstrojny)
* bug #26117 isCsrfTokenValid() replace string by ?string (GaylordP)
* bug #26112 Env var maps to undefined constant. (dsmink)
* bug #26111 [Security] fix merge of 2.7 into 2.8 + add test case (dmaicher)
* bug #25893 [Console] Fix hasParameterOption / getParameterOption when used with multiple flags (greg-1-anderson)
* bug #25756 [TwigBundle] Register TwigBridge extensions first (fancyweb)
* bug #26051 [WebProfilerBundle] Fix sub request link (ro0NL)
* bug #25947 PhpDocExtractor::getTypes() throws fatal error when type omitted (Jared Farrish)
* bug #25940 [Form] keep the context when validating forms (xabbuh)
* bug #26057 [SecurityBundle] use libsodium to run Argon2i related tests (xabbuh)
* bug #25373 Use the PCRE_DOLLAR_ENDONLY modifier in route regexes (mpdude)
* bug #24435 [Form] Make sure errors are a part of the label on bootstrap 4 - this is a requirement for WCAG2 (Nyholm)
* bug #25762 [DependencyInjection] always call the parent class' constructor (xabbuh)
* bug #25976 [Config] Handle Service/EventSubscriberInterface in ReflectionClassResource (nicolas-grekas)
* bug #25989 [DI][Routing] Fix tracking of globbed resources (nicolas-grekas, sroze)
* bug #26009 [SecurityBundle] Allow remember-me factory creation when multiple user providers are configured. (iisisrael)
* bug #26010 [CssSelector] For AND operator, the left operand should have parentheses, not only right operand (Arnaud CHASSEUX)
* bug #26000 Fixed issue #25985 (KevinFrantz)
* bug #25996 Don't show wanna-be-private services as public in debug:container (chalasr)
* bug #25914 [HttpKernel] collect extension information as late as possible (xabbuh)
* bug #25981 [DI] Fix tracking of source class changes for lazy-proxies (nicolas-grekas)
* bug #25971 [Debug] Fix bad registration of exception handler, leading to mem leak (nicolas-grekas)
* bug #25962 [Routing] Fix trailing slash redirection for non-safe verbs (nicolas-grekas)
* bug #25948 [Form] Fixed empty data on expanded ChoiceType and FileType (HeahDude)
* bug #25978 Deterministic proxy names (lstrojny)
* bug #25972 support sapi_windows_vt100_support for php 7.2+ (jhdxr)
* bug #25744 [TwigBridge] Allow label translation to be safe (MatTheCat)
* bug #25932 Don't stop PSR-4 service discovery if a parent class is missing (derrabus)
* 4.0.4 (2018-01-29) * 4.0.4 (2018-01-29)
* bug #25922 [HttpFoundation] Use the correct syntax for session gc based on Pdo driver (tanasecosminromeo) * bug #25922 [HttpFoundation] Use the correct syntax for session gc based on Pdo driver (tanasecosminromeo)

View File

@ -12,31 +12,31 @@ Symfony is the result of the work of many people who made the code better
- Christophe Coevoet (stof) - Christophe Coevoet (stof)
- Jordi Boggiano (seldaek) - Jordi Boggiano (seldaek)
- Victor Berchet (victor) - Victor Berchet (victor)
- Johannes S (johannes)
- Kévin Dunglas (dunglas) - Kévin Dunglas (dunglas)
- Johannes S (johannes)
- Jakub Zalas (jakubzalas) - Jakub Zalas (jakubzalas)
- Kris Wallsmith (kriswallsmith)
- Robin Chalas (chalas_r) - Robin Chalas (chalas_r)
- Kris Wallsmith (kriswallsmith)
- Ryan Weaver (weaverryan) - Ryan Weaver (weaverryan)
- Javier Eguiluz (javier.eguiluz) - Javier Eguiluz (javier.eguiluz)
- Maxime Steinhausser (ogizanagi) - Maxime Steinhausser (ogizanagi)
- Hugo Hamon (hhamon) - Hugo Hamon (hhamon)
- Abdellatif Ait boudad (aitboudad)
- Grégoire Pineau (lyrixx) - Grégoire Pineau (lyrixx)
- Abdellatif Ait boudad (aitboudad)
- Romain Neutron (romain) - Romain Neutron (romain)
- Pascal Borreli (pborreli) - Pascal Borreli (pborreli)
- Wouter De Jong (wouterj) - Wouter De Jong (wouterj)
- Joseph Bielawski (stloyd) - Joseph Bielawski (stloyd)
- Karma Dordrak (drak) - Karma Dordrak (drak)
- Lukas Kahwe Smith (lsmith)
- Roland Franssen (ro0) - Roland Franssen (ro0)
- Lukas Kahwe Smith (lsmith)
- Martin Hasoň (hason) - Martin Hasoň (hason)
- Jeremy Mikola (jmikola) - Jeremy Mikola (jmikola)
- Jean-François Simon (jfsimon) - Jean-François Simon (jfsimon)
- Benjamin Eberlei (beberlei) - Benjamin Eberlei (beberlei)
- Igor Wiedler (igorw) - Igor Wiedler (igorw)
- Eriksen Costa (eriksencosta)
- Jules Pietri (heah) - Jules Pietri (heah)
- Eriksen Costa (eriksencosta)
- Guilhem Niot (energetick) - Guilhem Niot (energetick)
- Sarah Khalil (saro0h) - Sarah Khalil (saro0h)
- Jonathan Wage (jwage) - Jonathan Wage (jwage)
@ -45,28 +45,28 @@ Symfony is the result of the work of many people who made the code better
- William Durand (couac) - William Durand (couac)
- ornicar - ornicar
- Francis Besset (francisbesset) - Francis Besset (francisbesset)
- stealth35 (stealth35)
- Alexander Mols (asm89)
- Iltar van der Berg (kjarli) - Iltar van der Berg (kjarli)
- stealth35 (stealth35)
- Hamza Amrouche (simperfit)
- Alexander Mols (asm89)
- Yonel Ceruto (yonelceruto) - Yonel Ceruto (yonelceruto)
- Bulat Shakirzyanov (avalanche123) - Bulat Shakirzyanov (avalanche123)
- Peter Rehm (rpet) - Peter Rehm (rpet)
- Saša Stamenković (umpirsky) - Saša Stamenković (umpirsky)
- Matthias Pigulla (mpdude)
- Henrik Bjørnskov (henrikbjorn) - Henrik Bjørnskov (henrikbjorn)
- Miha Vrhovnik - Miha Vrhovnik
- Matthias Pigulla (mpdude)
- Diego Saint Esteben (dii3g0) - Diego Saint Esteben (dii3g0)
- Dany Maillard (maidmaid) - Dany Maillard (maidmaid)
- Konstantin Kudryashov (everzet)
- Amrouche Hamza (simperfit)
- Kevin Bond (kbond)
- Pierre du Plessis (pierredup) - Pierre du Plessis (pierredup)
- Konstantin Kudryashov (everzet)
- Kevin Bond (kbond)
- Bilal Amarni (bamarni) - Bilal Amarni (bamarni)
- Florin Patan (florinpatan) - Alexander M. Turek (derrabus)
- Jérémy DERUSSÉ (jderusse) - Jérémy DERUSSÉ (jderusse)
- Florin Patan (florinpatan)
- Samuel ROZE (sroze) - Samuel ROZE (sroze)
- Gábor Egyed (1ed) - Gábor Egyed (1ed)
- Alexander M. Turek (derrabus)
- Michel Weimerskirch (mweimerskirch) - Michel Weimerskirch (mweimerskirch)
- Andrej Hudec (pulzarraider) - Andrej Hudec (pulzarraider)
- Eric Clemmons (ericclemmons) - Eric Clemmons (ericclemmons)
@ -75,39 +75,40 @@ Symfony is the result of the work of many people who made the code better
- Titouan Galopin (tgalopin) - Titouan Galopin (tgalopin)
- Konstantin Myakshin (koc) - Konstantin Myakshin (koc)
- Christian Raue - Christian Raue
- Tobias Nyholm (tobias)
- Arnout Boks (aboks) - Arnout Boks (aboks)
- Deni - Deni
- Henrik Westphal (snc) - Henrik Westphal (snc)
- Dariusz Górecki (canni) - Dariusz Górecki (canni)
- Issei Murasawa (issei_m)
- Douglas Greenshields (shieldo) - Douglas Greenshields (shieldo)
- Tobias Nyholm (tobias) - Issei Murasawa (issei_m)
- Lee McDermott - Lee McDermott
- Brandon Turner - Brandon Turner
- Luis Cordova (cordoval) - Luis Cordova (cordoval)
- Graham Campbell (graham) - Graham Campbell (graham)
- Daniel Holmes (dholmes) - Daniel Holmes (dholmes)
- Dariusz Ruminski
- Toni Uebernickel (havvg) - Toni Uebernickel (havvg)
- Bart van den Burg (burgov) - Bart van den Burg (burgov)
- Jordan Alliot (jalliot) - Jordan Alliot (jalliot)
- Jérôme Tamarelle (gromnan) - Jérôme Tamarelle (gromnan)
- John Wards (johnwards) - John Wards (johnwards)
- Dariusz Ruminski
- Fran Moreno (franmomu) - Fran Moreno (franmomu)
- Antoine Hérault (herzult) - Antoine Hérault (herzult)
- Paráda József (paradajozsef) - Paráda József (paradajozsef)
- David Maicher (dmaicher)
- Arnaud Le Blanc (arnaud-lb) - Arnaud Le Blanc (arnaud-lb)
- Maxime STEINHAUSSER - Maxime STEINHAUSSER
- Vladimir Reznichenko (kalessil)
- Michal Piotrowski (eventhorizon) - Michal Piotrowski (eventhorizon)
- Tim Nagel (merk) - Tim Nagel (merk)
- David Maicher (dmaicher)
- Vladimir Reznichenko (kalessil)
- Brice BERNARD (brikou) - Brice BERNARD (brikou)
- Baptiste Clavié (talus) - Baptiste Clavié (talus)
- marc.weistroff - marc.weistroff
- lenar - lenar
- Alexander Schwenn (xelaris) - Alexander Schwenn (xelaris)
- Włodzimierz Gajda (gajdaw) - Włodzimierz Gajda (gajdaw)
- Grégoire Paris (greg0ire)
- Jacob Dreesen (jdreesen) - Jacob Dreesen (jdreesen)
- Florian Voutzinos (florianv) - Florian Voutzinos (florianv)
- Colin Frei - Colin Frei
@ -117,7 +118,6 @@ Symfony is the result of the work of many people who made the code better
- Peter Kokot (maastermedia) - Peter Kokot (maastermedia)
- David Buchmann (dbu) - David Buchmann (dbu)
- excelwebzone - excelwebzone
- Grégoire Paris (greg0ire)
- Fabien Pennequin (fabienpennequin) - Fabien Pennequin (fabienpennequin)
- Gordon Franke (gimler) - Gordon Franke (gimler)
- Eric GELOEN (gelo) - Eric GELOEN (gelo)
@ -129,15 +129,18 @@ Symfony is the result of the work of many people who made the code better
- Sebastiaan Stok (sstok) - Sebastiaan Stok (sstok)
- Stefano Sala (stefano.sala) - Stefano Sala (stefano.sala)
- Evgeniy (ewgraf) - Evgeniy (ewgraf)
- Lars Strojny (lstrojny)
- Alex Pott
- Javier Spagnoletti (phansys)
- Vincent AUBERT (vincent) - Vincent AUBERT (vincent)
- Juti Noppornpitak (shiroyuki) - Juti Noppornpitak (shiroyuki)
- Tigran Azatyan (tigranazatyan) - Tigran Azatyan (tigranazatyan)
- Sebastian Hörl (blogsh) - Sebastian Hörl (blogsh)
- Daniel Gomes (danielcsgomes) - Daniel Gomes (danielcsgomes)
- Hidenori Goto (hidenorigoto) - Hidenori Goto (hidenorigoto)
- Alex Pott
- Guilherme Blanco (guilhermeblanco) - Guilherme Blanco (guilhermeblanco)
- Pablo Godel (pgodel) - Pablo Godel (pgodel)
- Jérôme Vasseur (jvasseur)
- Jérémie Augustin (jaugustin) - Jérémie Augustin (jaugustin)
- Andréia Bohner (andreia) - Andréia Bohner (andreia)
- Julien Falque (julienfalque) - Julien Falque (julienfalque)
@ -146,20 +149,18 @@ Symfony is the result of the work of many people who made the code better
- jwdeitch - jwdeitch
- Mikael Pajunen - Mikael Pajunen
- Joel Wurtz (brouznouf) - Joel Wurtz (brouznouf)
- Jérôme Vasseur (jvasseur)
- Chris Wilkinson (thewilkybarkid) - Chris Wilkinson (thewilkybarkid)
- Oleg Voronkovich - Oleg Voronkovich
- Philipp Wahala (hifi) - Philipp Wahala (hifi)
- Vyacheslav Pavlov - Vyacheslav Pavlov
- Richard van Laak (rvanlaak) - Richard van Laak (rvanlaak)
- Javier Spagnoletti (phansys)
- Richard Shank (iampersistent) - Richard Shank (iampersistent)
- Thomas Rabaix (rande) - Thomas Rabaix (rande)
- Rouven Weßling (realityking) - Rouven Weßling (realityking)
- Teoh Han Hui (teohhanhui) - Teoh Han Hui (teohhanhui)
- Valentin Udaltsov (vudaltsov)
- Clemens Tolboom - Clemens Tolboom
- Helmer Aaviksoo - Helmer Aaviksoo
- Lars Strojny (lstrojny)
- Hiromi Hishida (77web) - Hiromi Hishida (77web)
- Matthieu Ouellette-Vachon (maoueh) - Matthieu Ouellette-Vachon (maoueh)
- Michał Pipa (michal.pipa) - Michał Pipa (michal.pipa)
@ -170,11 +171,11 @@ Symfony is the result of the work of many people who made the code better
- GDIBass - GDIBass
- jeremyFreeAgent (Jérémy Romey) (jeremyfreeagent) - jeremyFreeAgent (Jérémy Romey) (jeremyfreeagent)
- James Halsall (jaitsu) - James Halsall (jaitsu)
- Gabriel Caruso
- Warnar Boekkooi (boekkooi) - Warnar Boekkooi (boekkooi)
- Dmitrii Chekaliuk (lazyhammer) - Dmitrii Chekaliuk (lazyhammer)
- Clément JOBEILI (dator) - Clément JOBEILI (dator)
- Daniel Espendiller - Daniel Espendiller
- Valentin Udaltsov (vudaltsov)
- Possum - Possum
- Dorian Villet (gnutix) - Dorian Villet (gnutix)
- Sergey Linnik (linniksa) - Sergey Linnik (linniksa)
@ -182,6 +183,7 @@ Symfony is the result of the work of many people who made the code better
- Mario A. Alvarez Garcia (nomack84) - Mario A. Alvarez Garcia (nomack84)
- Dennis Benkert (denderello) - Dennis Benkert (denderello)
- SpacePossum - SpacePossum
- Matthieu Napoli (mnapoli)
- Benjamin Dulau (dbenjamin) - Benjamin Dulau (dbenjamin)
- Mathieu Lemoine (lemoinem) - Mathieu Lemoine (lemoinem)
- Christian Schmidt - Christian Schmidt
@ -192,6 +194,7 @@ Symfony is the result of the work of many people who made the code better
- bronze1man - bronze1man
- sun (sun) - sun (sun)
- Larry Garfield (crell) - Larry Garfield (crell)
- Gabriel Ostrolucký
- Martin Schuhfuß (usefulthink) - Martin Schuhfuß (usefulthink)
- apetitpa - apetitpa
- Matthieu Bontemps (mbontemps) - Matthieu Bontemps (mbontemps)
@ -216,10 +219,10 @@ Symfony is the result of the work of many people who made the code better
- Niels Keurentjes (curry684) - Niels Keurentjes (curry684)
- Eugene Wissner - Eugene Wissner
- Julien Brochet (mewt) - Julien Brochet (mewt)
- Gabriel Ostrolucký
- Tristan Darricau (nicofuma) - Tristan Darricau (nicofuma)
- Michaël Perrin (michael.perrin) - Michaël Perrin (michael.perrin)
- Marcel Beerta (mazen) - Marcel Beerta (mazen)
- gadelat (gadelat)
- Loïc Faugeron - Loïc Faugeron
- Jannik Zschiesche (apfelbox) - Jannik Zschiesche (apfelbox)
- Hidde Wieringa (hiddewie) - Hidde Wieringa (hiddewie)
@ -229,6 +232,7 @@ Symfony is the result of the work of many people who made the code better
- Lorenz Schori - Lorenz Schori
- Sébastien Lavoie (lavoiesl) - Sébastien Lavoie (lavoiesl)
- Gregor Harlan (gharlan) - Gregor Harlan (gharlan)
- Dariusz
- Francois Zaninotto - Francois Zaninotto
- Alexander Kotynia (olden) - Alexander Kotynia (olden)
- Daniel Tschinder - Daniel Tschinder
@ -244,6 +248,7 @@ Symfony is the result of the work of many people who made the code better
- Xavier Perez - Xavier Perez
- Arjen Brouwer (arjenjb) - Arjen Brouwer (arjenjb)
- Katsuhiro OGAWA - Katsuhiro OGAWA
- Thomas Calvet (fancyweb)
- Patrick McDougle (patrick-mcdougle) - Patrick McDougle (patrick-mcdougle)
- Alif Rachmawadi - Alif Rachmawadi
- Alessandro Chitolina - Alessandro Chitolina
@ -263,9 +268,9 @@ Symfony is the result of the work of many people who made the code better
- Nikolay Labinskiy (e-moe) - Nikolay Labinskiy (e-moe)
- Leo Feyer - Leo Feyer
- Chekote - Chekote
- gadelat (gadelat)
- Thomas Adam - Thomas Adam
- Albert Casademont (acasademont) - Albert Casademont (acasademont)
- Viktor Bocharskyi (bocharsky_bw)
- Jhonny Lidfors (jhonne) - Jhonny Lidfors (jhonne)
- Diego Agulló (aeoris) - Diego Agulló (aeoris)
- Andreas Schempp (aschempp) - Andreas Schempp (aschempp)
@ -276,10 +281,8 @@ Symfony is the result of the work of many people who made the code better
- Nikita Konstantinov - Nikita Konstantinov
- Wodor Wodorski - Wodor Wodorski
- Oskar Stark (oskarstark) - Oskar Stark (oskarstark)
- Dariusz
- Thomas Lallement (raziel057) - Thomas Lallement (raziel057)
- Giorgio Premi - Giorgio Premi
- Matthieu Napoli (mnapoli)
- Beau Simensen (simensen) - Beau Simensen (simensen)
- Michael Hirschler (mvhirsch) - Michael Hirschler (mvhirsch)
- Robert Kiss (kepten) - Robert Kiss (kepten)
@ -296,7 +299,6 @@ Symfony is the result of the work of many people who made the code better
- Christian Schmidt - Christian Schmidt
- Yanick Witschi (toflar) - Yanick Witschi (toflar)
- Edi Modrić (emodric) - Edi Modrić (emodric)
- Thomas Calvet (fancyweb)
- Chad Sikorra (chadsikorra) - Chad Sikorra (chadsikorra)
- Chris Smith (cs278) - Chris Smith (cs278)
- Florian Klein (docteurklein) - Florian Klein (docteurklein)
@ -315,7 +317,6 @@ Symfony is the result of the work of many people who made the code better
- Baptiste Lafontaine - Baptiste Lafontaine
- François Pluchino (francoispluchino) - François Pluchino (francoispluchino)
- Aurelijus Valeiša (aurelijus) - Aurelijus Valeiša (aurelijus)
- Victor Bocharsky (bocharsky_bw)
- Jan Decavele (jandc) - Jan Decavele (jandc)
- Gustavo Piltcher - Gustavo Piltcher
- Stepan Tanasiychuk (stfalcon) - Stepan Tanasiychuk (stfalcon)
@ -418,7 +419,6 @@ Symfony is the result of the work of many people who made the code better
- Jan Schumann - Jan Schumann
- Niklas Fiekas - Niklas Fiekas
- Markus Bachmann (baachi) - Markus Bachmann (baachi)
- Gabriel Caruso
- lancergr - lancergr
- Mihai Stancu - Mihai Stancu
- Olivier Dolbeau (odolbeau) - Olivier Dolbeau (odolbeau)
@ -467,6 +467,7 @@ Symfony is the result of the work of many people who made the code better
- Gladhon - Gladhon
- Sebastian Bergmann - Sebastian Bergmann
- Miroslav Sustek - Miroslav Sustek
- Sullivan SENECHAL (soullivaneuh)
- Pablo Díez (pablodip) - Pablo Díez (pablodip)
- Martin Hujer (martinhujer) - Martin Hujer (martinhujer)
- Kevin McBride - Kevin McBride
@ -499,6 +500,7 @@ Symfony is the result of the work of many people who made the code better
- Arjen van der Meijden - Arjen van der Meijden
- Michele Locati - Michele Locati
- Dariusz Ruminski - Dariusz Ruminski
- Mathieu Lechat
- Erik Trapman (eriktrapman) - Erik Trapman (eriktrapman)
- De Cock Xavier (xdecock) - De Cock Xavier (xdecock)
- Almog Baku (almogbaku) - Almog Baku (almogbaku)
@ -554,6 +556,7 @@ Symfony is the result of the work of many people who made the code better
- Jean-Christophe Cuvelier [Artack] - Jean-Christophe Cuvelier [Artack]
- alcaeus - alcaeus
- vitaliytv - vitaliytv
- Dalibor Karlović (dkarlovi)
- Sebastian Blum - Sebastian Blum
- aubx - aubx
- Marvin Butkereit - Marvin Butkereit
@ -609,6 +612,7 @@ Symfony is the result of the work of many people who made the code better
- Ivo Bathke (ivoba) - Ivo Bathke (ivoba)
- Strate - Strate
- Anton A. Sumin - Anton A. Sumin
- Israel J. Carberry
- Miquel Rodríguez Telep (mrtorrent) - Miquel Rodríguez Telep (mrtorrent)
- Sergey Kolodyazhnyy (skolodyazhnyy) - Sergey Kolodyazhnyy (skolodyazhnyy)
- umpirski - umpirski
@ -649,9 +653,9 @@ Symfony is the result of the work of many people who made the code better
- Tiago Brito (blackmx) - Tiago Brito (blackmx)
- Richard van den Brand (ricbra) - Richard van den Brand (ricbra)
- develop - develop
- Greg Anderson
- VJ - VJ
- Delf Tonder (leberknecht) - Delf Tonder (leberknecht)
- Sullivan SENECHAL (soullivaneuh)
- Mark Sonnabaum - Mark Sonnabaum
- Richard Quadling - Richard Quadling
- jochenvdv - jochenvdv
@ -720,7 +724,6 @@ Symfony is the result of the work of many people who made the code better
- Nikita Nefedov (nikita2206) - Nikita Nefedov (nikita2206)
- cgonzalez - cgonzalez
- Ben - Ben
- Mathieu Lechat
- Vincent Composieux (eko) - Vincent Composieux (eko)
- Jayson Xu (superjavason) - Jayson Xu (superjavason)
- Christopher Hertel (chertel) - Christopher Hertel (chertel)
@ -802,6 +805,7 @@ Symfony is the result of the work of many people who made the code better
- Thibault Duplessis - Thibault Duplessis
- Marc Abramowitz - Marc Abramowitz
- Martijn Evers - Martijn Evers
- Tony Tran
- Jacques Moati - Jacques Moati
- Balazs Csaba (balazscsaba2006) - Balazs Csaba (balazscsaba2006)
- Douglas Reith (douglas_reith) - Douglas Reith (douglas_reith)
@ -812,6 +816,7 @@ Symfony is the result of the work of many people who made the code better
- Michael Roterman (wtfzdotnet) - Michael Roterman (wtfzdotnet)
- Arno Geurts - Arno Geurts
- Adán Lobato (adanlobato) - Adán Lobato (adanlobato)
- Ian Jenkins (jenkoian)
- Matthew Davis (mdavis1982) - Matthew Davis (mdavis1982)
- Maks - Maks
- Antoine LA - Antoine LA
@ -834,6 +839,7 @@ Symfony is the result of the work of many people who made the code better
- Rootie - Rootie
- Raul Fraile (raulfraile) - Raul Fraile (raulfraile)
- sensio - sensio
- Sebastien Morel (plopix)
- Patrick Kaufmann - Patrick Kaufmann
- Piotr Stankowski - Piotr Stankowski
- Reece Fowell (reecefowell) - Reece Fowell (reecefowell)
@ -846,6 +852,7 @@ Symfony is the result of the work of many people who made the code better
- Christian Jul Jensen - Christian Jul Jensen
- Alexandre GESLIN (alexandregeslin) - Alexandre GESLIN (alexandregeslin)
- The Whole Life to Learn - The Whole Life to Learn
- ergiegonzaga
- Farhad Safarov - Farhad Safarov
- Liverbool (liverbool) - Liverbool (liverbool)
- Sam Malone - Sam Malone
@ -877,6 +884,7 @@ Symfony is the result of the work of many people who made the code better
- Danilo Silva - Danilo Silva
- Arnaud PETITPAS (apetitpa) - Arnaud PETITPAS (apetitpa)
- Zachary Tong (polyfractal) - Zachary Tong (polyfractal)
- Ashura
- Hryhorii Hrebiniuk - Hryhorii Hrebiniuk
- Dennis Fridrich (dfridrich) - Dennis Fridrich (dfridrich)
- hamza - hamza
@ -896,11 +904,11 @@ Symfony is the result of the work of many people who made the code better
- Wojciech Sznapka - Wojciech Sznapka
- Gavin Staniforth - Gavin Staniforth
- Ariel J. Birnbaum - Ariel J. Birnbaum
- Mathieu Santostefano
- Arjan Keeman - Arjan Keeman
- Máximo Cuadros (mcuadros) - Máximo Cuadros (mcuadros)
- tamirvs - tamirvs
- julien.galenski - julien.galenski
- Israel J. Carberry
- Bob van de Vijver - Bob van de Vijver
- Christian Neff - Christian Neff
- Oliver Hoff - Oliver Hoff
@ -923,6 +931,7 @@ Symfony is the result of the work of many people who made the code better
- Antanas Arvasevicius - Antanas Arvasevicius
- Maximilian Berghoff (electricmaxxx) - Maximilian Berghoff (electricmaxxx)
- nacho - nacho
- Mathieu Piot
- Piotr Antosik (antek88) - Piotr Antosik (antek88)
- Artem Lopata - Artem Lopata
- Sergey Novikov (s12v) - Sergey Novikov (s12v)
@ -964,6 +973,7 @@ Symfony is the result of the work of many people who made the code better
- DerManoMann - DerManoMann
- Olaf Klischat - Olaf Klischat
- orlovv - orlovv
- Peter Smeets (darkspartan)
- Haralan Dobrev (hkdobrev) - Haralan Dobrev (hkdobrev)
- Jhonny Lidfors (jhonny) - Jhonny Lidfors (jhonny)
- Julien Bianchi (jubianchi) - Julien Bianchi (jubianchi)
@ -1010,6 +1020,7 @@ Symfony is the result of the work of many people who made the code better
- fduch (fduch) - fduch (fduch)
- Rhodri Pugh (rodnaph) - Rhodri Pugh (rodnaph)
- David de Boer (ddeboer) - David de Boer (ddeboer)
- Ryan Rogers
- Klaus Purer - Klaus Purer
- arnaud (arnooo999) - arnaud (arnooo999)
- Gilles Doge (gido) - Gilles Doge (gido)
@ -1020,6 +1031,7 @@ Symfony is the result of the work of many people who made the code better
- Brooks Boyd - Brooks Boyd
- Roger Webb - Roger Webb
- Dmitriy Simushev - Dmitriy Simushev
- Pawel Smolinski
- pkowalczyk - pkowalczyk
- Max Voloshin (maxvoloshin) - Max Voloshin (maxvoloshin)
- Nicolas Fabre (nfabre) - Nicolas Fabre (nfabre)
@ -1033,6 +1045,7 @@ Symfony is the result of the work of many people who made the code better
- Felicitus - Felicitus
- Krzysztof Przybyszewski - Krzysztof Przybyszewski
- Paul Matthews - Paul Matthews
- Jakub Kisielewski
- Vacheslav Silyutin - Vacheslav Silyutin
- Juan Traverso - Juan Traverso
- Alain Flaus (halundra) - Alain Flaus (halundra)
@ -1047,7 +1060,7 @@ Symfony is the result of the work of many people who made the code better
- Marco - Marco
- Marc Torres - Marc Torres
- Alberto Aldegheri - Alberto Aldegheri
- Dalibor Karlović - Dmitri Petmanson
- heccjj - heccjj
- Alexandre Melard - Alexandre Melard
- Jay Klehr - Jay Klehr
@ -1089,6 +1102,7 @@ Symfony is the result of the work of many people who made the code better
- Pierre Tachoire (krichprollsch) - Pierre Tachoire (krichprollsch)
- Marc J. Schmidt (marcjs) - Marc J. Schmidt (marcjs)
- Marco Jantke - Marco Jantke
- Remon van de Kamp
- Saem Ghani - Saem Ghani
- Clément LEFEBVRE - Clément LEFEBVRE
- Conrad Kleinespel - Conrad Kleinespel
@ -1173,7 +1187,9 @@ Symfony is the result of the work of many people who made the code better
- Mathieu Morlon - Mathieu Morlon
- Daniel Tschinder - Daniel Tschinder
- Alexander Schranz - Alexander Schranz
- Arnaud CHASSEUX
- Rafał Muszyński (rafmus90) - Rafał Muszyński (rafmus90)
- Sébastien Decrême (sebdec)
- Timothy Anido (xanido) - Timothy Anido (xanido)
- Mara Blaga - Mara Blaga
- Rick Prent - Rick Prent
@ -1184,6 +1200,7 @@ Symfony is the result of the work of many people who made the code better
- Jon Gotlin (jongotlin) - Jon Gotlin (jongotlin)
- Michael Dowling (mtdowling) - Michael Dowling (mtdowling)
- Karlos Presumido (oneko) - Karlos Presumido (oneko)
- Thomas Counsell
- BilgeXA - BilgeXA
- r1pp3rj4ck - r1pp3rj4ck
- Robert Queck - Robert Queck
@ -1197,6 +1214,7 @@ Symfony is the result of the work of many people who made the code better
- rkerner - rkerner
- Alex Silcock - Alex Silcock
- Qingshan Luo - Qingshan Luo
- Ergie Gonzaga
- Matthew J Mucklo - Matthew J Mucklo
- fdgdfg (psampaz) - fdgdfg (psampaz)
- Stéphane Seng - Stéphane Seng
@ -1217,6 +1235,7 @@ Symfony is the result of the work of many people who made the code better
- Patrik Gmitter (patie) - Patrik Gmitter (patie)
- Jonathan Gough - Jonathan Gough
- Benjamin Bender - Benjamin Bender
- Jared Farrish
- Konrad Mohrfeldt - Konrad Mohrfeldt
- Lance Chen - Lance Chen
- Andrew (drew) - Andrew (drew)
@ -1302,6 +1321,7 @@ Symfony is the result of the work of many people who made the code better
- Waqas Ahmed - Waqas Ahmed
- Luis Muñoz - Luis Muñoz
- Matthew Donadio - Matthew Donadio
- Houziaux mike
- Andreas - Andreas
- Thomas Chmielowiec - Thomas Chmielowiec
- shdev - shdev
@ -1329,6 +1349,7 @@ Symfony is the result of the work of many people who made the code better
- loru88 - loru88
- Romain Dorgueil - Romain Dorgueil
- Christopher Parotat - Christopher Parotat
- 蝦米
- Grayson Koonce (breerly) - Grayson Koonce (breerly)
- Indra Gunawan (indragunawan) - Indra Gunawan (indragunawan)
- Karim Cassam Chenaï (ka) - Karim Cassam Chenaï (ka)
@ -1376,6 +1397,7 @@ Symfony is the result of the work of many people who made the code better
- Artem Lopata (bumz) - Artem Lopata (bumz)
- Nicole Cordes - Nicole Cordes
- Roman Orlov - Roman Orlov
- andrey1s
- VolCh - VolCh
- Alexey Popkov - Alexey Popkov
- Gijs Kunze - Gijs Kunze
@ -1416,6 +1438,7 @@ Symfony is the result of the work of many people who made the code better
- Tischoi - Tischoi
- J Bruni - J Bruni
- Alexey Prilipko - Alexey Prilipko
- Dmitriy Fedorenko
- vlakoff - vlakoff
- bertillon - bertillon
- Bertalan Attila - Bertalan Attila
@ -1447,6 +1470,7 @@ Symfony is the result of the work of many people who made the code better
- David Zuelke - David Zuelke
- Oleg Andreyev - Oleg Andreyev
- Pierre Rineau - Pierre Rineau
- Maxim Lovchikov
- adenkejawen - adenkejawen
- Ari Pringle (apringle) - Ari Pringle (apringle)
- Dan Ordille (dordille) - Dan Ordille (dordille)
@ -1463,6 +1487,7 @@ Symfony is the result of the work of many people who made the code better
- Matt Lehner - Matt Lehner
- Hein Zaw Htet™ - Hein Zaw Htet™
- Ruben Kruiswijk - Ruben Kruiswijk
- Cosmin-Romeo TANASE
- Michael J - Michael J
- Joseph Maarek - Joseph Maarek
- Alexander Menk - Alexander Menk
@ -1488,6 +1513,7 @@ Symfony is the result of the work of many people who made the code better
- Even André Fiskvik - Even André Fiskvik
- Arjan Keeman - Arjan Keeman
- Erik van Wingerden - Erik van Wingerden
- Valouleloup
- Dane Powell - Dane Powell
- Gerrit Drost - Gerrit Drost
- Linnaea Von Lavia - Linnaea Von Lavia
@ -1517,14 +1543,15 @@ Symfony is the result of the work of many people who made the code better
- David Joos (djoos) - David Joos (djoos)
- Denis Klementjev (dklementjev) - Denis Klementjev (dklementjev)
- Tomáš Polívka (draczris) - Tomáš Polívka (draczris)
- Dennis Smink (dsmink)
- Franz Liedke (franzliedke) - Franz Liedke (franzliedke)
- Gaylord Poillon (gaylord_p)
- Christophe BECKER (goabonga) - Christophe BECKER (goabonga)
- gondo (gondo) - gondo (gondo)
- Gusakov Nikita (hell0w0rd) - Gusakov Nikita (hell0w0rd)
- Osman Üngür (import) - Osman Üngür (import)
- Javier Núñez Berrocoso (javiernuber) - Javier Núñez Berrocoso (javiernuber)
- Jelle Bekker (jbekker) - Jelle Bekker (jbekker)
- Ian Jenkins (jenkoian)
- Giovanni Albero (johntree) - Giovanni Albero (johntree)
- Jorge Martin (jorgemartind) - Jorge Martin (jorgemartind)
- Joeri Verdeyen (jverdeyen) - Joeri Verdeyen (jverdeyen)
@ -1536,6 +1563,7 @@ Symfony is the result of the work of many people who made the code better
- Muriel (metalmumu) - Muriel (metalmumu)
- Michael Pohlers (mick_the_big) - Michael Pohlers (mick_the_big)
- mlpo (mlpo) - mlpo (mlpo)
- Marek Šimeček (mssimi)
- Cayetano Soriano Gallego (neoshadybeat) - Cayetano Soriano Gallego (neoshadybeat)
- Ondrej Machulda (ondram) - Ondrej Machulda (ondram)
- Pablo Monterde Perez (plebs) - Pablo Monterde Perez (plebs)
@ -1650,6 +1678,7 @@ Symfony is the result of the work of many people who made the code better
- fmarchalemisys - fmarchalemisys
- mieszko4 - mieszko4
- Steve Preston - Steve Preston
- Kevin Frantz
- Neophy7e - Neophy7e
- bokonet - bokonet
- Arrilot - Arrilot
@ -1659,9 +1688,11 @@ Symfony is the result of the work of many people who made the code better
- djama - djama
- Michael Gwynne - Michael Gwynne
- Eduardo Conceição - Eduardo Conceição
- changmin.keum
- Jon Cave - Jon Cave
- Sébastien HOUZE - Sébastien HOUZE
- Abdulkadir N. A. - Abdulkadir N. A.
- Adam Klvač
- Yevgen Kovalienia - Yevgen Kovalienia
- Lebnik - Lebnik
- Shude - Shude
@ -1697,6 +1728,7 @@ Symfony is the result of the work of many people who made the code better
- Oncle Tom - Oncle Tom
- Sam Anthony - Sam Anthony
- Christian Stocker - Christian Stocker
- Oussama Elgoumri
- Dawid Nowak - Dawid Nowak
- Lesnykh Ilia - Lesnykh Ilia
- darnel - darnel
@ -1754,6 +1786,7 @@ Symfony is the result of the work of many people who made the code better
- joris de wit (jdewit) - joris de wit (jdewit)
- Jérémy CROMBEZ (jeremy) - Jérémy CROMBEZ (jeremy)
- Jose Manuel Gonzalez (jgonzalez) - Jose Manuel Gonzalez (jgonzalez)
- Joachim Krempel (jkrempel)
- Jorge Maiden (jorgemaiden) - Jorge Maiden (jorgemaiden)
- Justin Rainbow (jrainbow) - Justin Rainbow (jrainbow)
- Juan Luis (juanlugb) - Juan Luis (juanlugb)
@ -1764,6 +1797,7 @@ Symfony is the result of the work of many people who made the code better
- Krzysztof Menżyk (krymen) - Krzysztof Menżyk (krymen)
- samuel laulhau (lalop) - samuel laulhau (lalop)
- Laurent Bachelier (laurentb) - Laurent Bachelier (laurentb)
- Luís Cobucci (lcobucci)
- Florent Viel (luxifer) - Florent Viel (luxifer)
- Matthieu Mota (matthieumota) - Matthieu Mota (matthieumota)
- Matthieu Moquet (mattketmo) - Matthieu Moquet (mattketmo)
@ -1788,6 +1822,7 @@ Symfony is the result of the work of many people who made the code better
- Phil Taylor (prazgod) - Phil Taylor (prazgod)
- Brayden Williams (redstar504) - Brayden Williams (redstar504)
- Rich Sage (richsage) - Rich Sage (richsage)
- Rokas Mikalkėnas (rokasm)
- Bart Ruysseveldt (ruyss) - Bart Ruysseveldt (ruyss)
- Sascha Dens (saschadens) - Sascha Dens (saschadens)
- scourgen hung (scourgen) - scourgen hung (scourgen)

View File

@ -130,7 +130,9 @@ EOF
try { try {
$fs->remove($oldCacheDir); $fs->remove($oldCacheDir);
} catch (IOException $e) { } catch (IOException $e) {
$io->warning($e->getMessage()); if ($output->isVerbose()) {
$io->warning($e->getMessage());
}
} }
if ($output->isVerbose()) { if ($output->isVerbose()) {

View File

@ -1,4 +1,4 @@
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="24" height="24" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve"> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="24" height="24" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
<path style="fill:#aaa" d="M23.61,11.07L17.07,4.35A1.2,1.2,0,0,0,15,5.28V9H1.4A1.82,1.82,0,0,0,0,10.82v2.61A1.55, <path fill="#aaa" d="M23.61,11.07L17.07,4.35A1.2,1.2,0,0,0,15,5.28V9H1.4A1.82,1.82,0,0,0,0,10.82v2.61A1.55,
1.55,0,0,0,1.4,15H15v3.72a1.2,1.2,0,0,0,2.07.93l6.63-6.72A1.32,1.32,0,0,0,23.61,11.07Z"/> 1.55,0,0,0,1.4,15H15v3.72a1.2,1.2,0,0,0,2.07.93l6.63-6.72A1.32,1.32,0,0,0,23.61,11.07Z"/>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 392 B

After

Width:  |  Height:  |  Size: 386 B

View File

@ -1,5 +1,5 @@
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="24" height="24" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve"> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="24" height="24" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
<path style="fill:#aaa" d="M23.06,7.83L14,0.38a1.25,1.25,0,0,0-2,.89V4.09a13.61,13.61,0,0,1-2.2.61l-1.3.47C8, <path fill="#aaa" d="M23.06,7.83L14,0.38a1.25,1.25,0,0,0-2,.89V4.09a13.61,13.61,0,0,1-2.2.61l-1.3.47C8,
5.35,7.59,5.6,7.12,5.81l-0.69.35-0.72.45a10.62,10.62,0,0,0-1.41,1A13.22,13.22,0,0,0,3,8.82a15.31,15.31, 5.35,7.59,5.6,7.12,5.81l-0.69.35-0.72.45a10.62,10.62,0,0,0-1.41,1A13.22,13.22,0,0,0,3,8.82a15.31,15.31,
0,0,0-1.13,1.46A17.63,17.63,0,0,0,1,11.93c-0.18.58-.34,1.16-0.48,1.71S0.45,14.76.43,15.29a10.2,10.2,0,0,0,.16, 0,0,0-1.13,1.46A17.63,17.63,0,0,0,1,11.93c-0.18.58-.34,1.16-0.48,1.71S0.45,14.76.43,15.29a10.2,10.2,0,0,0,.16,
1.5,5.72,5.72,0,0,0,.33,1.34c0.14,0.41.26,0.82,0.42,1.19,0.37,0.71.67,1.38,1,1.94l1,1.46c0.32,0.41.63,0.75,0.87, 1.5,5.72,5.72,0,0,0,.33,1.34c0.14,0.41.26,0.82,0.42,1.19,0.37,0.71.67,1.38,1,1.94l1,1.46c0.32,0.41.63,0.75,0.87,

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -122,7 +122,7 @@
return; return;
} }
var nbOfAjaxRequest = tbody.rows.count(); var nbOfAjaxRequest = tbody.rows.length;
if (nbOfAjaxRequest >= 100) { if (nbOfAjaxRequest >= 100) {
tbody.deleteRow(nbOfAjaxRequest - 1); tbody.deleteRow(nbOfAjaxRequest - 1);
} }