| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-09-17 | tweak `grunt docs` description | Chris Rebert | 1 | -2/+2 | |
| 2014-09-17 | fix #14609 | Chris Rebert | 1 | -1/+2 | |
| 2014-09-17 | Merge branch 'master' into derp | Mark Otto | 81 | -2527/+2353 | |
| Conflicts: Gruntfile.js dist/css/bootstrap-theme.css.map dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css dist/fonts/glyphicons-halflings-regular.svg docs/_includes/components/badges.html docs/_includes/components/input-groups.html docs/_includes/components/pagination.html docs/_includes/css/forms.html docs/_includes/footer.html docs/_includes/getting-started/browser-device-support.html docs/_includes/getting-started/grunt.html docs/_includes/home-nav.html docs/_includes/js/alerts.html docs/_includes/js/buttons.html docs/_includes/js/carousel.html docs/_includes/js/collapse.html docs/_includes/js/modal.html docs/_includes/js/popovers.html docs/_includes/js/tooltips.html docs/_includes/nav/getting-started.html docs/_includes/nav/javascript.html docs/assets/css/docs.min.css docs/assets/css/src/docs.css docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js docs/browser-bugs.html docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css docs/dist/fonts/glyphicons-halflings-regular.svg fonts/glyphicons-halflings-regular.svg less/_button-group.less less/_jumbotron.less less/_variables.less less/mixins/vendor-prefixes.less less/panels.less less/thumbnails.less package.json | |||||
| 2014-09-17 | Follow-up to #14581: Use div instead of HTML5 section for IE8 | Heinrich Fenkart | 1 | -6/+6 | |
| 2014-09-17 | Fix tooltip misplacement with "auto top" | saranya.r | 2 | -1/+51 | |
| Fixes #14322. Closes #14581. | |||||
| 2014-09-17 | Fixes #14628, #14629: Add note to docs about grunt docs command | Mark Otto | 1 | -0/+3 | |
| 2014-09-17 | Remove `.modal-open` class after backdrop is hidden | Heinrich Fenkart | 1 | -3/+2 | |
| Fixes #14274. Fixes #14632. | |||||
| 2014-09-16 | Merge pull request #14577 from twbs/pagination-role-nav | Chris Rebert | 2 | -74/+98 | |
| Wrap .pagination & .pager in <nav> to improve accessibility | |||||
| 2014-09-16 | grunt | Heinrich Fenkart | 5 | -19/+3 | |
| 2014-09-16 | Merge pull request #14610 from twbs/axe-tooltip-validate | Heinrich Fenkart | 1 | -8/+0 | |
| Remove unused Tooltip#validate method | |||||
| 2014-09-16 | grunt | Heinrich Fenkart | 1 | -1/+1 | |
| 2014-09-15 | Merge pull request #14625 from twbs/svg-tooltip-test-fix | Chris Rebert | 1 | -0/+2 | |
| Must explicitly destroy tooltip in SVG unit test since its container is body | |||||
| 2014-09-15 | Must explicitly destroy tooltip in SVG unit test since its container is body. | Chris Rebert | 1 | -0/+2 | |
| Leaking tooltips across tests leads to confusion and sadness. | |||||
| 2014-09-15 | Merge pull request #14624 from twbs/type-button | Chris Rebert | 1 | -6/+6 | |
| modal docs: ensure all <button>s have an explicit `type` attribute | |||||
| 2014-09-15 | modal docs: ensure all <button>s have an explicit `type` attribute | Chris Rebert | 1 | -6/+6 | |
| [skip sauce] | |||||
| 2014-09-15 | Merge pull request #14611 from vsn4ik/add_install_with_npm | Chris Rebert | 1 | -1/+2 | |
| Add npm install info. | |||||
| 2014-09-13 | Merge pull request #14612 from vsn4ik/update_docs_links | Chris Rebert | 1 | -2/+2 | |
| Update github links in footer. | |||||
| 2014-09-13 | Update github links in footer. | vsn4ik | 1 | -2/+2 | |
| 2014-09-13 | README.md: Add npm install info. | vsn4ik | 1 | -1/+2 | |
| 2014-09-13 | Remove unused Tooltip#validate method | Heinrich Fenkart | 1 | -8/+0 | |
| 2014-09-13 | grunt | Heinrich Fenkart | 6 | -16/+20 | |
| 2014-09-13 | Correctly selects arrow placement for a tooltip | Peter West | 2 | -6/+39 | |
| Fixes #13696. Fixes #13696. Fixes #14197. Closes #13718. | |||||
| 2014-09-13 | Teh grunt | Heinrich Fenkart | 6 | -8/+16 | |
| https://www.youtube.com/watch?v=L-4VxEtWyRo | |||||
| 2014-09-13 | Merge pull request #14571 from twbs/properly-hide-tooltip-on-destroy | Heinrich Fenkart | 1 | -2/+6 | |
| Properly fire hidden event when tooltip is destroyed | |||||
| 2014-09-13 | Properly fire hidden event when tooltip is destroyed | Heinrich Fenkart | 1 | -2/+6 | |
| Fixes #13031. | |||||
| 2014-09-12 | Merge pull request #14578 from twbs/accordion-panel-labelledby | Chris Rebert | 1 | -12/+12 | |
| add aria-labelledby to accordion example to improve accessibility | |||||
| 2014-09-13 | grunt | Heinrich Fenkart | 6 | -6/+8 | |
| 2014-09-12 | add aria-labelledby to accordion example to improve accessibility | Chris Rebert | 1 | -12/+12 | |
| 2014-09-13 | Merge pull request #14569 from twbs/scrollspy-ignore-invisible-targets | Heinrich Fenkart | 1 | -0/+1 | |
| Scrollspy: ignore invisible list items | |||||
| 2014-09-13 | Merge pull request #14353 from hnrch02/collapse-count-collapsing-as-active | Heinrich Fenkart | 1 | -1/+1 | |
| Collapse: count `.collapsing` elements as actives; closes #13447 | |||||
| 2014-09-12 | Merge pull request #14579 from twbs/accordion-heading-role-tab | Chris Rebert | 1 | -6/+6 | |
| add role="tab" to .panel-heading-s in accordion example to improve accessibility | |||||
| 2014-09-11 | G R U N T | Heinrich Fenkart | 6 | -12/+20 | |
| 2014-09-11 | Merge pull request #14492 from twbs/ie8-getBoundingClientRect | Heinrich Fenkart | 1 | -0/+4 | |
| Handle lack of .width and .height from getBoundingClientRect() in IE8 | |||||
| 2014-09-08 | add role="tab" to .panel-heading-s in accordion example to improve accessibility | Chris Rebert | 1 | -6/+6 | |
| 2014-09-08 | Wrap .pagination & .pager in <nav> to improve accessibility | Chris Rebert | 2 | -74/+98 | |
| 2014-09-09 | Merge pull request #14573 from twbs/indom-check-cross-doc | Heinrich Fenkart | 1 | -1/+1 | |
| Make inDom check of tooltip cross document compatible | |||||
| 2014-09-09 | Make inDom check of tooltip cross document compatible | Heinrich Fenkart | 1 | -1/+1 | |
| Fixes #14483 | |||||
| 2014-09-09 | code style improvement | James Friend | 1 | -2/+3 | |
| 2014-09-09 | added banner about generated file | James Friend | 2 | -1/+3 | |
| 2014-09-09 | Make affix accept `0` as offsetTop or offsetBottom | samme | 1 | -2/+2 | |
| Fixes #12815. Closes #14363. | |||||
| 2014-09-09 | grunt and missing new line | Heinrich Fenkart | 7 | -11/+17 | |
| 2014-09-09 | ARIA support for collapse | Patrick H. Lauke | 14 | -35/+106 | |
| Added handling of aria-expanded=true/false to collapse.js, updated documentation to include advice on making expand/collapse controls accessible, updated examples and javascript documentation to use aria-expanded and aria-controls (when targetting single collapsible element, using ID rather than class selector) Closes #14147. Closes #14153. | |||||
| 2014-09-09 | Scrollspy: ignore invisible list items | Heinrich Fenkart | 1 | -0/+1 | |
| Fixes #13071 | |||||
| 2014-09-09 | run `grunt` | Heinrich Fenkart | 6 | -12/+12 | |
| 2014-09-08 | Merge pull request #14242 from hnrch02/remove-aria-describedby-later | Heinrich Fenkart | 1 | -3/+3 | |
| Remove `aria-describedby` attribute later | |||||
| 2014-09-08 | Merge pull request #13928 from SGinTech/sgit_collapseEventOrder | Heinrich Fenkart | 1 | -1/+1 | |
| Ensure that hidden event is sent when content is really hidden (collapsi... | |||||
| 2014-09-08 | grunt | Heinrich Fenkart | 6 | -7/+7 | |
| 2014-09-08 | Merge branch 'collinanderson/whitespace' | Chris Rebert | 4 | -4/+3 | |
| 2014-09-08 | clean whitespace | Chris Rebert | 4 | -4/+3 | |
| Thanks to @collinanderson Closes #14567 | |||||
| 2014-09-08 | Merge pull request #14287 from hnrch02/revert-13855-modal-mousedown | Heinrich Fenkart | 2 | -3/+3 | |
| Revert #13855 due to #14263 | |||||
