| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-05-22 | tighten up callouts and remove backgrounds | Mark Otto | 3 | -6/+22 | |
| 2014-05-22 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 6 | -6/+37 | |
| 2014-05-22 | clarify and danger-ify affix docs usage requirements, per #10235 | Mark Otto | 1 | -1/+1 | |
| 2014-05-22 | Merge branch 'master' into docs-theme-toggler | Mark Otto | 23 | -23/+23 | |
| Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/assets/css/docs.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css | |||||
| 2014-05-22 | Reset the padding on radio/checkbox labels in form-inline | Mark Otto | 2 | -2/+2 | |
| 2014-05-22 | move it to the sidebar | Mark Otto | 5 | -20/+19 | |
| 2014-05-22 | Add aria-haspopup and aria-expanded attributes to dropdown plugin | Max Kramer | 1 | -8/+8 | |
| 1. Add aria-haspopup="true" and aria-expanded="false" to dropdown docs 2. Toggle aria-expanded between "true" and "false" when opening and closing dropdown Satisfy item 1 from https://github.com/paypal/bootstrap-accessibility-plugin#dropdown. See #13553. | |||||
| 2014-05-22 | Revert 4f9270cc20c29cd3fbb0664379d620d14bb24a91. | XhmikosR | 21 | -21/+21 | |
| The validator doesn't choke anymore on this and even though it's not spec compliant, it's needed for some IE versions. So until we move favicon.ico in root, this should do the job. | |||||
| 2014-05-21 | grunt dist | Chris Rebert | 5 | -5/+5 | |
| 2014-05-21 | show proper error message when viewing Customizer in IE8 | Chris Rebert | 1 | -0/+17 | |
| Closes #13090. [skip sauce] | |||||
| 2014-05-20 | Merge branch 'master' into docs-theme-toggler | Mark Otto | 51 | -864/+200 | |
| Conflicts: docs/assets/css/docs.min.css | |||||
| 2014-05-20 | Merge branch 'master' into icon_paths | Mark Otto | 26 | -80/+90 | |
| 2014-05-17 | update link to Grunt setup & info | Chris Rebert | 1 | -1/+1 | |
| 2014-05-17 | Update showSuccess to use new classes | Stuart P. Bentley | 1 | -1/+1 | |
| 2014-05-16 | add `target` option to Affix plugin | Attila Dobi | 1 | -0/+7 | |
| 2014-05-14 | update default 'template' value in popover docs | Chris Rebert | 1 | -1/+1 | |
| 2014-05-14 | add 'container' option motivation to tooltip docs | Chris Rebert | 1 | -1/+1 | |
| 2014-05-14 | add 'selector' option motivation to tooltip docs | Chris Rebert | 1 | -1/+1 | |
| 2014-05-14 | add multiple triggers info to popover docs | Chris Rebert | 1 | -1/+1 | |
| 2014-05-14 | add 'viewport' option to popover docs; #12328 erratum | Chris Rebert | 1 | -0/+8 | |
| 2014-05-14 | docs: sort tooltip & container options for sanity | Chris Rebert | 2 | -51/+51 | |
| 2014-05-13 | Remove unneeded spaces from `pre`. | XhmikosR | 1 | -1/+1 | |
| 2014-05-13 | add link to StackOverflow question regarding Android <select> bug | Chris Rebert | 1 | -1/+1 | |
| 2014-05-13 | Remove RTL leftovers. | XhmikosR | 2 | -5/+0 | |
| 2014-05-13 | Update jQuery to v1.11.1. | XhmikosR | 16 | -16/+16 | |
| 2014-05-13 | Customizer: Alert on successful save to Gist | Stuart P. Bentley | 1 | -3/+12 | |
| 2014-05-12 | grunt | Mark Otto | 1 | -1/+1 | |
| 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 | |
