Commit Graph

113 Commits

Author SHA1 Message Date
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
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
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
Carsten Brandt
32c122178e avoid publishing dev files of js packages 2014-09-17 19:13:29 +02:00
Qiang Xue
074c1f6c53 Merge branch 'master' into new-asset
Conflicts:
	apps/basic/composer.json
	composer.json
2014-09-16 20:03:53 -04:00
Qiang Xue
b6a53e3046 WIP 2014-09-16 13:31:32 -04:00
Qiang Xue
4ad022c372 Fixes #3240: Added support for assigning an anonymous function to yii\widgets\ActiveForm::fieldConfig 2014-09-05 13:37:52 -04:00
Qiang Xue
61284ed405 Fixes #3910: Removed the container option from Html::checkbox() and Html::radio() 2014-09-04 14:36:30 -04:00
Qiang Xue
60e07e0d2a new asset WIP: renabled asset publishing 2014-09-02 14:51:44 -04:00
Qiang Xue
d184fbb8ed new asset WIP [skip ci] 2014-08-29 14:54:49 -04:00
Qiang Xue
35c3cbd04e Merge branch 'master' into new-asset 2014-08-29 11:43:23 -04:00
Qiang Xue
6c123c9556 Fixes ignores in bower.json [skip ci] 2014-08-28 16:28:03 -04:00
Qiang Xue
eb7ffc8e7a new asset WIP 2014-08-28 15:11:50 -04:00
Qiang Xue
171e84ab2a Merge branch 'master' into new-asset 2014-08-28 14:41:18 -04:00
Qiang Xue
1336cff31a Added bower.json to bootstrap and jui extensions. 2014-08-28 14:27:35 -04:00
Qiang Xue
04f49de881 new asset WIP 2014-08-28 14:21:27 -04:00
Alexander Makarov
3dd516e486 Fixes #4701 2014-08-13 12:58:37 +04:00
Alexander Makarov
82e70be171 Fixed condition for #4595 2014-08-08 13:53:39 +04:00
Alexander Makarov
fb67f958a9 More cases for #4595 2014-08-07 16:37:48 +04:00
Alexander Makarov
b1e2090083 Fixes #4595: more consistend use of "false" in "don't use" case 2014-08-07 15:58:52 +04:00
Carsten Brandt
7736853837 property code style extensions 2014-07-30 00:40:46 +02:00
Kartik Visweswaran
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
Serge Postrash
dcc8d04727 Fixes #4362: Made carousel indicators optional 2014-07-20 03:15:23 +04:00
Alexander Makarov
e6be9fd947 Even better fix for #3443 2014-07-18 19:24:34 +04:00
Alexander Makarov
66751760e5 Better fix for #3443 2014-07-18 19:03:20 +04:00
Alexander Makarov
f2b0d8c209 Passed "encodeLabels" to Dropdown recursive call 2014-07-18 18:37:41 +04:00
artur
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
Alex-Code
8683b7905d Update CHANGELOG.md 2014-06-30 12:04:22 +01:00
Alex-Code
8595c1a15f Update CHANGELOG.md 2014-06-30 12:03:51 +01:00
Alex-Code
e1089618f8 Allow an item to choose if it's encoded. 2014-06-30 11:26:37 +01:00
Alex-Code
0711027e01 Allow single items to set their encoding option 2014-06-30 11:24:31 +01:00
Dilip
79309d8f13 Upgraded Bootstrap from 3.1 to 3.2 2014-06-28 13:08:56 +05:30
Alexander Makarov
79f9f85ff2 Fixes #4024, Fixes #4028 2014-06-24 02:43:42 +04:00
Dmitry Chernikov
8f914becf7 Fix CHANGELOG.md 2014-06-23 22:09:17 +03:00
Dmitry Chernikov
e0d57a88aa Added info about local encode param which overrides global 2014-06-23 20:44:50 +03:00
Dmitry Chernikov
8b8e5c4de9 fixed 2014-06-23 20:21:09 +03:00
Dmitry Chernikov
96f7b81afe Added ability to yii\bootstrap\Tabs to encode each Tabs::items['label'] separately 2014-06-23 18:57:28 +03:00
Dmitry Chernikov
687770a835 phpDoc micro-fix 2014-06-23 18:52:39 +03:00
Chong Freeman
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
Qiang Xue
a6d4fc83c0 Merge pull request #3864 from creocoder/yii-bootstrap-bootstrapthemeasset-comment-fix
BootstrapThemeAsset comment fix
2014-06-13 21:54:14 -04:00
Alexander Kochetov
6809b18cca BootstrapThemeAsset comment fix 2014-06-14 03:48:55 +04:00
Michael Härtl
05178e82fb Fixes issue #3740 for horizontal layouts 2014-06-11 09:26:58 +02:00
Tadas Z
2329af152b Fixed duplicate error message when client validation is enabled 2014-06-09 17:20:00 +03:00
Kartik Visweswaran
99bbf1293a Fix #3749: Ensure clickable links for Bootstrap Dropdown 2014-06-09 15:47:29 +05:30
Kartik Visweswaran
76800fb9e0 Fix #3749: Ensure clickable links for Bootstrap Dropdown
The registerPlugin is not required.
2014-06-09 15:31:32 +05:30
Stephen Packer
d15b66bf86 Fix case for ActiveField::checkboxTemplate use 2014-06-06 13:22:09 -07:00
Michael Härtl
65e18afee9 Fix label() method and make more templates configurable 2014-06-06 13:08:17 +02:00
Alexander Makarov
ea45113d0f Fixes #3292: Fixed dropdown widgets rendering incorrect HTML 2014-05-27 14:07:05 +04:00