| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-08-04 | fixes #16902: remove the .container-fluid from the grid system in modal ↵ | Mark Otto | 1 | -45/+41 | |
| example since it's doubling up padding | |||||
| 2015-08-04 | Merge pull request #16560 from supergibbs/multiple-button-input-groups | Mark Otto | 2 | -5/+43 | |
| Multiple button input groups | |||||
| 2015-08-04 | Merge pull request #16818 from zacechola/fix_16805 | Mark Otto | 2 | -25/+29 | |
| Move help block docs up page, add `.help-block` to validation example | |||||
| 2015-08-04 | Help with issues like #16823 by mentioning where to download example source code | Mark Otto | 1 | -0/+2 | |
| 2015-07-31 | simpler footer with no social buttons, fewer links | Mark Otto | 2 | -50/+7 | |
| 2015-07-26 | Add a local jQuery fallback. | XhmikosR | 1 | -0/+1 | |
| Shouldn't really happen, but China for example has blocked Google so this should help. | |||||
| 2015-07-17 | remove all instances of .bs-docs-grid in grid docs since it's unused. ↵ | Mark Otto | 1 | -85/+73 | |
| nullifies #16838 | |||||
| 2015-07-13 | Move help block docs up page, add `.help-block` to validation example | Zac Echola | 2 | -25/+29 | |
| 2015-07-09 | Add example with visible <label> and input group addon | Patrick H. Lauke | 1 | -1/+13 | |
| Also, include visible <label> as a suggestion in the accessibility callout. | |||||
| 2015-07-04 | Update Twitter's address in examples. | Matt Kantor | 1 | -4/+4 | |
| They're no longer on Folsom St. | |||||
| 2015-07-01 | Document that Tab show method is async | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] | |||||
| 2015-07-01 | Document that Collapse show,hide,toggle methods are async; fixes #16746 | Chris Rebert | 1 | -3/+3 | |
| [skip sauce] | |||||
| 2015-06-30 | Add Methods section to Popovers nav menu in docs | Chris Rebert | 2 | -1/+2 | |
| [skip sauce] | |||||
| 2015-06-19 | Added *.min.map to whats-included. | vsn4ik | 1 | -1/+3 | |
| 2015-06-18 | Re-order popover elements in docs | Kevin Kirsche | 1 | -4/+4 | |
| X-Ref #13969 | |||||
| 2015-06-18 | Clarify what's being hovered /cc @kkirsche | Mark Otto | 1 | -1/+1 | |
| 2015-06-18 | Merge pull request #16632 from kkirsche/patch-15 | Mark Otto | 1 | -1/+1 | |
| Clarify that <fieldset> only uses the disabled attribute | |||||
| 2015-06-18 | Merge pull request #16563 from dbkaplun/dl-horizontal-breakpoint | Mark Otto | 1 | -0/+5 | |
| Adds @dl-horizontal-breakpoint | |||||
| 2015-06-15 | Clarify that <fieldset> only uses the disabled attribute | Kevin Kirsche | 1 | -1/+1 | |
| Fix #16632 | |||||
| 2015-06-11 | Slightly expand accessible modals callout | Patrick H. Lauke | 1 | -1/+1 | |
| to include a note about `role="document"` | |||||
| 2015-06-11 | Add role="document" to modal itself | Patrick H. Lauke | 1 | -6/+6 | |
| Initial fix to generalise use of modals. Generally, true role="dialog" containers would require only forms/controls as content, with all other text correctly and explicitly associated via aria-labelledby/aria-describedby and similar...but as authors use modals also as generic overlays, this extra role is required to get AT (particularly NVDA) out of "forms" mode and reenable reading keys | |||||
| 2015-06-02 | Merge pull request #16571 from patrickhlauke/generalize-dropdowns | Patrick H. Lauke | 9 | -184/+184 | |
| generalize dropdowns / drop role="menu" | |||||
| 2015-06-02 | generalize dropdowns / drop role="menu" | Patrick H. Lauke | 9 | -184/+184 | |
| as role="menu" is a very specific (and strict) ARIA pattern for desktop-like application menus, and our dropdowns are often used as pure navigation dropdowns, this change abandons ARIA menus for a more open-ended and light-weight approach (see http://heydonworks.com/practical_aria_examples/#submenus and http://www.w3.org/WAI/tutorials/menus/flyout/#improve-screen-reader-support-using-wai-aria) note that in dropdown.js, switched to now target ``.dropdown-menu`` instead of ``role["menu"]`` - this also prevents bootstrap scripts from "bleeding" into non-bootstrap components on the same page. also removed the ``role=["listbox"]`` part, which appears to be vestigial/unused (only place in bootstrap that uses that role are carousels, and their key handling is done separately) | |||||
| 2015-05-30 | Merge pull request #16484 from kkirsche/patch-13 | Mark Otto | 1 | -1/+1 | |
| ScrollSpy requires non-body elements to have height and overflow… | |||||
| 2015-05-30 | [Close #16441] ScrollSpy requires non-body elements to have height and padding | Kevin Kirsche | 1 | -1/+1 | |
| [Close #16441] ScrollSpy requires non-body elements to have height and padding | |||||
| 2015-05-30 | Adds @dl-horizontal-breakpoint | Dan Kaplun | 1 | -0/+5 | |
| 2015-05-29 | ensure divider list items have role="separator" | Patrick H. Lauke | 8 | -43/+43 | |
| http://www.w3.org/TR/wai-aria/roles#separator | |||||
| 2015-05-29 | A little cleanup | Supergibbs | 1 | -3/+0 | |
| 2015-05-29 | Clarified documentation about input groups and added an example of | Supergibbs | 2 | -2/+43 | |
| multiple buttons | |||||
| 2015-05-26 | Merge pull request #16504 from kkirsche/patch-8 | Chris Rebert | 1 | -1/+1 | |
| Clarify the bs-callout on multiple open modals | |||||
| 2015-05-26 | Update source maps link | Morton Fox | 1 | -1/+1 | |
| 2015-05-18 | Clarify the bs-callout on multiple open modals | Kevin Kirsche | 1 | -1/+1 | |
| [Close #16502] Clarify the bs-callout on multiple open modals Currently it states overlapping modals, this isn't the only case as this truly applies to any instance when a user would want to open multiple modals at the same time. For this reason, I have modified the title of the callout to make this more clear. | |||||
| 2015-05-17 | Add missing type="button" attrs to <button>s in list-group docs | Chris Rebert | 1 | -10/+10 | |
| Fixes Bootlint warnings: W007 Found one or more `<button>`s missing a `type` attribute. [skip sauce] | |||||
| 2015-05-17 | Use `https` when possible. | XhmikosR | 8 | -10/+10 | |
| 2015-05-16 | Update Anchor.js and port over the existing styles. | Bryan Braun | 1 | -1/+0 | |
| Anchor.js 1.0.0 drops the need to use anchor.css, so we remove it from the codebase and move any leftover styles over to docs.css. Closes #16488 by merging it. | |||||
| 2015-05-14 | Relicense ie10-viewport-bug-workaround.js under MIT License | Chris Rebert | 1 | -0/+2 | |
| Fixes #16470 Closes #16483 | |||||
| 2015-05-14 | grrrrrrrrrrrrrrrrrrrunt | Mark Otto | 1 | -7/+9 | |
| 2015-05-14 | Merge pull request #16437 from twbs/fix-16249 | Mark Otto | 1 | -1/+1 | |
| Document that nested tabs are not supported | |||||
| 2015-05-13 | Merge pull request #16215 from zacechola/list_group_buttons | Mark Otto | 2 | -0/+22 | |
| Adds button styles to `.list-group-item` | |||||
| 2015-05-13 | Merge branch 'btn-borders' of https://github.com/martinbean/bootstrap into ↵ | Mark Otto | 1 | -0/+14 | |
| martinbean-btn-borders | |||||
| 2015-05-10 | Update jQuery to v1.11.3. | XhmikosR | 2 | -2/+2 | |
| 2015-05-08 | docs examples: input[placeholder]: "Enter email" => "Email" | Chris Rebert | 1 | -4/+4 | |
| For uniformity, as we don't seem to use this "Enter <X>" phrasing anywhere else. [skip sauce] | |||||
| 2015-05-06 | Closes #16249: Doc that nested tabs are not supported | Julian Thilo | 1 | -1/+1 | |
| 2015-05-05 | Document that $(...).button('reset') is async. | Chris Rebert | 1 | -1/+1 | |
| Closes #16362. [skip sauce] | |||||
| 2015-05-05 | Mark stateful button feature as deprecated | Chris Rebert | 1 | -0/+1 | |
| Refs https://github.com/twbs/bootstrap/issues/16362#issuecomment-96268469 [skip sauce] | |||||
| 2015-05-04 | Merge pull request #16409 from twbs/fix-16361 | Chris Rebert | 2 | -0/+14 | |
| Document Affix plugin's `checkPosition` method | |||||
| 2015-05-03 | Added #panels-footer to components nav in docs | Anthony Barone | 1 | -0/+1 | |
| 2015-05-02 | Document that 'manual' is mutually exclusive of other tooltip/popover triggers | Chris Rebert | 2 | -2/+2 | |
| Closes #16122 [skip sauce] | |||||
| 2015-05-02 | Document Affix plugin's `checkPosition` method | Chris Rebert | 2 | -0/+14 | |
| Fixes #16361 Refs #16356 [skip sauce] | |||||
| 2015-04-30 | Remove inappropriate role="button" from download links | Patrick H. Lauke | 1 | -3/+3 | |
