- 23 Sep, 2014 12 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 #3197: Using `ActiveQuery::indexBy()` may cause relational AR queries to generate incorrect relational results
-
Carsten Brandt authored
fixes #2593
-
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 28 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
-