master
click here to add a description
click here to add a homepage
fixed typo in previous commit
added a raw argument to the HttpKernel::handle() method
changed coding standards: indendation is now 4 spaces
renamed RequestHandler component to HttpKernel
[WebBundle] added more tests to Mustache
[WebBundle] fixed Finder namespace in Filesystem
[RequestHandler] changed server object in Request to be a simple ParameterBag
[WebBundle] second argument in array_merge must be an array
[Finder] simplified LimitDepthFilterIterator
[Finder] made the in() method fluent as others as Finder now implements the IteratorAggregate interface
[Finder] replaced ChainIterator with PHP built-in AppendIterator
[RequestHandler] fixed HeaderBag usage
[Foundation] added a way to call RequestHandler::handleRaw() from the Kernel
[WebBundle] added a query parameter to the controller loader for more flexibility
[RequestHandler] fixed typo
[RequestHandler] added a bunch of HTTP cache related methods to the Response class
renamed RequestBag to ParameterBag, added HeaderBag, changed the Response to use the new HeaderBag, added a class to manage the Cache-Control header
[RequestHandler] removed fluent interface for Response, fixed some PHPDoc
[RequestHandler] converted response status texts keys to integer
[WebBundle] made the request instance explicit in the controller base class (useful if you inject the request for testing purpose)
[Foundation] moved some Kernel initializations in the boot() method to speed up creation of Kernel instances
[WebBundle] added a routing file for the 'default' route
[DotrineBundle] dixed case on MySQL driver
[RequestHandler] fixed incorrect splitting of Accept-* headers
fixed framework name in tests
fixed phpdoc
replaced assertType by the new assertInstanceOf in unit tests
[WebBundle] made a small optimization
fixed link generation when doing sub-requests
Revert "fixed link generation when doing sub-requests"
[RequestHandler] changed Request to use the headers bag when appropriate
[RequestHandler] added getPort() and setMethod() to Request
[RequestHandler] fixed cloning of Request instances
[RequestHandler] added a way to delete a parameter from a RequestBag instance