r113911 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113910‎ | r113911 | r113912 >
Date:12:32, 15 March 2012
Author:santhosh
Status:ok
Tags:
Comment:
Cleanup the Mymr font directory- remove svg font(Does not work), remove unused fonts
Recreate the WOFF files
Add TharLon font
Ref Bug 34817
Modified paths:
  • /trunk/extensions/WebFonts/fonts/Mymr/MasterpieceUniSans.svg (deleted) (history)
  • /trunk/extensions/WebFonts/fonts/Mymr/MasterpieceUniSans.woff (modified) (history)
  • /trunk/extensions/WebFonts/fonts/Mymr/Myanmar3.svg (deleted) (history)
  • /trunk/extensions/WebFonts/fonts/Mymr/Myanmar3.woff (modified) (history)
  • /trunk/extensions/WebFonts/fonts/Mymr/Padauk-Regular.svg (deleted) (history)
  • /trunk/extensions/WebFonts/fonts/Mymr/Padauk-Regular.woff (modified) (history)
  • /trunk/extensions/WebFonts/fonts/Mymr/Padauk-book.ttf (deleted) (history)
  • /trunk/extensions/WebFonts/fonts/Mymr/Padauk.ttf (deleted) (history)
  • /trunk/extensions/WebFonts/fonts/Mymr/Parabaik_UTN11-3.ttf (deleted) (history)
  • /trunk/extensions/WebFonts/fonts/Mymr/TharLon.eot (added) (history)
  • /trunk/extensions/WebFonts/fonts/Mymr/TharLon.ttf (added) (history)
  • /trunk/extensions/WebFonts/fonts/Mymr/TharLon.woff (added) (history)
  • /trunk/extensions/WebFonts/fonts/Mymr/Yunghkio.svg (deleted) (history)
  • /trunk/extensions/WebFonts/fonts/Mymr/Yunghkio.woff (modified) (history)
  • /trunk/extensions/WebFonts/resources/ext.webfonts.fontlist.js (modified) (history)

Diff [purge]

Index: trunk/extensions/WebFonts/fonts/Mymr/Myanmar3.svg
Cannot display: file marked as a binary type.
svn:mime-type = image/svg+xml
Index: trunk/extensions/WebFonts/fonts/Mymr/Padauk-book.ttf
Cannot display: file marked as a binary type.
svn:mime-type = application/x-font-ttf
Index: trunk/extensions/WebFonts/fonts/Mymr/Yunghkio.svg
Cannot display: file marked as a binary type.
svn:mime-type = image/svg+xml
Index: trunk/extensions/WebFonts/fonts/Mymr/Parabaik_UTN11-3.ttf
Cannot display: file marked as a binary type.
svn:mime-type = application/x-font-ttf
Index: trunk/extensions/WebFonts/fonts/Mymr/MasterpieceUniSans.svg
Cannot display: file marked as a binary type.
svn:mime-type = image/svg+xml
Index: trunk/extensions/WebFonts/fonts/Mymr/Padauk.ttf
Cannot display: file marked as a binary type.
svn:mime-type = application/x-font-ttf
Index: trunk/extensions/WebFonts/fonts/Mymr/Padauk-Regular.svg
Cannot display: file marked as a binary type.
svn:mime-type = image/svg+xml
Index: trunk/extensions/WebFonts/fonts/Mymr/MasterpieceUniSans.woff
Cannot display: file marked as a binary type.
svn:mime-type = application/x-font-woff
Index: trunk/extensions/WebFonts/fonts/Mymr/TharLon.ttf
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/extensions/WebFonts/fonts/Mymr/TharLon.ttf
___________________________________________________________________
Added: svn:mime-type
11 + application/octet-stream
Index: trunk/extensions/WebFonts/fonts/Mymr/Padauk-Regular.woff
Cannot display: file marked as a binary type.
svn:mime-type = application/x-font-woff
Index: trunk/extensions/WebFonts/fonts/Mymr/Myanmar3.woff
Cannot display: file marked as a binary type.
svn:mime-type = application/x-font-woff
Index: trunk/extensions/WebFonts/fonts/Mymr/TharLon.woff
Cannot display: file marked as a binary type.
svn:mime-type = application/x-font-woff
Property changes on: trunk/extensions/WebFonts/fonts/Mymr/TharLon.woff
___________________________________________________________________
Added: svn:mime-type
22 + application/x-font-woff
Index: trunk/extensions/WebFonts/fonts/Mymr/TharLon.eot
Cannot display: file marked as a binary type.
svn:mime-type = application/vnd.ms-fontobject
Property changes on: trunk/extensions/WebFonts/fonts/Mymr/TharLon.eot
___________________________________________________________________
Added: svn:mime-type
33 + application/vnd.ms-fontobject
Index: trunk/extensions/WebFonts/fonts/Mymr/Yunghkio.woff
Cannot display: file marked as a binary type.
svn:mime-type = application/x-font-woff
Index: trunk/extensions/WebFonts/resources/ext.webfonts.fontlist.js
@@ -253,7 +253,6 @@
254254 eot: "Mymr/MasterpieceUniSans.eot",
255255 ttf: "Mymr/MasterpieceUniSans.ttf",
256256 woff: "Mymr/MasterpieceUniSans.woff",
257 - svg: "Mymr/MasterpieceUniSans.svg",
258257 version: "0.5"
259258 },
260259
@@ -261,7 +260,6 @@
262261 eot: "Mymr/Myanmar3.eot",
263262 ttf: "Mymr/Myanmar3.ttf",
264263 woff: "Mymr/Myanmar3.woff",
265 - svg: "Mymr/Myanmar3.svg",
266264 version: "3.0"
267265 },
268266
@@ -269,7 +267,6 @@
270268 eot: "Mymr/Padauk-Regular.eot",
271269 ttf: "Mymr/Padauk-Regular.ttf",
272270 woff: "Mymr/Padauk-Regular.woff",
273 - svg: "Mymr/Padauk-Regular.svg",
274271 version: "2.8"
275272 },
276273
@@ -277,7 +274,6 @@
278275 eot: "Mymr/Yunghkio.eot",
279276 ttf: "Mymr/Yunghkio.ttf",
280277 woff: "Mymr/Yunghkio.woff",
281 - svg: "Mymr/Yunghkio.svg",
282278 version: "1.0"
283279 },
284280
@@ -380,6 +376,12 @@
381377 ttf: "Xsux/Akkadian.ttf",
382378 woff: "Xsux/Akkadian.woff",
383379 version: "2.56"
 380+ },
 381+ "TharLon": {
 382+ eot: "Mymr/TharLon.eot",
 383+ ttf: "Mymr/TharLon.ttf",
 384+ woff: "Mymr/TharLon.woff",
 385+ version: "1.0"
384386 }
385387 /*
386388 "Hapax Berbère": {
@@ -422,7 +424,7 @@
423425 mak: [ "Saweri" ],
424426 ml: [ "Meera", "AnjaliOldLipi" ],
425427 mr: [ "Lohit Marathi" ],
426 - my: [ "Masterpiece Uni Sans", "Padauk-Regular", "Myanmar3", "Yunghkio" ],
 428+ my: [ "Masterpiece Uni Sans", "Padauk-Regular", "Myanmar3", "Yunghkio", "TharLon" ],
427429 ne: [ "Lohit Nepali", "Madan" ],
428430 or: [ "Lohit Oriya" , "Utkal" ],
429431 pa: [ "Lohit Punjabi", "Saab" ],

Follow-up revisions

RevisionCommit summaryAuthorDate
r114249Remove Yunghkio and MasterpieceUniSans fonts, making Tharlon as default font ...santhosh10:46, 20 March 2012

Status & tagging log