179 Commits (fa67637c67253a60793cd5277fe65177aa041bd6)

Author SHA1 Message Date
Anton Terekhov e1c3da8019 Reworked AJax action HTTP code and HTTP content. Added new HTTP template to process HTTP code output 12 years ago
Anton Terekhov 618f12224e Revorked Error404Exception . New ErrorHTTPException introduced. 12 years ago
Anton Terekhov 2aafb3a394 New default value for AjaxAction->data, new tests 12 years ago
Anton Terekhov 4fa078d709 Fixes for AjaxAction to send different header Content-type with $this->json_encode == true and $this->json_encode == false . This includes refactoring of $this->encode to $this->json_encode. 12 years ago
Anton Grebnev 11a5968105 refactored MongoModel to hide fetch method, fixed PHPDoc errors 12 years ago
Anton Grebnev 774c86acd2 modified Profiler to clear queries array on start() 12 years ago
Anton Grebnev 5bc65513eb modified CliController to use ErrorStream conf var and separate logging by LOGGING/PROFILER settings 12 years ago
Anton Grebnev 8d60abe7d1 modified ErrorHandler not to process error closed by @ 12 years ago
Alexander Demidov 9d0e22ebd2 Modified Profiler message. 12 years ago
Alexander Demidov a16a995ed3 Add Profiler support report message with turn on PROFILER_DETAILS (if use to show queries). Modified tests MongoStatementTest, MySQLiStatementTest. Adding new tests to ProfilerTest. 12 years ago
Alexander Demidov ed0c9f207f Corrected CliControllerTest. 12 years ago
Alexander Demidov 72ac3e2176 Modified commented code in ProfilerTest, LayoutTest with DEBUG const. 12 years ago
Alexander Demidov ad9c6b0a0c Complete tests for CliController. 12 years ago
Alexander Demidov ac091ac1ed Add CliControllerTest (not working with RuntimeException). 12 years ago
Alexander Demidov e59e270476 Modified tests Mongo, Mysqli, Redis with checking work Profiler (with PROFILER_DETAILS). 12 years ago
Alexander Demidov 2395adf7b8 Modified MySQLiStatementTest with use PROFILER_DETAILS set. 12 years ago
Alexander Demidov 69cd61121e Fixed tests RedisDebugTest, ProfilerTest with use PROFILER setting. 12 years ago
Alexander Demidov a0010c3706 Replace values 1 to (bool)true in Config::set(PROFILER...) in majestic tests. 12 years ago
Alexander Demidov b6a2c4dbc3 Replace 0 to false and 1 to true in Config:;set(DEBUG...) in majestic tests. 12 years ago
Alexander Demidov 7a26da1034 Fixed tests with inc Config and Registry classes. Use LOGGING in logger tests. 12 years ago
Alexander Demidov cfd6536c5f Replace constant DEBUG to use in Config. Remove start profiler from FrontController (moved to bootstrap). 12 years ago
Anton Grebnev d5ae133478 added test for findAndModify if no item in collection and test for eval 12 years ago
Anton Grebnev e6735dc158 added setException method to ErrorLayout class 12 years ago
Anton Grebnev 1d999bda3f modified FrontController to get error layout from Router 12 years ago
Anton Grebnev 90a8cb30e6 added getter and setter to Router to use error layout 12 years ago
Anton Grebnev 950d1f4a9a modified MongoDbCommand __toString output 12 years ago
Anton Grebnev f6e119d372 modified GetViewHelper to return urlencoded GET query params 12 years ago
Anton Grebnev 359c712962 modified AutoloadBuilder for atomic autoload.php write 12 years ago
Alexander Demidov 9ef37d003b Refactor Router (remove getUri method. All logic moved to getRoute method). Modified RouterTest. 12 years ago
Alexander Demidov 6e4a9ef23a Modify RouterTest (unmocked simply methods). 12 years ago
Alexander Demidov c7815a2112 Add tests app/router for new methods. 12 years ago
Anton Grebnev c0fa542b3c removed output buffer(ob_start/ob_end_clean) usasge in MongoDbCommand profile output 12 years ago
Anton Grebnev df491fdbbd fixed ret value on eval 12 years ago
Anton Grebnev 623666fb09 updated MongoDbCommand Profiler output 12 years ago
Anton Grebnev f728e6d6a2 updated tests for MongoDbCommand with count command 12 years ago
Anton Grebnev 40b3e76c74 modified AutoloadBuilder to atomic write operation 12 years ago
Anton Grebnev e5e7fdb7e6 added MongoStatement method to count results before skip/limit 13 years ago
Anton Grebnev 0140c3f4ad added condition to batchInsert against empty arrays 13 years ago
Anton Grebnev 99a528fac3 added butchInsert to mongo model 13 years ago
Anton Grebnev d1723cb87b improved MongoId processing and $fields to MongoModel::find() 13 years ago
Anton Terekhov e9ddaa6d92 phpredis has some methods named in lowercase, e.g. zinterstore. Code changed to reflect this 13 years ago
Anton Grebnev 2c611dc3db added Mongo group for tests 13 years ago
Anton Grebnev b9f7718063 added __toString() for MongoDbCommands 13 years ago
Anton Grebnev 650f311b2b remove expectedException from annotation 13 years ago
Alexander Letov 34645282ce Fixed vfsStream to version 0.11.1 (work with both 0.10.1 and 0.11.1) 13 years ago
Anton Grebnev a942745039 two TODO closed for exceptions 13 years ago
Anton Grebnev 71cc211c4f modified classes for GeneralException thrown 13 years ago
Anton Terekhov 400d2667df Moved redis stub class from tests to actual place 13 years ago
Anton Terekhov 674b59bb03 Added Redis stub class for autocompletion 13 years ago
Anton Terekhov 7e2fab5d13 Added cache/face/autoload.php for code coverage ignore, XML formatted 13 years ago