- 12 Aug, 2014 3 commits
-
-
Qiang Xue authored
-
Qiang Xue authored
Fixes #4586: Signed bigint and unsigned int will be converted into integers when they are loaded from DB by AR
-
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 6 commits
-
-
Carsten Brandt authored
fixes #4654
-
Carsten Brandt authored
-
Alex-Code authored
`$config` can now be a closure that will have the `$configInstance` passed as the first param. updated docs. close #4656
-
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)
-
- 09 Aug, 2014 1 commit
-
-
Henry Abbott authored
-
- 08 Aug, 2014 1 commit
-
-
Qiang Xue authored
-
- 07 Aug, 2014 3 commits
-
-
Alexander Makarov authored
-
Alexander Makarov authored
-
Alexander Makarov authored
Fixes #4592: Fixed `yii help` command was listing incorrect action names for methods like `actionSayNO`
-
- 06 Aug, 2014 4 commits
- 05 Aug, 2014 3 commits
-
-
Qiang Xue authored
-
Tomek Romik authored
-
Qiang Xue authored
-
- 04 Aug, 2014 2 commits
-
-
Alex-Code authored
- `beforeValidateAll` - `afterValidateAll` fixes #4234, close #4559
-
Thiago Talma authored
-
- 03 Aug, 2014 5 commits
-
-
Tadas Z authored
-
verysimplenick authored
fix typo Markdown->GithubMarkdown in $flavors['gfm-comment']
-
Qiang Xue authored
-
Qiang Xue authored
-
Qiang Xue authored
-
- 02 Aug, 2014 4 commits
-
-
Tomek Romik authored
-
Tomek Romik authored
-
Tomek Romik authored
-
Qiang Xue authored
-
- 01 Aug, 2014 6 commits
-
-
Alexander Makarov authored
-
Alexander Makarov authored
-
Alexander Makarov authored
Added support for arbitrary operators to Query::filterWhere, added support for arbitrary operators to Sphinx extension
-
Carsten Brandt authored
-
maxlapko authored
Fixed order of checking config `format` property
-
Alexander Makarov authored
-
- 31 Jul, 2014 1 commit
-
-
RichWeber authored
-