Dmitry Kushnikov
3d55ee5af0
Add possibility to customize path to binary using alias.
...
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
2014-09-22 16:37:28 +02:00
Qiang Xue
65edc03b49
Fixes #5127 .
2014-09-22 08:27:04 -04:00
Carsten Brandt
8176a392bb
Changed version constratints to be semantic versioning again
...
- 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.
2014-09-22 13:15:43 +02:00
Carsten Brandt
708d586201
Merge pull request #5114 from larnu/master
...
Translate spanish docs
2014-09-22 12:53:09 +02:00
Carsten Brandt
8fa4899e02
use utf8_unicode_ci instead of utf8_general_ci
...
fixes #5119
2014-09-22 12:46:22 +02:00
Carsten Brandt
6c51866e36
Update UPGRADE.md
2014-09-22 12:20:05 +02:00
Qiang Xue
340e2b51d6
asset guide WIP [skip ci]
2014-09-21 10:26:24 -04:00
Qiang Xue
0ea8ef712d
asset guide WIP
2014-09-20 12:58:16 -04:00
larnu
1cb7ee5fae
update pending translations
2014-09-19 20:59:46 +02:00
Larnu
b62d2c2037
translate spanish docs
2014-09-19 20:39:39 +02:00
Qiang Xue
169a2a39c0
Fixes #5110 .
2014-09-19 11:43:55 -04:00
Qiang Xue
ff17d9608a
Switch to 1.0.0-beta1 for the composer asset plugin.
2014-09-19 08:32:47 -04:00
Qiang Xue
889d3bc942
using stable versions.
2014-09-18 23:44:36 -04:00
Qiang Xue
ad4f652ca9
Removed unused bower.json files. Adjusted version dependencies.
2014-09-18 23:25:38 -04:00
Qiang Xue
a81969950d
Adjusted dependency versions to stable ones.
2014-09-18 23:09:45 -04:00
Carsten Brandt
45a748a2d4
added asset path info to apidoc composer.json
...
fixes #5104 , fixes #5101
2014-09-18 23:13:01 +02:00
Qiang Xue
deb6ba3cf9
Fixes #5105 [skip ci]
2014-09-18 16:47:43 -04:00
Qiang Xue
108b451805
Fixes #5049 .
2014-09-18 15:41:11 -04:00
Qiang Xue
d3f2010e07
Fixes #2380 : Added yii\widgets\ActiveForm::enableClientScript to support turning on and off client side script generation
2014-09-18 13:04:46 -04:00
Qiang Xue
93496bf8fd
Fixes #5058 : yii\helpers\Html::activeCheckbox() and activeRadio() will generate labels by default using the corresponding attribute labels
2014-09-18 12:15:54 -04:00
Qiang Xue
3905c419f0
Merge pull request #5084 from yiisoft/asset-improvements
...
Asset improvements
2014-09-18 09:17:37 -04:00
Qiang Xue
d49957fe35
Fixes #5079 : added test case.
2014-09-18 08:44:44 -04:00
Qiang Xue
4a31628b01
Fixes #5089 : Added asset debugger panel
2014-09-18 00:07:30 -04:00
artur
4b32837455
Improvements for debug toolbar ( #838 ) - add panel to display used asset bundles
2014-09-17 22:57:15 -04:00
Alexander Makarov
f9c039e822
Merge pull request #5087 from tebazil/master
...
[skip ci] Russian translation of structure-views.md
2014-09-17 23:26:21 +04:00
Vasiliy Baukin
2ea98d45da
Update structure-views.md
...
Formatting fix
2014-09-17 23:17:05 +04:00
Vasiliy Baukin
59f634f649
Russian translation of structure-views.md
...
Phew :)
2014-09-17 23:11:18 +04:00
Alexander Makarov
6b33a06173
Merge pull request #5086 from tebazil/patch-5
...
[ci skip] Update structure-views.md
2014-09-17 23:09:27 +04:00
Vasiliy Baukin
00ce3a3a82
Update structure-views.md
...
- 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.
2014-09-17 22:25:34 +04:00
Carsten Brandt
82b2f795b8
test case for #5084
2014-09-17 20:08:12 +02:00
Qiang Xue
a75e045076
Merge pull request #5085 from tebazil/patch-4
...
Update structure-views.md
2014-09-17 13:59:25 -04:00
Vasiliy Baukin
bba9209398
Update structure-views.md
...
registerMetaTag() usage clarification
2014-09-17 21:57:17 +04:00
Carsten Brandt
4f0d10c641
fixed test break
2014-09-17 19:34:00 +02:00
Carsten Brandt
6744228e77
use mb_string to work with non latin characters
2014-09-17 19:29:35 +02:00
Carsten Brandt
32c122178e
avoid publishing dev files of js packages
2014-09-17 19:13:29 +02:00
Klimov Paul
684365e8c9
Fixed yii\console\controllers\CacheController does not check if cache component instance of 'yii\caching\Cache'
...
close #5055
2014-09-17 18:49:32 +02:00
Carsten Brandt
8c5d175a97
typo
2014-09-17 18:45:38 +02:00
Carsten Brandt
ef2f6a0887
Merge pull request #5027 from yiisoft/date-format-convert
...
[WIP] extracted date format converting to a helper class
2014-09-17 18:42:35 +02:00
Carsten Brandt
01600bf611
added test case for menu widget
...
fixes #5080
2014-09-17 17:48:16 +02:00
Qiang Xue
6230aa7523
minor fix. [skip ci]
2014-09-17 11:19:28 -04:00
Qiang Xue
a3cfafc761
Fixes #5058 : Added $pageSize parameter to Pagination::createUrl() to allow creating URLs with arbitrary page sizes
2014-09-17 11:14:05 -04:00
Qiang Xue
68f203da19
Merge pull request #5076 from rmrevin/master
...
Fix alias in authclient widget asset bundle
2014-09-17 10:27:06 -04:00
Revin Roman
538bd65a73
Fix alias in bundle
2014-09-17 18:24:52 +04:00
Qiang Xue
924e4f97e9
typo fix.
2014-09-17 10:02:37 -04:00
Qiang Xue
ecdb41e046
Fixes #5061 : Switched to use jquery composer package.
2014-09-17 09:59:44 -04:00
Klimov Paul
db26e65c62
Fixed yii\console\controllers\MessageController handles category name containing dot incorrectly
2014-09-17 15:48:12 +03:00
Klimov Paul
ec19536047
Fixed yii\mongodb\Collection::buildInCondition() handles non-sequent key arrays
2014-09-17 11:49:27 +03:00
Qiang Xue
7669689f0a
removed empty bower.json files [skip ci]
2014-09-16 23:26:40 -04:00
Qiang Xue
70591e59d8
Fixes #5057 .
2014-09-16 23:01:49 -04:00
Qiang Xue
0157964f5f
Fixed test breaks.
2014-09-16 22:49:29 -04:00