| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-07-12 | Fixes #14095: Add basic styling for captions, which we've for some reason ↵ | Mark Otto | 8 | -5/+23 | |
| been missing all this time. | |||||
| 2014-07-12 | grunt | Mark Otto | 8 | -6/+8 | |
| 2014-07-12 | Merge pull request #14104 from KyleMit/add-pointer-events | Mark Otto | 1 | -0/+1 | |
| Add Pointer Events | |||||
| 2014-07-12 | grunt | Mark Otto | 2 | -2/+2 | |
| 2014-07-12 | code guide, fixes #14126 | Mark Otto | 1 | -14/+4 | |
| 2014-07-12 | Fixes #13974, #14123: Remove translate3d repaint performance enhancement for ↵ | Mark Otto | 7 | -9/+4 | |
| text rendering and position wonkiness | |||||
| 2014-07-12 | Fixes #14116: Use <button> elements over empty anchors | Mark Otto | 1 | -10/+32 | |
| 2014-07-12 | Fixes #14107: Lighten placeholder text | Mark Otto | 10 | -14/+14 | |
| 2014-07-10 | Gruntfile-specific JSHint config: disable ASI | Chris Rebert | 1 | -0/+1 | |
| Refs #14118 | |||||
| 2014-07-10 | Merge pull request #14118 from vsn4ik/add-semicolon-in-gruntfile | Chris Rebert | 1 | -1/+1 | |
| Gruntfile.js: Add semicolon in "_update-shrinkwrap" task. | |||||
| 2014-07-11 | Gruntfile.js: Add semicolon in "_update-shrinkwrap" task. | vsn4ik | 1 | -1/+1 | |
| 2014-07-10 | Merge pull request #14113 from vsn4ik/add-attributes-for-dropdown-example | Chris Rebert | 1 | -2/+1 | |
| dropdowns.html: Add role="button" and id="..." to link in example. | |||||
| 2014-07-10 | dropdowns.html: Add role="button" and id="..." to link in example. | vsn4ik | 1 | -2/+1 | |
| 2014-07-10 | Merge pull request #14112 from vsn4ik/fix-sr-only-progress-bars | Chris Rebert | 2 | -2/+2 | |
| Fix text on ".progress-bar .sr-only" elements in docs | |||||
| 2014-07-10 | Fix text on ".progress-bar .sr-only" elements. | vsn4ik | 2 | -2/+2 | |
| 2014-07-10 | Run `grunt`. | XhmikosR | 6 | -8/+8 | |
| 2014-07-10 | Update uglify-js to v2.4.15. | XhmikosR | 1 | -3/+3 | |
| 2014-07-10 | Update dependencies. | XhmikosR | 2 | -53/+91 | |
| 2014-07-09 | Add Pointer Events | Kyle | 1 | -0/+1 | |
| 2014-07-09 | Run `grunt`. | XhmikosR | 12 | -19/+13 | |
| 2014-07-09 | Update uglify-js to v2.4.14. | XhmikosR | 1 | -5/+5 | |
| 2014-07-08 | Merge pull request #14090 from hnrch02/unit-tests-ie8 | Chris Rebert | 3 | -9/+9 | |
| Fix IE8 problems with unit tests | |||||
| 2014-07-09 | `document.head` is undefined in IE8 | Heinrich Fenkart | 1 | -6/+6 | |
| 2014-07-09 | Fix IE8 reporting type object for `getBoundingClientRect` | Heinrich Fenkart | 1 | -1/+1 | |
| 2014-07-09 | Fix IE8 reporting height style as all uppercase | Heinrich Fenkart | 1 | -2/+2 | |
| 2014-07-08 | Merge pull request #14091 from twbs/tooltip-test-html-fix | Chris Rebert | 1 | -2/+2 | |
| Fix unusual HTML in "should allow html entities" tooltip unit test | |||||
| 2014-07-08 | Fix invalid HTML in "should allow html entities" tooltip unit test | Chris Rebert | 1 | -2/+2 | |
| Refs #14090. Also, fix one typo. | |||||
| 2014-07-08 | Merge pull request #14089 from twbs/accordion-panel-group-aria-multiselectable | Chris Rebert | 1 | -2/+2 | |
| Add role="tablist" & aria-multiselectable="true" to accordion .panel-group | |||||
| 2014-07-08 | Merge pull request #14088 from twbs/panel-collapse-role-tabpanel | Chris Rebert | 1 | -6/+6 | |
| add role="tabpanel" to .panel-collapse to improve accessibility | |||||
| 2014-07-08 | Add role="tablist" & aria-multiselectable="true" to accordion .panel-group ↵ | Chris Rebert | 1 | -2/+2 | |
| to improve accessibility Refs #13555. Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#collapse Credit: https://github.com/paypal/bootstrap-accessibility-plugin [skip sauce] | |||||
| 2014-07-08 | add role="tabpanel" to .panel-collapse to improve accessibility | Chris Rebert | 1 | -6/+6 | |
| Refs #13555. Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#collapse Credit: https://github.com/paypal/bootstrap-accessibility-plugin [skip sauce] | |||||
| 2014-07-08 | Merge pull request #14085 from twbs/tab-lis-role-preso | Chris Rebert | 6 | -67/+67 | |
| add role="presentation" to tab <li>s to improve accessibility | |||||
| 2014-07-08 | Merge pull request #14086 from twbs/tab-pane-role-tabpanel | Chris Rebert | 1 | -16/+16 | |
| Add role="tabpanel" to .tab-pane <div>s to improve accessibility | |||||
| 2014-07-08 | Add role="tabpanel" to .tab-pane <div>s to improve accessibility | Chris Rebert | 1 | -16/+16 | |
| Refs #13554. Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#tab-panel Credit: https://github.com/paypal/bootstrap-accessibility-plugin [skip sauce] | |||||
| 2014-07-08 | add role="presentation" to tab <li>s to improve accessibility | Chris Rebert | 6 | -67/+67 | |
| Refs #13554. Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#tab-panel Credit: https://github.com/paypal/bootstrap-accessibility-plugin [skip sauce] | |||||
| 2014-07-08 | Merge pull request #14083 from twbs/fix-14078 | Chris Rebert | 2 | -2/+3 | |
| Properly integrate Rouge into the Travis build | |||||
| 2014-07-08 | properly integrate Rouge into the Travis build; fixes #14078 | Chris Rebert | 2 | -2/+3 | |
| [skip sauce] | |||||
| 2014-07-08 | Fix that @mdo nightlife <3 | Julian Thilo | 1 | -2/+2 | |
| 2014-07-08 | derp | Mark Otto | 1 | -1/+1 | |
| 2014-07-07 | Fixes #14068: Update docs note for inline forms | Mark Otto | 1 | -5/+5 | |
| 2014-07-07 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 3 | -7/+21 | |
| 2014-07-07 | more accurate homepage title | Mark Otto | 2 | -2/+2 | |
| 2014-07-07 | Merge pull request #14072 from twbs/carousel-gloss-buttons | Chris Rebert | 3 | -2/+16 | |
| Add screenreader text to prev/next carousel buttons in examples to improve accessibility | |||||
| 2014-07-07 | Merge pull request #14071 from twbs/carousel-inner-role-listbox | Chris Rebert | 3 | -5/+5 | |
| add role="listbox" to .carousel-inner to improve accessibility of Carousels | |||||
| 2014-07-07 | Add screenreader text to prev/next carousel buttons in examples to improve ↵ | Chris Rebert | 3 | -2/+16 | |
| accessibility Refs #13556. Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#carousel Credit: https://github.com/paypal/bootstrap-accessibility-plugin [skip sauce] | |||||
| 2014-07-07 | add role="listbox" to .carousel-inner to improve accessibility of Carousels | Chris Rebert | 3 | -5/+5 | |
| Refs #13556. Per https://github.com/paypal/bootstrap-accessibility-plugin/#carousel Credit: https://github.com/paypal/bootstrap-accessibility-plugin [skip sauce] | |||||
| 2014-07-07 | Cut down on homepage file size; reorg some docs CSS | Mark Otto | 2 | -69/+55 | |
| 2014-07-07 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 14 | -15/+39 | |
| 2014-07-07 | Merge pull request #14036 from twbs/fix-13575 | Chris Rebert | 14 | -15/+39 | |
| Jekyll: Use non-minified assets when not running from GitHub Pages | |||||
| 2014-07-07 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 5 | -17/+17 | |
