| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-05-12 | grunt | Mark Otto | 3 | -3/+3 | |
| 2014-05-12 | grunt for raw js | Mark Otto | 1 | -2/+2 | |
| 2014-05-12 | grunt dist | Mark Otto | 1 | -1/+1 | |
| 2014-05-12 | Merge branch 'master' into icon_paths | Mark Otto | 2 | -2/+2 | |
| Conflicts: dist/css/bootstrap.css.map docs/dist/css/bootstrap.css.map | |||||
| 2014-05-12 | grunt dist | Mark Otto | 2 | -2/+2 | |
| 2014-05-12 | Merge branch 'master' into icon_paths | Mark Otto | 40 | -780/+72 | |
| Conflicts: dist/css/bootstrap-rtl.css dist/css/bootstrap.css.map dist/js/bootstrap.min.js docs/dist/css/bootstrap.css.map docs/dist/js/bootstrap.min.js | |||||
| 2014-05-12 | nuke the rtl example | Mark Otto | 2 | -662/+0 | |
| 2014-05-12 | nuke the rtl docs | Mark Otto | 3 | -33/+0 | |
| 2014-05-12 | grunt | Mark Otto | 3 | -3/+3 | |
| 2014-05-12 | nuke rtl | Mark Otto | 8 | -12/+9 | |
| 2014-05-10 | cleanup | Mark Otto | 1 | -3/+1 | |
| 2014-05-10 | Update html5shiv to 3.7.2. | XhmikosR | 23 | -23/+23 | |
| 2014-05-09 | Merge pull request #13558 from twbs/nav-tabs-role-tablist | Chris Rebert | 5 | -24/+24 | |
| add some ARIA roles to tabs for improved accessibility | |||||
| 2014-05-09 | add role="button" to [data-slide="prev"],[data-slide="next"] to improve ↵ | Chris Rebert | 4 | -12/+12 | |
| accessibility Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#carousel Credit: https://github.com/paypal/bootstrap-accessibility-plugin | |||||
| 2014-05-09 | add role="tab" to .nav-tabs [data-toggle="tab"] | Chris Rebert | 1 | -12/+12 | |
| Per https://github.com/paypal/bootstrap-accessibility-plugin#tab-panel Credit: https://github.com/paypal/bootstrap-accessibility-plugin | |||||
| 2014-05-09 | add role="tablist" to .nav-tabs in examples to improve accessibility | Chris Rebert | 5 | -12/+12 | |
| Per https://github.com/paypal/bootstrap-accessibility-plugin#tab-panel Credit: https://github.com/paypal/bootstrap-accessibility-plugin | |||||
| 2014-05-08 | Customizer: make utilities.less inclusion mandatory | Chris Rebert | 1 | -15/+7 | |
| Fixes #13305. | |||||
| 2014-05-08 | grunt dist | Chris Rebert | 1 | -1/+1 | |
| 2014-05-08 | Fixes #13478, reverts #10941 | Mark Otto | 2 | -2/+2 | |
| 2014-05-08 | Remove outdated rtl nav links | Quy Ton | 1 | -7/+0 | |
| 2014-05-07 | regenerate minified docs JS & CSS | Chris Rebert | 4 | -8/+9 | |
| 2014-05-07 | move Grunt info from README into HTML docs | Chris Rebert | 3 | -0/+41 | |
| Fixes #13470 | |||||
| 2014-05-07 | add button to toggle the optional theme when viewing the docs; fixes #9764 | Chris Rebert | 4 | -0/+31 | |
| 2014-05-07 | move rtl to getting started, per @cvrebert's feedback | Mark Otto | 4 | -1/+8 | |
| 2014-05-07 | Merge pull request #13499 from twbs/clarify-rtl | Mark Otto | 1 | -1/+6 | |
| emphasize that bootstrap-rtl.css & bootstrap.css should not be used together | |||||
| 2014-05-07 | Merge pull request #13504 from Quy/resputil | Chris Rebert | 1 | -3/+3 | |
| Fix .visible-print deprecation version #. | |||||
| 2014-05-06 | tweak formatting in Carousel docs for clarity; fixes #13522 | Chris Rebert | 1 | -1/+1 | |
| 2014-05-06 | Update JSZip to v2.2.2. | XhmikosR | 2 | -9/+9 | |
| 2014-05-04 | Fix .visible-print deprecation version #. | Quy Ton | 1 | -3/+3 | |
| 2014-05-04 | emphasize that bootstrap-rtl.css & bootstrap.css should not be used together | Chris Rebert | 1 | -1/+6 | |
| 2014-05-04 | add RTL CSS files to "What's included" section of docs | Chris Rebert | 1 | -0/+2 | |
| 2014-05-04 | include RTL CSS CDN URL in Download docs | Chris Rebert | 1 | -0/+3 | |
| 2014-05-04 | Merge pull request #13493 from twbs/close-btn-access | Chris Rebert | 4 | -13/+13 | |
| Improve accessibility of close buttons in modals & alerts | |||||
| 2014-05-04 | Merge pull request #13495 from twbs/android-firefox | Mark Otto | 1 | -1/+1 | |
| Officially support Android Firefox | |||||
| 2014-05-03 | Wall of browser bugs: formatting tweaks | Chris Rebert | 1 | -3/+3 | |
| 2014-05-03 | mark Android Firefox as officially supported | Chris Rebert | 1 | -1/+1 | |
| 2014-05-03 | document #13390 | Chris Rebert | 1 | -2/+2 | |
| 2014-05-03 | Improve accessibility of close buttons in modals & alerts | Chris Rebert | 4 | -13/+13 | |
| Adds textual caption to the close buttons. The "X" multiplication sign isn't very meaningful to screenreaders. Credit: https://github.com/paypal/bootstrap-accessibility-plugin Per: https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#alert https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#modal-dialog | |||||
| 2014-05-03 | Merge pull request #13433 from watilde/fixed-navbar-radius-of-example-at-docs | Mark Otto | 2 | -7/+1 | |
| Fixed navbar radius of example at docs | |||||
| 2014-05-01 | Merge pull request #13461 from patrickhlauke/docs-dropdown-sr-only | Mark Otto | 1 | -4/+4 | |
| Remove sr-only from components/dropdowns example | |||||
| 2014-05-01 | Remove sr-only from components/dropdown entirely | Patrick H. Lauke | 1 | -5/+5 | |
| possibly less confusing option, as per discussion, is to always show the dropdown trigger button (both live and in that code example) | |||||
| 2014-05-01 | Not Less' fault per se | Chris Rebert | 1 | -1/+1 | |
| 2014-04-30 | Merge pull request #13434 from twbs/fix-13247 | Chris Rebert | 2 | -0/+19 | |
| document grid column wrapping behavior; fixes #13247 | |||||
| 2014-04-30 | document grid column wrapping behavior; fixes #13247 | Chris Rebert | 2 | -0/+19 | |
| 2014-04-30 | Merge branch 'pr/13320' | Mark Otto | 4 | -5/+22 | |
| Conflicts: dist/css/bootstrap-rtl.min.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/dist/css/bootstrap-rtl.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css | |||||
| 2014-04-30 | grunt dist | Mark Otto | 3 | -3/+3 | |
| 2014-04-30 | explain | Mark Otto | 1 | -0/+1 | |
| 2014-04-30 | grunt dist | Mark Otto | 4 | -4/+4 | |
| 2014-04-30 | Merge pull request #13437 from saas786/master | Mark Otto | 1 | -3/+3 | |
| fixes #13367 | |||||
| 2014-04-30 | Merge pull request #13424 from twbs/docs-libs | XhmikosR | 6 | -25/+35 | |
| Update docs libs | |||||
