| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-11-09 | Fix broken and redirected links. | Bardi Harborow | 1 | -1/+1 | |
| 2016-10-03 | Fix broken/redirected links, moving to HTTPS where possible. (#20557) | Bardi Harborow | 1 | -2/+2 | |
| 2016-10-02 | v4: Social meta tags (#20825) | Mark Otto | 1 | -0/+1 | |
| * descriptions for getting started pages * descriptions for layout * add content page descriptions * more descriptions, updates to some existing ones * correct site url * add social stuff to config for twitter cards * add twitter meta tags; use large image for homepage and regular card for all others * add the assets * more site config * more social shiz to partial, remove existing meta for the partial, remove page title from homepage for simpler if statements | |||||
| 2016-06-20 | Remove refs to fixed printing-related Chrome bug from browser support docs ↵ | Chris Rebert | 1 | -7/+1 | |
| (#20144) Refs https://bugs.chromium.org/p/chromium/issues/detail?id=273306#c34 [skip sauce] | |||||
| 2016-05-20 | Add "The Bootstrap Authors" to copyright notices (#19936) | Chris Rebert | 1 | -0/+1 | |
| ❤️❤️❤️ https://github.com/twbs/bootstrap/graphs/contributors | |||||
| 2016-03-14 | Mention https://webkit.org/b/153856 in the docs | Chris Rebert | 1 | -0/+4 | |
| Refs #14839, #19088 [skip sauce] | |||||
| 2016-03-14 | Merge pull request #19426 from twbs/ios-virt-keyboard | Chris Rebert | 1 | -5/+1 | |
| Remove iOS virtual keyboard bug section from docs | |||||
| 2016-03-06 | Remove iOS virtual keyboard bug section from docs | Chris Rebert | 1 | -5/+1 | |
| The modal backdrop positioning bug related to iOS' virtual keyboard doesn't seem to reproduce in iOS 8.0+. (Possibly as a side-effect of https://bugs.webkit.org/show_bug.cgi?id=153224 ) Refs #9023 [skip sauce] | |||||
| 2016-03-06 | Docs: Link directly to printing-related browser bugs | Chris Rebert | 1 | -2/+2 | |
| * https://bugs.chromium.org/p/chromium/issues/detail?id=273306 * https://bugs.webkit.org/show_bug.cgi?id=138192 [skip sauce] | |||||
| 2016-03-06 | Docs: Add link to Chrome bug regarding `body { overflow: hidden; }` | Chris Rebert | 1 | -1/+1 | |
| https://bugs.chromium.org/p/chromium/issues/detail?id=175502 [skip sauce] | |||||
| 2016-02-03 | Mention https://webkit.org/b/153852 in browser compatibility docs | Chris Rebert | 1 | -1/+1 | |
| Refs #19077 [skip sauce] | |||||
| 2016-01-20 | Clean up printing documentation | David Beitey | 1 | -2/+2 | |
| Replace inline HTML with markdown, rewording, and cleanup. Closes #18984 | |||||
| 2016-01-20 | Restore workarounds for #12078 printing bug that were lost in 86af1f3 | Chris Rebert | 1 | -0/+4 | |
| Refs #18984 [skip sauce] | |||||
| 2015-12-30 | Merge pull request #18614 from patrickhlauke/docs-browsers-devices1 | Chris Rebert | 1 | -6/+16 | |
| Docs: update browser support info | |||||
| 2015-12-30 | Split out to new para, into two sentences | Patrick H. Lauke | 1 | -1/+3 | |
| 2015-12-22 | Add Windows 10 Mobile / Microsoft Edge | Patrick H. Lauke | 1 | -0/+11 | |
| 2015-12-22 | Clarify platform/web view | Patrick H. Lauke | 1 | -1/+1 | |
| 2015-12-22 | Add a generic note about webkit/blink/gecko/web view browsers | Patrick H. Lauke | 1 | -1/+1 | |
| 2015-12-20 | Address IE10 in browser compatibility docs | Chris Rebert | 1 | -7/+7 | |
| [skip sauce] | |||||
| 2015-12-20 | Expand on proxy browsers | Patrick H. Lauke | 1 | -1/+1 | |
| 2015-12-20 | Keep Safari/Win as Not supported | Patrick H. Lauke | 1 | -1/+1 | |
| 2015-12-20 | Update info for supported browsers | Patrick H. Lauke | 1 | -6/+3 | |
| 2015-12-10 | Remove fully supported features from IE9 limitations docs | Chris Rebert | 1 | -8/+0 | |
| If these are supported, why bother mentioning them in a section that's about communicating what's not supported? These rows made sense when the section also covered IE8 (http://getbootstrap.com/getting-started/#support-ie8-ie9 ), which doesn't support these features, but we no longer care about IE8 in v4. [skip sauce] | |||||
| 2015-11-24 | browsers-devices.md: rm stray `</p>` | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] | |||||
| 2015-10-28 | IE10 Mobile viewport bug workaround: document.querySelector('head') => ↵ | Chris Rebert | 1 | -1/+1 | |
| document.head Per http://caniuse.com/#feat=documenthead , document.head is supported in IE Mobile 10+, so slightly simplify the JS accordingly. [skip sauce] | |||||
| 2015-10-27 | Change "$use-hover..." to proper "$enable-hover..." | Kevin Kirsche | 1 | -1/+1 | |
| Fix #18076 | |||||
| 2015-10-06 | browsers-devices.md: Tweak indentation in IE9 table | Chris Rebert | 1 | -2/+2 | |
| [skip sauce] | |||||
| 2015-10-06 | Getting Started docs: Add MDN links for features not supported in IE9 | Chris Rebert | 1 | -6/+6 | |
| [skip sauce] | |||||
| 2015-10-07 | IE 9 not supported list v4 flexbox | a-moses | 1 | -0/+4 | |
| add flexbox to the not supported list https://github.com/twbs/bootstrap/issues/17802 | |||||
| 2015-08-29 | Use `https` when possible. | XhmikosR | 1 | -1/+1 | |
| [ci skip] | |||||
| 2015-08-24 | Explicitly document existing de facto policy of supporting ESR Firefox | Chris Rebert | 1 | -0/+2 | |
| Refs #17237 [skip sauce] | |||||
| 2015-08-22 | Merge pull request #17059 from kkirsche/patch-7 | Mark Otto | 1 | -1/+4 | |
| State Edge support instead of IE 11 as latest | |||||
| 2015-08-21 | Docs: various fixes | Heinrich Fenkart | 1 | -1/+1 | |
| Mostly links. Fixes #17056. | |||||
| 2015-08-21 | Fix link to wall of browser bugs; closes #17107 | Heinrich Fenkart | 1 | -1/+1 | |
| 2015-08-19 | State Edge support instead of IE 11 as latest | Kevin Kirsche | 1 | -1/+4 | |
| Fix #17055 | |||||
| 2015-08-14 | Massive cleanup | Mark Otto | 1 | -1/+1 | |
| - Simpler main nav on all pages - Back to purple masthead on homepage instead of dark graphite - Active link styles on the main nav - Cleaned up sidebar nav - New docs layout name - Homepage copy edits - Updated bright purple docs color | |||||
| 2015-08-12 | clarify ie8- | Thomas McDonald | 1 | -1/+1 | |
| 2015-08-09 | rewrite browser and device support | Mark Otto | 1 | -0/+250 | |
