TheDJ has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/132603

Change subject: iOS: Enable WikiEditor toolbar
......................................................................

iOS: Enable WikiEditor toolbar

Since we now have a full fledged mobile solution, I think we should
strive to have the site 'proper' work as much on any platform as
possible.

WikiEditor traditionally was not loaded on iOS.
No one really knows why this was not loaded. It can have been bugs or
just to 'slim down'. It works on iOS 6 and iOS 7, so for that reason
I'm now changing the blacklist in this respect. It might work with
earlier versions, but I can't really test that right now.

Change-Id: I605eb0e093b84203f1157d9e20788eaa0040ddbf
---
M modules/jquery.wikiEditor.js
1 file changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/WikiEditor 
refs/changes/03/132603/1

diff --git a/modules/jquery.wikiEditor.js b/modules/jquery.wikiEditor.js
index f32e8c0..e5d34aa 100644
--- a/modules/jquery.wikiEditor.js
+++ b/modules/jquery.wikiEditor.js
@@ -55,8 +55,8 @@
                        chrome: [['>=', 3]],
                        netscape: [['>=', 9]],
                        blackberry: false,
-                       ipod: false,
-                       iphone: false
+                       ipod: [['>=', 6]],
+                       iphone: [['>=', 6]]
                },
                // Right-to-left languages
                rtl: {
@@ -71,8 +71,8 @@
                        chrome: [['>=', 3]],
                        netscape: [['>=', 9]],
                        blackberry: false,
-                       ipod: false,
-                       iphone: false
+                       ipod: [['>=', 6]],
+                       iphone: [['>=', 6]]
                }
        },
 

-- 
To view, visit https://gerrit.wikimedia.org/r/132603
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I605eb0e093b84203f1157d9e20788eaa0040ddbf
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikiEditor
Gerrit-Branch: master
Gerrit-Owner: TheDJ <hartman.w...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to