23 'wgEnablePartialBlocks' =>
false,
26 MWTimestamp::setFakeTime( MWTimestamp::time() );
28 $value = $name ===
'ipb_timestamp' ? MWTimestamp::time() :
'';
29 $expected = $expected ?? MWTimestamp::getInstance()->format(
'H:i, j F Y' );
31 $row = $row ?:
new stdClass;
33 $wrappedPager = TestingAccessWrapper::newFromObject( $pager );
34 $wrappedPager->mCurrentRow = $row;
36 $formatted = $pager->formatValue( $name,
$value );
40 MWTimestamp::setFakeTime(
false );
50 'Unable to format test',
57 'infinite<br />0 minutes left',
68 'ipb_address' =>
'127.0.0.1',
69 'ipb_by_text' =>
'Admin',
70 'ipb_create_account' => 1,
73 'ipb_create_account' => 1,
74 'ipb_enable_autoblock' => 1,
76 'ipb_block_email' => 0,
77 'ipb_allow_usertalk' => 0,
84 'Unable to format test',
94 'infinite<br />0 minutes left',
104 '<ul><li>account creation disabled</li><li>cannot edit own talk page</li></ul>',
116 'wgArticlePath' =>
'/wiki/$1',
117 'wgScript' =>
'/w/index.php',
125 'ipb_anon_only' => 0,
126 'ipb_enable_autoblock' => 0,
127 'ipb_create_account' => 0,
128 'ipb_block_email' => 0,
129 'ipb_allow_usertalk' => 1,
132 $wrappedPager = TestingAccessWrapper::newFromObject( $pager );
133 $wrappedPager->mCurrentRow = $row;
135 $pageName =
'Victor Frankenstein';
137 $title = $page[
'title'];
138 $pageId = $page[
'id'];
147 $wrappedPager = TestingAccessWrapper::newFromObject( $pager );
148 $wrappedPager->restrictions = $restrictions;
150 $formatted = $pager->formatValue(
'ipb_params',
'' );
159 .
'<a href="/wiki/Victor_Frankenstein" title="'
163 .
'</a></li></ul></li><li>'
166 .
'<a href="/w/index.php?title=Special:AllPages&namespace=0" title="'
170 .
'</a></li></ul></li></ul></li></ul>',
180 $linkCache = MediaWikiServices::getInstance()->getLinkCache();
181 $wrappedlinkCache = TestingAccessWrapper::newFromObject( $linkCache );
185 'User_talk:127.0.0.1',
190 foreach ( $links as
$link ) {
195 'ipb_address' =>
'127.0.0.1',
196 'by_user_name' =>
'Admin',
198 'ipb_timestamp' => $this->db->timestamp(
wfTimestamp( TS_MW ) ),
201 $pager->preprocessResults( [ $row ] );
203 foreach ( $links as
$link ) {
209 'ipb_address' =>
'127.0.0.1',
210 'by_user_name' =>
'Admin',
214 $pager->preprocessResults( [ $row ] );
218 $pageName =
'Victor Frankenstein';
220 $title = $page->getTitle();
222 $target =
'127.0.0.1';
225 $block =
new Block( [
226 'address' => $target,
228 'reason' =>
'Parce que',
229 'expiry' => $this->db->getInfinity(),
232 $block->setRestrictions( [
237 $result = $this->db->select(
'ipblocks', [
'*' ], [
'ipb_id' => $block->getId() ] );
240 $pager->preprocessResults( $result );
242 $wrappedPager = TestingAccessWrapper::newFromObject( $pager );
244 $restrictions = $wrappedPager->restrictions;
247 $restriction = $restrictions[0];
248 $this->
assertEquals( $page->getId(), $restriction->getValue() );
249 $this->
assertEquals( $page->getId(), $restriction->getTitle()->getArticleID() );
250 $this->
assertEquals( $title->getDBKey(), $restriction->getTitle()->getDBKey() );
251 $this->
assertEquals( $title->getNamespace(), $restriction->getTitle()->getNamespace() );
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
and that you know you can do these things To protect your we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights These restrictions translate to certain responsibilities for you if you distribute copies of the or if you modify it For if you distribute copies of such a whether gratis or for a you must give the recipients all the rights that you have You must make sure that receive or can get the source code And you must show them these terms so they know their rights We protect your rights with two and(2) offer you this license which gives you legal permission to copy
wfTimestamp( $outputtype=TS_UNIX, $ts=0)
Get a timestamp string in one of various formats.
Parent class for all special pages.
either a unescaped string or a HtmlArmor object after in associative array form externallinks including delete and has completed for all link tables whether this was an auto creation use $formDescriptor instead default is conds Array Extra conditions for the No matching items in log is displayed if loglist is empty msgKey Array If you want a nice box with a set this to the key of the message First element is the message additional optional elements are parameters for the key that are processed with wfMessage() -> params() ->parseAsBlock() - offset Set to overwrite offset parameter in $wgRequest set to '' to unset offset - wrap String Wrap the message in html(usually something like "<div ...>$1</div>"). - flags Integer display flags(NO_ACTION_LINK, NO_EXTRA_USER_LINKS) 'LogException':Called before an exception(or PHP error) is logged. This is meant for integration with external error aggregation services
usually copyright or history_copyright This message must be in HTML not wikitext & $link
globals will be eliminated from MediaWiki replaced by an application object which would be passed to constructors Whether that would be an convenient solution remains to be but certainly PHP makes such object oriented programming models easier than they were in previous versions For the time being MediaWiki programmers will have to work in an environment with some global context At the time of globals were initialised on startup by MediaWiki of these were configuration which are documented in DefaultSettings php There is no comprehensive documentation for the remaining however some of the most important ones are listed below They are typically initialised either in index php or in Setup php $wgTitle Title object created from the request URL $wgOut OutputPage object for HTTP response $wgUser User object for the user associated with the current request $wgLang Language object selected by user preferences $wgContLang Language object associated with the wiki being viewed $wgParser Parser object Parser extensions register their hooks here $wgRequest WebRequest object