535 Commits (namespace)
 

Author SHA1 Message Date
Alexander Demidov 8113986276 Add to ErrorHTTPException support code 401. 11 years ago
Alexander Demidov 10c68143cb Изменен FileLogger для возможности расширения класса 11 years ago
Alexander Demidov ef99a26635 Modife CliController. 11 years ago
Alexander Demidov 8133695eae Add Env.Request(). 11 years ago
Alexander Demidov 5b9eab1067 Merge remote-tracking branch 'origin/fix_error_log' into extended_classes 11 years ago
Anton Terekhov 3b6ae39707 Added new validators without tests 12 years ago
Anton Terekhov 163ac086b0 Merge branch 'fix_error_log' 12 years ago
Anton Terekhov 126d97b020 Added exception name to log 12 years ago
Anton Terekhov a2cb6a405e Get rid of $this->template logic, switched to type of exception 12 years ago
Anton Terekhov fce43da00d Fixed test error for testDebugAutoload() with coverage 12 years ago
Anton Grebnev 98324588b7 added test for Mongo::addCondition method 12 years ago
Anton Grebnev c525a09078 fixed AutoloadBuilderTest to pass without template app 12 years ago
Anton Terekhov 748393f653 Fixed function name 12 years ago
Anton Terekhov 5f47dab73e Use new logError in FrontController, tests 12 years ago
Anton Terekhov 91b364d01a Separate function ErrorHandler::logError() and tests 12 years ago
Anton Terekhov d007f356c0 Remove duplicate lines from test 12 years ago
Anton Terekhov b2aced98d2 Merge branch 'feature_code_coverage' 12 years ago
Anton Terekhov 431fb8b60f PHPDoc for MySQLiStatementTest 12 years ago
Anton Terekhov b261538286 Removed dead code, `explode` will only return `false` if delimiter is empty string. In such a case `explode` will trigger warning 12 years ago
Anton Terekhov 2ee61dc42c Small test for Load::setExclude 12 years ago
Anton Terekhov f7b6837b91 Test logging from CliController 12 years ago
Anton Terekhov 766cce1fbc @codeCoverageIgnoreStart for private __clone() 12 years ago
Anton Terekhov c65ce706a9 Merge branch 'ajax_action' 12 years ago
Anton Terekhov 255c3a837a More complex regular expression for AutoloadBuilder 12 years ago
Anton Terekhov a856dd484e Removed @version and @filesource from PHPDocs 12 years ago
Anton Terekhov 6b9c076053 Added new message types: info, warning to MgsViewHelper. Added method withPrefix to add custom css prefix to message 12 years ago
Anton Terekhov e5a0df37fc Added FormViewHelper @method form() to PHPView 12 years ago
Anton Terekhov 706f7a4444 typo 12 years ago
Anton Terekhov 07a244ca35 Code formatting for ViewHelper & tests 12 years ago
Anton Terekhov 0d58a907e5 Refuse cloning of CliController 12 years ago
Anton Terekhov 3517a6450c Test for calling ErrorAction->setAjaxError() for ajax-based actions 12 years ago
Anton Terekhov a789ad8966 More strict test on autoload 12 years ago
Anton Terekhov fa67637c67 PHPDoc 12 years ago
Anton Terekhov 1354f3d001 PHPDoc, some trailing PHP tags removed 12 years ago
Anton Terekhov 1e0d1aaa38 PHPDocs for cache, Format 12 years ago
Anton Terekhov 2d02f25e22 Some PHPDoc for PHPView 12 years ago
Alexander Demidov 6a2c861a71 Switch http code header on showDebug with ErrorHTTPException. 12 years ago
Alexander Demidov 5cc54e182e Modify FronController with use class_name in is_subclass_of. 12 years ago
Anton Grebnev 008eee4c8c fixed ErrorAction::setAjaxError() method call in FrontController 12 years ago
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 Terekhov 4f55333064 PHPdoc updated 12 years ago
Anton Terekhov 07206a0365 Merge branch 'mongo' 12 years ago
Anton Grebnev 11a5968105 refactored MongoModel to hide fetch method, fixed PHPDoc errors 12 years ago
Anton Grebnev efb6c2d34c Merge branch 'init_to_bootstrap' into mongo 12 years ago
Anton Grebnev e3db9d9081 Merge branch 'new_error_layout' into init_to_bootstrap 12 years ago
Anton Grebnev 910a770ea2 modified CliController to use stderr as default error stream 12 years ago
Anton Grebnev 774c86acd2 modified Profiler to clear queries array on start() 12 years ago