| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-04-28 | Adds documentation for buttons in link groups | Zac Echola | 2 | -0/+22 | |
| Mostly a duplication of the *Linked items* section, but for buttons. Includes a note not to use the standard btn classes. | |||||
| 2015-04-26 | Add @btn-border-radius variables (#16271) | Martin Bean | 1 | -0/+14 | |
| 2015-04-25 | DOCS: Separation of .dropdown and .dropup. | vsn4ik | 1 | -13/+19 | |
| 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-17 | Merge pull request #16282 from JoshData/patch-1 | Chris Rebert | 1 | -0/+1 | |
| affix plugin does not work within a pulled/pushed column | |||||
| 2015-04-14 | Update docs to account for #15755 | Chris Rebert | 1 | -1/+0 | |
| 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-28 | grunt | Mark Otto | 1 | -0/+4 | |
| 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] | |||||
| 2015-03-25 | Properly document $(...).tab('show') method; fixes #16115 | Chris Rebert | 1 | -21/+4 | |
| [skip sauce] | |||||
| 2015-03-25 | docs: #myTab => #myTabs, to slightly increase clarity | Chris Rebert | 1 | -8/+8 | |
| 2015-03-24 | add missing <code> within docs heading for `.modal('handleUpdate')` | Chris Rebert | 1 | -1/+1 | |
| 2015-03-24 | Merge pull request #15987 from twbs/fix-15972 | Chris Rebert | 1 | -9/+9 | |
| add role="button" to a[data-toggle="collapse"] | |||||
| 2015-03-24 | Add aria-expanded and aria-controls to docs navbar toggle | Patrick H. Lauke | 1 | -2/+2 | |
| Also, use id rather class name for the navigation, as it's unique and lets us use correct aria-controls (and without the use of id, aria-expanded does not get updated correctly by the current dropdown toggle script) | |||||
| 2015-03-24 | Add aria-expanded to navbar toggles | Patrick H. Lauke | 1 | -10/+10 | |
| 2015-03-23 | Move all tooltip callouts into appropriate section | Patrick H. Lauke | 1 | -20/+22 | |
| Before, most callouts hierarchically came under Examples > Four directions, which is not appropriate. Now they're under Markup | |||||
| 2015-03-23 | Callout for tooltips and keyboard/AT accessibility | Patrick H. Lauke | 1 | -0/+4 | |
| Include callout explicitly mentioning tooltips should only be added to focusable elements. Closes #16134 | |||||
| 2015-03-20 | Add docs on how to install Bootstrap via composer | Rodrigo Prado | 1 | -0/+4 | |
| Closes #16113 Closes #16114 [skip sauce] | |||||
| 2015-03-16 | Clarify that role="button" is required for dismiss-on-next-click popovers | Chris Rebert | 1 | -1/+1 | |
| Refs #15947 | |||||
| 2015-03-13 | Document that .progress-bar-striped doesn't work in IE<=9; fixes #16058 | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] | |||||
| 2015-03-03 | add role="button" to a[data-toggle="collapse"]; fixes #15972 | Chris Rebert | 1 | -9/+9 | |
| 2015-03-03 | Accessibility and headings hierarchy for the "CSS" page. | Steven Black | 2 | -21/+21 | |
| Closes #15948 by merging it. | |||||
| 2015-03-03 | Accessibility and headings hierarchy for the "Getting started" page. | Steven Black | 7 | -58/+58 | |
| Closes #15946 by merging it. | |||||
| 2015-03-03 | Javascript docs: Accessibility and cosmetic changes to headings. | Steven Black | 10 | -33/+33 | |
| Closes #15915 by merging it. | |||||
| 2015-03-03 | Properly document Modal#handleUpdate | Heinrich Fenkart | 2 | -4/+5 | |
| 2015-03-01 | Merge pull request #15965 from kkirsche/fixURL | Chris Rebert | 1 | -1/+1 | |
| [Docs / README] Fix URL to match the plugin keyword recommendation | |||||
| 2015-03-01 | Fix URL to match the keyword | Kevin Kirsche | 1 | -1/+1 | |
| Fix URL to match the keyword | |||||
| 2015-03-01 | Replace accidently removed text | Kevin Kirsche | 2 | -2/+2 | |
| X-Ref #15742 cc: @mdo | |||||
| 2015-02-28 | [Fixes #15928] Encourage use of icons with form validation states for ↵ | Kevin Kirsche | 1 | -3/+3 | |
| colorblind users [Fixes #15928] Encourage use of icons with form validation states for colorblind users Update text per @patrickhlauke's feedback Update text per @patrickhlauke's feedback. Fix stupid grammar mistake | |||||
| 2015-02-24 | Merge pull request #15914 from StevenBlack/docs.js.headings | Mark Otto | 2 | -9/+9 | |
| docs > js > headings | |||||
| 2015-02-25 | Follow-up to 769c27a19f: Add new section to nav | Heinrich Fenkart | 1 | -0/+1 | |
| 2015-02-25 | Document how to properly handle modals with dynamic content height | Kevin Kirsche | 1 | -0/+3 | |
| Fixes #15106. Closes #15910. | |||||
| 2015-02-24 | Accessibility changes to headings (transitions.html) | Steven Black | 1 | -2/+2 | |
| 2015-02-24 | Accessibility changes to headings (overview.html) | Steven Black | 1 | -7/+7 | |
| 2015-02-24 | Merge pull request #15900 from kkirsche/patch-5 | Mark Otto | 1 | -3/+3 | |
| [Docs—Fixes #15882]Use an ID as the example for Scrollspy | |||||
| 2015-02-24 | Merge pull request #15903 from michael-k/patch-1 | Mark Otto | 1 | -1/+1 | |
| Updated license links | |||||
| 2015-02-24 | Merge pull request #15887 from StevenBlack/headings-labels | Mark Otto | 1 | -2/+2 | |
| docs>components>labels headings | |||||
| 2015-02-24 | Merge pull request #15889 from StevenBlack/headings-progressbars | Mark Otto | 1 | -6/+6 | |
| docs>components>progress bars headings | |||||
| 2015-02-24 | Merge pull request #15828 from kkirsche/patch-20 | Chris Rebert | 1 | -0/+1 | |
| Add plugin package keyword recommendation | |||||
| 2015-02-24 | Merge pull request #15891 from StevenBlack/headings-listgroup-panel-well | Mark Otto | 3 | -14/+14 | |
| docs>components>(remaining components) headings | |||||
| 2015-02-24 | Merge pull request #15890 from StevenBlack/headings-media | Mark Otto | 1 | -3/+3 | |
| docs>components>media object headings | |||||
| 2015-02-24 | Merge pull request #15888 from StevenBlack/headings-thumbnails | Mark Otto | 1 | -2/+2 | |
| docs>components>thumbnails headings | |||||
