56 Commits

Author SHA1 Message Date
17b1e5d2fc Fixes issue #234: Added Html::addCssClass() and removeCssClass(). 2013-06-11 16:35:14 -04:00
95b1636a98 Multilevel Items 2013-06-08 23:26:21 +04:30
7a7d2a9c06 CS fixes. 2013-06-07 22:41:11 +06:00
5596e50bf3 Fixes issue #472. 2013-06-03 10:40:09 -04:00
8ae9463589 Fixes issue #472: doc fix. 2013-06-01 12:45:32 -04:00
0d34aab0ab added missing default to getValue in boostrap tabs
fixes #465
2013-05-31 18:54:13 +02:00
c8df8e2aba doc fix. 2013-05-30 10:37:33 -04:00
60c351ea93 refactored Tabs. 2013-05-30 10:35:29 -04:00
79aaf1fbec refactored ButtonDropdown and Dropdown. 2013-05-30 10:13:39 -04:00
2f790f7716 Merge branch 'master' of github.com:yiisoft/yii2 2013-05-30 10:01:19 -04:00
a93f75068e refactoring button classes. 2013-05-30 10:01:11 -04:00
811058bcd1 Merge pull request #392 from tonydspaniard/365-bootstrap-tabs
[ready]bootstrap tabs widget
2013-05-30 07:00:54 -07:00
c0c6c9d95b Merge pull request #444 from tonydspaniard/366-bootstrap-buttons
[ready]added button group dropdowns
2013-05-30 06:30:01 -07:00
9339edbd45 Refactored Progress. 2013-05-29 20:07:02 -04:00
29464d3f9c Merge pull request #455 from tonydspaniard/454-bootstrap-progress
[ready]added progress widget
2013-05-29 16:54:41 -07:00
b459990e00 added progress widget 2013-05-30 00:35:34 +02:00
c1b74ba945 refactored Nav and NavBar. 2013-05-29 18:01:24 -04:00
d5b878d35e docs minor change 2013-05-29 23:53:58 +02:00
a57597719c buttons refactored (2nd round) 2013-05-29 23:50:06 +02:00
d3bbc5fe40 small fix 2013-05-29 14:36:15 +02:00
fce33a25dd fixed indentation and button group label bug 2013-05-29 14:32:33 +02:00
f651e72372 refactored label render 2013-05-29 14:13:19 +02:00
3647c3f128 added button group dropdowns 2013-05-29 13:54:47 +02:00
7d0b95c21a modified phpDoc 2013-05-29 13:22:00 +02:00
e8d3a7ff92 register asset bundle instead 2013-05-29 10:58:21 +02:00
1e9cc35fd8 fix namespaces 2013-05-29 10:54:53 +02:00
cbb33bd164 refactored based on comments (2nd round) 2013-05-29 10:54:01 +02:00
4ebc0ae734 fix phpDoc 2013-05-29 09:49:41 +02:00
1c4cf30464 another typo fix 2013-05-29 09:47:36 +02:00
6ce2f8f137 silly typo 2013-05-29 09:45:04 +02:00
f6cef5eb70 Refactored based on comments and feedback (3rd round) 2013-05-29 09:40:38 +02:00
9f832afb9f Refactored based on comments and feedback (3rd round) 2013-05-29 09:17:53 +02:00
e1b145a706 Enhance Dropdown to use items as strings. Remove string=divider rule 2013-05-28 17:12:27 +02:00
70f1d41699 Added NavBar widget closes #437 2013-05-28 16:27:33 +02:00
cc9b175c5f Added Nav widget closes #367 2013-05-28 16:24:37 +02:00
af5dbba6da Tabs refactored 2013-05-28 11:59:55 +02:00
5fe6d9910f Added dropdown widget 2013-05-28 11:50:12 +02:00
65feda3ec3 Merge branch 'upstream' into 365-bootstrap-tabs
* upstream: (122 commits)
  Refactored StringHelper.
  Line number tweak for error page
  added note about dependency to registerJsFile
  docs: Be explicitly clear about ActiveRecord::create()
  fixed AutoTimestamp example in advanced app
  \yii\rbac\DbManager::isAssigned() signature fix
  Changed the way to set timestamp for multiple attributes.
  Fixes issue #428 Allowing UniqueValidator to be used with non-AR models.
  Better exception page look.
  Removed unnecessary code from MSSQL schema.
  Hover and error line increased by 1 px.
  Error line number fix.
  Error line number fix.
  Error line number fix.
  Lift off!11 #418
  MSIE fix.
  Fixes (theoretically) #418 and #413.
  Removed echo
  RBAC DbManager fixes
  Always refetch the migration table definition.
  ...
2013-05-28 11:45:50 +02:00
c16bd75698 Removed Modal::body. 2013-05-24 09:55:57 -04:00
6316463ad0 add fixes 2013-05-24 14:17:46 +02:00
edf983f4d7 added tabs 2013-05-24 12:45:42 +02:00
ad878280af added collapse 2013-05-23 08:45:52 +02:00
210faf787e refactored Carousel. 2013-05-22 19:52:31 -04:00
c4c16d8876 yii\bootstrap\Carousel fixes 2013-05-23 02:14:21 +04:00
639cd641d8 yii\bootstrap\Carousel fixes 2013-05-23 02:08:12 +04:00
d42cfd6ff1 some other fixes 2013-05-22 22:53:57 +02:00
3ca4de8f3a Merge branch 'upstream' into 331-bootstrap-carousel
* upstream: (26 commits)
  Bootstrap widget comment typo fix
  Bugfix
  clientOptions and clientEvents
  yii\bootstrap\* another refactioring
  Better naming. Additional newline. Doctype tiny fix.
  MSSQL AR tests.
  MSSQL initial query builder.
  Refinements to MSSQL driver classes.
  jui.effect and jui.position dependencies
  Fixes #145. Reusable cache dependencies.
  jui.widget dependency
  Theme dependencies
  Datepicker language assets dependencies
  JQuery UI bundle assets config
  JQuery UI bundle assets
  Do comments at "yii\console\controllers\AssetController::saveTargets()" has been adjusted.
  "yii\console\controllers\AssetController::getAssetManager()" has been updated enforcing 'basePath' and 'baseUrl' config parameters.
  E_NOTICE at "yii\console\controllers\AssetController::loadBundleDependency()" has been fixed.
  Method "yii\console\controllers\AssetController::loadBundleDependency()" has been improved allowing dection of the circular dependency.
  Unit test for "yii\console\controllers\AssetController" has been adjusted.
  ...
2013-05-22 22:18:49 +02:00
e1a3ae65d6 refactored and apply suggested changes 2013-05-22 22:17:20 +02:00
d227044c6f Bootstrap widget comment typo fix 2013-05-22 23:39:30 +04:00
c5e93efde3 Bugfix 2013-05-22 22:43:19 +04:00