r71393 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71392‎ | r71393 | r71394 >
Date:09:30, 21 August 2010
Author:siebrand
Status:deferred
Tags:
Comment:
Remove obsolete meta group code for Okawix. Configured in Okawix.yml.
Modified paths:
  • /trunk/extensions/Translate/groups/Okawix/Okawix.php (deleted) (history)

Diff [purge]

Index: trunk/extensions/Translate/groups/Okawix/Okawix.php
@@ -1,32 +0,0 @@
2 -<?php
3 -
4 -/**
5 - * Groups the two file formats together for Okawix
6 - * @copyright Copyright © 2009, Niklas Laxström
7 - * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later
8 - */
9 -class OkawixExtensionsGroup extends AllMediawikiExtensionsGroup {
10 - protected $label = 'Okawix';
11 - protected $id = 'out-okawix';
12 -
13 - protected $classes = null;
14 - protected $description = '{{int:bw-desc-okawix}}';
15 -
16 - protected $subgroups = array(
17 - 'out-okawix-dtd',
18 - 'out-okawix-prop',
19 - );
20 -
21 - protected function init() {
22 - if ( $this->classes === null ) {
23 - $this->classes = array();
24 - $classes = MessageGroups::singleton()->getGroups();
25 - foreach ( $this->subgroups as $key ) {
26 - $this->classes[$key] = $classes[$key];
27 - }
28 - }
29 - }
30 -}
31 -
32 -$wgTranslateAC['out-okawix'] = 'OkawixExtensionsGroup';
33 -$wgTranslateEC[] = 'out-okawix';
\ No newline at end of file

Status & tagging log