| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-10-03 | Merge pull request #346 from alepee/master | Mark Otto | 3 | -1/+3 | |
| Add a white-space: nowrap; for .label elements. | |||||
| 2011-10-03 | Merge pull request #362 from purcell/safe-dropdown-initialization | Jacob Thornton | 1 | -12/+15 | |
| Add jquery.ready hook after defining plugin, to avoid breakage with modernizr/yepnope | |||||
| 2011-10-03 | Add jquery.ready hook after defining plugin, to avoid breakage when used ↵ | Steve Purcell | 1 | -12/+15 | |
| with modernizr/yepnope See https://gist.github.com/1258742 for an example, which results in the error "TypeError: Object has no method 'dropdown' at bootstrap-dropdown.js line 31" It looks like in these circumstances, the functions hooked into jquery.ready get run immediately, and so applying the dropdown behavior to specific elements before defining the 'dropdown' method causes breakage. | |||||
| 2011-10-02 | Merge branch 'master' of github.com:twitter/bootstrap | Jacob Thornton | 1 | -1/+1 | |
| 2011-10-02 | preboot.less > variables.less in docs | Jacob Thornton | 1 | -3/+3 | |
| 2011-10-02 | Merge pull request #361 from samuelcarlton/patch-1 | Jacob Thornton | 1 | -1/+1 | |
| Fixed comment to show appropriate file name. | |||||
| 2011-10-02 | Merge branch 'master' of github.com:twitter/bootstrap | Jacob Thornton | 1 | -1/+1 | |
| 2011-10-02 | remove options check in modal.js | Jacob Thornton | 1 | -5/+3 | |
| 2011-10-02 | Fixed comment to show appropriate file name. | Sam Carlton | 1 | -1/+1 | |
| 2011-09-30 | white-space: nowrap; for .label | Antoine Lépée | 3 | -1/+3 | |
| Add white-space: nowrap; for .label elements. | |||||
| 2011-09-29 | Merge pull request #329 from lmjabreu/master | Jacob Thornton | 1 | -1/+1 | |
| make tabs plugin play well with nested tabs | |||||
| 2011-09-29 | wait for transition to end before triggering shown event | Jacob Thornton | 1 | -2/+8 | |
| 2011-09-29 | whitespace | Jacob Thornton | 1 | -2/+2 | |
| 2011-09-29 | Merge branch 'fix_hide_before_show_bug' of ↵ | Jacob Thornton | 1 | -1/+5 | |
| https://github.com/aaronj1335/bootstrap into aaronj1335-fix_hide_before_show_bug | |||||
| 2011-09-29 | add note about making sure to include boostrap-twipsy before popover script | Jacob Thornton | 1 | -0/+1 | |
| 2011-09-29 | show should be fals for modal default | Jacob Thornton | 1 | -1/+1 | |
| 2011-09-29 | @dmyers settings fix #255 | Jacob Thornton | 1 | -1/+1 | |
| 2011-09-29 | Merge branch 'kasperp-tab-event' | Jacob Thornton | 3 | -12/+67 | |
| 2011-09-29 | change event to use target and relatedTarget (which more closely resembles ↵ | Jacob Thornton | 3 | -22/+33 | |
| actual event api) | |||||
| 2011-09-29 | changed event should be change event | Jacob Thornton | 3 | -8/+8 | |
| 2011-09-29 | Merge branch 'tab-event' of https://github.com/kasperp/bootstrap into ↵ | Jacob Thornton | 3 | -10/+54 | |
| kasperp-tab-event | |||||
| 2011-09-29 | Merge pull request #332 from pamelafox/patch-2 | Jacob Thornton | 1 | -1/+1 | |
| JS Docs Typo | |||||
| 2011-09-28 | Think the option is supposed to be 'keyboard' in the docs, not 'closeOnEsc'. | Pamela Fox | 1 | -1/+1 | |
| 2011-09-28 | tweaked bootstrap-tabs plugin active tab selector to allow for nested tabs | Luis Abreu | 1 | -1/+1 | |
| 2011-09-23 | return this | Aaron Stacy | 1 | -1/+1 | |
| 2011-09-23 | updated if statement form | Aaron Stacy | 1 | -1/+3 | |
| 2011-09-23 | added bug fix for hide-before-show bug | Aaron Stacy | 1 | -1/+3 | |
| this commit fixes a bug where .modal('hide') is called on a modal object before .modal('show'). this can be viewed here: http://jsfiddle.net/aaronj1335/7hH89/8/ (notice the JS exception that is thrown) | |||||
| 2011-09-22 | add semicolon to end of file while i think about better solution... | Jacob Thornton | 7 | -7/+7 | |
| 2011-09-22 | Merge branch 'master' of github.com:twitter/bootstrap | Jacob Thornton | 1 | -5/+5 | |
| 2011-09-22 | update table to support header and arrows | Jacob Thornton | 3 | -15/+14 | |
| 2011-09-21 | Merge pull request #278 from adamnbowen/patch-1 | Jacob Thornton | 1 | -5/+5 | |
| Fixes typos of "bootstrap" | |||||
| 2011-09-21 | Fixes typos of "bootstrap" | Adam Bowen | 1 | -5/+5 | |
| 2011-09-20 | Merge branch 'master' of github.com:twitter/bootstrap | Jacob Thornton | 1 | -1/+1 | |
| 2011-09-20 | fix reflow typo - should be $element not $backdrop | Jacob Thornton | 1 | -4/+4 | |
| 2011-09-20 | Merge pull request #268 from workwithnano/patch-1 | Jacob Thornton | 1 | -1/+1 | |
| Typo fix: "you're" to "your". | |||||
| 2011-09-20 | Typo fix: "you're" to "your". | Nano | 1 | -1/+1 | |
| 2011-09-19 | Merge branch 'master' of github.com:twitter/bootstrap | Jacob Thornton | 1 | -1/+1 | |
| 2011-09-19 | remove var O_O | Jacob Thornton | 1 | -1/+1 | |
| 2011-09-19 | Merge pull request #259 from jacobfike/master | Jacob Thornton | 1 | -1/+1 | |
| fixes #258, clicking a tab remove .active class from all elements on the page | |||||
| 2011-09-19 | fixes #258, clicking a tab remove .active class from all elements on the page | Jacob Fike | 1 | -1/+1 | |
| 2011-09-18 | listen to document for ie | Jacob Thornton | 1 | -2/+2 | |
| 2011-09-18 | force reflow instead of relying on eventloop (firefox) | Jacob Thornton | 3 | -151/+158 | |
| listen to window for escape press | |||||
| 2011-09-18 | lemme smang it giiiirl | Jacob Thornton | 7 | -13/+13 | |
| 2011-09-18 | Merge pull request #241 from asmega/javascript_docs_favicon | Jacob Thornton | 1 | -4/+4 | |
| fixing locations of favicon + apple icons | |||||
| 2011-09-18 | fixing locations of favicon + apple icons | asmega | 1 | -4/+4 | |
| 2011-09-18 | Added changed event to bootstrap-tabs.js | Kasper Bøgebjerg Pedersen | 3 | -9/+53 | |
| 2011-09-17 | change version in makefile to 1.3 | Jacob Thornton | 2 | -3/+3 | |
| 2011-09-17 | Merge pull request #233 from cheeaun/patch-1 | Jacob Thornton | 1 | -4/+4 | |
| Documentation typo/error on scrollSpy. | |||||
| 2011-09-18 | Documentation typo/error on scrollSpy. | Lim Chee Aun | 1 | -4/+4 | |
| 2011-09-17 | allow backdrop option to accept "static" option | Jacob Thornton | 4 | -20/+15 | |
