97 Commits

Author SHA1 Message Date
6c123c9556 Fixes ignores in bower.json [skip ci] 2014-08-28 16:28:03 -04:00
1336cff31a Added bower.json to bootstrap and jui extensions. 2014-08-28 14:27:35 -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
2329af152b Fixed duplicate error message when client validation is enabled 2014-06-09 17:20:00 +03:00
99bbf1293a Fix #3749: Ensure clickable links for Bootstrap Dropdown 2014-06-09 15:47:29 +05:30
76800fb9e0 Fix #3749: Ensure clickable links for Bootstrap Dropdown
The registerPlugin is not required.
2014-06-09 15:31:32 +05:30
d15b66bf86 Fix case for ActiveField::checkboxTemplate use 2014-06-06 13:22:09 -07:00
65e18afee9 Fix label() method and make more templates configurable 2014-06-06 13:08:17 +02:00
ea45113d0f Fixes #3292: Fixed dropdown widgets rendering incorrect HTML 2014-05-27 14:07:05 +04:00
5470bf6a5f Merge branch 'patch-2' of github.com:it3rmit/yii2 into it3rmit-patch-2 2014-05-27 14:04:49 +04:00
b7e493fca0 Tabs to spaces to be consistent
```
vendor/bin/indent --spaces -r framework/
vendor/bin/indent --tabs -r . --pattern=*.json
vendor/bin/indent --spaces -r . --pattern=*.md
vendor/bin/indent --spaces -r . --pattern=yii.*.js
vendor/bin/indent --spaces -r . --pattern=*.css
```
2014-05-23 16:58:21 +02:00
91a1c95962 Fixing the issue #3292
This change fixes the issue #3292. The details were mentioned in the comments to the issue.
2014-05-06 16:43:17 +03:00
1bcf3b8427 Fixed wrong links [skip ci] 2014-05-05 08:12:21 -04:00
9d384668c5 Remove empty ActiveField errors and fix bootstrap templates 2014-04-29 09:11:41 +02:00
fe14f0c5e3 fixed all the PHPdoc in extensions 2014-04-23 03:25:11 +02:00
4466df7d4c install bootstrap 3.1 by default but allow 3.0.x 2014-04-22 17:55:38 +02:00
480114e820 Fixes #3036: Upgraded Twitter Bootstrap to 3.1.x 2014-04-22 11:40:40 -04:00
f4c38faf74 prepare for next release. 2014-04-13 21:22:29 -04:00
8bbcff70db prepare for 2.0.0-beta release. 2014-04-13 17:58:59 -04:00
f7396fa024 Minor refacotring of bootstrap active field and form. 2014-04-11 20:09:43 -04:00
b5f351b688 Merge pull request #3038 from mikehaertl/master
Implement ActiveForm and ActiveField
2014-04-11 19:28:35 -04:00
7364249ff6 Issue #3029: Implement ActiveForm and ActiveField 2014-04-11 10:49:51 +02:00
0b29c9607d fixed broken API links [skip ci] 2014-04-09 22:22:49 -04:00
865b71ef5e cleanup CHANGELOGs 2014-04-03 20:28:08 +02:00
fd5648044e Fixed tabs 2014-03-20 17:30:50 +04:00