Commit Graph

498 Commits

Author SHA1 Message Date
Fabien Potencier
c840c294fa added methods to introspect a Bundle 2010-05-19 10:24:36 +02:00
Fabien Potencier
e09d57ca8b moved Doctrine migration commands to another bundle as migrations are not part of Doctrine core 2010-05-19 09:45:49 +02:00
ornicar
efc4777b23 [DoctrineBundle] fixed DoctrineBundle migration namespaces 2010-05-19 09:36:42 +02:00
Fabien Potencier
8c4dd5cca9 refactored the listeners management 2010-05-19 09:16:18 +02:00
Fabien Potencier
3fe83cd726 [WebBundle] finished the refactoring of the actions helper 2010-05-18 13:08:06 +02:00
Fabien Potencier
3749c59041 [WebBundle] introduced a ControllerManager class 2010-05-18 12:48:56 +02:00
Fabien Potencier
e715bc3d45 [Console] updated OutputInterface 2010-05-17 15:05:25 +02:00
Fabien Potencier
638d3b0f59 [WebBundle] made a small optimization 2010-05-14 11:50:19 +02:00
Fabien Potencier
c8dde44b61 [WebBundle] added support for URI in actions helper 2010-05-14 11:22:20 +02:00
Fabien Potencier
b6852c3b6e [Finder] added a data range filter 2010-05-14 09:29:04 +02:00
Fabien Potencier
c757616fb7 [Finder] fixed phpdoc 2010-05-14 09:18:42 +02:00
Fabien Potencier
569508adea [WebBundle] added options to the render method of the actions helper 2010-05-13 20:23:23 +02:00
Fabien Potencier
2c165693e7 changed the main parameter of the kernel handle() method to type with 3 different values 2010-05-13 17:17:33 +02:00
Fabien Potencier
bb77e9a3d6 [WebBundle] re-organized the sub-request management a bit (WIP) 2010-05-13 08:29:04 +02:00
Fabien Potencier
72947d8588 re-organized the sub-request management a bit (WIP) 2010-05-13 08:15:37 +02:00
Fabien Potencier
fd331bac18 changed the routing to accept a single _controller argument instead of _bundle, _controller, and _action (the _controller is the : separated representation of a controller - this is more coherent with other part of the framework) 2010-05-12 20:49:45 +02:00
Fabien Potencier
9005efaa17 added a comment in PHPDoc about what should be a helper instance 2010-05-12 20:48:23 +02:00
Fabien Potencier
10424155bf fixed some coding standards problems 2010-05-11 10:36:31 +02:00
Fabien Potencier
d8752c7fab [HttpKernel] moved getDate() from ParameterBag to HeaderBag 2010-05-10 19:40:18 +02:00
Fabien Potencier
653620406b [HttpKernel] added Request::getQueryString() 2010-05-10 13:20:03 +02:00
Fabien Potencier
287f787927 [HttpKernel] added Request::getUri() 2010-05-10 13:08:19 +02:00
Jordi Boggiano
33a7d9a0a4 fixed curlies folding, part three, handled remaining special cases manually 2010-05-09 09:15:38 +02:00
Jordi Boggiano
9ed3d0468e folded all curly brackets of control structures to conform to PEAR/ZF CS, part two 2010-05-09 09:15:22 +02:00
Fabien Potencier
16055d229b moved the requirement of the bootstrap.php later in the process 2010-05-07 19:35:08 +02:00
Fabien Potencier
75f0d47b54 [HttpKernel] added support for query strings in Request::create() method 2010-05-07 18:31:45 +02:00
Jordi Boggiano
2684de0d8e Folded all curly brackets of control structures to conform to PEAR/ZF CS 2010-05-07 18:24:05 +02:00
Fabien Potencier
e79976817d fixed typo in previous commit 2010-05-06 14:32:54 +02:00
Fabien Potencier
9c2c992870 added a raw argument to the HttpKernel::handle() method 2010-05-06 14:26:48 +02:00
Fabien Potencier
83c6d337e2 changed coding standards: indendation is now 4 spaces 2010-05-06 13:25:53 +02:00
Fabien Potencier
6328d514a3 renamed RequestHandler component to HttpKernel 2010-05-06 12:04:50 +02:00
ornicar
3bce03a7e1 [WebBundle] fixed Finder namespace in Filesystem 2010-05-06 08:46:47 +02:00
Fabien Potencier
04da781529 [RequestHandler] changed server object in Request to be a simple ParameterBag 2010-05-05 10:24:34 +02:00
tirnanog06
5d77229aca [WebBundle] second argument in array_merge must be an array 2010-05-04 21:54:13 +02:00
Fabien Potencier
02858c4c3d [Finder] simplified LimitDepthFilterIterator 2010-05-04 13:05:18 +02:00
Fabien Potencier
aaeb48f744 [Finder] made the in() method fluent as others as Finder now implements the IteratorAggregate interface 2010-05-04 11:34:29 +02:00
Fabien Potencier
376ca78346 [Finder] replaced ChainIterator with PHP built-in AppendIterator 2010-05-04 11:07:25 +02:00
Fabien Potencier
4be3a508f1 [RequestHandler] fixed HeaderBag usage 2010-05-03 18:10:24 +02:00
Fabien Potencier
bdbb02d7b9 [Foundation] added a way to call RequestHandler::handleRaw() from the Kernel 2010-05-03 16:13:29 +02:00
Fabien Potencier
5d26bb89a0 [WebBundle] added a query parameter to the controller loader for more flexibility 2010-05-03 15:37:23 +02:00
Fabien Potencier
606e44e491 [RequestHandler] added a bunch of HTTP cache related methods to the Response class 2010-05-03 11:47:01 +02:00
Fabien Potencier
c34da5d6c4 renamed RequestBag to ParameterBag, added HeaderBag, changed the Response to use the new HeaderBag, added a class to manage the Cache-Control header 2010-05-03 11:40:23 +02:00
Fabien Potencier
b3a6c6f346 [RequestHandler] removed fluent interface for Response, fixed some PHPDoc 2010-05-03 11:23:53 +02:00
Fabien Potencier
ca26672ede [RequestHandler] converted response status texts keys to integer 2010-05-03 11:22:33 +02:00
Fabien Potencier
8fe25d343b [WebBundle] made the request instance explicit in the controller base class (useful if you inject the request for testing purpose) 2010-05-03 11:17:02 +02:00
Fabien Potencier
a9d8f39382 [Foundation] moved some Kernel initializations in the boot() method to speed up creation of Kernel instances 2010-05-03 09:54:17 +02:00
Fabien Potencier
0858289397 [WebBundle] added a routing file for the 'default' route 2010-05-03 09:14:35 +02:00
Fabien Potencier
afa1cea103 [DotrineBundle] dixed case on MySQL driver 2010-05-02 18:05:49 +02:00
Fabien Potencier
a06d4a80dd [RequestHandler] fixed incorrect splitting of Accept-* headers 2010-04-28 08:34:57 +02:00
pborreli
cdc9c94628 fixed phpdoc 2010-04-26 14:08:30 +02:00
Fabien Potencier
9eb3607edf [WebBundle] made a small optimization 2010-04-25 22:18:17 +02:00
Fabien Potencier
018c8d548c fixed link generation when doing sub-requests 2010-04-25 16:17:54 +02:00
Fabien Potencier
e983029ddc Revert "fixed link generation when doing sub-requests"
This reverts commit f8ba68332f.
2010-04-25 16:16:05 +02:00
Fabien Potencier
f8ba68332f fixed link generation when doing sub-requests 2010-04-25 16:15:20 +02:00
Fabien Potencier
ee799f6f6f [RequestHandler] changed Request to use the headers bag when appropriate 2010-04-25 13:34:34 +02:00
Fabien Potencier
038f7d7bb4 [RequestHandler] added getPort() and setMethod() to Request 2010-04-25 13:34:02 +02:00
Fabien Potencier
1bce64678f [RequestHandler] fixed cloning of Request instances 2010-04-25 13:32:45 +02:00
Fabien Potencier
3074f12727 [RequestHandler] added a way to delete a parameter from a RequestBag instance 2010-04-25 13:20:55 +02:00
Fabien Potencier
711b3d371a fixed request management
* The "main" request is stored in the RequestHandler
 * The request is passed to the core.response event
2010-04-25 13:18:42 +02:00
Fabien Potencier
ed36859094 [WebBundle] remove unneeded code 2010-04-25 13:18:07 +02:00
Fabien Potencier
9052418f6e [WebBundle] added a trace of uncaught exception with error_log() in prod environment 2010-04-25 13:15:26 +02:00
Fabien Potencier
52acc423d0 [RequestHandler] added the RequestHandlerInterface 2010-04-24 15:48:49 +02:00
Fabien Potencier
0255508c15 [WebBundle] fixed typos 2010-04-24 10:50:07 +02:00
Fabien Potencier
d498de88f0 [RequestHandler] removed RequestInterface and ResponseInterface, added RequestHandlerInterface (removed the run() method) 2010-04-24 09:39:13 +02:00
Fabien Potencier
9cf78e637b [WebBundle] added a Response parameter to the send() method 2010-04-24 09:38:10 +02:00
Pascal Borreli
b5089133d2 fixed typos and phpdoc 2010-04-24 09:25:44 +02:00
Jonathan H. Wage
bc6bc391a1 Initial entry of new commands for migrations integration 2010-04-23 19:13:47 +02:00
Jonathan H. Wage
ae82308eff Changing --em option description consistant across all commands 2010-04-23 19:13:31 +02:00
Jonathan H. Wage
2c41e93248 More work to DoctrineBundle Console Commands and updated README 2010-04-23 19:13:19 +02:00
Jonathan H. Wage
4db2caebae Updating DoctrineBundle for latest changes to Doctrine 2 CLI where we switched to Symfony console 2010-04-23 19:13:03 +02:00
Jonathan H. Wage
9cf9430430 Enhancing Bundle CLI Command loading to allow a Bundle class to manually add commands to the Console Application instead of trying to read them from disk. 2010-04-23 19:05:41 +02:00
Jonathan H. Wage
20cc9b9669 Changing how command names are parsed to allow multiple levels of namespaces 2010-04-23 19:02:46 +02:00
Jonathan H. Wage
0c78e9f121 Adding feature to Command help that allows you to use %command.name% and %command.full_name% patterns so you don't have to hardcode the command name in help text. 2010-04-23 19:02:17 +02:00
Fabien Potencier
27057fe6ae [RequestHandler] fixed request headers 2010-04-23 10:08:24 +02:00
Fabien Potencier
8d8afd992b [RequestHandler] fixed request headers 2010-04-23 10:07:24 +02:00
Fabien Potencier
16d406a9da fixed coding standards 2010-04-23 08:29:46 +02:00
Fabien Potencier
ab7adbff2b [BrowserKit] fixed cookie management 2010-04-22 07:22:44 +02:00
Fabien Potencier
20527a0a5b [BrowserKit] added a __toString() method to the Client to ease debugging 2010-04-21 13:28:59 +02:00
Fabien Potencier
1194520b83 [BrowserKit] added a way to automatically follow redirects 2010-04-21 13:17:50 +02:00
Fabien Potencier
fcda253a1b added full support for functional tests 2010-04-21 12:05:34 +02:00
Fabien Potencier
e0456fbaeb [WebBundle] fixed Filesystem::mirror to use the new Finder component 2010-04-21 11:18:41 +02:00
Fabien Potencier
6060d015eb [Finder] fixed ugly code 2010-04-21 11:16:57 +02:00
Pascal Borreli
a21004a886 [Process] fixed phpdoc 2010-04-21 11:14:09 +02:00
Pascal Borreli
5b8a88476b [DomCrawler] fixed phpdoc 2010-04-21 11:13:52 +02:00
Fabien Potencier
72fe9fa52f [Finder] added the component 2010-04-21 11:11:38 +02:00
Kris Wallsmith
c6f21e44a3 [WebBundle] Fixed issue in Mustache when a value is not provided for a token. 2010-04-21 07:52:33 +02:00
Katsuhiro OGAWA
9313e2607d [RequestHandler] Fixed missing variables in RequestBag 2010-04-21 07:50:19 +02:00
Fabien Potencier
f6a2b74a91 [WebBundle] removed unneeded code 2010-04-20 17:43:09 +02:00
Pierre Minnieur
ffc8964003 [BrowserKit] fixed phpdoc 2010-04-20 14:57:57 +02:00
Fabien Potencier
fb43314653 [BrowserKit] fixed typo 2010-04-19 22:10:22 +02:00
Fabien Potencier
fc72050eeb [Console] fixed typo 2010-04-19 16:01:33 +02:00
Fabien Potencier
79b39157e2 [BrowserKit] added the component 2010-04-19 14:12:42 +02:00
Fabien Potencier
e09f730243 [DomCrawler] fixed DomCrawler::parseUri() 2010-04-19 12:01:47 +02:00
Fabien Potencier
6d4fb5e4a8 [RequestHandler] updated phpdoc for Response::setCookie() 2010-04-19 09:45:39 +02:00
Fabien Potencier
ee50040a79 [Foundation] added a way to reboot the kernel 2010-04-19 09:05:11 +02:00
Fabien Potencier
257c06f551 [WebBundle] fixed controller loader run() method 2010-04-19 08:57:58 +02:00
Fabien Potencier
1c0a18d1b4 [DomCrawler] added Crawler::addContent() 2010-04-19 08:33:45 +02:00
Fabien Potencier
2d74ea7e23 [Process] fixed typo 2010-04-19 07:44:41 +02:00
Fabien Potencier
865031fa24 [Process] made the callback optional 2010-04-18 09:27:43 +02:00
Fabien Potencier
4933ddd6a8 [Process] added the component 2010-04-17 14:51:17 +02:00
Kris Wallsmith
4569ca033c [DependencyInjection] Cleaned up formatting of complex isAbsolutePath() logic. 2010-04-17 09:43:58 +02:00
Kris Wallsmith
2ed59a8464 [WebBundle] Fixed import of base configuration in YAML skeleton. 2010-04-17 09:42:55 +02:00
Kris Wallsmith
3c07383bfb [Console] Removed reference to old test:all task. 2010-04-17 09:42:52 +02:00
Kris Wallsmith
21c345835d [WebBundle] fixed invalid assumption in Mustache 2010-04-16 09:54:54 +02:00
Fabien Potencier
797327110b [DomCrawler] added the component 2010-04-15 14:41:42 +02:00
Fabien Potencier
13759a7fac [CssSelector] fixed XPathExpr::xpathliteral() 2010-04-15 11:53:23 +02:00
Fabien Potencier
241c779cf1 renamed phpunit.xml to phpunit.xml.dist in the skeleton 2010-04-14 21:57:06 +02:00
Fabien Potencier
79b8661439 [WebBundle] added support in application skeleton for PHPUnit 2010-04-14 07:40:00 +02:00
Thibault Duplessis
36b4dae893 fixed 2 typos in DoctrineBundle README 2010-04-13 11:28:24 +02:00
Pascal Borreli
b9fe42238a modified tests to use better PHPUnit methods 2010-04-12 17:36:49 +02:00
Pascal Borreli
97be2ac2b7 fixed typo 2010-04-12 17:24:42 +02:00
Pascal Borreli
3dc26a7280 [RequestHandler] dynamic method called as static 2010-04-12 17:24:22 +02:00
Pascal Borreli
07aabadf25 [WebBundle] fixed unit of measure px is redundant 2010-04-12 17:23:59 +02:00
Pascal Borreli
7bb5cb4419 removing trailing whiteplaces 2010-04-12 17:23:15 +02:00
Fabien Potencier
5c11f9f42d [ProfilerBundle] fixed typo 2010-04-12 17:10:05 +02:00
Fabien Potencier
28c0f493a2 [CssSelector] added missing accessors 2010-04-08 12:09:14 +02:00
Fabien Potencier
d568437d23 changed Request storage for parameters coming from PHP global variables 2010-04-08 11:15:19 +02:00
Fabien Potencier
d9e444b440 [Foundation] fixed request value when passed to the handle method 2010-04-08 11:12:58 +02:00
Fabien Potencier
1683f46279 [DependencyInjection] reverted 2ac6faaa0b 2010-04-08 10:43:42 +02:00
Fabien Potencier
9ebfdf24a5 [ProfilerBundle] fixed page display when the profiler DB is not writable 2010-04-08 07:38:51 +02:00
Pascal Borreli
7d106aa80e fixed typo 2010-04-08 07:11:40 +02:00
Dennis Benkert
e815a7eb2e fixed line indention coding standards 2010-04-08 07:10:08 +02:00
Pascal Borreli
eee2b74c08 [RequestHandler] Fixed coding standard : correct indentation / typo 2010-04-08 07:08:53 +02:00
Bulat (Hacker) Shakirzyanov
6d691052ac [WebBundle] fixed renderDir to not call renderFile on not files 2010-04-08 07:01:06 +02:00
Pascal Borreli
f2d75ed279 Fixed trailing whitespaces 2010-04-07 07:07:14 +02:00
Pascal Borreli
c1e357d200 Fixed @package and @subpackage phpdoc tags 2010-04-07 07:06:21 +02:00
Fabien Potencier
1b9fee18d4 [CssSelector] removed the use of lower-case() in XPath as it is not supported by PHP 2010-04-06 18:11:22 +02:00
Fabien Potencier
233a25595f [RequestHandler] fixed phpdoc 2010-04-06 17:48:47 +02:00
Fabien Potencier
85e5496d9d [RequestHandler] added Request::createFromUri() 2010-04-06 17:44:52 +02:00
Fabien Potencier
1816b8543e [DependencyInjection] fixed phpdoc 2010-04-06 16:31:51 +02:00
pborreli
7c628a98d2 fixed spelling typo 2010-04-06 16:31:08 +02:00
Fabien Potencier
bc29f81e8e [DependencyInjection] changed exception class in __call() 2010-04-06 16:18:25 +02:00
Fabien Potencier
b6d00a4e87 [RequestHandler] added files and cookies support to Request 2010-04-06 10:21:02 +02:00
Fabien Potencier
229b0cea31 [RequestHandler] fixed warning when baseUrl is empty 2010-04-06 10:00:46 +02:00
Pascal Borreli
12690a8e92 fixed @throws phpdoc tag 2010-04-05 11:48:31 +02:00
Pascal Borreli
dd7817ae62 [RequestHandler] fixed assertion in getFormat when format is associated with only one mime-type + phpunit tests 2010-04-05 11:47:10 +02:00
Pascal Borreli
8b1c1db860 [RequestHandler] fixed coding standards: the use of function is_null() is forbidden 2010-04-05 11:45:38 +02:00
Pascal Borreli
45a0d739b9 [CssSelector] fixed coding standards: removed useless else statements 2010-04-05 11:45:13 +02:00
Pascal Borreli
5d99cba7ab [CssSelector] fixed coding standards: removed perl comment style 2010-04-05 11:44:17 +02:00
Pascal Borreli
cb8fb71a73 [OutputEscaper] fixed coding standard: removed useless else statements 2010-04-05 11:44:01 +02:00
Pascal Borreli
33fb7a5ac2 [OutputEscaper] fixed coding standards: opening brace should be on a new line 2010-04-05 11:43:54 +02:00
Daniel Cestari
53cf10aba9 [WebBundle] updated application's skeleton routing.yml 2010-04-05 11:40:57 +02:00
Daniel Cestari
3bd87ed38b [Foundation] updated link to the PHP 5.3's final proposal for autoloader interoperability 2010-04-05 11:40:34 +02:00
Fabien Potencier
95bb9d80d7 [WebBundle] fixed Symfony version in the text exception message 2010-04-02 17:21:45 +02:00
Fabien Potencier
77f56a61f6 [Foundation] made the Kernel serializable (to avoid weird error messages when used with PHPUnit) 2010-04-02 16:47:59 +02:00
Fabien Potencier
14ea0dacae [CssSelector] added the component 2010-03-31 18:26:38 +02:00
Fabien Potencier
dc1bc88279 [Yaml] fixed YAML parser when mbstring.func_overload is used with an mbstring.internal_encoding different from ASCII 2010-03-29 12:40:22 +02:00
Bongiraud Dominique
4bd865de67 [Routing]fix bug 2010-03-28 19:03:00 +02:00
Bongiraud Dominique
8b45fcc7de [DependencyInjection]fix bug 2010-03-28 19:02:36 +02:00
Fabien Potencier
bfef03a1cb [Routing] fixed a warning when using a sub-class of UrlGenerator 2010-03-26 16:18:26 +01:00
Fabien Potencier
c69410ccde [DependencyInjection] fixed Container::getService() when the service is empty (closes #8456) 2010-03-25 14:04:48 +01:00
Fabien Potencier
9606402b6f [RequestHandler] changed the Request constructor signature to be more explicit 2010-03-25 08:55:50 +01:00
Fabien Potencier
c295db682d [Foundation] removed the old class loader 2010-03-24 15:03:58 +01:00
Fabien Potencier
bc9bbd8436 [Yaml] added support for compact inline notation with immediate sub mapping 2010-03-24 15:02:49 +01:00
Fabien Potencier
a248fc133b [Yaml] reverted previous commit 2010-03-24 12:10:26 +01:00
Fabien Potencier
d4f724ab4e finished the conversions of unit tests to PHPUnit 2010-03-18 15:26:21 +01:00
Fabien Potencier
7f0ace8521 [WebBundle] changed the helper configuration to match the latest version of the Templating component 2010-03-13 14:43:06 +01:00
Fabien Potencier
bf08289e18 [Templating] remove Engine as a dependency for the Helper objects 2010-03-13 14:42:33 +01:00
Fabien Potencier
bce240badd [Templating] added missing use statement 2010-03-13 14:29:56 +01:00
Fabien Potencier
7d19d8e375 [Yaml] fixed parsing of folded scalars when a # sign starts a line 2010-03-12 15:57:19 +01:00
Fabien Potencier
7c9559bc26 [Foundation] made some performance optimizations (if you change a parameter in a .htaccess or httpd.conf, you now need to flush the cache - should not be a big deal) 2010-03-12 11:54:22 +01:00
Fabien Potencier
98987b0f88 [Foundation] fixed typo 2010-03-12 11:22:19 +01:00
Jonathan H. Wage
08617caf56 [DoctrineBundle] Fixing issue with paths not being the realpath and causing issues when comparing string paths in Doctrine 2010-03-11 11:12:56 +01:00
Fabien Potencier
573f95a80c [DoctrineBundle] fixed typo 2010-03-10 22:41:05 +01:00
Fabien Potencier
e17c43d7b2 Merge branch 'master' of github.com:fabpot/symfony
* 'master' of github.com:fabpot/symfony:
  [Console] added __get() to Command to have shorter and more readable code in commands
  [Console] fixed default message layout
  [Routing] added requirements checking when generating a route
  [Routing] changed matching to only check for method if it is available in the context
  [Routing] fixed typo
2010-03-10 22:30:56 +01:00
Fabien Potencier
fff133414d [DoctrineBundle] fixed the overridding of an Entity 2010-03-10 22:29:45 +01:00
Fabien Potencier
d229ce584f [Console] added __get() to Command to have shorter and more readable code in commands 2010-03-10 17:01:50 +01:00
Fabien Potencier
7c727355d1 [Console] fixed default message layout 2010-03-10 15:15:21 +01:00
Fabien Potencier
0d05db0afc [Routing] added requirements checking when generating a route 2010-03-10 12:58:40 +01:00
Fabien Potencier
2bc47f13f5 [Routing] changed matching to only check for method if it is available in the context 2010-03-10 12:58:40 +01:00
Fabien Potencier
e582408188 [Routing] fixed typo 2010-03-10 12:58:40 +01:00
Jordi Boggiano
dad75524fc [ProfilerBundle] Allows the BundleStorage to use PDO_SQLITE as well as SQLite3 and fixes a bug in purge()
Signed-off-by: Jordi Boggiano <j.boggiano@seld.be>
2010-03-09 07:12:45 +01:00
Pascal Borreli
e182853ef0 [Foundation] fixed a typo 2010-03-09 07:04:18 +01:00
Pascal Borreli
ed6ffb502f [RequestHandler] fixed a typo 2010-03-09 07:03:43 +01:00
Fabien Potencier
75c922884e [Console] removed the application name in help 2010-03-07 14:58:55 +01:00
Fabien Potencier
8ed170c726 [DoctrineBundle] fixed alias support to be in sync with the latest version of Doctrine 2010-03-05 10:22:53 +01:00
Fabien Potencier
60b714c2d3 [DoctrineBundle] changed option dir_or_file to dir-or-file 2010-03-05 09:50:28 +01:00
Fabien Potencier
9d060340f6 [DoctrineBundle] fixed Doctrine extension to always create aliases for entities in the Entities/ directory 2010-03-05 09:27:43 +01:00
Fabien Potencier
450550d06d [ProfilerBundle] fixed storage read() method and unpack/pack data to avoid weird character in the data stream 2010-03-04 09:00:29 +01:00
Fabien Potencier
e8119ce875 [OutputEscaper] renamed Safe to SafeDecorator 2010-03-02 14:06:28 +01:00
Fabien Potencier
9738f34c4d [ProfilerBundle] refactored some code 2010-03-01 19:10:47 +01:00
Fabien Potencier
74ff6cbd9f [WebBundle] tweaked error message 2010-03-01 18:38:31 +01:00
Fabien Potencier
17d4e1538f [DependencyInjection] store references to shared services as soon as possible to avoid circular references on legal code 2010-03-01 18:37:22 +01:00
Fabien Potencier
6ba662b0a4 [WebBundle] removed the Model/ directory from skeleton 2010-03-01 17:04:32 +01:00
Fabien Potencier
2e420c3c8a [ProfiledBundle] moved debug tools from WebBundle to ProfilerBundle 2010-03-01 12:47:28 +01:00
Fabien Potencier
3fbe294461 [DoctrineBundle] removed the need to pass the container to the extension (which is dangerous) 2010-03-01 12:30:23 +01:00
Jordi Boggiano
635135a4e0 [WebBundle] Fixing regression introduced in de37e5225b
Signed-off-by: Jordi Boggiano <j.boggiano@seld.be>
2010-03-01 11:48:04 +01:00
Jonathan H. Wage
47aee04459 [DoctrineBundle] Integrating the new Doctrine 2.0 entity alias feature for the query language 2010-03-01 11:46:05 +01:00
Jonathan H. Wage
42ad9b7c72 [DoctrineBundle] Improvements for building entities and getting started 2010-03-01 11:42:39 +01:00
Jonathan H. Wage
d15f2329ae [Foundation] Fixing typo 2010-03-01 11:41:59 +01:00
Jonathan H. Wage
6ead924835 [DoctrineBundle, WebBundle] Enhancing API for retrieving database connections and entity managers from controllers to allow for specifying the name of the connection or entity manager. If no argument is given it returns the default configured connection or entity manager. 2010-03-01 11:41:28 +01:00
Jonathan H. Wage
2db073b03a [DoctrineBundle] Fixes for building when you have multiple bundles which mixes mapping information types 2010-03-01 11:37:55 +01:00
Jonathan H. Wage
1be4ff9095 [DoctrineBundle] Adding doctrine:import-mapping command to allow you to easily import the mapping information from an existing database connection to a bundle 2010-03-01 11:33:32 +01:00
Jonathan H. Wage
0472d0f0e2 [DoctrineBundle] Adding some XML examples 2010-03-01 11:32:50 +01:00
Jonathan H. Wage
85ed6df2f0 [DoctrineBundle] Making mapping information more flexible to allow different metadata mapping files for each bundle 2010-03-01 11:32:26 +01:00
Jonathan H. Wage
1a45bb6d63 [DoctrineBundle] Enhancing the Doctrine 2 integration further to better handle multiple connections/entity managers 2010-03-01 11:30:18 +01:00
Jonathan H. Wage
b3d8aa414e [Symfony] Adding isBooted() method so that I can pass an existing kernel to a Console application. Right now it throws an exception otherwise about it already being booted. 2010-03-01 11:28:03 +01:00
Fabien Potencier
165b9832fe [Console] added hasOption and hasArgument to Input 2010-03-01 11:24:21 +01:00
Jonathan H. Wage
0c3a4b15ec [DoctrineBundle] Cloning cache driver service for each usage so we can set a prefix to avoid caching conflicts 2010-03-01 11:21:27 +01:00
Romain Dorgueil
3671f4a08a [DependencyInjection] made a small performance enhancement. No need to lowercase three times the same.
`strtolower` was called three times at most on the same value, and one
at least. To avoid this, let's compute it first.

Additionally, $value cast in last return clause was useless as it has
been done previously, and nothing changed $value's value.

Signed-off-by: Romain Dorgueil <romain.dorgueil@symfony-project.com>
2010-03-01 11:14:10 +01:00
Christian Stocker
8948ae1f6e [WebBundle] set the limiter to 4, otherwise it's not possible to use another renderer 2010-03-01 10:57:03 +01:00