| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-09-22 | grunt | Heinrich Fenkart | 6 | -10/+8 | |
| 2014-09-22 | Merge pull request #14570 from twbs/remove-modal-open-after-backdrop-closed | Heinrich Fenkart | 1 | -3/+2 | |
| Remove `.modal-open` class after backdrop is hidden | |||||
| 2014-09-22 | Remove #8702 entry from Wall of browser bugs | Chris Rebert | 1 | -6/+0 | |
| A fix is shipping in Firefox 35: https://bugzilla.mozilla.org/show_bug.cgi?id=763671 | |||||
| 2014-09-22 | Remove Safari percent rounding bug entry from Wall of browser bugs | Chris Rebert | 1 | -6/+0 | |
| Bug is fixed in OS X Safari v7.1 Refs #14663 | |||||
| 2014-09-21 | Swap -small and -large variables for -sm and -lg | Mark Otto | 24 | -285/+285 | |
| 2014-09-21 | the justified nav bug is still present in Safari v7.1 | Chris Rebert | 2 | -2/+2 | |
| 2014-09-18 | Move text and background utilties from _type to _utilities | Mark Otto | 2 | -64/+57 | |
| 2014-09-18 | grunt | Mark Otto | 4 | -3/+8 | |
| 2014-09-18 | Fixes #14592: Add new variable for progress border radius | Mark Otto | 3 | -2/+4 | |
| 2014-09-18 | grunt | Mark Otto | 1 | -1/+1 | |
| 2014-09-18 | Fixes #14642: Add docs mention for blank checkboxes and radios | Mark Otto | 1 | -0/+29 | |
| 2014-09-18 | grunt | Mark Otto | 6 | -6/+6 | |
| 2014-09-18 | Merge pull request #14641 from twbs/hide-passing | Chris Rebert | 1 | -0/+5 | |
| Make it easier to see failing tests in Sauce screencasts | |||||
| 2014-09-17 | Rename .table-condensed to .table-sm | Mark Otto | 6 | -15/+15 | |
| 2014-09-17 | G R U N T | Mark Otto | 8 | -10/+10 | |
| 2014-09-17 | rename media query mixins to .media-* | Mark Otto | 2 | -21/+21 | |
| 2014-09-17 | remove ' because lul less | Mark Otto | 1 | -1/+1 | |
| 2014-09-17 | more media query mixins | Mark Otto | 6 | -21/+20 | |
| 2014-09-17 | Change hard-coded media queries in responsive-utilities.less to ref | mrmrs | 1 | -30/+30 | |
| media query mixin. Does not account for print media queries yet. Conflicts: less/_utilities-responsive.less | |||||
| 2014-09-17 | Add reference to media query partial. | mrmrs | 1 | -1/+3 | |
| Conflicts: less/_mixins.less | |||||
| 2014-09-17 | Add partial for media query mixins. | mrmrs | 1 | -0/+26 | |
| 2014-09-17 | Use .clearfix mixin instead of overflow on examples | Mark Otto | 3 | -3/+3 | |
| 2014-09-17 | ignore some files from jekyll compilation | Mark Otto | 1 | -0/+1 | |
| 2014-09-17 | rewrite jumbotron less and make heading use a class | Mark Otto | 11 | -48/+58 | |
| 2014-09-17 | add jumbotron and page-header to nav.yml | Mark Otto | 1 | -0/+2 | |
| 2014-09-17 | Make it easier to see failing tests in Sauce screencasts | Chris Rebert | 1 | -0/+5 | |
| ...by hiding passing tests in the list of tests. | |||||
| 2014-09-17 | Some secondary button border action | Mark Otto | 12 | -75/+76 | |
| 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 | |||||
