summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-04-27 13:25:02 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-04-27 13:25:02 +0000
commit6c0ed6399054db00d8abcc33ad2aa7df59de52bf (patch)
treebf88c229acdca1ac6db4cb76ac3a9b96219686d2
parent47d269c1aa43fc89e8fda65a7f83dbb062c9beea (diff)
parent9eac51376fe87d5fe92fe402041af0fb42016b62 (diff)
downloadgitlab-ce-6c0ed6399054db00d8abcc33ad2aa7df59de52bf.tar.gz
Merge branch 'ie-browser-update' into 'master'
Changes support from IE 10+ to IE 11+ IE 11 was released 17 October 2013; 2 years ago. Generally what I have experienced is that support for browsers (when newer ones are available) continues for up to 2 years. Based on that info we would drop support for IE 10 and the latest IE we would support would be IE 11. I also think this is more realistic since no one is really testing anything on IE 10 at the moment. We should start testing on all the browser that we currently support. Also we can then have real support for flexbox and not need things like `-ms-flexbox` and other IE specific hacks. cc @iamphill @annabeldunstone @elvongray @alfredo1 @rspeicher See merge request !3913
-rw-r--r--doc/install/requirements.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md
index eb9fe5e1b1b..58f409746cd 100644
--- a/doc/install/requirements.md
+++ b/doc/install/requirements.md
@@ -142,4 +142,4 @@ On a very active server (10,000 active users) the Sidekiq process can use 1GB+ o
- Firefox (Latest released version and [latest ESR version](https://www.mozilla.org/en-US/firefox/organizations/))
- Safari 7+ (known problem: required fields in html5 do not work)
- Opera (Latest released version)
-- Internet Explorer (IE) 10+ but please make sure that you have the `Compatibility View` mode disabled.
+- Internet Explorer (IE) 11+ but please make sure that you have the `Compatibility View` mode disabled.