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
Alexander Makarov
5470bf6a5f
Merge branch 'patch-2' of github.com:it3rmit/yii2 into it3rmit-patch-2
2014-05-27 14:04:49 +04:00
Carsten Brandt
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
it3rmit
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
Qiang Xue
1bcf3b8427
Fixed wrong links [skip ci]
2014-05-05 08:12:21 -04:00
Michael Härtl
9d384668c5
Remove empty ActiveField errors and fix bootstrap templates
2014-04-29 09:11:41 +02:00
Carsten Brandt
fe14f0c5e3
fixed all the PHPdoc in extensions
2014-04-23 03:25:11 +02:00
Carsten Brandt
4466df7d4c
install bootstrap 3.1 by default but allow 3.0.x
2014-04-22 17:55:38 +02:00
Qiang Xue
480114e820
Fixes #3036 : Upgraded Twitter Bootstrap to 3.1.x
2014-04-22 11:40:40 -04:00
Qiang Xue
f4c38faf74
prepare for next release.
2014-04-13 21:22:29 -04:00
Qiang Xue
8bbcff70db
prepare for 2.0.0-beta release.
2014-04-13 17:58:59 -04:00
Qiang Xue
f7396fa024
Minor refacotring of bootstrap active field and form.
2014-04-11 20:09:43 -04:00
Qiang Xue
b5f351b688
Merge pull request #3038 from mikehaertl/master
...
Implement ActiveForm and ActiveField
2014-04-11 19:28:35 -04:00
Michael Härtl
7364249ff6
Issue #3029 : Implement ActiveForm and ActiveField
2014-04-11 10:49:51 +02:00
Qiang Xue
0b29c9607d
fixed broken API links [skip ci]
2014-04-09 22:22:49 -04:00
Carsten Brandt
865b71ef5e
cleanup CHANGELOGs
2014-04-03 20:28:08 +02:00
Alexander Makarov
fd5648044e
Fixed tabs
2014-03-20 17:30:50 +04:00
Alexander Makarov
3ab3f996b7
Merge branch 'nav-active' of github.com:Alex-Code/yii2 into Alex-Code-nav-active
...
Conflicts:
extensions/bootstrap/CHANGELOG.md
extensions/bootstrap/Nav.php
2014-03-19 18:23:57 +04:00
SonicGD
b5f8a4dc22
Reformat code te be PSR-2 compatible
2014-03-16 10:46:21 +06:00
Carsten Brandt
40cb98bb02
updated @property annotations
2014-03-11 16:21:25 +01:00
Alex-Code
4807d2eebc
Update CHANGELOG.md
2014-03-11 13:16:12 +00:00
Alex-Code
3a87b8a34a
Improved check for active child items
...
Updated to avoid full tree traversal.
Also noticed ```activateItems``` didn't do anything so that's been fixed.
2014-03-11 13:10:09 +00:00
Christophe BOULAIN
ca3b2cd057
Fix some references to removed Html::url in phpdoc
2014-03-11 11:15:21 +01:00
Carsten Brandt
6fff5662df
better use @see for See in phpdoc
2014-03-11 05:38:35 +01:00
Carsten Brandt
c94a40e90d
added a large amount of missing documentation
2014-03-11 05:38:35 +01:00
Carsten Brandt
1b7e1cd027
Merge pull request #2605 branch 'feature' of https://github.com/mongosoft/yii2 into code-style
...
* 'feature' of https://github.com/mongosoft/yii2 :
returned back formatting language files
code style. WHILE
code style. FOR
code style. FOREACH
code style. operator IF
@param, @var, @property and @return must declare types as boolean, integer, string, array or null
short echo tags
short array syntax
Conflicts:
extensions/apidoc/commands/RenderController.php
extensions/apidoc/models/BaseDoc.php
extensions/apidoc/models/Context.php
extensions/apidoc/templates/bootstrap/Renderer.php
extensions/apidoc/templates/bootstrap/layouts/guide.php
extensions/apidoc/templates/bootstrap/layouts/main.php
extensions/apidoc/templates/bootstrap/views/index.php
extensions/apidoc/templates/html/Renderer.php
extensions/apidoc/templates/offline/views/index.php
extensions/apidoc/templates/offline/views/offline.php
extensions/apidoc/templates/online/views/index.php
extensions/elasticsearch/Connection.php
extensions/redis/ActiveQuery.php
framework/base/ErrorException.php
framework/helpers/BaseFileHelper.php
tests/unit/framework/helpers/FileHelperTest.php
2014-03-07 21:54:44 +01:00
Christophe BOULAIN
6f49e46609
CS fix
2014-03-06 12:18:32 +01:00
Christophe BOULAIN
0ab7f1e0ae
Add size attribute to Modal
2014-03-06 11:04:03 +01:00
Alex-Code
0adc656362
sub menus didn't get checked for being active.
...
Based off the method in ```Menu.php``` I've updated ```Nav``` so it will check if sub menus are active or not.
2014-03-05 16:50:02 +00:00
Alexander Makarov
a7a1bd8da0
Merge pull request #2578 from schmunk42/feature/update-composer-keywords
...
replaced keyword "yii" with "yii2" in composer.json files (fixes #2557 )
2014-03-03 21:39:41 +03:00
Alexander Mohorev
c7e8d8b900
@param, @var, @property and @return must declare types as boolean, integer, string, array or null
2014-03-03 20:50:44 +03:00
Carsten Brandt
db8685ccad
fixed a bunch of typos and errors
2014-02-27 23:18:27 +01:00
Tobias Munk
825a71c6df
replaced keyword "yii" with "yii2" in composer.json files ( fixes #2557 )
2014-02-27 17:37:08 +01:00
Alexander Makarov
46ca87a41a
Fixes #2425 : Tabs widget now selects first tab if no active tab is specified
2014-02-21 00:37:44 +04:00
Carsten Brandt
d7da4e5ade
removed unnecessary call to Html::url()
...
fixes #2466
2014-02-17 19:52:32 +01:00