Fabien Potencier
|
a9d8f39382
[Foundation] moved some Kernel initializations in the boot() method to speed up creation of Kernel instances
|
15 years ago |
Fabien Potencier
|
0858289397
[WebBundle] added a routing file for the 'default' route
|
15 years ago |
Fabien Potencier
|
afa1cea103
[DotrineBundle] dixed case on MySQL driver
|
15 years ago |
Fabien Potencier
|
a06d4a80dd
[RequestHandler] fixed incorrect splitting of Accept-* headers
|
15 years ago |
pborreli
|
d9e4801a56
fixed framework name in tests
|
15 years ago |
pborreli
|
cdc9c94628
fixed phpdoc
|
15 years ago |
pborreli
|
7065957a30
replaced assertType by the new assertInstanceOf in unit tests
|
15 years ago |
Fabien Potencier
|
9eb3607edf
[WebBundle] made a small optimization
|
15 years ago |
Fabien Potencier
|
018c8d548c
fixed link generation when doing sub-requests
|
15 years ago |
Fabien Potencier
|
e983029ddc
Revert "fixed link generation when doing sub-requests"
|
15 years ago |
Fabien Potencier
|
f8ba68332f
fixed link generation when doing sub-requests
|
15 years ago |
Fabien Potencier
|
ee799f6f6f
[RequestHandler] changed Request to use the headers bag when appropriate
|
15 years ago |
Fabien Potencier
|
038f7d7bb4
[RequestHandler] added getPort() and setMethod() to Request
|
15 years ago |
Fabien Potencier
|
1bce64678f
[RequestHandler] fixed cloning of Request instances
|
15 years ago |
Fabien Potencier
|
3074f12727
[RequestHandler] added a way to delete a parameter from a RequestBag instance
|
15 years ago |
Fabien Potencier
|
711b3d371a
fixed request management
|
15 years ago |
Fabien Potencier
|
ed36859094
[WebBundle] remove unneeded code
|
15 years ago |
Fabien Potencier
|
9052418f6e
[WebBundle] added a trace of uncaught exception with error_log() in prod environment
|
15 years ago |
Fabien Potencier
|
52acc423d0
[RequestHandler] added the RequestHandlerInterface
|
15 years ago |
Fabien Potencier
|
0255508c15
[WebBundle] fixed typos
|
15 years ago |
Fabien Potencier
|
d498de88f0
[RequestHandler] removed RequestInterface and ResponseInterface, added RequestHandlerInterface (removed the run() method)
|
15 years ago |
Fabien Potencier
|
9cf78e637b
[WebBundle] added a Response parameter to the send() method
|
15 years ago |
Pascal Borreli
|
b5089133d2
fixed typos and phpdoc
|
15 years ago |
Jonathan H. Wage
|
bc6bc391a1
Initial entry of new commands for migrations integration
|
15 years ago |
Jonathan H. Wage
|
ae82308eff
Changing --em option description consistant across all commands
|
15 years ago |
Jonathan H. Wage
|
2c41e93248
More work to DoctrineBundle Console Commands and updated README
|
15 years ago |
Jonathan H. Wage
|
4db2caebae
Updating DoctrineBundle for latest changes to Doctrine 2 CLI where we switched to Symfony console
|
15 years ago |
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.
|
15 years ago |
Jonathan H. Wage
|
20cc9b9669
Changing how command names are parsed to allow multiple levels of namespaces
|
15 years ago |
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.
|
15 years ago |