5205eabe3e
prepare for next release.
2014-09-28 01:44:31 -04:00
d2b864da84
prepare for 2.0.0-rc release.
2014-09-27 21:59:54 -04:00
c93bbee1d0
adjusted composer.json to follow more stable versioning policy for assets
...
as discussed before, better do this change before RC to avoid breaking BC in GA.
2014-09-28 00:43:19 +02:00
6c0dde6f5e
Fixes #5143 : yii\bootstrap\ActiveField::label() should not encode label if it is explicitly specified. [skip ci]
2014-09-23 08:05:45 -04:00
46488e674a
improved version constraints for bower asset packages
2014-09-22 17:34:18 +02:00
e40fd9d623
added branch alias to composer.json
2014-09-22 17:26:21 +02:00
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
889d3bc942
using stable versions.
2014-09-18 23:44:36 -04:00
ad4f652ca9
Removed unused bower.json files. Adjusted version dependencies.
2014-09-18 23:25:38 -04:00
a81969950d
Adjusted dependency versions to stable ones.
2014-09-18 23:09:45 -04:00
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
32c122178e
avoid publishing dev files of js packages
2014-09-17 19:13:29 +02:00
074c1f6c53
Merge branch 'master' into new-asset
...
Conflicts:
apps/basic/composer.json
composer.json
2014-09-16 20:03:53 -04:00
b6a53e3046
WIP
2014-09-16 13:31:32 -04:00
4ad022c372
Fixes #3240 : Added support for assigning an anonymous function to yii\widgets\ActiveForm::fieldConfig
2014-09-05 13:37:52 -04:00
61284ed405
Fixes #3910 : Removed the container
option from Html::checkbox()
and Html::radio()
2014-09-04 14:36:30 -04:00
60e07e0d2a
new asset WIP: renabled asset publishing
2014-09-02 14:51:44 -04:00
d184fbb8ed
new asset WIP [skip ci]
2014-08-29 14:54:49 -04:00
35c3cbd04e
Merge branch 'master' into new-asset
2014-08-29 11:43:23 -04:00
6c123c9556
Fixes ignores in bower.json [skip ci]
2014-08-28 16:28:03 -04:00
eb7ffc8e7a
new asset WIP
2014-08-28 15:11:50 -04:00
171e84ab2a
Merge branch 'master' into new-asset
2014-08-28 14:41:18 -04:00
1336cff31a
Added bower.json to bootstrap and jui extensions.
2014-08-28 14:27:35 -04:00
04f49de881
new asset WIP
2014-08-28 14:21:27 -04:00
3dd516e486
Fixes #4701
2014-08-13 12:58:37 +04:00
82e70be171
Fixed condition for #4595
2014-08-08 13:53:39 +04:00
fb67f958a9
More cases for #4595
2014-08-07 16:37:48 +04:00
b1e2090083
Fixes #4595 : more consistend use of "false" in "don't use" case
2014-08-07 15:58:52 +04:00
7736853837
property code style extensions
2014-07-30 00:40:46 +02:00
2eb9cf802d
Better fix for Dropdown container options
...
Better fix for #3443 that does not break BC and allows widget to be extensible.
2014-07-22 09:40:23 +05:30
dcc8d04727
Fixes #4362 : Made carousel indicators optional
2014-07-20 03:15:23 +04:00
e6be9fd947
Even better fix for #3443
2014-07-18 19:24:34 +04:00
66751760e5
Better fix for #3443
2014-07-18 19:03:20 +04:00
f2b0d8c209
Passed "encodeLabels" to Dropdown recursive call
2014-07-18 18:37:41 +04:00
0c6516a87c
Fixes #3443 : Fixed yii\bootstrap\Nav
and yii\bootstrap\Dropdown
were generating wrong ids for submenus
2014-07-18 18:32:18 +04:00
8683b7905d
Update CHANGELOG.md
2014-06-30 12:04:22 +01:00
8595c1a15f
Update CHANGELOG.md
2014-06-30 12:03:51 +01:00
e1089618f8
Allow an item to choose if it's encoded.
2014-06-30 11:26:37 +01:00
0711027e01
Allow single items to set their encoding option
2014-06-30 11:24:31 +01:00
79309d8f13
Upgraded Bootstrap from 3.1 to 3.2
2014-06-28 13:08:56 +05:30
79f9f85ff2
Fixes #4024 , Fixes #4028
2014-06-24 02:43:42 +04:00
8f914becf7
Fix CHANGELOG.md
2014-06-23 22:09:17 +03:00
e0d57a88aa
Added info about local encode
param which overrides global
2014-06-23 20:44:50 +03:00
8b8e5c4de9
fixed
2014-06-23 20:21:09 +03:00
96f7b81afe
Added ability to yii\bootstrap\Tabs
to encode each Tabs::items['label']
separately
2014-06-23 18:57:28 +03:00
687770a835
phpDoc micro-fix
2014-06-23 18:52:39 +03:00
38071e3b91
Update ActiveForm.php
...
Incorrect character for generating docs. See http://www.yiiframework.com/doc-2.0/yii-bootstrap-activeform.html
2014-06-21 14:36:24 +08:00
a6d4fc83c0
Merge pull request #3864 from creocoder/yii-bootstrap-bootstrapthemeasset-comment-fix
...
BootstrapThemeAsset comment fix
2014-06-13 21:54:14 -04:00
6809b18cca
BootstrapThemeAsset comment fix
2014-06-14 03:48:55 +04:00
05178e82fb
Fixes issue #3740 for horizontal layouts
2014-06-11 09:26:58 +02:00