| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-07-04 | Update Twitter's address in examples. | Matt Kantor | 1 | -4/+4 | |
| They're no longer on Folsom St. | |||||
| 2015-07-03 | Add turkish translation | Kevin Kirsche | 1 | -0/+5 | |
| Fix #16755 | |||||
| 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-25 | Edge is also affected by #16671 | Chris Rebert | 1 | -1/+1 | |
| Per https://github.com/twbs/bootstrap/issues/16671#issuecomment-115161001 Refs #16689 [skip sauce] | |||||
| 2015-06-23 | Add Wall of Browser Bugs entry for #15968 | Chris Rebert | 1 | -0/+10 | |
| Closes #15968. [skip sauce] | |||||
| 2015-06-23 | Add Wall of Browser Bugs entry for #16671 | Chris Rebert | 1 | -0/+10 | |
| Closes #16671 [skip sauce] | |||||
| 2015-06-22 | grunt | Mark Otto | 8 | -92/+28 | |
| 2015-06-22 | line-height-base in docs | Mark Otto | 1 | -1/+1 | |
| 2015-06-22 | rewrite some navbar stuff, clean out some commented out code | Mark Otto | 1 | -45/+54 | |
| 2015-06-22 | grunt | Mark Otto | 2 | -2/+2 | |
| 2015-06-22 | grunt | Mark Otto | 8 | -42/+32 | |
| 2015-06-22 | clarify some stuff about small navbar; also renamed navbar-condensed to -sm | Mark Otto | 1 | -15/+15 | |
| 2015-06-22 | fix margin again | Mark Otto | 1 | -4/+1 | |
| 2015-06-19 | Merge branch 'v4' into v4_builds | Mark Otto | 71 | -868/+1182 | |
| 2015-06-19 | Added *.min.map to whats-included. | vsn4ik | 1 | -1/+3 | |
| 2015-06-19 | fix vars, grunt that shit | Mark Otto | 6 | -42/+142 | |
| 2015-06-18 | Merge branch 'master' into v4 | Mark Otto | 45 | -514/+625 | |
| 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-18 | Add 21x9 responsive embed modifier | Mark Otto | 1 | -1/+6 | |
| - Credit: @adammacias - Fixes #16499 | |||||
| 2015-06-18 | grunt | Mark Otto | 16 | -280/+280 | |
| 2015-06-18 | Create new stylesheets for optional builds and add them to Gruntfile tasks | Mark Otto | 11 | -2/+7675 | |
| 2015-06-16 | Update customize.min.js with version bump | Julian Thilo | 1 | -6/+6 | |
| 2015-06-16 | bump version | Mark Otto | 1 | -1/+1 | |
| 2015-06-16 | customizer and raw filesv3.3.5 | Mark Otto | 2 | -6/+6 | |
| 2015-06-16 | bump version | Mark Otto | 8 | -33/+33 | |
| 2015-06-16 | grunt | Mark Otto | 8 | -9/+10 | |
| 2015-06-15 | Clarify that <fieldset> only uses the disabled attribute | Kevin Kirsche | 1 | -1/+1 | |
| Fix #16632 | |||||
| 2015-06-13 | overhaul nav and shit again | Mark Otto | 8 | -186/+16 | |
| - drop the index pages save for examples - comment out the extend section for now - fix up spacing fix on team list | |||||
| 2015-06-13 | album example added | Mark Otto | 2 | -13/+24 | |
| 2015-06-13 | components index | Mark Otto | 1 | -1/+52 | |
| 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-09 | tweak code styles | Mark Otto | 3 | -3/+3 | |
| 2015-06-09 | spec out variables customize docs | Mark Otto | 1 | -11/+15 | |
| 2015-06-09 | some download changes | Mark Otto | 2 | -21/+31 | |
| 2015-06-09 | copy editing on homepage | Mark Otto | 1 | -4/+7 | |
| 2015-06-09 | remove commented out css | Mark Otto | 1 | -13/+0 | |
| 2015-06-09 | grunt | Mark Otto | 2 | -2/+2 | |
| 2015-06-09 | hide the brand on small viewports | Mark Otto | 1 | -1/+1 | |
| 2015-06-09 | redo most of the css for the masthead, page headers, and ads | Mark Otto | 3 | -114/+102 | |
| 2015-06-08 | grunt | Mark Otto | 3 | -159/+159 | |
| 2015-06-08 | Use new gradient syntax in justified nav example; fixes #16598 | Kevin Kirsche | 1 | -2/+1 | |
| Closes #16599 by merging a tweaked version of it. | |||||
| 2015-06-02 | Merge pull request #16571 from patrickhlauke/generalize-dropdowns | Patrick H. Lauke | 16 | -208/+208 | |
| generalize dropdowns / drop role="menu" | |||||
| 2015-06-02 | generalize dropdowns / drop role="menu" | Patrick H. Lauke | 16 | -208/+208 | |
| 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-06-01 | change korean translation site url | yang | 1 | -1/+1 | |
