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 |
1 | 1 | + 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 |
2 | 2 | + 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 |
3 | 3 | + application/octet-stream |
Index: branches/wmf/1.18wmf1/extensions/WebFonts/resources/ext.webfonts.fontlist.js |
— | — | @@ -344,7 +344,14 @@ |
345 | 345 | ttf: "Guru/Saab.ttf", |
346 | 346 | woff: "Guru/Saab.woff", |
347 | 347 | 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" |
348 | 354 | } |
| 355 | + |
349 | 356 | |
350 | 357 | }, |
351 | 358 | |
— | — | @@ -355,7 +362,7 @@ |
356 | 363 | as: [ "Lohit Assamese" ], |
357 | 364 | bh: [ "Lohit Devanagari" ], |
358 | 365 | bho: [ "Lohit Devanagari" ], |
359 | | - bn: [ "Lohit Bengali" ], |
| 366 | + bn: [ "Lohit Bengali" ,"Siyam Rupali" ], |
360 | 367 | bpy: [ "Lohit Bengali" ], |
361 | 368 | cdo: [ "Charis SIL" ], |
362 | 369 | fa: [ "Iranian Sans" ], |
Index: branches/wmf/1.18wmf1/extensions/CodeReview/ui/CodeRevisionView.php |
— | — | @@ -209,7 +209,7 @@ |
210 | 210 | if ( $prev ) { |
211 | 211 | $prevTarget = SpecialPage::getTitleFor( 'Code', "$repo/$prev" ); |
212 | 212 | $links[] = '< ' . $this->skin->link( $prevTarget, $this->mRev->getIdString( $prev ), |
213 | | - array(), array( 'path' => $this->mPath ) ); |
| 213 | + array(), array( 'path' => $this->mPath ) ).wfUILang()->getDirMark(); |
214 | 214 | } |
215 | 215 | |
216 | 216 | $revText = "<b>" . $this->mRev->getIdString( $rev ) . "</b>"; |