| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-11-12 | bump version to v3.3.1v3.3.1 | Mark Otto | 9 | -37/+37 | |
| 2014-11-12 | grunt | Mark Otto | 1 | -1/+1 | |
| 2014-11-12 | Fixed a typo in Sign-in page example | gitaeks | 1 | -1/+1 | |
| Fixed a typo in Sign-in page example http://getbootstrap.com/examples/signin/ | |||||
| 2014-11-11 | navbar callouts cleanup | Chris Rebert | 1 | -11/+6 | |
| Move all callouts to be adjacent to each other Combine JS-related callouts into a single callout | |||||
| 2014-11-11 | grunt | Mark Otto | 6 | -10/+6 | |
| 2014-11-11 | Merge pull request #15092 from twbs/scrollspy-callouts | Chris Rebert | 1 | -8/+8 | |
| move scrollspy callouts so they're all adjacent to each other [skip sauce] | |||||
| 2014-11-11 | Merge pull request #15091 from twbs/popovers-heading | Chris Rebert | 1 | -1/+1 | |
| move popover examples heading to directly before the actual examples | |||||
| 2014-11-11 | add missing dots to .sr-only class mentions, for consistency w/ rest of docs | Chris Rebert | 3 | -5/+5 | |
| 2014-11-11 | move scrollspy callouts so they're all adjacent to each other | Chris Rebert | 1 | -8/+8 | |
| 2014-11-11 | move popover examples heading to directly before the actual examples | Chris Rebert | 1 | -1/+1 | |
| 2014-11-11 | move carousel accessibility callout next to rest of callouts | Chris Rebert | 1 | -5/+5 | |
| 2014-11-11 | move single-toggle button plugin callout before example for consistency | Chris Rebert | 1 | -4/+4 | |
| 2014-11-12 | Merge pull request #15087 from patrickhlauke/dropdown-accessibility-tweaks | Heinrich Fenkart | 10 | -23/+23 | |
| Wash-up of some stray dropdown examples | |||||
| 2014-11-11 | Wash-up of some stray dropdown examples | Patrick H. Lauke | 10 | -23/+23 | |
| adding explicit aria-expanded="false" initial state (so they're correctly announced by AT as being collapsed), and - in the case of old-school use of <a> - role="button" | |||||
| 2014-11-11 | Merge pull request #15077 from jayanthkoushik/issue-15076-fix | Mark Otto | 1 | -0/+5 | |
| Fix Issue #15076. | |||||
| 2014-11-11 | aria-hidden added to some stray glyphicons | Patrick H. Lauke | 6 | -38/+38 | |
| plus minor tweak to customizer's generated alerts | |||||
| 2014-11-11 | Improved accessible glyphicon advice/use | Patrick H. Lauke | 1 | -25/+37 | |
| ...to actually make it consistent with what I said in the glyphicon docs section... | |||||
| 2014-11-11 | Fix Issue #15076. | Jayanth Koushik | 1 | -0/+5 | |
| This commit adds documentation explaining the need to have an initial .active element in carousels. | |||||
| 2014-11-11 | Assorted accessibility (and some consistency) fixes for documentation | Patrick H. Lauke | 24 | -252/+322 | |
| Closes #14951 by merging it. | |||||
| 2014-11-10 | Remove X-UA-Compatible caveat from Validators docs | Chris Rebert | 1 | -1/+1 | |
| Refs #15072 | |||||
| 2014-11-10 | Run `grunt`. | XhmikosR | 2 | -2/+2 | |
| 2014-11-10 | Merge pull request #15009 from patrickhlauke/glyphicon-accessibility-tweaks | XhmikosR | 2 | -14/+42 | |
| Glyphicon accessibility tweaks | |||||
| 2014-11-10 | Add aria-hidden to icons in about page | Patrick H. Lauke | 1 | -3/+3 | |
| 2014-11-10 | Meaningful icons in about page | Patrick H. Lauke | 1 | -0/+3 | |
| 2014-11-10 | Accessibility tweaks and explanation for glyphicons | Patrick H. Lauke | 1 | -11/+36 | |
| - add aria-hidden="true" to avoid SRs unintentionally reading out the Unicode character (see http://www.filamentgroup.com/lab/bulletproof_icon_fonts.html) - callout with advice on accessible icon usage - replaced sr-only text in examples with (in the case of button) cleaner aria-label - additional example of icon used to convey meaning (in a non-interactive control) | |||||
| 2014-11-09 | darken primary blue for accessibility contrast on link colors | Mark Otto | 10 | -83/+83 | |
| 2014-11-09 | grunt | Mark Otto | 5 | -11/+11 | |
| 2014-11-09 | Fixes #14234 again | Mark Otto | 5 | -54/+23 | |
| - Rather than override and hack for IE8-10 and then IE11, scope to just Safari. - Drops the IE hacks for a media query Webkit hack | |||||
| 2014-11-08 | Fixes #14965: Reset top border-radii on dropdown menus in fixed bottom navbars | Mark Otto | 5 | -4/+6 | |
| 2014-11-08 | grunt | Mark Otto | 5 | -4/+17 | |
| 2014-11-07 | Fixes #14979: Override .jumbotron padding within .container-fluid to match ↵ | Mark Otto | 5 | -5/+6 | |
| .container | |||||
| 2014-11-07 | Fixes #15046: Add full font overrides for popovers and tooltips | Mark Otto | 4 | -3/+6 | |
| 2014-11-05 | Merge pull request #14986 from twbs/safari-broken-printing-doc | Chris Rebert | 2 | -3/+12 | |
| Add #14868 to the compatibility docs | |||||
| 2014-11-05 | grunt | Heinrich Fenkart | 1 | -2/+2 | |
| 2014-11-05 | Customizer: Remove file type check from config import | Heinrich Fenkart | 1 | -19/+13 | |
| Fixes #14978. | |||||
| 2014-11-05 | Use a Jekyll plugin instead of the `copy:configBridge` grunt task | Heinrich Fenkart | 1 | -0/+9 | |
| 2014-11-05 | grunt | Heinrich Fenkart | 5 | -6/+7 | |
| 2014-11-05 | grunt | Heinrich Fenkart | 4 | -12/+37 | |
| 2014-11-05 | grunt | Heinrich Fenkart | 9 | -16/+53 | |
| 2014-11-04 | Add initialization examples to tooltip and popover "Opt-in functionality" ↵ | Jayanth Koushik | 2 | -0/+13 | |
| callouts Fixes #14950. Closes #15015 by merging it. | |||||
| 2014-11-04 | HTTPS for Apple Safari Radar in bugify filter | Heinrich Fenkart | 1 | -1/+1 | |
| 2014-11-04 | Merge pull request #14987 from twbs/overengineer-wall-of-browser-bugs | Heinrich Fenkart | 5 | -120/+252 | |
| Use Jekyll data for Wall of Browser Bugs | |||||
| 2014-11-04 | Use autoprefixer for Customizer builds | Heinrich Fenkart | 2 | -11/+16045 | |
| 2014-11-04 | Remove duplicate code from Customizer/Gruntfile by sharing it | Heinrich Fenkart | 2 | -28/+11 | |
| 2014-11-04 | Use Jekyll data for Wall of Browser Bugs | Heinrich Fenkart | 5 | -120/+252 | |
| 2014-11-03 | Add event.relatedTarget + `data-*` example to Modal docs | Chris Rebert | 3 | -0/+92 | |
| Fixes #14245 | |||||
| 2014-11-03 | Add #14868 to the compatibility docs | Chris Rebert | 2 | -3/+12 | |
| 2014-11-03 | Add Wall of Browser Bugs entry for #14972 | Heinrich Fenkart | 1 | -0/+6 | |
| 2014-11-01 | Fix typo | Aaron Cordovez | 1 | -1/+1 | |
| Corrected spelling of the word "elements" | |||||
| 2014-11-01 | fix whitespace in js dropdown docs | Manuel Meurer | 1 | -1/+1 | |
