Commit Graph

151 Commits

Author SHA1 Message Date
mdomba (mdwork)
3e971ed7e7 (Fixes issue #717) doc typo 2012-05-16 14:26:52 +02:00
mdomba (mdwork)
c6d1e466e6 Merge branch 'feature/fixHttpExceptions' of https://github.com/pgaultier/yii into pgaultier-feature/fixHttpExceptions
Conflicts:
	CHANGELOG
2012-05-07 15:37:50 +02:00
mdomba (mdlap)
22a5213ece Fixes issue #601 added loginRequired() to the IWebUser interface 2012-04-12 23:23:11 +02:00
Elvan
cec5e96a76 Small refactoring on CModel 2012-03-03 16:21:57 +07:00
mdomba
5398fff916 added docs 2012-02-09 10:29:44 +00:00
keyboard.idol@gmail.com
acf6d62e97 (Fixes issue 3101) 2012-01-22 12:29:18 +00:00
mdomba
e61abe052c (Fixes issue 3112) Fixed exception error display on ajax calls 2012-01-16 10:17:01 +00:00
mdomba
f25a991236 (Fixes issue 3054) CComponent::__isset properly checks for null values 2011-12-29 22:10:57 +00:00
mdomba
a7ef3d5d02 removed 1.0.x reference from documentation 2011-12-28 12:29:24 +00:00
mdomba
ee9d1b79ac (Fixes issue 3020) Added HTTP_REFERER information to the exception log 2011-12-16 13:18:12 +00:00
alexander.makarow
9cfa9b045c fixed regression in dealing with zlib.output_compression 2011-12-15 15:34:52 +00:00
alexander.makarow
bf5769d14a (Fixes issue 2643) Output buffer wasn't properly cleaned on displaying error screen 2011-12-06 21:55:28 +00:00
alexander.makarow
01f284aaee better phpdoc for behaviors 2011-12-05 18:18:47 +00:00
mdomba
ffa494ca73 added proper message to Yii error screen 2011-11-08 14:50:20 +00:00
alexander.makarow
5a90468c93 More accessors docs, a script to re-generate docs automatically 2011-10-25 00:03:52 +00:00
alexander.makarow
646cbb2b9a Documented component accessors with @property for significantly better IDE autocomplete 2011-10-25 00:01:09 +00:00
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