Commit Graph

271 Commits

Author SHA1 Message Date
Fabien Potencier
0e3b88a058 [DependencyInjection] fixed inheritence when using extensions 2010-06-22 17:27:49 +02:00
Fabien Potencier
21d79d08dc replaced logic with http_build_query() 2010-06-22 16:34:16 +02:00
Kris Wallsmith
ea6c3c2aec Switched positioning of debug bar to absolute for mobile browsers. 2010-06-22 16:30:20 +02:00
Fabien Potencier
2a2ed30b87 [RequestHandler] fixed typo 2010-06-22 16:25:42 +02:00
Fabien Potencier
8ea13f910c [HttpKernel] fixed order of arguments for assertions - to be coherent with the order of PHPUnit assertions 2010-06-21 13:35:41 +02:00
Fabien Potencier
d6a7b43e8a [DomCrawler] fixed add() method to support HTML content as string 2010-06-19 11:42:07 +02:00
Kris Wallsmith
8c0f7e8569 [OutputEscaper] switched to casting object as string rather than call magic method directly 2010-06-16 17:16:13 +02:00
Fabien Potencier
dc18e54130 added some phpdoc 2010-06-16 15:45:20 +02:00
Fabien Potencier
f4d82f385e removed unneeded use statement 2010-06-16 15:11:10 +02:00
Fabien Potencier
f815a6a4a6 removed container dependency for the web debug toolbar 2010-06-16 14:25:43 +02:00
Fabien Potencier
61a8fc3c2c refactored the profiler classes 2010-06-16 14:19:46 +02:00
Fabien Potencier
fad8bd768c removed testers 2010-06-16 10:19:24 +02:00
Fabien Potencier
25c4ff3b9c fixed toolbar setting when overridden 2010-06-15 23:22:54 +02:00
Fabien Potencier
b17400454b [DomCrawler] added some shortcut methods to the Form classes to make the API more friendly 2010-06-14 09:04:45 +02:00
Fabien Potencier
c11b707967 fixed tests 2010-06-10 17:26:10 +02:00
Fabien Potencier
28f4bccb33 renamed culture to locale (patch from henrikbjorn) 2010-06-07 10:10:00 +02:00
Fabien Potencier
b057ef613f [DependencyInjection] changed the extension mechanism to allow an extension to be inherit and merge from an existing configuration 2010-06-07 09:24:13 +02:00
Fabien Potencier
626b88c8f1 [Console] simplified asXml() method 2010-06-03 09:25:51 +02:00
Bongiraud Dominique
9fa1cb5e71 removed unused parameter in Request 2010-05-25 18:21:24 +02:00
Bongiraud Dominique
3a398b84a2 fixed invert parameters in Request::create method 2010-05-25 18:19:57 +02:00
Fabien Potencier
a1bf29743d [Templating] fixed typo in phpdoc 2010-05-25 18:16:08 +02:00
Fabien Potencier
632ef95e06 [HttpKernel] added Request::overrideGlobals() 2010-05-24 14:02:58 +02:00
Fabien Potencier
269651235a fixed XSD local paths 2010-05-21 16:18:29 +02:00
Fabien Potencier
360f79f3a1 [Finder] refactored directory depth management 2010-05-21 13:22:34 +02:00
Fabien Potencier
9426f820a7 [Finder] refactored size and date comparators 2010-05-21 12:50:13 +02:00
Fabien Potencier
46a8a1752f [Templating] removed CompilableLoaderInterface and fixed unit tests 2010-05-20 20:57:25 +02:00
Fabien Potencier
2f4c9a32e9 made splitTemplateName() public 2010-05-20 17:23:33 +02:00
Fabien Potencier
f11d539420 [Templating] added a isFresh() method to Loader classes 2010-05-20 17:15:36 +02:00
Fabien Potencier
8f112ae261 [Templating] added some missing phpdoc 2010-05-20 15:22:48 +02:00
Fabien Potencier
04a0032293 [Templating] added a __isset() method to the Engine 2010-05-20 13:50:14 +02:00
Fabien Potencier
d14daf9275 [HttpKernel] fixed Request::getETags() 2010-05-19 18:52:13 +02:00
Fabien Potencier
3704b67cda [HttpKernel] fixed signature 2010-05-19 16:35:12 +02:00
Bongiraud Dominique
3dce658b8a [BrowserKit]
- Fixed inverted parameters in Client::requestFromRequest
    - Add missing parameter documentation in Request::__construct()
2010-05-19 15:29:24 +02:00
Fabien Potencier
eec7db8238 fixed some coding standards (extracted from 37c45180ae5513927586) 2010-05-19 15:27:53 +02:00
Matthieu Bontemps
5e1c495bbb Fix an indentation problem in Crawler.php 2010-05-19 15:19:47 +02:00
Fabien Potencier
6e6092596b [HttpKernel] added a method to retrieved the ETags from the IF_NONE_MATCH header in a Request 2010-05-19 11:25:07 +02:00
Fabien Potencier
005051c389 [HttpKernel] added support for weak etags and added a method to set all cookies 2010-05-19 11:24:31 +02:00
Fabien Potencier
8c4dd5cca9 refactored the listeners management 2010-05-19 09:16:18 +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
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
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
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