[MediaWiki-commits] [Gerrit] Add svg image of bullet - change (mediawiki...Vector)

2015-01-16 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged.

Change subject: Add svg image of bullet
..


Add svg image of bullet

* Adds svg version of bullet.
* It has a hack in css so that png will be targeted at ie 8 or lower.
* There was no way around it since list-style-image carnt be used twice. The 
hack adds \9 to end of png file.

Edokter suggested to use \9

Note this has been tested

Bug: T37338
Change-Id: I795c31a68c383b8fc4557ee00312a5b1aecd09a3
---
M components/common.less
A images/bullet-icon.svg
2 files changed, 6 insertions(+), 1 deletion(-)

Approvals:
  Edokter: Looks good to me, but someone else must approve
  Bartosz Dziewoński: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/components/common.less b/components/common.less
index c25a26a..f85fbb0 100644
--- a/components/common.less
+++ b/components/common.less
@@ -126,7 +126,9 @@
 
 ul {
list-style-type: disc;
-   .list-style-image('images/bullet-icon.png');
+   list-style-image: url(images/bullet-icon.svg);
+   /* Fallback to PNG bullet for IE 8 and below using CSS hack */
+   list-style-image: url(images/bullet-icon.png)\9;
 }
 
 pre, .mw-code {
diff --git a/images/bullet-icon.svg b/images/bullet-icon.svg
new file mode 100644
index 000..fa83a67
--- /dev/null
+++ b/images/bullet-icon.svg
@@ -0,0 +1,3 @@
+http://www.w3.org/2000/svg"; xmlns="http://www.w3.org/2000/svg"; 
version="1.1" width="5" height="13">
+
+
\ No newline at end of file

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I795c31a68c383b8fc4557ee00312a5b1aecd09a3
Gerrit-PatchSet: 17
Gerrit-Project: mediawiki/skins/Vector
Gerrit-Branch: master
Gerrit-Owner: Paladox 
Gerrit-Reviewer: Bartosz Dziewoński 
Gerrit-Reviewer: Brion VIBBER 
Gerrit-Reviewer: Catrope 
Gerrit-Reviewer: Edokter 
Gerrit-Reviewer: Jdlrobson 
Gerrit-Reviewer: Krinkle 
Gerrit-Reviewer: MarkAHershberger 
Gerrit-Reviewer: Nemo bis 
Gerrit-Reviewer: Paladox 
Gerrit-Reviewer: Reedy 
Gerrit-Reviewer: jenkins-bot <>

___
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Add svg image of bullet - change (mediawiki...Vector)

2015-01-05 Thread Paladox (Code Review)
Paladox has uploaded a new change for review.

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

Change subject: Add svg image of bullet
..

Add svg image of bullet

* Adds svg version of bullet.

Bug: T37338
Change-Id: I795c31a68c383b8fc4557ee00312a5b1aecd09a3
---
M components/common.less
M i18n/lt.json
M i18n/scn.json
M i18n/sgs.json
A images/bullet.svg
5 files changed, 90 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/Vector 
refs/changes/27/182827/1

diff --git a/components/common.less b/components/common.less
index c25a26a..6311534 100644
--- a/components/common.less
+++ b/components/common.less
@@ -127,6 +127,7 @@
 ul {
list-style-type: disc;
.list-style-image('images/bullet-icon.png');
+   .list-style-image('images/bullet-icon.svg');
 }
 
 pre, .mw-code {
diff --git a/i18n/lt.json b/i18n/lt.json
index 40886a8..0f77186 100644
--- a/i18n/lt.json
+++ b/i18n/lt.json
@@ -4,7 +4,8 @@
"Garas",
"Homo",
"Matasg",
-   "Perkunas"
+   "Perkunas",
+   "Hugo.arg"
]
},
"skinname-vector": "Vektorinė",
@@ -18,5 +19,6 @@
"vector-view-edit": "Redaguoti",
"vector-view-history": "Istorija",
"vector-view-view": "Skaityti",
-   "vector-view-viewsource": "Žiūrėti kodą"
+   "vector-view-viewsource": "Žiūrėti kodą",
+   "vector-more-actions": "Daugiau"
 }
diff --git a/i18n/scn.json b/i18n/scn.json
index a9483c4..1a06895 100644
--- a/i18n/scn.json
+++ b/i18n/scn.json
@@ -2,19 +2,21 @@
"@metadata": {
"authors": [
"Gmelfi",
-   "Melos"
+   "Melos",
+   "Pippinu"
]
},
+   "vector-skin-desc": "Virsioni muderna di MonoBook cu' n'aspettu novu e 
tanti migghiuramenti nta l'usabbilità",
"vector-action-addsection": "Agghiunci argumentu",
-   "vector-action-delete": "Elìmina",
+   "vector-action-delete": "Cancella",
"vector-action-move": "Sposta",
"vector-action-protect": "Pruteggi",
-   "vector-action-undelete": "Riprìstina",
+   "vector-action-undelete": "Annulla la cancillazzioni",
"vector-action-unprotect": "Cancia la prutizzioni",
"vector-view-create": "Crea",
"vector-view-edit": "Cancia",
-   "vector-view-history": "Talìa a storia",
+   "vector-view-history": "Talìa la crunuluggìa",
"vector-view-view": "Leggi",
-   "vector-view-viewsource": "Talìa la fonti",
+   "vector-view-viewsource": "Talìa lu surgenti",
"vector-more-actions": "Àutri cosi"
 }
diff --git a/i18n/sgs.json b/i18n/sgs.json
index 7b2591c..8b60f54 100644
--- a/i18n/sgs.json
+++ b/i18n/sgs.json
@@ -14,5 +14,6 @@
"vector-view-edit": "Taisītė",
"vector-view-history": "Veizietė istuorėjė",
"vector-view-view": "Skaitītė",
-   "vector-view-viewsource": "Veizietė kuoda"
+   "vector-view-viewsource": "Veizietė kuoda",
+   "vector-more-actions": "Dā"
 }
diff --git a/images/bullet.svg b/images/bullet.svg
new file mode 100644
index 000..ac69f7c
--- /dev/null
+++ b/images/bullet.svg
@@ -0,0 +1,76 @@
+
+
+
+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";
+   width="5"
+   height="13"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="New document 1">
+  
+  
+  
+
+  
+image/svg+xml
+http://purl.org/dc/dcmitype/StillImage"; />
+
+  
+
+  
+  
+
+  
+  
+
+  
+

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I795c31a68c383b8fc4557ee00312a5b1aecd09a3
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/Vector
Gerrit-Branch: master
Gerrit-Owner: Paladox 

___
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits