Beispiel #1
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct('BrowseData');
     // Backwards compatibility for MediaWiki < 1.16
     if (version_compare($GLOBALS['wgVersion'], '1.16', '<')) {
         wfLoadExtensionMessages('SemanticDrilldown');
     }
 }
 public function __construct()
 {
     parent::__construct('NewestPages', '', true, false, 'default', true);
 }
Beispiel #3
0
 function __construct()
 {
     parent::__construct('EditSchema', 'edit');
 }
 public function __construct($name = 'Recentchanges')
 {
     parent::__construct($name);
 }
 /**
  * Constructor -- set up the new special page
  */
 public function __construct()
 {
     parent::__construct('ArticleLists');
 }
	/**
	 * Constructor
	 */
	public function __construct() {
		parent::__construct( 'AdminLog' );
	}
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct('Listusers');
 }
 public function __construct()
 {
     parent::__construct('Contributions');
 }
	public function __construct() {
		parent::__construct( 'TranslationStats' );
	}
 /**
  * Make a nice little form so the user can enter a title and so forth
  * in normal output mode
  *
  * @return string
  */
 private function makeForm()
 {
     global $wgScript;
     $self = parent::getTitleFor('Contributors');
     $target = is_object($this->target) ? $this->target->getPrefixedText() : '';
     $form = '<form method="get" action="' . htmlspecialchars($wgScript) . '">';
     $form .= Html::Hidden('title', $self->getPrefixedText());
     $form .= '<fieldset><legend>' . wfMsgHtml('contributors-legend') . '</legend>';
     $form .= '<table><tr>';
     $form .= '<td><label for="target">' . wfMsgHtml('contributors-target') . '</label></td>';
     $form .= '<td>' . Xml::input('target', 40, $target, array('id' => 'target')) . '</td>';
     $form .= '</tr><tr>';
     $form .= '<td>&#160;</td>';
     $form .= '<td>' . Xml::submitButton(wfMsg('contributors-submit')) . '</td>';
     $form .= '</tr></table>';
     $form .= '</fieldset>';
     $form .= '</form>';
     return $form;
 }
Beispiel #11
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct('NewVideos');
 }
 public function __construct()
 {
     parent::__construct('FeedbackDashboard');
 }
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct('Editcount');
 }
	/**
	 * Constructor
	 */
	function __construct() { # Checked for HTML and MySQL insertion attacks
		parent::__construct( 'Tasks' );
		$this->update_types();
	}
	/**
	 * Constructor.
	 */
	function __construct( ) {
		parent::__construct( 'Wikilog' );
	}
Beispiel #16
0
 /**
  * Constructor
  */
 function __construct()
 {
     parent::__construct('Includable');
 }
 public function __construct()
 {
     parent::__construct('Whatlinkshere');
 }
	public function __construct() {
		parent::__construct( 'LanguageStats' );
		global $wgLang;
		$this->target = $wgLang->getCode();
	}
	function __construct() {
		parent::__construct( 'GeneratePages', 'generatepages' );
	}
 function __construct()
 {
     parent::__construct('Boilerplates');
     $this->mIncludable = true;
 }
 /**
  * Constructor
  */
 function __construct()
 {
     parent::__construct('RunQuery');
 }
Beispiel #22
0
 public function __construct()
 {
     parent::__construct('Story');
 }
Beispiel #23
0
 /**
  * Constructor
  *
  * @param string $name Name of the special page, as seen in links and URLs (default: 'Allpages')
  */
 function __construct($name = 'Allpages')
 {
     parent::__construct($name);
 }
 public function __construct()
 {
     IncludableSpecialPage::SpecialPage('Newestpages', '', true, false, 'default', true);
 }
Beispiel #25
0
 /**
  * Constructor -- set up the new special page
  */
 public function __construct()
 {
     parent::__construct('TopRatings');
 }
 function __construct()
 {
     parent::__construct('NewLanguageStats');
 }
	public function __construct() {
		parent::__construct( 'Listfiles' );
	}
 public function __construct()
 {
     parent::__construct("WikiStats", "", true);
     SpecialPageFactory::setGroup('WikiStats', 'wiki');
 }
Beispiel #29
0
 public function __construct()
 {
     parent::__construct('Newimages');
 }
 public function __construct()
 {
     parent::__construct('ValidationStatistics');
 }