- 22 Sep, 2014 32 commits
-
-
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
-
Carsten Brandt authored
fixes #5119
-
Carsten Brandt authored
-
- 21 Sep, 2014 1 commit
-
-
Qiang Xue authored
-
- 20 Sep, 2014 1 commit
-
-
Qiang Xue authored
-
- 19 Sep, 2014 6 commits