- 23 Sep, 2014 9 commits
-
-
Carsten Brandt authored
-
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
-
Carsten Brandt authored
fixes #4989
-
Kartik Visweswaran authored
Enhances `normalizeDateTimeValue` to return a DateTime object instead of a converted double value, that fails. The DateTime object input is supported by 32 bit, 64 bit, as well as the `IntlDateFormatter` to format all years. (including fixing of the Y2K38 bug). Fixes issue in #4989. close #5000
-
Alexander Makarov authored
[ci skip] Update User.php
-
宝哥哥 authored
delete spaces
-
Qiang Xue authored
-
- 22 Sep, 2014 31 commits
-
-
Alexander Makarov authored
Перевод runtime-logging на русский язык
-
Qiang Xue authored
-
Qiang Xue authored
-
Qiang Xue authored
-
Qiang Xue authored
Fixes #3725: Fixed the bug that the filtering condition used in relation definition was ignored when calling `ActiveRecord::unlinkAll()`
-
Carsten Brandt authored
Fixed storing and loading nulls and booleans in Redis
-
Carsten Brandt authored
-
Carsten Brandt authored
asArray will not include null valued keys
-
Carsten Brandt authored
fixes #1311
-
Qiang Xue authored
-
Qiang Xue authored
-
Nikola Kovacs authored
Fixes #5126
-
git://github.com/yiisoft/yii2Qiang Xue authored
-
Qiang Xue authored
-
Carsten Brandt authored
-
Kartik Visweswaran authored
-
Kartik Visweswaran authored
-
Kartik Visweswaran authored
-
Kartik Visweswaran authored
-
Kartik Visweswaran authored
Removed `form` as a parameter to the events since it can be retrieved using `$grid.find('form.gridview-filter-form')`.
-
Kartik Visweswaran authored
-
Kartik Visweswaran authored
-
Kartik Visweswaran authored
-
Kartik Visweswaran authored
Events `beforeFilter.yiiGridView` and `afterFilter.yiiGridView` javascript events created for advanced use cases.
-
Kartik Visweswaran authored
Trigger a new `filter.yiiGridView` event for yii grid view after grid filters are applied. This will enable developer to code a lot of use cases based on the grid filtering event. The filter `$form` can be accessed as a parameter to the event.
-
Carsten Brandt authored
-
Carsten Brandt authored
-
Dmitry Kushnikov authored
If you don't want to install command-line utils globally, you have to specify it's paths. public $commands = [ 'styl' => ['css', '@app/node_modules/bin/stylus < {from} > {to}'], ]; close #5130
-
Qiang Xue 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.
-
Carsten Brandt authored
Translate spanish docs
-