r109836 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r109835‎ | r109836 | r109837 >
Date:18:02, 23 January 2012
Author:nikerabbit
Status:ok
Tags:
Comment:
Modified paths:
  • /branches/wmf/1.18wmf1/extensions/CodeReview/ui/CodeRevisionView.php (modified) (history)
  • /branches/wmf/1.18wmf1/extensions/WebFonts/fonts/Beng/SiyamRupali.eot (added) (history)
  • /branches/wmf/1.18wmf1/extensions/WebFonts/fonts/Beng/SiyamRupali.ttf (added) (history)
  • /branches/wmf/1.18wmf1/extensions/WebFonts/fonts/Beng/SiyamRupali.woff (added) (history)
  • /branches/wmf/1.18wmf1/extensions/WebFonts/resources/ext.webfonts.fontlist.js (modified) (history)

Diff [purge]

Index: branches/wmf/1.18wmf1/extensions/WebFonts/fonts/Beng/SiyamRupali.woff
Cannot display: file marked as a binary type.
svn:mime-type = application/x-woff
Property changes on: branches/wmf/1.18wmf1/extensions/WebFonts/fonts/Beng/SiyamRupali.woff
___________________________________________________________________
Added: svn:mime-type
11 + application/x-woff
Index: branches/wmf/1.18wmf1/extensions/WebFonts/fonts/Beng/SiyamRupali.eot
Cannot display: file marked as a binary type.
svn:mime-type = application/vnd.ms-fontobject
Property changes on: branches/wmf/1.18wmf1/extensions/WebFonts/fonts/Beng/SiyamRupali.eot
___________________________________________________________________
Added: svn:mime-type
22 + application/vnd.ms-fontobject
Index: branches/wmf/1.18wmf1/extensions/WebFonts/fonts/Beng/SiyamRupali.ttf
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/wmf/1.18wmf1/extensions/WebFonts/fonts/Beng/SiyamRupali.ttf
___________________________________________________________________
Added: svn:mime-type
33 + application/octet-stream
Index: branches/wmf/1.18wmf1/extensions/WebFonts/resources/ext.webfonts.fontlist.js
@@ -344,7 +344,14 @@
345345 ttf: "Guru/Saab.ttf",
346346 woff: "Guru/Saab.woff",
347347 version: "0.91"
 348+ },
 349+ "Siyam Rupali": {
 350+ eot: "Beng/SiyamRupali.eot",
 351+ ttf: "Beng/SiyamRupali.ttf",
 352+ woff: "Beng/SiyamRupali.woff",
 353+ version: "1.070"
348354 }
 355+
349356
350357 },
351358
@@ -355,7 +362,7 @@
356363 as: [ "Lohit Assamese" ],
357364 bh: [ "Lohit Devanagari" ],
358365 bho: [ "Lohit Devanagari" ],
359 - bn: [ "Lohit Bengali" ],
 366+ bn: [ "Lohit Bengali" ,"Siyam Rupali" ],
360367 bpy: [ "Lohit Bengali" ],
361368 cdo: [ "Charis SIL" ],
362369 fa: [ "Iranian Sans" ],
Index: branches/wmf/1.18wmf1/extensions/CodeReview/ui/CodeRevisionView.php
@@ -209,7 +209,7 @@
210210 if ( $prev ) {
211211 $prevTarget = SpecialPage::getTitleFor( 'Code', "$repo/$prev" );
212212 $links[] = '< ' . $this->skin->link( $prevTarget, $this->mRev->getIdString( $prev ),
213 - array(), array( 'path' => $this->mPath ) );
 213+ array(), array( 'path' => $this->mPath ) ).wfUILang()->getDirMark();
214214 }
215215
216216 $revText = "<b>" . $this->mRev->getIdString( $rev ) . "</b>";

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r100441Added DirMark after previous version number. Without the DirMark, when the in...amire8019:33, 21 October 2011
r109112Add SiyamRupali Font for Bengali....santhosh06:46, 17 January 2012

Status & tagging log