| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-02-13 | Backport sanitize docs from v4. | XhmikosR | 3 | -1/+122 | |
| 2019-01-06 | Make meaning of tooltip's 'selector' option more clear in Bootstrap 3 | Sebastian Hädrich | 1 | -1/+1 | |
| Based on #4215 Backport changes made to docs v4 to v3 (#27573) | |||||
| 2018-10-18 | Use https, fix broken links and unneeded redirects. | XhmikosR | 5 | -6/+6 | |
| 2017-11-26 | remove autocomplete | Mark Otto | 1 | -17/+17 | |
| 2017-07-04 | update links, new version to v3.4.0, add new baseurl for easy v3.4 building | Mark Otto | 3 | -4/+4 | |
| 2017-07-03 | remove bs-example classes from large/small modals. fixes #22265. | Mark Otto | 1 | -2/+2 | |
| 2016-07-17 | Clarify valid values of Carousel's `pause` option | Pvanhesteren | 1 | -2/+2 | |
| Fixes #18205 Closes #19410 [skip sauce] | |||||
| 2016-07-13 | Lint Docs HTML Files | Tom Lutzenberger | 1 | -4/+4 | |
| 2016-04-15 | Fix 2 typos; closes #19741 | Feram bot | 1 | -1/+1 | |
| * cover.css: "inheritence" [sic] * collapse.html: "targetting" [sic] | |||||
| 2016-01-28 | Docs: Add missing `role="document"`s to `.modal-dialog`s | Chris Rebert | 1 | -6/+6 | |
| Refs https://github.com/twbs/bootlint/pull/349#issuecomment-176554436 [skip sauce] | |||||
| 2015-11-26 | Revert incorrect version number change in Stateful Button docs | Chris Rebert | 1 | -1/+1 | |
| Erratum from 910400e8979f43d7d329edcaa29add03acb3d48b See https://github.com/twbs/bootstrap/commit/910400e8979f43d7d329edcaa29add03acb3d48b#commitcomment-14598760 /fyi @mdo [skip sauce] | |||||
| 2015-11-24 | bump version | Mark Otto | 1 | -1/+1 | |
| 2015-11-15 | Docs: Add missing `tabindex="-1"` & `role="dialog"` to some `.modal`s | Chris Rebert | 1 | -3/+3 | |
| Refs https://github.com/twbs/bootlint/pull/314 [skip sauce] | |||||
| 2015-11-11 | Update verb tenses to proper tense for feature deprecations | Kevin Kirsche | 2 | -2/+2 | |
| X-Ref: https://github.com/twbs/bootstrap/commit/fce30b57e2fbe750cdebf1794d3917f3176d06ce | |||||
| 2015-11-08 | Merge pull request #16965 from zacechola/document_icon_helpers | Mark Otto | 1 | -0/+5 | |
| Call out `.icon-next`, `.icon-prev` alternative classes for Carousel | |||||
| 2015-10-07 | Be pedantically correct; refs #17809 | Chris Rebert | 2 | -2/+2 | |
| [skip sauce] | |||||
| 2015-10-07 | Tooltips on <table>s should use container: body ; fixes #17809 | Chris Rebert | 2 | -4/+4 | |
| 2015-09-28 | Docs - clarify purpose of CSS class .in to .fade | Tommy Kelly | 1 | -1/+1 | |
| 2015-08-10 | Adds callout for `.icon-next`, `.icon-prev` | Zac Echola | 1 | -0/+5 | |
| 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-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 | 1 | -1/+1 | |
| [skip sauce] | |||||
| 2015-06-18 | Re-order popover elements in docs | Kevin Kirsche | 1 | -4/+4 | |
| X-Ref #13969 | |||||
| 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 | 3 | -47/+47 | |
| generalize dropdowns / drop role="menu" | |||||
| 2015-06-02 | generalize dropdowns / drop role="menu" | Patrick H. Lauke | 3 | -47/+47 | |
| 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-29 | ensure divider list items have role="separator" | Patrick H. Lauke | 2 | -7/+7 | |
| http://www.w3.org/TR/wai-aria/roles#separator | |||||
| 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 | Use `https` when possible. | XhmikosR | 1 | -1/+1 | |
| 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 | 1 | -0/+13 | |
| Document Affix plugin's `checkPosition` method | |||||
| 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 | 1 | -0/+13 | |
| Fixes #16361 Refs #16356 [skip sauce] | |||||
| 2015-04-21 | Allow viewport option to be a function | Adrien Siami | 2 | -2/+4 | |
| Closes #16151 by merging a rebased version of it that adds docs and 1 more assertion. | |||||
| 2015-04-21 | Merge pull request #16147 from Johann-S/event_inserted | Chris Rebert | 2 | -0/+8 | |
| Fixes #16124. | |||||
| 2015-04-14 | affix plugin does not work within a pulled/pushed column | Joshua Tauberer | 1 | -0/+1 | |
| This documents the limitation discussed in https://github.com/twbs/bootstrap/issues/12126: > When using column reordering and using the affix-plugin on an element positioned with push, the affix plugin doesn't work correctly - the element affected by the affix plugin is positioned to the left even when the element is in a column positioned on the right. Seems to affect Safari (tested in version 8) only. That issue has (unfortunately) been closed, so this at least documents the behavior. | |||||
| 2015-04-08 | Add event after template inserted | Johann-S | 2 | -0/+8 | |
| 2015-04-07 | Carousel docs: fix typo in holder.js color | Chris Rebert | 1 | -1/+1 | |
| 2015-04-01 | indented javascript/modal/using-grid-system sample code from 4 spaces to 2 ↵ | fyquah95 | 1 | -36/+36 | |
| spaces | |||||
| 2015-03-27 | Remove wrong role="tabpanel" from parent container | Patrick H. Lauke | 1 | -2/+2 | |
| As per discussion on https://github.com/w3c/wai-wcag-quickref/issues/2 and #13554 | |||||
| 2015-03-25 | Merge pull request #16158 from twbs/fix-16020 | Chris Rebert | 1 | -12/+12 | |
| remove redundant aria-hidden usage from Modals | |||||
| 2015-03-25 | Merge pull request #16157 from twbs/fix-16069 | Chris Rebert | 1 | -0/+7 | |
| Document how to disable transitions in jQuery plugins | |||||
| 2015-03-25 | rm redundant aria-hidden usage from Modals; fixes #16020 | Chris Rebert | 1 | -12/+12 | |
| 2015-03-25 | Document how to disable transitions in jQuery plugins; fixes #16069 | Chris Rebert | 1 | -0/+7 | |
| [skip sauce] | |||||
