Commit Graph

135 Commits

Author SHA1 Message Date
mdomba
65b9912457 removed checking for ajax calls in CErrorHandler::handleException() - was preventing to customize the display of the exception during an ajax call. 2011-08-25 11:20:33 +00:00
alexander.makarow
4acef346e5 (Fixes issue 2631) 2011-08-05 23:20:09 +00:00
alexander.makarow
a65817318b Documented CModule accessors with @property for better IDE autocomplete 2011-07-27 14:02:57 +00:00
mdomba
855de765f6 better description for unsetAttributes() 2011-07-08 11:27:53 +00:00
alexander.makarow
304c0c2b0f 2011-07-06 08:52:38 +00:00
alexander.makarow
116ba3384f (Fixes issue 2387) Numeric keys are now displayed in error/exception stacktrace call argument if array isn't 0..X indexed 2011-07-06 00:22:47 +00:00
qiang.xue
4d64bfac97 (Fixes issue 2571) 2011-06-24 14:47:47 +00:00
qiang.xue
c131147408 (Fixes issue 2436) 2011-06-23 15:08:27 +00:00
qiang.xue
0d6ead0368 (Fixes issue 2556) 2011-06-22 15:19:00 +00:00
alexander.makarow
0050917775 reverted 2498 fix 2011-06-15 14:21:12 +00:00
alexander.makarow
20d3489b32 (Fixes issue 2498) When no value is returned from before* event-methods, it now always behaves the same way as when true was returned 2011-06-13 16:02:22 +00:00
alexander.makarow
05e4112842 (Fixes issue 2341) More verbose log message for CModel::onUnsafeAttribute. Added model class 2011-05-12 23:57:08 +00:00
alexander.makarow
e7b6883ebb PhpDoc corrections 2011-05-05 21:36:32 +00:00
alexander.makarow
f7505c00f9 (Fixes issue 2319) Added support to call behavior scope through criteria 'with'=>array('scopes'=>'behaviorScope') 2011-04-17 10:38:14 +00:00
mdomba
b7aa167bdd (Fixes issue 2291) doc/typo fix 2011-04-06 08:27:40 +00:00
qiang.xue
087d471362 (Fixes issue 2206) 2011-03-15 02:08:53 +00:00
qiang.xue
26df6b9520 (Fixes issue 1816) 2011-03-13 14:22:55 +00:00
qiang.xue
c9b740f131 Added CEvent::$params 2011-03-13 14:08:31 +00:00
qiang.xue
bc7e6bdf7d * (Fixes issue 1996) Added support for using parameter binding with class-based actions 2011-03-13 04:20:12 +00:00
alexander.makarow
393b7c2058 Error page now displays associative array keys in parameter list 2011-02-26 19:54:10 +00:00
alexander.makarow
2ab981b454 reverted method chaining support 2011-02-24 16:42:44 +00:00
alexander.makarow
75041e8620 Chained calls are now possible for most framework class setters and methods not returning a value 2011-02-23 20:20:28 +00:00
qiang.xue
814edf6b9b Fixed the bug that a PHP notice may occur in exception view if a method in the call stack has a very complex signature 2011-01-17 03:35:00 +00:00
qiang.xue
4be0af6917 changed copyright year. 2011-01-01 19:31:13 +00:00
qiang.xue
b8cd39491e (Fixes issue 1942) 2011-01-01 18:29:47 +00:00
mdomba
15e94ba6b3 Added documentations that goes to the method summary table... 2010-12-29 12:30:50 +00:00
alexander.makarow
a777e0dafb exception view: css cleanup, error line number displayed in bold 2010-12-24 00:46:28 +00:00
qiang.xue
71bd4ed2fb styling of exception view. 2010-12-23 21:30:14 +00:00
alexander.makarow
7aedc3707c Added CErrorHandler::maxTraceSourceLines 2010-12-23 02:00:42 +00:00
qiang.xue
81a127e3c4 Added error handling for ajax requests. 2010-12-22 22:16:26 +00:00
qiang.xue
2345dc2d73 * Implemented source code display for every call stack in exception page. 2010-12-22 22:08:00 +00:00
qiang.xue
63056f4208 Fixed error message display. 2010-12-22 17:50:29 +00:00
qiang.xue
7861b7cec2 (Fixes issue 1915) 2010-12-22 13:32:03 +00:00
qiang.xue
c6b83dc695 2010-12-22 05:16:48 +00:00
qiang.xue
d20fb078b7 * Improved the exception display 2010-12-22 05:16:18 +00:00
qiang.xue
799b48403a improved param string representation.
fixed user call stack highlighting.
2010-12-22 04:21:42 +00:00
alexander.makarow
3c8c8daf05 improved exception handler 2010-12-22 03:47:45 +00:00
alexander.makarow
bda2438797 Improved Yii::app() IDEs code completion 2010-12-08 17:49:20 +00:00
qiang.xue
bbfd0eeff3 Improved the error display in console command mode 2010-11-29 17:16:44 +00:00
qiang.xue
4c7479d1f5 (Fixes issue 1740) 2010-11-11 16:12:42 +00:00
qiang.xue
0947c76565 (Fixes issue 1081) 2010-11-06 03:20:01 +00:00
qiang.xue
178dfdf1a5 (Fixes issue 1625) 2010-11-02 20:35:59 +00:00
qiang.xue
c5c2f86aa2 * (Fixes issue 1644) Added CModel::onAfterConstruct event and allowed CModelBehavior to respond to this event 2010-11-02 18:03:49 +00:00
qiang.xue
1f2c26b641 (Fixes issue 1718) 2010-10-29 20:27:32 +00:00
qiang.xue
7a424dd0a9 Added more exception information to log. 2010-10-28 16:50:22 +00:00
mdomba
4e992bf157 Added exit checking for r2575 2010-10-28 08:09:44 +00:00
qiang.xue
713eb751ac Improved CHttpRequest::sendFile() to avoid timeout errors caused by long file downloading time 2010-10-27 14:54:22 +00:00
qiang.xue
f01ff3319f Improved error handling to catch errors occurring in CApplication::end()
removed destructor from CDbCache, CDbAuthManager and CDbLogRoute to avoid potential DB connection issue
2010-10-22 18:10:54 +00:00
mdomba
a85989eb70 Added documentations that goes to the method summary table... 2010-10-20 09:02:59 +00:00
mdomba
2597121b38 Fixes issue 1656 2010-10-18 12:26:43 +00:00