This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component
Fabien Potencier 96fc666454 simplified cache warmers
Here are the new simplified rules:

 * Required cache warmers are *always* executed when the Kernel boots for the first time;
 * Optional cache warmers are *only* executed from the CLI via cache:warmup

These new rules means that all the configuration settings for the cache
warmers have been removed. So, if you want the best performance, remember to
warmup the cache when going to production.

This also fixed quite a few bugs.
2011-06-07 11:42:27 +02:00
..
BrowserKit [Various] Phpdoc & typos 2011-06-04 15:30:56 +00:00
ClassLoader fixed previous commit 2011-05-31 09:31:09 +02:00
Config [Config] added a guard against circular references 2011-06-05 10:52:57 +02:00
Console [Console] added mb_detect_encoding when needed 2011-06-04 18:20:20 +02:00
CssSelector [Phpdoc] Cleaning/fixing 2011-04-23 15:18:47 +00:00
DependencyInjection [Various] Phpdoc & typos 2011-06-04 15:30:56 +00:00
DomCrawler [DomCrawler] Uppercase http methods 2011-05-25 15:45:23 +02:00
EventDispatcher [EventDispatcher] re-added the cache layer 2011-05-30 16:00:29 +02:00
Finder [Finder] added a way to ignore all 'hidden' files 2011-05-23 11:05:58 +02:00
Form [Form] Fix the FormView::isRendered() method 2011-06-06 12:31:30 +02:00
HttpFoundation Merge remote branch 'gordonslondon/http-foundation/response' 2011-06-06 18:06:51 +02:00
HttpKernel [HttpKernel] changed cache warmup to be executed even in the CLI 2011-06-07 10:41:30 +02:00
Locale Changed load_resource_bundle() to use ResourceBundle::create() method instead of constructor 2011-06-06 08:45:12 -07:00
Process [Process] Fixed namespace typo and windows test 2011-05-22 14:57:37 +00:00
Routing simplified cache warmers 2011-06-07 11:42:27 +02:00
Security [Security/Http] removed irrelevant code 2011-06-03 14:02:57 +02:00
Serializer fixed a typo 2011-06-06 17:29:50 +02:00
Templating removed TemplateReferenceInterface::getSignature() (replaced by the existing getLogicalName() which already acts as a unique identifier) 2011-06-07 10:12:38 +02:00
Translation [Translation] removed unnecessary default parameter value 2011-04-25 22:58:23 +02:00
Validator added missing license headers 2011-05-31 10:57:06 +02:00
Yaml [Yaml] tweaked error message 2011-05-14 17:37:28 +02:00