- 22 Sep, 2014 7 commits
-
-
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 7 commits
- 18 Sep, 2014 9 commits
-
-
Carsten Brandt authored
fixes #5104, fixes #5101
-
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
Asset improvements
-
Qiang Xue authored
-
Qiang Xue authored
-
artur authored
-
- 17 Sep, 2014 15 commits
-
-
Alexander Makarov authored
[skip ci] Russian translation of structure-views.md
-
Vasiliy Baukin authored
Formatting fix
-
Vasiliy Baukin authored
Phew :)
-
Alexander Makarov authored
[ci skip] Update structure-views.md
-
Vasiliy Baukin authored
- We do not generate static pages in controllers, but merely output them. - We need to say that the data is needed to be plainly put into the view, as the reader might expect something more sophisticated to happen here.
-
Carsten Brandt authored
-
Qiang Xue authored
Update structure-views.md
-
Vasiliy Baukin authored
registerMetaTag() usage clarification
-
Carsten Brandt authored
-
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
-
Carsten Brandt authored
[WIP] extracted date format converting to a helper class
-
Carsten Brandt authored
fixes #5080
-