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
Qiang Xue
04b2936d82
Fixes #1881 : Improved yii\bootstrap\NavBar with containerOptions, innerContainerOptions and renderInnerContainer
2014-02-15 19:44:26 -05:00
Qiang Xue
54ea78d9ab
Fixes #1562 : Added yii\bootstrap\Tabs::linkOptions
2014-02-15 19:28:24 -05:00
Carsten Brandt
ccc8732d64
moved CHANGELOG lines to bootstrap
2014-02-08 11:08:43 +01:00
Qiang Xue
afda91e05d
Fixes #2361 : yii\bootstrap\NavBar::brandUrl should default to the home URL of application
2014-02-07 16:20:45 -05:00
Qiang Xue
56f89dd492
doc fix.
2014-02-03 14:15:19 -05:00
Thiago Talma
df66c41c65
Change condition
2014-02-03 10:47:20 -02:00
Thiago Talma
f5bd8d0dcd
Allow multilevel dropdown.
2014-01-31 18:31:27 -02:00
MarsuBoss
1d04eb7871
Fix URL Bootstrap
2014-01-30 11:07:42 +01:00
Qiang Xue
150d71368b
Merge branch 'request-params-refactoring' of github.com:cebe/yii2 into cebe-request-params-refactoring
...
Conflicts:
framework/CHANGELOG.md
2014-01-26 17:41:14 -05:00
Carsten Brandt
bf59a521cb
subwidgets should be rendered in the same view
2014-01-23 13:06:18 +01:00
Qiang Xue
c74db68ce7
Fixes #1974 .
2014-01-22 12:55:35 -05:00
Carsten Brandt
e7e6bee928
replaced usages of $_GET with Request::queryParams
2014-01-21 15:13:51 +01:00
Alexander Makarov
83dfce63b8
fixes #1888 : updated Alert phpdoc
2014-01-12 20:25:06 +04:00
Qiang Xue
da9d544c54
psr-4 change.
2014-01-10 21:06:25 -05:00
Qiang Xue
41685a2409
moved extensions under yii.
2013-12-09 23:51:49 -05:00
Carsten Brandt
8be4f3778a
updated properties of extensions
2013-11-25 15:33:59 +01:00
Carsten Brandt
e837e44ac1
updated ext composer.json for issue labels
2013-11-25 02:31:23 +01:00
Kartik Visweswaran
998d0f71fa
Correct Nav.php comments/PHP doc to reflect BS3 dropdown support.
...
Removed edited author ref.
2013-11-22 16:06:27 +05:30
Kartik Visweswaran
158db15587
Correct Nav.php comments/PHP doc to reflect BS3 dropdown support.
...
Updated tabs
2013-11-22 16:03:27 +05:30