- 18 Dec, 2014 1 commit
-
-
Qiang Xue authored
-
- 09 Dec, 2014 1 commit
-
-
Qiang Xue authored
-
- 30 Nov, 2014 1 commit
-
-
Qiang Xue authored
-
- 28 Nov, 2014 1 commit
-
-
Qiang Xue authored
-
- 26 Nov, 2014 1 commit
-
-
Qiang Xue authored
Fixes #6236: No JS scripts should be registered when `yii\widgets\ActiveForm::enableClientScript` is false
-
- 21 Nov, 2014 1 commit
-
-
Alexander Mohorev authored
-
- 16 Nov, 2014 1 commit
-
-
Qiang Xue authored
Fixes #4643: Extra options specified in `yii\widgets\Breadcrumbs::links` will be treated as HTML attributes for the generated hyperlinks
-
- 14 Nov, 2014 1 commit
-
-
Carsten Brandt authored
thanks to @pana1990 close #6060
-
- 12 Nov, 2014 1 commit
-
-
Qiang Xue authored
Fixes #6018: When setting the `encode` option via `yii\widgets\ActiveRecord::errorOptions`, it works the other way around [skip ci]
-
- 31 Oct, 2014 2 commits
-
-
Alexander Makarov authored
-
Alexander Makarov authored
-
- 25 Oct, 2014 1 commit
-
-
Alexander Mohorev authored
-
- 23 Oct, 2014 1 commit
-
-
Qiang Xue authored
-
- 22 Oct, 2014 1 commit
-
-
Niek Oost authored
-
- 19 Oct, 2014 1 commit
-
-
Alexander Makarov authored
Fixes #5587: `json_encode` is now used with `JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE` where it makes sense, also it is now default for `Json::encode()`
-
- 09 Oct, 2014 1 commit
-
-
Sergey authored
close #5455
-
- 19 Sep, 2014 1 commit
-
-
Qiang Xue authored
-
- 18 Sep, 2014 2 commits
-
-
Qiang Xue authored
Fixes #2380: Added `yii\widgets\ActiveForm::enableClientScript` to support turning on and off client side script generation
-
Qiang Xue authored
Fixes #5058: `yii\helpers\Html::activeCheckbox()` and `activeRadio()` will generate labels by default using the corresponding attribute labels
-
- 17 Sep, 2014 1 commit
-
-
Carsten Brandt authored
-
- 16 Sep, 2014 1 commit
-
-
Qiang Xue authored
-
- 10 Sep, 2014 3 commits
-
-
Serge Postrash authored
This widget usage is not only restricted with `Model` or associative array (see its `normalizeAttributes()` method)
-
Carsten Brandt authored
-
Qiang Xue authored
-
- 06 Sep, 2014 2 commits
- 05 Sep, 2014 3 commits
- 03 Sep, 2014 1 commit
-
-
Qiang Xue authored
-
- 02 Sep, 2014 1 commit
-
-
Qiang Xue authored
-
- 28 Aug, 2014 1 commit
-
-
Qiang Xue authored
-
- 18 Aug, 2014 1 commit
-
-
Qiang Xue authored
-
- 12 Aug, 2014 2 commits
- 11 Aug, 2014 1 commit
-
-
abrahamy authored
Fixes #4371: Active form client validation wasn't working in case of two models having same named fields When rendering multiple models in the same ActiveForm if any of the field names in the two models is the same then the corresponding attribute in the yiiActiveForm object in yiiActiveForm.js (ie $('form').data('yiiActiveForm').attributes) of the first rendered model is overwritten by the attribute of the last model causing the client-side validation for the overwritten field not to run at all. Example: given two models Car and Owner with attributes {make, age} and {name, age} then if the Car is rendered first its age attribute will not have any client validation.
-
- 07 Aug, 2014 1 commit
-
-
Alexander Makarov authored
-
- 04 Aug, 2014 1 commit
-
-
Alex-Code authored
- `beforeValidateAll` - `afterValidateAll` fixes #4234, close #4559
-
- 31 Jul, 2014 1 commit
-
-
RichWeber authored
-
- 29 Jul, 2014 1 commit
-
-
Carsten Brandt authored
-