Commit History

Author SHA1 Message Date
  Samuel Laulhau db90e0ab8d fix Undefined property: Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand:: 14 years ago
  Martin Hason 3baebe4e3b [FrameworkBundle] fixed CS 14 years ago
  Fabien Potencier 124f1d8e44 moved the Filesystem class form FrameworBundle to HttpKernel (refactored it slightly) 14 years ago
  Fabien Potencier cbe1f6f763 [FrameworkBundle] fixed cache:clear command for non-namespaced AppKernel classes 14 years ago
  Fabien Potencier 0ca1d1a8cd [FrameworkBundle] fixed CS 14 years ago
  lenar 6ec84bad76 namespaced Kernel support for cache:clear 14 years ago
  ornicar 1061194abf [FrameworkBundle] Fix CacheClearCommand help message 14 years ago
  Fabien Potencier 85778caba1 [FrameworkBundle] added --without-debug option to cache:clear as the debug flag value can be different from the one used for the command execution (think generating the prod cache but still with debug information when running the command) 14 years ago
  Fabien Potencier e4a636a885 [FrameworkBundle] refactored the cache:clear command 14 years ago
  Fabien Potencier 9cf9f674e8 [FrameworkBundle] simplified cache:clear and cache:warmup implementations 14 years ago
  Fabien Potencier 5a528bcb55 [FrameworkBundle] change cache:clear warmup option to no-warmup as most of the time people will want to use the warmup version (especially in production env) 14 years ago
  Fabien Potencier b00a903858 [FrameworkBundle] removed clearDir() method in some commands (use Filesystem::remove() instead) 14 years ago
  Francis Besset bb7986e221 [FrameworkBundle] Added cache:clear command with warmup option 14 years ago