- 22 Sep, 2014 11 commits
-
-
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.
-
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
fixes #5119
-
Carsten Brandt authored
-
- 19 Sep, 2014 5 commits
- 18 Sep, 2014 5 commits
-
-
Qiang Xue authored
-
Qiang Xue authored
-
Qiang Xue authored
Fixes #2380: Added `yii\widgets\ActiveForm::enableClientScript` to support turning on and off client side script generation
-
Qiang Xue authored
Fixes #5058: `yii\helpers\Html::activeCheckbox()` and `activeRadio()` will generate labels by default using the corresponding attribute labels
-
Qiang Xue authored
-
- 17 Sep, 2014 11 commits
-
-
Carsten Brandt authored
-
Carsten Brandt authored
-
Klimov Paul authored
Fixed `yii\console\controllers\CacheController` does not check if cache component instance of 'yii\caching\Cache' close #5055
-
Carsten Brandt authored
-
Qiang Xue authored
-
Qiang Xue authored
Fixes #5058: Added `$pageSize` parameter to `Pagination::createUrl()` to allow creating URLs with arbitrary page sizes
-
Qiang Xue authored
-
Qiang Xue authored
-
Klimov Paul authored
-
Qiang Xue authored
-
Qiang Xue authored
Fixes #4454: Improved asset bundle managed and used composer-asset-plugin to manage the dependencies on 3rd-party JS libraries
-
- 16 Sep, 2014 8 commits
-
-
Carsten Brandt authored
-
Qiang Xue authored
-
Qiang Xue authored
-
Carsten Brandt authored
use "just now" for empty time difference in Formatter. fixed wrong language name definition
-
Carsten Brandt authored
adding and reworking the conversion of: - ICU to PHP - PHP to ICU - ICU to JUI - PHP to JUI
-
Qiang Xue authored
-
Qiang Xue authored
Fixes #3581: Added `yii\validators\CompareValidator::type` to support type conversion before comparing values
-
Qiang Xue authored
-