55 Commits

Author SHA1 Message Date
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
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
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
40cb98bb02 updated @property annotations 2014-03-11 16:21:25 +01:00
4807d2eebc Update CHANGELOG.md 2014-03-11 13:16:12 +00:00
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
ca3b2cd057 Fix some references to removed Html::url in phpdoc 2014-03-11 11:15:21 +01:00
6fff5662df better use @see for See in phpdoc 2014-03-11 05:38:35 +01:00
c94a40e90d added a large amount of missing documentation 2014-03-11 05:38:35 +01:00
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
6f49e46609 CS fix 2014-03-06 12:18:32 +01:00
0ab7f1e0ae Add size attribute to Modal 2014-03-06 11:04:03 +01:00
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
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
c7e8d8b900 @param, @var, @property and @return must declare types as boolean, integer, string, array or null 2014-03-03 20:50:44 +03:00
db8685ccad fixed a bunch of typos and errors 2014-02-27 23:18:27 +01:00
825a71c6df replaced keyword "yii" with "yii2" in composer.json files (fixes #2557) 2014-02-27 17:37:08 +01:00
46ca87a41a Fixes #2425: Tabs widget now selects first tab if no active tab is specified 2014-02-21 00:37:44 +04:00
d7da4e5ade removed unnecessary call to Html::url()
fixes #2466
2014-02-17 19:52:32 +01:00
04b2936d82 Fixes #1881: Improved yii\bootstrap\NavBar with containerOptions, innerContainerOptions and renderInnerContainer 2014-02-15 19:44:26 -05:00
54ea78d9ab Fixes #1562: Added yii\bootstrap\Tabs::linkOptions 2014-02-15 19:28:24 -05:00
ccc8732d64 moved CHANGELOG lines to bootstrap 2014-02-08 11:08:43 +01:00
afda91e05d Fixes #2361: yii\bootstrap\NavBar::brandUrl should default to the home URL of application 2014-02-07 16:20:45 -05:00
56f89dd492 doc fix. 2014-02-03 14:15:19 -05:00
df66c41c65 Change condition 2014-02-03 10:47:20 -02:00
f5bd8d0dcd Allow multilevel dropdown. 2014-01-31 18:31:27 -02:00
1d04eb7871 Fix URL Bootstrap 2014-01-30 11:07:42 +01:00
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
bf59a521cb subwidgets should be rendered in the same view 2014-01-23 13:06:18 +01:00
c74db68ce7 Fixes #1974. 2014-01-22 12:55:35 -05:00
e7e6bee928 replaced usages of $_GET with Request::queryParams 2014-01-21 15:13:51 +01:00
83dfce63b8 fixes #1888: updated Alert phpdoc 2014-01-12 20:25:06 +04:00
da9d544c54 psr-4 change. 2014-01-10 21:06:25 -05:00
41685a2409 moved extensions under yii. 2013-12-09 23:51:49 -05:00
8be4f3778a updated properties of extensions 2013-11-25 15:33:59 +01:00
e837e44ac1 updated ext composer.json for issue labels 2013-11-25 02:31:23 +01:00
998d0f71fa Correct Nav.php comments/PHP doc to reflect BS3 dropdown support.
Removed edited author ref.
2013-11-22 16:06:27 +05:30
158db15587 Correct Nav.php comments/PHP doc to reflect BS3 dropdown support.
Updated tabs
2013-11-22 16:03:27 +05:30
1c2c7ca250 Correct Nav.php comments/PHP doc to reflect BS3 dropdown support.
Corrected the example and doc to highlight allowed dropdown support in Bootstrap 3.
2013-11-22 15:35:25 +05:30
257c4fcb55 Added example for dividers to bootstrap Nav
fixes #1284
2013-11-22 00:38:07 +01:00
ffded7a1b5 array syntax fix. 2013-11-15 10:15:25 -05:00
0eaafd74ba updated composer.json to be less restrictive
also removed superflous minimum-stability definition
2013-11-13 01:34:41 +01:00
ba64f8031e fixed twitter bootstrap package name
fixes #1132
2013-11-04 10:45:20 +01:00