Santhosh has uploaded a new change for review.
https://gerrit.wikimedia.org/r/69456
Change subject: Fix Cog hover behavior for Opera
......................................................................
Fix Cog hover behavior for Opera
Since background position is problematic in opera, instead of
using cog, use seperate images
Bug: 49379
Change-Id: I6ca63169027407e614d9771f8d09a9f42122c75b
---
M resources/css/ext.uls.css
A resources/images/cog-active.png
A resources/images/cog-active.svg
A resources/images/cog-inactive.png
A resources/images/cog-inactive.svg
D resources/images/cog-sprite.png
D resources/images/cog-sprite.svg
7 files changed, 117 insertions(+), 34 deletions(-)
git pull
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/UniversalLanguageSelector
refs/changes/56/69456/1
diff --git a/resources/css/ext.uls.css b/resources/css/ext.uls.css
index fea2f51..9327bcf 100644
--- a/resources/css/ext.uls.css
+++ b/resources/css/ext.uls.css
@@ -9,10 +9,10 @@
#p-lang .uls-settings-trigger {
/* @embed */
- background: transparent url('../images/cog-sprite.png') right top
no-repeat;
- background-image: -webkit-linear-gradient(transparent, transparent),
url('../images/cog-sprite.svg');
- background-image: -moz-linear-gradient(transparent, transparent),
url('../images/cog-sprite.svg');
- background-image: linear-gradient(transparent, transparent),
url('../images/cog-sprite.svg');
+ background: transparent url('../images/cog-inactive.png') right top
no-repeat;
+ background-image: -webkit-linear-gradient(transparent, transparent),
url('../images/cog-inactive.svg');
+ background-image: -moz-linear-gradient(transparent, transparent),
url('../images/cog-inactive.svg');
+ background-image: linear-gradient(transparent, transparent),
url('../images/cog-inactive.svg');
background-size: 14px auto;
border-radius: 0 0 5px 5px;
height: 14px;
@@ -27,7 +27,11 @@
}
#p-lang .uls-settings-trigger:hover {
- background-position: right -18px;
+ /* @embed */
+ background: transparent url('../images/cog-active.png') right top
no-repeat;
+ background-image: -webkit-linear-gradient(transparent, transparent),
url('../images/cog-active.svg');
+ background-image: -moz-linear-gradient(transparent, transparent),
url('../images/cog-active.svg');
+ background-image: linear-gradient(transparent, transparent),
url('../images/cog-active.svg');
}
/* Opera for some inexplicable reason confuses right and left padding with */
diff --git a/resources/images/cog-active.png b/resources/images/cog-active.png
new file mode 100644
index 0000000..7d9e9d3
--- /dev/null
+++ b/resources/images/cog-active.png
Binary files differ
diff --git a/resources/images/cog-active.svg b/resources/images/cog-active.svg
new file mode 100644
index 0000000..3ecd294
--- /dev/null
+++ b/resources/images/cog-active.svg
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ version="1.1"
+ width="14"
+ height="14"
+ viewBox="0 0 14 14"
+ id="Layer_1"
+ xml:space="preserve"
+ inkscape:version="0.48.3.1 r9886"
+ sodipodi:docname="cog-sprite1.svg"><sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1600"
+ inkscape:window-height="844"
+ id="namedview7"
+ showgrid="false"
+ inkscape:zoom="7.375"
+ inkscape:cx="7.2711864"
+ inkscape:cy="16"
+ inkscape:window-x="1366"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ inkscape:current-layer="Layer_1" /><metadata
+ id="metadata8"><rdf:RDF><cc:Work
+ rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage"
/><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
+ id="defs6" />
+
+<path
+ d="m 6.1675927,0.13559405 c -0.231,0 -0.418,0.187 -0.418,0.418 V 1.6175941 c
-0.541,0.134 -1.062,0.35 -1.551,0.645 l -0.75,-0.75 c -0.164,-0.164
-0.429,-0.164 -0.593,0 l -1.359999,1.36 c -0.164,0.164 -0.164,0.429 0,0.593 l
0.749999,0.75 c -0.292,0.488 -0.495,1.015 -0.627,1.551 H 0.55359371 c -0.231,0
-0.418,0.187 -0.418,0.419 v 1.918 c 0,0.231 0.187,0.419 0.418,0.419 H 1.5995927
c 0.134,0.541 0.351,1.061 0.645,1.5509999 l -0.749999,0.75 c -0.164,0.164
-0.164,0.429 0,0.593 l 1.359999,1.36 c 0.164,0.164 0.429,0.164 0.593,0 l
0.75,-0.75 c 0.491,0.297 1.01,0.493 1.551,0.627 v 1.064 c 0.001,0.231
0.188,0.418 0.419,0.418 h 1.918 c 0.231,0 0.419,-0.187 0.419,-0.418 v -1.064 c
0.542,-0.133 1.061,-0.333 1.5510003,-0.627 l 0.75,0.75 c 0.164,0.164
0.429,0.164 0.593,0 l 1.36,-1.36 c 0.164,-0.164 0.164,-0.429 0,-0.593 l
-0.75,-0.75 c 0.295,-0.4879999 0.51,-1.0139999 0.645,-1.5509999 h 1.064 c
0.231,0 0.418,-0.188 0.418,-0.419 v -1.918 c 0,-0.231 -0.187,-0.419
-0.418,-0.419 h -1.064 c -0.133,-0.537 -0.354,-1.064 -0.645,-1.551 l 0.75,-0.75
c 0.164,-0.164 0.164,-0.429 0,-0.593 l -1.36,-1.36 c -0.164,-0.164
-0.429,-0.164 -0.593,0 l -0.75,0.75 c -0.4900003,-0.294 -1.0120003,-0.512
-1.5510003,-0.645 V 0.55359405 c 0,-0.231 -0.187,-0.418 -0.419,-0.418 h -1.918
z m 0.889,4.35800005 c 0.678,-0.018 1.37,0.212 1.901,0.715 1.0620003,1.007
1.1110003,2.687 0.104,3.749 -1.005,1.0589999 -2.686,1.1049999 -3.749,0.104
-1.062,-1.007 -1.112,-2.687 -0.105,-3.749 0.505,-0.531 1.172,-0.8 1.849,-0.819
z"
+ id="rect3381-0"
+ style="fill:#555555"
+ inkscape:connector-curvature="0" />
+<path
+ d="m -22.849356,-3.8983051 c -0.231,0 -0.418,0.187 -0.418,0.418 v 1.063 c
-0.541,0.135 -1.062,0.352 -1.552,0.646 l -0.75,-0.75 c -0.164,-0.164
-0.429,-0.164 -0.593,0 l -1.36,1.36 c -0.164,0.16399999 -0.164,0.42899999
0,0.59299999 l 0.75,0.75 c -0.292,0.488 -0.494,1.01500001 -0.627,1.55100001 h
-1.064 c -0.231,0 -0.418,0.187 -0.418,0.419 v 1.918 c 0,0.231 0.187,0.4180004
0.418,0.4180004 h 1.046 c 0.134,0.542 0.351,1.062 0.645,1.5510001 l
-0.75,0.749999 c -0.164,0.164 -0.164,0.429 0,0.593 l 1.36,1.36 c 0.164,0.164
0.429,0.164 0.593,0 l 0.75,-0.75 c 0.491,0.296 1.01,0.493 1.551,0.627 v 1.063 c
0.001,0.233 0.188,0.4199996 0.419,0.4199996 h 1.918 c 0.231,0 0.419,-0.1869996
0.419,-0.4179996 v -1.063 c 0.542,-0.134 1.061,-0.333 1.551,-0.627 l 0.75,0.75
c 0.164,0.164 0.429,0.164 0.593,0 l 1.36,-1.36 c 0.164,-0.164 0.164,-0.429
0,-0.593 l -0.75,-0.749999 c 0.295,-0.4890001 0.51,-1.0130001 0.645,-1.5510001
h 1.064 c 0.231,-0.002 0.418,-0.1890004 0.418,-0.4200004 v -1.918 c 0,-0.232
-0.187,-0.418 -0.418,-0.418 h -1.064 c -0.133,-0.538 -0.354,-1.06500001
-0.645,-1.55200001 l 0.75,-0.75 c 0.164,-0.164 0.164,-0.429 0,-0.59299999 l
-1.36,-1.36 c -0.164,-0.164 -0.429,-0.164 -0.593,0 l -0.75,0.75 c -0.49,-0.294
-1.012,-0.512 -1.551,-0.645 v -1.064 c 0,-0.231 -0.187,-0.418 -0.419,-0.418 h
-1.918 z m 0.889,4.35799999 c 0.679,-0.017 1.37,0.212 1.901,0.71500001
1.062,1.008 1.112,2.687 0.105,3.7490004 -1.005,1.0600001 -2.686,1.1050001
-3.749,0.105 -1.062,-1.0080004 -1.112,-2.6870004 -0.105,-3.7490004
0.504,-0.53100001 1.171,-0.80200001 1.848,-0.82000001 z"
+ id="path3059"
+ style="fill:#808080"
+ inkscape:connector-curvature="0" />
+</svg>
\ No newline at end of file
diff --git a/resources/images/cog-inactive.png
b/resources/images/cog-inactive.png
new file mode 100644
index 0000000..8b97901
--- /dev/null
+++ b/resources/images/cog-inactive.png
Binary files differ
diff --git a/resources/images/cog-inactive.svg
b/resources/images/cog-inactive.svg
new file mode 100644
index 0000000..1f771f1
--- /dev/null
+++ b/resources/images/cog-inactive.svg
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ version="1.1"
+ width="14"
+ height="14"
+ viewBox="0 0 14 14"
+ id="Layer_1"
+ xml:space="preserve"
+ inkscape:version="0.48.3.1 r9886"
+ sodipodi:docname="cog-sprite1.svg"><sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1600"
+ inkscape:window-height="844"
+ id="namedview7"
+ showgrid="false"
+ inkscape:zoom="7.375"
+ inkscape:cx="7.2711864"
+ inkscape:cy="16"
+ inkscape:window-x="1366"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ inkscape:current-layer="Layer_1" /><metadata
+ id="metadata8"><rdf:RDF><cc:Work
+ rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage"
/><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
+ id="defs6" />
+
+<path
+ d="m 33.42183,-20.203389 c -0.231,0 -0.418,0.187 -0.418,0.418 v 1.064 c
-0.541,0.134 -1.062,0.35 -1.551,0.645 l -0.75,-0.75 c -0.164,-0.164
-0.429,-0.164 -0.593,0 l -1.359999,1.36 c -0.164,0.164 -0.164,0.429 0,0.593 l
0.749999,0.75 c -0.292,0.488 -0.495,1.015 -0.627,1.551 h -1.064999 c -0.231,0
-0.418,0.187 -0.418,0.419 v 1.918 c 0,0.231 0.187,0.419 0.418,0.419 h 1.045999
c 0.134,0.541 0.351,1.061 0.645,1.551 l -0.749999,0.7499996 c -0.164,0.164
-0.164,0.429 0,0.593 l 1.359999,1.3600004 c 0.164,0.164 0.429,0.164 0.593,0 l
0.75,-0.7500004 c 0.491,0.297 1.01,0.4930004 1.551,0.6270004 v 1.064 c
10e-4,0.231 0.188,0.418 0.419,0.418 h 1.918 c 0.231,0 0.419,-0.187 0.419,-0.418
v -1.064 c 0.542,-0.133 1.061,-0.3330004 1.551,-0.6270004 l 0.75,0.7500004 c
0.164,0.164 0.429,0.164 0.593,0 l 1.36,-1.3600004 c 0.164,-0.164 0.164,-0.429
0,-0.593 l -0.75,-0.7499996 c 0.295,-0.488 0.51,-1.014 0.645,-1.551 h 1.064 c
0.231,0 0.418,-0.188 0.418,-0.419 v -1.918 c 0,-0.231 -0.187,-0.419
-0.418,-0.419 h -1.064 c -0.133,-0.537 -0.354,-1.064 -0.645,-1.551 l 0.75,-0.75
c 0.164,-0.164 0.164,-0.429 0,-0.593 l -1.36,-1.36 c -0.164,-0.164
-0.429,-0.164 -0.593,0 l -0.75,0.75 c -0.49,-0.294 -1.012,-0.512 -1.551,-0.645
v -1.064 c 0,-0.231 -0.187,-0.418 -0.419,-0.418 h -1.918 z m 0.889,4.358 c
0.678,-0.018 1.37,0.212 1.901,0.715 1.062,1.007 1.111,2.687 0.104,3.749
-1.005,1.059 -2.686,1.105 -3.749,0.104 -1.062,-1.007 -1.112,-2.687
-0.105,-3.749 0.505,-0.531 1.172,-0.8 1.849,-0.819 z"
+ id="rect3381-0"
+ style="fill:#555555"
+ inkscape:connector-curvature="0" />
+<path
+ d="m 6.032,0.16949151 c -0.231,0 -0.418,0.187 -0.418,0.418 V 1.6504915 c
-0.541,0.135 -1.062,0.352 -1.552,0.646 l -0.75,-0.75 c -0.164,-0.164
-0.429,-0.164 -0.593,0 l -1.36,1.36 c -0.164,0.164 -0.164,0.429 0,0.593 l
0.75,0.75 c -0.292,0.488 -0.494,1.015 -0.627,1.551 H 0.41799998 c -0.231,0
-0.417999995254237,0.187 -0.417999995254237,0.419 v 1.918 c 0,0.231
0.186999995254237,0.4180004 0.417999995254237,0.4180004 H 1.464 c 0.134,0.542
0.351,1.062 0.645,1.5510001 l -0.75,0.749999 c -0.164,0.164 -0.164,0.429
0,0.593 l 1.36,1.36 c 0.164,0.164 0.429,0.164 0.593,0 l 0.75,-0.75 c
0.491,0.296 1.01,0.493 1.551,0.627 v 1.063 c 10e-4,0.233 0.188,0.42 0.419,0.42
H 7.95 c 0.231,0 0.419,-0.187 0.419,-0.418 v -1.063 c 0.542,-0.134 1.061,-0.333
1.551,-0.627 l 0.75,0.75 c 0.164,0.164 0.429,0.164 0.593,0 l 1.36,-1.36 c
0.164,-0.164 0.164,-0.429 0,-0.593 l -0.75,-0.749999 c 0.295,-0.4890001
0.51,-1.0130001 0.645,-1.5510001 h 1.064 C 13.813,8.5554919 14,8.3684915
14,8.1374915 v -1.918 c 0,-0.232 -0.187,-0.418 -0.418,-0.418 h -1.064 c
-0.133,-0.538 -0.354,-1.065 -0.645,-1.552 l 0.75,-0.75 c 0.164,-0.164
0.164,-0.429 0,-0.593 l -1.36,-1.36 c -0.164,-0.164 -0.429,-0.164 -0.593,0 l
-0.75,0.75 c -0.49,-0.294 -1.012,-0.512 -1.551,-0.645 V 0.58749151 c 0,-0.231
-0.187,-0.418 -0.419,-0.418 H 6.032 z M 6.921,4.5274915 c 0.679,-0.017
1.37,0.212 1.901,0.715 1.062,1.008 1.112,2.687 0.105,3.7490004 -1.005,1.0600001
-2.686,1.1050001 -3.749,0.105 C 4.116,8.0884915 4.066,6.4094915 5.073,5.3474915
c 0.504,-0.531 1.171,-0.802 1.848,-0.82 z"
+ id="path3059"
+ style="fill:#808080"
+ inkscape:connector-curvature="0" />
+</svg>
\ No newline at end of file
diff --git a/resources/images/cog-sprite.png b/resources/images/cog-sprite.png
deleted file mode 100644
index 04c7aa2..0000000
--- a/resources/images/cog-sprite.png
+++ /dev/null
Binary files differ
diff --git a/resources/images/cog-sprite.svg b/resources/images/cog-sprite.svg
deleted file mode 100644
index 75cd2a2..0000000
--- a/resources/images/cog-sprite.svg
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- version="1.1"
- width="14"
- height="32"
- viewBox="0 0 14 32"
- id="Layer_1"
- xml:space="preserve"><metadata
- id="metadata8"><rdf:RDF><cc:Work
- rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage"
/><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
- id="defs6" />
-
-<path
- d="m 6.032,18 c -0.231,0 -0.418,0.187 -0.418,0.418 v 1.064 c -0.541,0.134
-1.062,0.35 -1.551,0.645 l -0.75,-0.75 c -0.164,-0.164 -0.429,-0.164 -0.593,0 l
-1.36,1.36 c -0.164,0.164 -0.164,0.429 0,0.593 l 0.75,0.75 C 1.818,22.568
1.615,23.095 1.483,23.631 H 0.418 C 0.187,23.631 0,23.818 0,24.05 v 1.918 c
0,0.231 0.187,0.419 0.418,0.419 h 1.046 c 0.134,0.541 0.351,1.061 0.645,1.551 l
-0.75,0.75 c -0.164,0.164 -0.164,0.429 0,0.593 l 1.36,1.36 c 0.164,0.164
0.429,0.164 0.593,0 l 0.75,-0.75 c 0.491,0.297 1.01,0.493 1.551,0.627 v 1.064 C
5.614,31.813 5.801,32 6.032,32 H 7.95 c 0.231,0 0.419,-0.187 0.419,-0.418 V
30.518 C 8.911,30.385 9.43,30.185 9.92,29.891 l 0.75,0.75 c 0.164,0.164
0.429,0.164 0.593,0 l 1.36,-1.36 c 0.164,-0.164 0.164,-0.429 0,-0.593 l
-0.75,-0.75 c 0.295,-0.488 0.51,-1.014 0.645,-1.551 h 1.064 C 13.813,26.387
14,26.199 14,25.968 V 24.05 c 0,-0.231 -0.187,-0.419 -0.418,-0.419 H 12.518 C
12.385,23.094 12.164,22.567 11.873,22.08 l 0.75,-0.75 c 0.164,-0.164
0.164,-0.429 0,-0.593 l -1.36,-1.36 c -0.164,-0.164 -0.429,-0.164 -0.593,0 l
-0.75,0.75 C 9.43,19.833 8.908,19.615 8.369,19.482 V 18.418 C 8.369,18.187
8.182,18 7.95,18 H 6.032 z m 0.889,4.358 c 0.678,-0.018 1.37,0.212 1.901,0.715
1.062,1.007 1.111,2.687 0.104,3.749 -1.005,1.059 -2.686,1.105 -3.749,0.104
-1.062,-1.007 -1.112,-2.687 -0.105,-3.749 0.505,-0.531 1.172,-0.8 1.849,-0.819
z"
- id="rect3381-0"
- style="fill:#555555" />
-<path
- d="M 6.032,0 C 5.801,0 5.614,0.187 5.614,0.418 V 1.481 C 5.073,1.616
4.552,1.833 4.062,2.127 L 3.312,1.377 C 3.148,1.213 2.883,1.213 2.719,1.377 l
-1.36,1.36 c -0.164,0.164 -0.164,0.429 0,0.593 l 0.75,0.75 C 1.817,4.568
1.615,5.095 1.482,5.631 H 0.418 C 0.187,5.631 0,5.818 0,6.05 v 1.918 c 0,0.231
0.187,0.418 0.418,0.418 h 1.046 c 0.134,0.542 0.351,1.062 0.645,1.551 l
-0.75,0.75 c -0.164,0.164 -0.164,0.429 0,0.593 l 1.36,1.36 c 0.164,0.164
0.429,0.164 0.593,0 l 0.75,-0.75 c 0.491,0.296 1.01,0.493 1.551,0.627 V 13.58 C
5.614,13.813 5.801,14 6.032,14 H 7.95 c 0.231,0 0.419,-0.187 0.419,-0.418 V
12.519 C 8.911,12.385 9.43,12.186 9.92,11.892 l 0.75,0.75 c 0.164,0.164
0.429,0.164 0.593,0 l 1.36,-1.36 c 0.164,-0.164 0.164,-0.429 0,-0.593 l
-0.75,-0.75 c 0.295,-0.489 0.51,-1.013 0.645,-1.551 h 1.064 C 13.813,8.386
14,8.199 14,7.968 V 6.05 C 14,5.818 13.813,5.632 13.582,5.632 H 12.518 C
12.385,5.094 12.164,4.567 11.873,4.08 l 0.75,-0.75 c 0.164,-0.164 0.164,-0.429
0,-0.593 l -1.36,-1.36 c -0.164,-0.164 -0.429,-0.164 -0.593,0 L 9.92,2.127 C
9.43,1.833 8.908,1.615 8.369,1.482 V 0.418 C 8.369,0.187 8.182,0 7.95,0 H 6.032
z M 6.921,4.358 C 7.6,4.341 8.291,4.57 8.822,5.073 9.884,6.081 9.934,7.76
8.927,8.822 7.922,9.882 6.241,9.927 5.178,8.927 4.116,7.919 4.066,6.24
5.073,5.178 5.577,4.647 6.244,4.376 6.921,4.358 z"
- id="path3059"
- style="fill:#808080" />
-</svg>
\ No newline at end of file
--
To view, visit https://gerrit.wikimedia.org/r/69456
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I6ca63169027407e614d9771f8d09a9f42122c75b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/UniversalLanguageSelector
Gerrit-Branch: master
Gerrit-Owner: Santhosh <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits