Introduce FrontController as the replacement for RootController.
[hoplite.git] / http / output_filter.php
2015-05-31 Robert SesekIntroduce FrontController as the replacement for RootCo... api-2
2013-05-19 Robert SesekMake OutputFilter::_EncodeXML protected so that the...
2012-10-14 Robert SesekChange OutputFilter to use a delegate instead of subcla...
2011-10-08 Robert SesekRefactor the response type guessing in OutputFilter...
2011-08-21 Robert SesekUse JSON_NUMERIC_CHECK for json_encode()
2011-08-08 Robert SesekAdd functionality to OutputFilter for rendering templates
2011-08-07 Robert SesekCheck the right header for X-Requested-With
2011-08-06 Robert SesekDon't return in FilterOutput() if there's a body already.
2011-08-06 Robert SesekOnly check the Request#data[format] key if it is set
2011-08-06 Robert SesekSend the HTTP status code in the response
2011-08-06 Robert SesekImplement OutputFilter::_CreateBodyForResponse()
2011-08-06 Robert SesekAdd OutputFilter::_EncodeXML and create a test
2011-06-12 Robert Sesek* Write a unittest for RootControler
2011-06-12 Robert SesekStub out the OutputFilter