- 12 Aug, 2014 1 commit
-
-
Carsten Brandt authored
also fixed an issue with default value loading of bool columns. fixes #3489, fixes #4085, fixes #3920 related to #4672
-
- 11 Aug, 2014 5 commits
-
-
Carsten Brandt authored
fixes #4654
-
Carsten Brandt authored
-
Alexander Makarov authored
Fixes #4122: `Html::error()` and `Html::errorSummary()` are now accepting `encode` option. If set to false it prevents encoding of error messages
-
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.
-
mcd.php authored
Fixes #4644: Added `\yii\db\Schema::createColumnSchema()` to be able to customize column schema used
-
- 10 Aug, 2014 1 commit
-
-
Qiang Xue authored
Fixes #4597: `yii\composer\Installer::setPermission()` supports setting permission for both directories and files now (qiangxue)
-
- 08 Aug, 2014 1 commit
-
-
Qiang Xue authored
-
- 07 Aug, 2014 2 commits
-
-
Alexander Makarov authored
-
Alexander Makarov authored
Fixes #4592: Fixed `yii help` command was listing incorrect action names for methods like `actionSayNO`
-
- 06 Aug, 2014 2 commits
- 05 Aug, 2014 1 commit
-
-
Qiang Xue authored
-
- 04 Aug, 2014 1 commit
-
-
Alex-Code authored
- `beforeValidateAll` - `afterValidateAll` fixes #4234, close #4559
-
- 03 Aug, 2014 2 commits
- 01 Aug, 2014 1 commit
-
-
Alexander Makarov authored
-
- 31 Jul, 2014 3 commits
- 30 Jul, 2014 5 commits
-
-
Alex-Code authored
-
Alex-Code authored
-
Carsten Brandt authored
-
mbman authored
-
Qiang Xue authored
Fixes #4519: `yii\base\Model::isAttributeRequired()` should check if the `when` option of the validator is set
-
- 29 Jul, 2014 1 commit
-
-
Carsten Brandt authored
fixes #4514
-
- 28 Jul, 2014 1 commit
-
-
Carsten Brandt authored
fixes #4482
-
- 27 Jul, 2014 1 commit
-
-
tom-- authored
-
- 25 Jul, 2014 4 commits
-
-
tom-- authored
-
Alexander Makarov authored
Fixes #4453: `yii message/extract` wasn't properly writing to po files in case of multiple categories
-
Thiago Talma authored
close #4436
-
Qiang Xue authored
-
- 24 Jul, 2014 5 commits
-
-
Kai Mindermann authored
-
Kai Mindermann authored
-
Qiang Xue authored
Fixes #3957: Added more straightforward configurable properties to `BlameableBehavior`, `SluggableBehavior` and `TimestampBehavior`
-
Qiang Xue authored
-
Qiang Xue authored
Fixes #4409: Upper case letters in subdirectory prefixes of controller IDs were not properly handled
-
- 23 Jul, 2014 1 commit
-
-
miramir authored
check with Object::canSetProperty() fixes #4305, close #4211
-
- 22 Jul, 2014 2 commits
-
-
Carsten Brandt authored
-
tof06 authored
-