Kris Wallsmith
|
12a09f5cb5
[DoctrineBundle] updated XSD based on a visual audit
|
15 years ago |
Kris Wallsmith
|
fe80be7e35
Fixed reference to moved listener
|
15 years ago |
Bongiraud Dominique
|
3dce658b8a
[BrowserKit]
|
15 years ago |
Fabien Potencier
|
eec7db8238
fixed some coding standards (extracted from 37c45180ae5513927586)
|
15 years ago |
Matthieu Bontemps
|
5e1c495bbb
Fix an indentation problem in Crawler.php
|
15 years ago |
Fabien Potencier
|
6e6092596b
[HttpKernel] added a method to retrieved the ETags from the IF_NONE_MATCH header in a Request
|
15 years ago |
Fabien Potencier
|
005051c389
[HttpKernel] added support for weak etags and added a method to set all cookies
|
15 years ago |
Fabien Potencier
|
c840c294fa
added methods to introspect a Bundle
|
15 years ago |
Fabien Potencier
|
e09d57ca8b
moved Doctrine migration commands to another bundle as migrations are not part of Doctrine core
|
15 years ago |
ornicar
|
efc4777b23
[DoctrineBundle] fixed DoctrineBundle migration namespaces
|
15 years ago |
Fabien Potencier
|
8c4dd5cca9
refactored the listeners management
|
15 years ago |
Fabien Potencier
|
3fe83cd726
[WebBundle] finished the refactoring of the actions helper
|
15 years ago |
Fabien Potencier
|
3749c59041
[WebBundle] introduced a ControllerManager class
|
15 years ago |
Fabien Potencier
|
e715bc3d45
[Console] updated OutputInterface
|
15 years ago |
Fabien Potencier
|
638d3b0f59
[WebBundle] made a small optimization
|
15 years ago |
Fabien Potencier
|
c8dde44b61
[WebBundle] added support for URI in actions helper
|
15 years ago |
Fabien Potencier
|
b6852c3b6e
[Finder] added a data range filter
|
15 years ago |
Fabien Potencier
|
c757616fb7
[Finder] fixed phpdoc
|
15 years ago |
Fabien Potencier
|
569508adea
[WebBundle] added options to the render method of the actions helper
|
15 years ago |
Fabien Potencier
|
2c165693e7
changed the main parameter of the kernel handle() method to type with 3 different values
|
15 years ago |
Fabien Potencier
|
bb77e9a3d6
[WebBundle] re-organized the sub-request management a bit (WIP)
|
15 years ago |
Fabien Potencier
|
72947d8588
re-organized the sub-request management a bit (WIP)
|
15 years ago |
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)
|
15 years ago |
Fabien Potencier
|
9005efaa17
added a comment in PHPDoc about what should be a helper instance
|
15 years ago |
Fabien Potencier
|
10424155bf
fixed some coding standards problems
|
15 years ago |
Fabien Potencier
|
d8752c7fab
[HttpKernel] moved getDate() from ParameterBag to HeaderBag
|
15 years ago |
Fabien Potencier
|
653620406b
[HttpKernel] added Request::getQueryString()
|
15 years ago |
Fabien Potencier
|
287f787927
[HttpKernel] added Request::getUri()
|
15 years ago |
Jordi Boggiano
|
33a7d9a0a4
fixed curlies folding, part three, handled remaining special cases manually
|
15 years ago |
Jordi Boggiano
|
9ed3d0468e
folded all curly brackets of control structures to conform to PEAR/ZF CS, part two
|
15 years ago |