411 Commits (a856dd484e76fe96d0b231ed5899803361624960)
 

Author SHA1 Message Date
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
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
Anton Grebnev c72495de57 Merge branch 'new_error_layout' 12 years ago
Anton Grebnev 5bce35f022 modified setException method param type to Exception 12 years ago
Alexander Demidov 700ad52598 Add comment PHP-doc methods in Redis class. 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 595c1b73eb Add CliController and iCli interface for cli applications. 12 years ago
Alexander Demidov e59e270476 Modified tests Mongo, Mysqli, Redis with checking work Profiler (with PROFILER_DETAILS). 12 years ago
Alexander Demidov 4e0b762ab0 Use PROFILER_DETAILS in RedisManager. 12 years ago
Alexander Demidov 34337efda4 Remove use constant DEBUG from Load.php 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 dc60d703bf Return ob_end_clean to ErroHandler. 12 years ago
Alexander Demidov c836b5974e Replace checking DEBUG in constructor Profiler to checking PROFILER is it true. 12 years ago
Alexander Demidov 060cb76653 Merge branch 'fix_check_ob_handler' into init_to_bootstrap 12 years ago
Alexander Demidov 94b8fadbc4 Replace ob_end_clean to ob_clean in ErrorHandler class error_handler method. 12 years ago
Alexander Demidov 7a26da1034 Fixed tests with inc Config and Registry classes. Use LOGGING in logger tests. 12 years ago