38 $this->mSort = $this->
getRequest()->getText(
'sort' );
39 if ( !array_key_exists( $this->mSort, $this->
getFieldNames() )
46 } elseif ( $this->
getRequest()->getBool(
'desc' ) ) {
50 parent::__construct();
69 return parent::getBody();
82 $body = parent::getBody();
101 $body = parent::getBody();
104 $pout->
setText( $navigation . $body . $navigation );
120 foreach ( $fields
as $field =>
$name ) {
121 if ( strval(
$name ) ==
'' ) {
122 $s .= Html::rawElement(
'th', [],
"\u{00A0}" ) .
"\n";
128 if ( $this->mSort == $field ) {
133 $class =
"$sortClass TablePager_sort-descending";
138 $class =
"$sortClass TablePager_sort-ascending";
145 $s .= Html::rawElement(
'th', [
'class' => $class ],
$link ) .
"\n";
147 $s .= Html::element(
'th', [],
$name ) .
"\n";
152 $ret = Html::openElement(
'table', [
153 'class' =>
"mw-datatable $tableClass" ]
155 $ret .= Html::rawElement(
'thead', [], Html::rawElement(
'tr', [],
"\n" .
$s .
"\n" ) );
156 $ret .= Html::openElement(
'tbody' ) .
"\n";
166 return "</tbody></table>\n";
175 $msgEmpty = $this->
msg(
'table_pager_empty' )->text();
176 return Html::rawElement(
'tr', [],
177 Html::element(
'td', [
'colspan' => $colspan ], $msgEmpty ) );
186 $this->mCurrentRow = $row;
187 $s = Html::openElement(
'tr', $this->
getRowAttrs( $row ) ) .
"\n";
190 foreach ( $fieldNames
as $field =>
$name ) {
191 $value = $row->$field ??
null;
194 if ( $formatted ==
'' ) {
195 $formatted =
"\u{00A0}";
201 $s .= Html::closeElement(
'tr' ) .
"\n";
228 if ( $class ===
'' ) {
255 return [
'class' =>
'TablePager_col_' . $field ];
277 return 'TablePager_nav';
284 return 'TablePager_sort';
298 $types = [
'first',
'prev',
'next',
'last' ];
307 $buttons[] = new \OOUI\ButtonWidget( [
313 'label' => $this->
msg(
'table_pager_' . $type )->
text(),
317 'icon' =>
$type ===
'prev' ?
'previous' :
$type,
321 return new \OOUI\ButtonGroupWidget( [
333 return [
'mediawiki.pager.tablePager',
'oojs-ui.styles.icons-movement' ];
343 $select =
new XmlSelect(
'limit',
false, $this->mLimit );
348 return $select->getHTML();
359 # Add the current limit from the query string
360 # to avoid that the limit is lost after clicking Go next time
361 if ( !in_array( $this->mLimit, $this->mLimitsShown ) ) {
363 sort( $this->mLimitsShown );
366 foreach ( $this->mLimitsShown
as $key =>
$value ) {
367 # The pair is either $index => $limit, in which case the $value
368 # will be numeric, or $limit => $text, in which case the $value
377 $ret[$text] = $limit;
391 $blacklist = (
array)$blacklist;
393 foreach ( $blacklist
as $name ) {
409 return Html::rawElement(
425 # Make the select with some explanatory text
426 $msgSubmit = $this->
msg(
'table_pager_limit_submit' )->escaped();
428 return $this->
msg(
'table_pager_limit' )
430 "\n<input type=\"submit\" value=\"$msgSubmit\"/>\n" .
This list may contain false positives That usually means there is additional text with links below the first Each row contains links to the first and second as well as the first line of the second redirect text
wfScript( $script='index')
Get the path to a specified script file, respecting file extensions; this is a wrapper around $wgScri...
msg( $key)
Get a Message object with context set Parameters are the same as wfMessage()
setContext(IContextSource $context)
Class for generating HTML <select> or <datalist> elements.
This document is intended to provide useful advice for parties seeking to redistribute MediaWiki to end users It s targeted particularly at maintainers for Linux since it s been observed that distribution packages of MediaWiki often break We ve consistently had to recommend that users seeking support use official tarballs instead of their distribution s and this often solves whatever problem the user is having It would be nice if this could such as
namespace and then decline to actually register it file or subcat img or subcat $title
null means default in associative array with keys and values unescaped Should be merged with default with a value of false meaning to suppress the attribute in associative array with keys and values unescaped noclasses & $ret
usually copyright or history_copyright This message must be in HTML not wikitext & $link
Allows to change the fields on the form that will be generated $name
null means default in associative array with keys and values unescaped Should be merged with default with a value of false meaning to suppress the attribute in associative array with keys and values unescaped noclasses just before the function returns a value If you return an< a > element with HTML attributes $attribs and contents $html will be returned If you return $ret will be returned and may include noclasses after processing & $attribs
null for the local wiki Added should default to null in handler for backwards compatibility add a value to it if you want to add a cookie that have to vary cache options can modify $query
processing should stop and the error should be shown to the user * false
injection txt This is an overview of how MediaWiki makes use of dependency injection The design described here grew from the discussion of RFC T384 The term dependency this means that anything an object needs to operate should be injected from the the object itself should only know narrow no concrete implementation of the logic it relies on The requirement to inject everything typically results in an architecture that based on two main types of and essentially stateless service objects that use other service objects to operate on the value objects As of the beginning MediaWiki is only starting to use the DI approach Much of the code still relies on global state or direct resulting in a highly cyclical dependency which acts as the top level factory for services in MediaWiki which can be used to gain access to default instances of various services MediaWikiServices however also allows new services to be defined and default services to be redefined Services are defined or redefined by providing a callback the instantiator that will return a new instance of the service When it will create an instance of MediaWikiServices and populate it with the services defined in the files listed by thereby bootstrapping the DI framework Per $wgServiceWiringFiles lists includes ServiceWiring php
Interface for objects which can provide a MediaWiki context on request.
The wiki should then use memcached to cache various data To use multiple just add more items to the array To increase the weight of a make its entry a array("192.168.0.1:11211", 2))