It's the setting for $wgServer, but let's not confuse humans
and tools by using the convention for globals.
Change-Id: I38c82d363f588648f11d0a0ab3e264e25553493e
Very little modification to extension, add some docs, and GNU license as
per the other core extensions. Removed $isNewParser, as it won't be needed
with new versions of MW, and changed the name of POST variables used.
I have not moved across any of the messages except
english, according to the bug report, translatewiki will sort this out.
The expandtemplates message section has also been added to messages.inc.
htmlspecialchars should not be performed on anything, as it will cause it
to render like <root>
Added this change into the 1.23 release notes.
Bug: 28264
Change-Id: I7ef63488dc3ad3885bcf99ff52852e1c6981942b
When a check to disable $wgShowIPinHeader if $wgUseFileCache is
enabled was added to Setup.php (bug 17180), the inline comment
documentation in DefaultSettings.php was not adjusted, and continues
to indicate that users must manually coordinate the values of
$wgShowIPinHeader and $wgUseFileCache. This patch adjusts the comment
to reflect the current automatic coordination.
Bug: 55723
Change-Id: I8078a3847c9ef2f386702bca5b5272028dc41e31
Set default for $wgExternalStores to empty array instead of false.
Having it at false, causes type inconsistency.
Change-Id: I9f9b6bef16bd56b5fe27ef30016006b502a63ade
When a user with the hideuser permission is using list=[all]users, a
- Notice: Undefined property: stdClass::$ipb_deleted in
\includes\api\ApiQueryUsers.php on line 172
- Notice: Undefined property: stdClass::$ipb_deleted in
\includes\api\ApiQueryAllUsers.php on line 238
can be raised, because the join on the ipblocks table was not done for
the user.
Change-Id: I25ead34b7905e99c249cb05c9d4940195c8b6263
It is unmaintained, not up to coding standards, and as far as I can tell
not actually used by anyone or anything.
Fuzz testing in and of itself may be useful and if someone is interested
they can write some code that's from this decade.
Change-Id: Iecde41daca95d1655fb8767a1e775cbb732184e9
Superseded ages ago by 'newmessageslinkplural' and 'newmessagesdifflinkplural'.
Also updated any docs that still referred to them.
Change-Id: Id4d99270acabbd7d72b877a091a6e3015d616826
This reverts commit 2248021997.
That revision caused section edit links to be shown on views of old
revisions. See comments there for suggestions on reimplementing it.
Change-Id: Ie65e3de84b44866e4ab1fc222a365cb3a9180ee1