Chin Teck Min

Results 3 issues of Chin Teck Min

please refer to my commit at haleychin / yii-shop from Incomplete - task : install webshop to 1. Fix cannot view order from Shop Admin Controller view. Although I have...

At line 208 for YumUser.php where //$this->save(false, array('password')); is called before the username is save which will cause username dont have default value sql exception.

YumProfileCommentController has error and cause error in delete profile comments. In line 50 $this->redirect(array(Yum::module()->profileView, 'id' => $comment->profile->user_id)); should change to $this->redirect(array(Yum::module('profile')->profileViewRoute, 'id' => $comment->profile->user_id)); beside the install controller have remove...