Commit Graph

487 Commits

Author SHA1 Message Date
a029cc3c57 sAdd, sCard, sSize, sMembers, sGetMembers, sContains, sIsMember, sRem, sRemove 2013-09-10 16:59:42 +04:00
5dd81b24fc Modified PHP-Doc for CliController::execute(). 2013-09-10 16:56:22 +04:00
8113986276 Add to ErrorHTTPException support code 401. 2013-09-10 16:55:14 +04:00
10c68143cb Изменен FileLogger для возможности расширения класса 2013-09-10 16:43:23 +04:00
ef99a26635 Modife CliController. 2013-09-10 16:41:13 +04:00
8133695eae Add Env.Request(). 2013-09-10 16:40:33 +04:00
5b9eab1067 Merge remote-tracking branch 'origin/fix_error_log' into extended_classes 2013-09-10 16:40:13 +04:00
3b6ae39707 Added new validators without tests 2012-12-12 13:11:54 +04:00
163ac086b0 Merge branch 'fix_error_log' 2012-12-11 19:25:15 +04:00
126d97b020 Added exception name to log 2012-12-11 19:08:37 +04:00
a2cb6a405e Get rid of $this->template logic, switched to type of exception 2012-12-11 18:56:07 +04:00
fce43da00d Fixed test error for testDebugAutoload() with coverage 2012-12-11 18:45:48 +04:00
98324588b7 added test for Mongo::addCondition method 2012-12-11 18:39:26 +04:00
c525a09078 fixed AutoloadBuilderTest to pass without template app 2012-12-11 16:46:53 +04:00
748393f653 Fixed function name 2012-12-11 16:28:04 +04:00
5f47dab73e Use new logError in FrontController, tests 2012-12-11 15:42:17 +04:00
91b364d01a Separate function ErrorHandler::logError() and tests 2012-12-11 15:03:48 +04:00
d007f356c0 Remove duplicate lines from test 2012-11-22 16:41:32 +04:00
b2aced98d2 Merge branch 'feature_code_coverage' 2012-11-21 22:00:55 +04:00
431fb8b60f PHPDoc for MySQLiStatementTest 2012-11-21 22:00:03 +04:00
b261538286 Removed dead code, explode will only return false if delimiter is empty string. In such a case explode will trigger warning 2012-11-21 21:49:18 +04:00
2ee61dc42c Small test for Load::setExclude 2012-11-21 21:34:09 +04:00
f7b6837b91 Test logging from CliController 2012-11-21 21:18:11 +04:00
766cce1fbc @codeCoverageIgnoreStart for private __clone() 2012-11-21 21:02:13 +04:00
c65ce706a9 Merge branch 'ajax_action' 2012-11-21 20:10:15 +04:00
255c3a837a More complex regular expression for AutoloadBuilder 2012-11-21 20:04:40 +04:00
a856dd484e Removed @version and @filesource from PHPDocs 2012-11-21 18:42:29 +04:00
6b9c076053 Added new message types: info, warning to MgsViewHelper. Added method withPrefix to add custom css prefix to message 2012-11-21 18:11:38 +04:00
e5a0df37fc Added FormViewHelper @method form() to PHPView 2012-11-21 17:44:52 +04:00
706f7a4444 typo 2012-11-21 15:50:28 +04:00
07a244ca35 Code formatting for ViewHelper & tests 2012-11-21 15:44:48 +04:00
0d58a907e5 Refuse cloning of CliController 2012-11-21 15:09:13 +04:00
3517a6450c Test for calling ErrorAction->setAjaxError() for ajax-based actions 2012-11-21 14:47:35 +04:00
a789ad8966 More strict test on autoload 2012-11-21 14:31:43 +04:00
fa67637c67 PHPDoc 2012-11-19 19:25:38 +04:00
1354f3d001 PHPDoc, some trailing PHP tags removed 2012-11-19 19:20:15 +04:00
1e0d1aaa38 PHPDocs for cache, Format 2012-11-19 18:40:04 +04:00
2d02f25e22 Some PHPDoc for PHPView 2012-11-16 18:31:15 +04:00
6a2c861a71 Switch http code header on showDebug with ErrorHTTPException. 2012-11-13 14:03:42 +04:00
5cc54e182e Modify FronController with use class_name in is_subclass_of. 2012-11-12 19:30:25 +04:00
008eee4c8c fixed ErrorAction::setAjaxError() method call in FrontController 2012-11-12 14:22:55 +04:00
e1c3da8019 Reworked AJax action HTTP code and HTTP content. Added new HTTP template to process HTTP code output 2012-11-12 14:22:54 +04:00
618f12224e Revorked Error404Exception . New ErrorHTTPException introduced. 2012-11-12 14:22:54 +04:00
2aafb3a394 New default value for AjaxAction->data, new tests 2012-11-12 14:22:54 +04:00
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. 2012-11-12 14:22:54 +04:00
4f55333064 PHPdoc updated 2012-11-12 14:22:54 +04:00
07206a0365 Merge branch 'mongo' 2012-11-12 14:17:05 +04:00
11a5968105 refactored MongoModel to hide fetch method, fixed PHPDoc errors 2012-10-19 20:15:26 +04:00
efb6c2d34c Merge branch 'init_to_bootstrap' into mongo 2012-10-17 21:27:28 +04:00
e3db9d9081 Merge branch 'new_error_layout' into init_to_bootstrap 2012-10-09 20:29:55 +04:00