| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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-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-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-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 | |||||
| 2013-02-07 | remove prevent default on focus | fat | 1 | -1/+0 | |
| 2013-02-07 | only fire hidden once backdrop has been removed | fat | 1 | -8/+9 | |
| 2013-02-07 | Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wip | fat | 2 | -3/+3 | |
| Conflicts: docs/assets/js/bootstrap.min.js | |||||
| 2013-02-07 | if no callback, don't try to call callback ya goof | fat | 1 | -0/+2 | |
| 2013-02-07 | fix js from @fat feedback for modal | Mark Otto | 1 | -1/+1 | |
| 2013-02-06 | unit tests | Yohn | 1 | -2/+2 | |
| 2013-02-06 | dont remove title attribute part 2 | Yohn | 1 | -1/+1 | |
| 2013-02-06 | Overhaul modal to make it responsive and not super lame | Mark Otto | 1 | -1/+5 | |
| 2013-02-05 | Merge branch '2.3.0-wip' into 3.0.0-wip | Mark Otto | 7 | -18/+109 | |
| Conflicts: docs/assets/css/bootstrap-responsive.css docs/assets/js/bootstrap-popover.js docs/assets/js/bootstrap.js docs/css.html docs/templates/pages/base-css.mustache js/bootstrap-popover.js less/mixins.less less/tooltip.less | |||||
| 2013-02-05 | Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wip | fat | 2 | -5/+5 | |
| Conflicts: docs/assets/js/bootstrap.min.js | |||||
| 2013-02-05 | clean up styles | fat | 4 | -86/+39 | |
| 2013-02-05 | Merge branch '2.3.0-wip' of git://github.com/ghusse/bootstrap into ↵ | fat | 4 | -3/+137 | |
| ghusse-2.3.0-wip | |||||
| 2013-02-05 | Merge pull request #6783 from joprice/popoverOptionsOverride | fat-kun | 2 | -4/+4 | |
| reordered access of options in tooltip and popover | |||||
| 2013-02-05 | screwed up a merge and an old version number crept in | Mark Otto | 1 | -1/+1 | |
| 2013-02-05 | don't hide if already hidden ya n00b | fat | 1 | -1/+1 | |
| 2013-02-05 | clear interval in cycle + rebuild | fat | 1 | -0/+1 | |
| 2013-02-05 | Merge pull request #6488 from nanek/dropdowns-remove-touchstart | fat-kun | 1 | -6/+6 | |
| Remove touchstart from bootstrap-dropdown.js. | |||||
| 2013-02-05 | Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wip | fat | 1 | -1/+1 | |
| 2013-02-05 | update jquery to 1.9 | fat | 1 | -2/+5 | |
| 2013-02-04 | fix typo | Joseph Price | 1 | -1/+1 | |
| 2013-02-02 | reordered access of options in tooltip and popover to allow overriding data ↵ | Joseph Price | 2 | -4/+4 | |
| attrs from js | |||||
| 2013-01-29 | Fix tooltip positioning for IE8 | Guillaume Smet | 1 | -1/+1 | |
| IE8 defines a placeholder object getBoundingClientRect which breaks the new getPosition() method | |||||
