| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-07-18 | get button js working with actual form elements p cooll | fat | 2 | -13/+28 | |
| 2013-07-17 | fixes #7880 | fat | 1 | -7/+8 | |
| 2013-07-17 | fixes #7777 | fat | 1 | -0/+36 | |
| 2013-07-17 | fixes #7776 | fat | 3 | -5/+27 | |
| 2013-07-17 | fixes #7755 | fat | 1 | -1/+1 | |
| 2013-07-17 | fix #7660 | fat | 2 | -5/+25 | |
| 2013-07-17 | rebuild js + fixes #7583 | fat | 1 | -1/+1 | |
| 2013-07-17 | make sure triggering element is visible before focusing #7521 | fat | 1 | -1/+1 | |
| 2013-07-17 | fix @muan's unit test ;) | fat | 1 | -6/+6 | |
| 2013-07-17 | Merge branch '3.0.0-wip' of git://github.com/muan/bootstrap into muan-3.0.0-wip | fat | 2 | -1/+15 | |
| Conflicts: docs/assets/js/bootstrap.min.js | |||||
| 2013-07-17 | fix #7000 | fat | 1 | -2/+3 | |
| 2013-07-17 | fixes #6691 | fat | 1 | -7/+11 | |
| 2013-07-17 | maybe fix this old ass issue #5973 | fat | 1 | -8/+13 | |
| 2013-07-08 | Replace position with offset | ClausH | 1 | -1/+1 | |
| 2013-06-28 | Tooltip: apply position class before positioning | Mu-An Chiou | 2 | -1/+15 | |
| 2013-06-27 | Merge pull request #7424 from sody/3.0.0-wip | Jacob | 2 | -0/+38 | |
| Fixes #7213 Collapse plugin does not correctly set the "collapsed" class. | |||||
| 2013-06-27 | fixes #6982 | fat | 1 | -1/+1 | |
| 2013-06-20 | Fixes #7730: Better hiding of empty titles in popovers | Mark Otto | 1 | -0/+2 | |
| If the popover's title contains no text, hide it via JS. Previously was done via CSS's `:empty` property, but that doesn't work in IE8, so JS it is. /cc @fat becaue I probably did this wrong <3 | |||||
| 2013-06-10 | Merge remote-tracking branch 'bootstrap/3.0.0-wip' into 3.0.0-wip | Ivan Khalopik | 3 | -16/+19 | |
| 2013-06-01 | Fix for carousel indicators | Robert Burns | 1 | -1/+1 | |
| 2013-05-29 | fix event binding in modal.js | fat | 1 | -7/+7 | |
| 2013-05-27 | fixes #7163 | fat | 1 | -8/+11 | |
| 2013-05-27 | Merge remote-tracking branch 'bootstrap/3.0.0-wip' into 3.0.0-wip | Ivan Khalopik | 39 | -2499/+1920 | |
| Conflicts: js/bootstrap-collapse.js | |||||
| 2013-05-25 | add data-ride=carousel support for starting carousel on load | Jacob Thornton | 1 | -1/+8 | |
| 2013-05-24 | fixes #4781 | Jacob Thornton | 1 | -3/+4 | |
| 2013-05-24 | add show/shown hide/hidden events to dropdown + update dropdown links for ↵ | Jacob Thornton | 5 | -13/+90 | |
| testing + catch a few missed namespace things | |||||
| 2013-05-22 | fixes #6898: typo in modal test | Mark Otto | 1 | -4/+4 | |
| 2013-05-22 | remove 3rd arg from $.each call | fat | 1 | -1/+1 | |
| 2013-05-21 | upgrade jshint to 2.1.2 for anton <3 | Jacob Thornton | 13 | -50/+50 | |
| 2013-05-16 | change namespace back to dot notation and someother js shizzle | fat | 21 | -102/+104 | |
| 2013-05-16 | fix tooltip defaults | fat | 1 | -1/+1 | |
| 2013-05-16 | carousel bug with data | fat | 1 | -1/+1 | |
| 2013-05-16 | only overlay dropdowns for mobile | fat | 1 | -1/+5 | |
| 2013-05-16 | fix tests | fat | 11 | -65/+67 | |
| 2013-05-16 | add bs- prefix to tooltip | fat | 1 | -3/+3 | |
| 2013-05-16 | straight trash wang | fat | 10 | -648/+604 | |
| 2013-05-16 | change dropdown strategy to use an overlay - fixes mobile click anywhere + ↵ | fat | 2 | -81/+58 | |
| allows for firefox middle click | |||||
| 2013-05-16 | update collapse js style | fat | 1 | -90/+76 | |
| 2013-05-16 | a bunch javascript junk | fat | 30 | -973/+385 | |
| 2013-05-07 | Merge remote-tracking branch 'bootstrap/3.0.0-wip' into 3.0.0-wip | Ivan Khalopik | 26 | -28/+28 | |
| Conflicts: js/tests/unit/bootstrap-collapse.js | |||||
| 2013-04-23 | 'js' folder .editorconfig code guide updates | Stephen Edgar | 27 | -27/+27 | |
| 2013-03-29 | Modify scrollspy to add .active to all parent li items /cc @fat | Mark Otto | 1 | -2/+2 | |
| 2013-03-29 | Fixes #7213 Collapse plugin does not correctly set the "collapsed" class on ↵ | Ivan Khalopik | 2 | -0/+41 | |
| accordion heading links | |||||
| 2013-03-01 | Merge branch 'master' into 3.0.0-wip | Mark Otto | 5 | -4/+29 | |
| Conflicts: Makefile README.md component.json docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css docs/assets/js/bootstrap-affix.js docs/assets/js/bootstrap-alert.js docs/assets/js/bootstrap-button.js docs/assets/js/bootstrap-carousel.js docs/assets/js/bootstrap-collapse.js docs/assets/js/bootstrap-dropdown.js docs/assets/js/bootstrap-modal.js docs/assets/js/bootstrap-popover.js docs/assets/js/bootstrap-scrollspy.js docs/assets/js/bootstrap-tab.js docs/assets/js/bootstrap-tooltip.js docs/assets/js/bootstrap-transition.js docs/assets/js/bootstrap-typeahead.js docs/assets/js/bootstrap.js docs/assets/js/bootstrap.min.js docs/index.html docs/templates/pages/index.mustache js/bootstrap-affix.js js/bootstrap-alert.js js/bootstrap-button.js js/bootstrap-carousel.js js/bootstrap-collapse.js js/bootstrap-dropdown.js js/bootstrap-modal.js js/bootstrap-popover.js js/bootstrap-scrollspy.js js/bootstrap-tab.js js/bootstrap-tooltip.js js/bootstrap-transition.js js/bootstrap-typeahead.js less/bootstrap.less less/responsive.less package.json | |||||
| 2013-02-28 | shiiiit | fat | 2 | -1/+18 | |
| 2013-02-28 | 2.3.1 | fat | 13 | -13/+13 | |
| 2013-02-28 | only pass unique options through to child nodes in tooltips | fat | 1 | -1/+9 | |
| 2013-02-28 | pass true to cycle | fat | 1 | -1/+1 | |
| 2013-02-28 | le sigh | fat | 1 | -1/+1 | |
| 2013-02-07 | Merge branch 'master' into 3.0.0-wip | Mark Otto | 4 | -12/+14 | |
| Conflicts: docs/assets/js/bootstrap.min.js | |||||
