d3artagnan

Results 5 issues of d3artagnan

### What steps will reproduce the problem? Related to #316 User which sign-in while using the old code, which `$this->client->getEmail()` will return null, and saved to **social_account** table, with **email**...

On the following line of **TbActiveForm** line 710/711 ``` if(isset($options['inline']) && $options['inline']) $widgetOptions['labelOptions']['class'] = 'checkbox-inline'; ``` Does it supposed to use css class `$widgetOptions['labelOptions']['class'] = 'radio-inline';` ?? In bootstrap.css [line...

activeform-related

If I use radioButtonListGroup, and use horizontal format: ``` ``` It renders: `checkbox-inline` It cause the CSS in bootstrap not working, `line 1757` ``` .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"],...

Scenario: config: debug => true then use login widget, for quick login input: username: use not exists user name password: any $user = $this->getUser($this->loginForm->username); $identity = new YumUserIdentity($user->username, 'foobar'); $user...

For using YUM that is placed not in application modules, like using boilerplate, will be nice if we can use config to override the value to somtehing like common.modules.user.components.CAdvancedArBehavior' this...