| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-01-01 | Add Wall of Browser Bugs entry for #18738 | Chris Rebert | 1 | -0/+10 | |
| * https://bugs.webkit.org/show_bug.cgi?id=152637 * http://openradar.appspot.com/24030853 [ci skip] | |||||
| 2016-01-01 | grunt dist docs | Chris Rebert | 12 | -16/+24 | |
| [ci skip] | |||||
| 2016-01-01 | Update copyright years to 2016 | Chris Rebert | 3 | -3/+3 | |
| [ci skip] | |||||
| 2016-01-01 | add .nav-justified class | Bass Jobsen | 1 | -10/+32 | |
| 2016-01-01 | add new CSS classes to the navbar | Bass Jobsen | 1 | -7/+7 | |
| 2015-12-31 | Fix margins in highlights | Geremia Taglialatela | 1 | -1/+1 | |
| 2015-12-30 | Merge pull request #18614 from patrickhlauke/docs-browsers-devices1 | Chris Rebert | 1 | -6/+16 | |
| Docs: update browser support info | |||||
| 2015-12-30 | Split out to new para, into two sentences | Patrick H. Lauke | 1 | -1/+3 | |
| 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 | 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-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 | Fix typo in docs/getting-started/introduction.md | Jerry Cheung | 1 | -1/+1 | |
| Remove 'including'. | |||||
| 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 | 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 | Add ellipsis to modal example code | Patrick H. Lauke | 1 | -1/+1 | |
| 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 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 | Remove .dl-horizontal; it's redundant to the grid system; fixes #18652 | Chris Rebert | 2 | -3/+3 | |
| [skip sauce] | |||||
| 2015-12-24 | Add Tether to example pages that were missing it | Chris Rebert | 13 | -0/+13 | |
| [skip sauce] | |||||
| 2015-12-24 | Include Tether via CDN in starter templates; fixes #18664 | Chris Rebert | 1 | -2/+4 | |
| [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 #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 | 18 | -268/+313 | |
| [ci skip] | |||||
| 2015-12-24 | Add aria-describedby to main form controls example | Patrick H. Lauke | 1 | -4/+4 | |
| 2015-12-24 | Docs: reintroduce aria-describedby advice for help text | Patrick H. Lauke | 1 | -5/+19 | |
| Based on v3 http://getbootstrap.com/css/#forms-help-text, adapted to make examples more "real life" | |||||
| 2015-12-23 | Refactor Breadcrumbs component | Chris Rebert | 2 | -7/+20 | |
| Use new `.breadcrumb-item` class instead of child selectors and `li` tag selectors, so as to no longer require the usage of `<ol>`-based markup. Rename variables to follow naming conventions: * $breadcrumb-padding-vertical => $breadcrumb-padding-y * $breadcrumb-padding-horizontal => $breadcrumb-padding-x Introduce new variable: $breadcrumb-item-padding [skip sauce] | |||||
| 2015-12-23 | Clarify what text-capitalize actually does | Patrick H. Lauke | 1 | -0/+2 | |
| as on first skimming over these, it may not be completely obvious | |||||
| 2015-12-23 | Change italicized to italic | Patrick H. Lauke | 1 | -1/+1 | |
| ...otherwise, by the same logic, it should be "Bolded text" above. just looks clunky... | |||||
| 2015-12-23 | Fix bulleted lists on Utilities doc | David\ Beitey | 1 | -0/+3 | |
| 2015-12-22 | Add Windows 10 Mobile / Microsoft Edge | Patrick H. Lauke | 1 | -0/+11 | |
| 2015-12-22 | Clarify platform/web view | Patrick H. Lauke | 1 | -1/+1 | |
| 2015-12-22 | Add a generic note about webkit/blink/gecko/web view browsers | Patrick H. Lauke | 1 | -1/+1 | |
| 2015-12-21 | Migration guide: .panel-title's closest replacement is .card-header; fixes ↵ | Chris Rebert | 1 | -1/+1 | |
| #18619 [skip sauce] | |||||
| 2015-12-20 | Address IE10 in browser compatibility docs | Chris Rebert | 1 | -7/+7 | |
| [skip sauce] | |||||
| 2015-12-20 | Expand on proxy browsers | Patrick H. Lauke | 1 | -1/+1 | |
| 2015-12-20 | Keep Safari/Win as Not supported | Patrick H. Lauke | 1 | -1/+1 | |
| 2015-12-20 | Update info for supported browsers | Patrick H. Lauke | 1 | -6/+3 | |
| 2015-12-17 | Add RubyGems section to "Download" docs | Chris Rebert | 1 | -7/+27 | |
| Closes #17291 by finishing the last remaining task. Also reorders the sections in the "Download" docs. [skip sauce] | |||||
| 2015-12-13 | Fix anchor link | Quy | 1 | -1/+1 | |
