- 04 Oct, 2014 2 commits
- 03 Oct, 2014 8 commits
-
-
Carsten Brandt authored
fixes #3381
-
Carsten Brandt authored
fixes #5339
-
Qiang Xue authored
-
Qiang Xue authored
-
Aleksandr Zelenin authored
-
Qiang Xue authored
-
Ary Raditya authored
-
Qiang Xue authored
-
- 30 Sep, 2014 4 commits
-
-
Carsten Brandt authored
-
Carsten Brandt authored
-
Damian Dennis authored
-
Nikola Kovacs authored
Fixes #5232 and #5231
-
- 28 Sep, 2014 2 commits
- 27 Sep, 2014 4 commits
-
-
Carsten Brandt authored
as discussed before, better do this change before RC to avoid breaking BC in GA.
-
Carsten Brandt authored
-
Roman Khafizianov authored
-
genichyar authored
-
- 25 Sep, 2014 1 commit
-
-
Qiang Xue authored
-
- 24 Sep, 2014 3 commits
-
-
Qiang Xue authored
-
Carsten Brandt authored
fixes #5155
-
Carsten Brandt authored
fixes #5147
-
- 23 Sep, 2014 3 commits
-
-
Carsten Brandt authored
- use default application formatting for the date value - auto adjust to application language and format setting changes - be consistent with formatter and date validator fixes #1551
-
Qiang Xue authored
Fixes #5143: yii\bootstrap\ActiveField::label() should not encode label if it is explicitly specified. [skip ci]
-
Carsten Brandt authored
feature is not reliable fixes #5136
-
- 22 Sep, 2014 8 commits
-
-
Carsten Brandt authored
-
Carsten Brandt authored
asArray will not include null valued keys
-
Carsten Brandt authored
fixes #1311
-
Nikola Kovacs authored
Fixes #5126
-
Carsten Brandt authored
-
Carsten Brandt authored
-
Carsten Brandt authored
-
Carsten Brandt authored
- in composer the `~` operator is just a shortcut for `~1.0` = `>=1.0.0,<2.0.0` it does not prevent dev versions to be installed but neither does `1.*` - dev versions are constrolled via `minimum-stability` setting and the `@dev`, `@beta`, `@stable`,... settings. - setting bower packages that ship compiled files only with the stable release to use `@stable` in composer.json of the applictaions. This setting can be removed when we remove the `minimum-stability=dev` setting after GA.
-
- 19 Sep, 2014 3 commits
- 18 Sep, 2014 2 commits
-
-
Carsten Brandt authored
fixes #5104, fixes #5101
-
Qiang Xue authored
Fixes #5058: `yii\helpers\Html::activeCheckbox()` and `activeRadio()` will generate labels by default using the corresponding attribute labels
-