| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-12-29 | Merge pull request #18699 from patrickhlauke/disabled-pointer-events | Patrick H. Lauke | 2 | -0/+2 | |
| Add pointer-events:none to disabled pagination/pager links | |||||
| 2015-12-29 | Merge pull request #18716 from SamHH/v4-dev | Patrick H. Lauke | 1 | -0/+2 | |
| Add max-width to file browser; fixes #18651 | |||||
| 2015-12-29 | Fixed NuGet link and bugs in MyGet script | Supergibbs | 2 | -4/+14 | |
| 2015-12-29 | Add max-width to file browser; fixes #18651 | Sam A. Horvath-Hunt | 1 | -0/+2 | |
| 2015-12-27 | [Tab] Add documentation for method show | Johann-S | 1 | -0/+8 | |
| 2015-12-27 | Remove Opera 18 and IE11 mention | Patrick H. Lauke | 2 | -2/+2 | |
| As per our browser compat policy, we only claim support for latest versions of Opera on desktop. Current Opera is version 34. From testing, IE11 does support `pointer-events:none` just fine now. | |||||
| 2015-12-27 | Add pointer-events:none to disabled pagination/pager links | Patrick H. Lauke | 2 | -0/+2 | |
| as currently this was missed out (compared to disabled `a.btn`) | |||||
| 2015-12-27 | remove `<div class="bd-sidebar">` | Bass Jobsen | 1 | -59/+56 | |
| content had already been wrapped in the `<div class="col-md-3 col-md-push-9 bd-sidebar">` | |||||
| 2015-12-26 | Tweak the wording for link functionality | Patrick H. Lauke | 1 | -1/+1 | |
| to harmonise it with the callout given in pagination | |||||
| 2015-12-26 | Add note and advice about .disabled and keyboard focus | Patrick H. Lauke | 1 | -4/+11 | |
| 2015-12-27 | .container, .container-fluid should be conditional upon $enable-grid-classes | Bass Jobsen | 1 | -8/+9 | |
| see: https://github.com/twbs/bootstrap/issues/17586 | |||||
| 2015-12-26 | Merge pull request #18690 from patrickhlauke/docs-tooltips1 | Patrick H. Lauke | 1 | -0/+6 | |
| Docs: add accessibility callout for tooltips | |||||
| 2015-12-26 | Add accessibility callout for tooltips | Patrick H. Lauke | 1 | -0/+6 | |
| 2015-12-26 | Merge pull request #18687 from jch/patch-1 | Patrick H. Lauke | 1 | -1/+1 | |
| Fix typo in docs/getting-started/introduction.md | |||||
| 2015-12-26 | Fix typo in docs/getting-started/introduction.md | Jerry Cheung | 1 | -1/+1 | |
| Remove 'including'. | |||||
| 2015-12-26 | Merge pull request #18685 from patrickhlauke/docs-card1 | Patrick H. Lauke | 1 | -2/+2 | |
| Docs: change "Button" to "Go somewhere" | |||||
| 2015-12-26 | Change wording on link styled as button | Patrick H. Lauke | 1 | -2/+2 | |
| "Go somewhere" is more descriptive of an example link, rather than a button that triggers in-page functionality. Also makes it consistent with all other examples in this page | |||||
| 2015-12-25 | Merge pull request #18679 from patrickhlauke/docs-button-disabled1 | Patrick H. Lauke | 1 | -3/+3 | |
| Docs: add aria-disabled to disabled link example and description | |||||
| 2015-12-25 | Merge pull request #18678 from patrickhlauke/docs-button-active1 | Chris Rebert | 1 | -2/+2 | |
| Docs: add aria-pressed=true to components buttons active state example | |||||
| 2015-12-25 | Remove nonstandard `zoom: 1` from media object | Chris Rebert | 1 | -1/+0 | |
| It should be unnecessary since we only support IE>=9, and this hasLayout hack is for IE6-7. https://developer.mozilla.org/en-US/docs/Web/CSS/zoom http://stackoverflow.com/questions/1794350/what-is-haslayout [skip sauce] [skip validator] | |||||
| 2015-12-25 | Change "preformatted text" heading and intro para | Patrick H. Lauke | 1 | -3/+3 | |
| also, stray "blocks" in the "Sample output", which doesn't seem to belong there. | |||||
| 2015-12-25 | Merge pull request #18680 from patrickhlauke/docs-modal-tweak1 | Patrick H. Lauke | 1 | -1/+1 | |
| Docs: add ellipsis to modal example code | |||||
| 2015-12-25 | Add ellipsis to modal example code | Patrick H. Lauke | 1 | -1/+1 | |
| 2015-12-25 | Merge pull request #18677 from twbs/fix-text-hide-font | Chris Rebert | 1 | -1/+1 | |
| Fix syntax of .text-hide's `font` property value | |||||
| 2015-12-25 | Add aria-disabled to disabled link example and description | Patrick H. Lauke | 1 | -3/+3 | |
| 2015-12-25 | Add aria-pressed=true to example | Patrick H. Lauke | 1 | -2/+2 | |
| ...as per the text immediately preceding this example | |||||
| 2015-12-25 | Fix syntax of .text-hide's `font` property value | Chris Rebert | 1 | -1/+1 | |
| In SCSS, the quotes were included verbatim in the resulting CSS, which isn't valid syntax for the `font` property. Removing the quotes fixes the syntax error and does not cause any SCSS compiler error. [skip sauce] [skip validator] | |||||
| 2015-12-25 | Fix code block example | Patrick H. Lauke | 1 | -1/+3 | |
| use `<code>` (as it's still semantically code that we're marking up) and make the example actually multiple lines... | |||||
| 2015-12-25 | Missing angle brackets | Patrick H. Lauke | 1 | -1/+1 | |
| 2015-12-24 | Merge pull request #18670 from twbs/unnest-autoprefixer-settings | Chris Rebert | 2 | -32/+30 | |
| Un-nest Autoprefixer settings in module object | |||||
| 2015-12-24 | Un-nest Autoprefixer settings in module object | Chris Rebert | 2 | -32/+30 | |
| [skip sauce] [skip validator] | |||||
| 2015-12-24 | Remove .dl-horizontal; it's redundant to the grid system; fixes #18652 | Chris Rebert | 3 | -10/+3 | |
| [skip sauce] | |||||
| 2015-12-24 | Update current Firefox ESR to 38 in Autoprefixer settings | Chris Rebert | 1 | -1/+1 | |
| See https://www.mozilla.org/en-US/firefox/organizations/faq/ [skip sauce] [skip validator] | |||||
| 2015-12-24 | autoprefixer-settings.js: Link to Firefox ESR webpage | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] [skip validator] | |||||
| 2015-12-24 | Move Autoprefixer settings out of Gruntfile.js and into a separate file | Bass Jobsen | 2 | -31/+35 | |
| Refs #18584 Closes #18659 [skip sauce] [skip validator] | |||||
| 2015-12-24 | Merge pull request #18392 from twbs/exempt-getUID | Chris Rebert | 2 | -1/+3 | |
| Exempt getUID() from ESLint's no-bitwise rule | |||||
| 2015-12-24 | ESLint: enable no-bitwise rule | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] | |||||
| 2015-12-24 | Exempt getUID() from ESLint's no-bitwise rule | Chris Rebert | 1 | -0/+2 | |
| [skip sauce] [skip validator] | |||||
| 2015-12-24 | Merge pull request #18667 from twbs/tether-examples | Chris Rebert | 13 | -0/+13 | |
| Add Tether to example pages that were missing it | |||||
| 2015-12-24 | Add Tether to example pages that were missing it | Chris Rebert | 13 | -0/+13 | |
| [skip sauce] | |||||
| 2015-12-24 | Merge pull request #18666 from twbs/fix-18664 | Chris Rebert | 2 | -2/+5 | |
| Include Tether via CDN in starter templates | |||||
| 2015-12-24 | Include Tether via CDN in starter templates; fixes #18664 | Chris Rebert | 2 | -2/+5 | |
| [skip sauce] | |||||
| 2015-12-24 | Use more appropriate structure for site navigation | Patrick H. Lauke | 1 | -18/+32 | |
| Use the structure as documented in http://v4-alpha.getbootstrap.com/components/navbar/#collapsible-content - wrapping both the toggle and the navigation in a `<nav>`, using a `<ul>` for the navigation items | |||||
| 2015-12-24 | Move collapsing navbar after the toggle | Patrick H. Lauke | 1 | -6/+6 | |
| It's unclear why the example currently has the content that's shown/hidden BEFORE the toggle. Generally, this is not a recommended content order, as after toggling, the newly shown content precedes the toggle and requires keyboard users, and particularly assistive technology users, to then navigate in reverse to reach it. | |||||
| 2015-12-24 | Add missing aria attributes to main site navigation menu toggle | Patrick H. Lauke | 1 | -1/+1 | |
| 2015-12-24 | Add missing aria attributes to navbar collapse examples | Patrick H. Lauke | 1 | -2/+2 | |
| 2015-12-24 | Merge pull request #18393 from twbs/dropdown-bitwise-less-tricksy | Chris Rebert | 1 | -1/+1 | |
| dropdown.js: Use more straightforward phrasing for index bound check | |||||
| 2015-12-24 | Merge pull request #18638 from twbs/fix-18365 | Chris Rebert | 2 | -2/+46 | |
| Modal: Ignore spurious focus event that Firefox fires at document when switching back to its tab | |||||
| 2015-12-24 | Merge pull request #18654 from patrickhlauke/docs-helptext1 | Patrick H. Lauke | 1 | -9/+23 | |
| Docs: reintroduce `aria-describedby` advice for help text | |||||
| 2015-12-24 | Run `grunt`. | XhmikosR | 54 | -534/+644 | |
| [ci skip] | |||||
