150 Commits

Author SHA1 Message Date
7881bba26c prepare for next release. 2014-12-07 11:46:05 -05:00
84b42abad0 prepare for 2.0.1 release 2014-12-07 11:42:41 -05:00
ca5b874561 Fixes #5494: Added support for specifying a menu header as a configuration array in yii\bootstrap\Dropdown 2014-12-06 09:36:42 -05:00
0497ba4c91 Fixes #6335 2014-12-02 13:33:48 -05:00
544981a41c Fixes #6318: Made widgets more error-tolerant and user-friendly when certain option values are null 2014-11-29 21:29:53 -05:00
c2ef433ef9 Fixes #4146: Added yii\bootstrap\ButtonDropdown::$containerOptions 2014-11-26 23:41:36 +03:00
e6450be665 Fixes #6150: yii\bootstrap\Tabs dropdown IDs were generated incorrectly 2014-11-26 22:22:53 +03:00
439c2e4d11 Fixes #4450: Added yii\bootstrap\Nav::renderDropdown() 2014-11-16 12:57:10 -05:00
b7012ca935 Fixes #5799: yii\bootstrap\ButtonGroup::buttons can take all options that are supported by yii\bootstrap\Button 2014-11-12 14:54:03 -05:00
fly
d36bf9e8a8 Pass all the button's config array to Button::widget() instead of creating new one item by item. Now allowed to pass in ButtonGroup button's configs any possible attributes(like tagName, encodeLabel, etc). 2014-11-12 14:51:21 -05:00
9553237777 No need to return from __construct 2014-11-08 01:41:01 +03:00
b819a67829 Added changelog line for #4181 2014-11-07 13:00:06 +03:00
511535ec0a Fixes #4181: Added yii\bootstrap\Modal::$headerOptions and yii\bootstrap\Modal::$footerOptions 2014-11-07 01:56:17 +03:00
6580b608e1 Fixes #5874: Upgraded Twitter Bootstrap to 3.3.x 2014-11-04 01:51:11 +03:00
899b778994 Correct type declarations 2014-10-25 16:35:50 +03:00
bb8550886e PHP type casting 2014-10-25 15:30:03 +03:00
2544e86d2c Fixes #5735: Added yii\bootstrap\Tabs::renderTabContent to support manually rendering tab contents 2014-10-24 07:54:48 -04:00
b23126908f Fixes #5708
Fixes #5708
2014-10-24 07:48:56 -04:00
36ea0f321a Fixes #5570: yii\bootstrap\Tabs would throw an exception if content is not set for one of its items
Fixes #5572.
2014-10-22 11:48:08 -04:00
812ec39e71 more phpdoc 2014-10-14 01:52:05 +04:00
47f2272652 prepare for next release. 2014-10-12 16:44:45 -04:00
ae8d978270 2.0.0 release. 2014-10-12 13:09:06 -04:00
10761a929b Fixes #5360: Added back BootstrapThemeAsset. 2014-10-07 15:08:39 -04:00
7e1c20bb63 Change incorrect documentation for size
close #5355
2014-10-04 23:51:34 +02:00
139ffad192 Fixes #5336: yii\bootstrap\DropDown should register bootstrap plugin asset 2014-10-03 09:39:50 -04:00
40d367bb70 add BootstrapPlugin::register() to Dropdown widget 2014-10-03 09:38:20 -04:00
263684f362 Fixes #5323: Nested dropdown does not work for yii\bootstrap\DropDown 2014-10-03 09:35:36 -04:00
89c1d61508 fix missing code for infinite dropdown 2014-10-03 09:33:57 -04:00
2dddd0e8c9 adjusted docs after #5217 2014-09-30 22:46:56 +02:00
e54b9c6fb7 Fixes #5217: Tabs no longer requires content since empty tab could be used dynamically 2014-10-01 00:26:03 +04:00
b672b818ae Bootstrap Collapse items property uses label element and encodes by default, like Tabs
Fixes #5232 and #5231
2014-09-30 12:15:28 +04:00
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