Refactor the response type guessing in OutputFilter into a method
[hoplite.git] / testing /
2011-08-22 Robert SesekFix MakeUrl() for when calling it at the root page.
2011-08-14 Robert SesekAdd RootController::MakeURL()
2011-08-08 Robert SesekAllow an array of variables to be passed to Template...
2011-08-06 Robert SesekIntroduce a file loader to the UrlMap.
2011-08-06 Robert SesekSpecial case the empty rule.
2011-08-06 Robert SesekFix more bugs in TemplateLoader and a singleton helper
2011-08-06 Robert Sesek.gitignore broke the test!
2011-08-06 Robert SesekGet TemplateLoader working and update the tests
2011-08-06 Robert SesekChange Template::Render to return the result, rather...
2011-08-06 Robert SesekSet null_allowed to TRUE by default.
2011-08-06 Robert SesekCreate WeakInterface
2011-08-06 Robert SesekAdd OutputFilter::_EncodeXML and create a test
2011-08-05 Robert Sesek* Add RestAdapaterTest
2011-08-05 Robert SesekAll tests pass again
2011-07-30 Robert SesekMake http\RestController's Do methods public
2011-07-30 Robert SesekAdd data\Model from phalanx
2011-07-30 Robert SesekAdd base\Struct from phalanx
2011-07-27 Robert SesekAdd WIP TemplateLoader
2011-07-26 Robert Sesek* Get the correct column number in parsing exceptions
2011-07-26 Robert SesekAdd basic template parser and test
2011-06-22 Robert SesekImplement UrlMap::LookupAction()
2011-06-18 Robert SesekUpdate RootController and test so that a Request is...
2011-06-18 Robert SesekImplement UrlMap::Evaluate() with all its tests passing.
2011-06-18 Robert SesekDon't print OK if a test fails
2011-06-18 Robert Sesek* Add a set of failing tests for UrlMap -- TDD!
2011-06-12 Robert SesekAdd ActionControllerTest
2011-06-12 Robert SesekAdd a test for RestAction
2011-06-12 Robert Sesek* Write a unittest for RootControler
2011-06-12 Robert SesekAdd unit testing infrastructure, again straignt from...