| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
to avoid * inside select
Change-Id: I9d0ac631d9389744f68d744fa1d3fa3e3866a956
|
|
|
|
|
|
| |
Also made file/class documentation more consistent.
Change-Id: I1deb70318d01a257b51948ba806d80cd1a239f4f
|
|
|
|
|
|
|
| |
Normalise method returns
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/113042
|
|
|
|
|
|
|
|
|
| |
Simplify if
Fix whitespace
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/110609
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/98467
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/98189
|
|
|
|
|
|
|
| |
fail-over mode if DB is down.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/98109
|
|
|
|
|
|
|
| |
Hexmode fixed broken unit tests in revisions after last time
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/95396
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/94460
|
|
|
|
|
|
|
|
|
| |
$title arg was passed and should be substituted. However `"" == null`, so as a result switching to using the argument broke [[mw:]] style interwiki links without an article title.
Update the Interwiki::getURL code to use isset(), and update the comment to tell pre-1.19 supporting extensions to do the entire urlencoding and $1 substitution on their own since Interwiki::getURL was essentially buggy and broken before now.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/94353
|
|
|
|
|
|
|
|
|
|
| |
when replacements are made.
Scanning all of core and all the extensions we have in svn, it doesn't look like anyone makes any calls to Interwiki::getURL using the argument so this should be safe enough to clean up the api.
Also update Title::getFullURL to make use of the first arg now.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/94349
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Breaks unit tests as below, not going to be able to fix them before I disappear for the evening, so might aswell leave trunk clean
ArticleTablesTest testbug14404
Error:
ArticleTablesTest::testbug14404
Undefined offset: 0
/home/ci/cruisecontrol-bin-2.8.3/projects/mw/source/tests/phpunit/includes/ArticleTablesTest.php:31
/home/ci/cruisecontrol-bin-2.8.3/projects/mw/source/tests/phpunit/MediaWikiTestCase.php:60
/home/ci/cruisecontrol-bin-2.8.3/projects/mw/source/tests/phpunit/MediaWikiPHPUnitCommand.php:20
/home/ci/cruisecontrol-bin-2.8.3/projects/mw/source/tests/phpunit/phpunit.php:60
ParserTests testParserTest #552 - testParserTest with data set #551
Failure:
ParserTests::testParserTest with data set #551 ('RAW magic word', '{{RAW:QUERTY}}', '<p><a href="/index.php?title=Template:QUERTY&action=edit&redlink=1" class="new" title="Template:QUERTY (page does not exist)">Template:QUERTY</a>
</p>', '', '')
RAW magic word
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-<p><a href="/index.php?title=Template:QUERTY&action=edit&redlink=1" class="new" title="Template:QUERTY (page does not exist)">Template:QUERTY</a>
+<p><a href="/index.php?title=Template:RAW:QUERTY&action=edit&redlink=1" class="new" title="Template:RAW:QUERTY (page does not exist)">Template:RAW:QUERTY</a>
</p>
/home/ci/cruisecontrol-bin-2.8.3/projects/mw/source/tests/phpunit/includes/parser/NewParserTest.php:545
/home/ci/cruisecontrol-bin-2.8.3/projects/mw/source/tests/phpunit/MediaWikiTestCase.php:60
/home/ci/cruisecontrol-bin-2.8.3/projects/mw/source/tests/phpunit/MediaWikiPHPUnitCommand.php:20
/home/ci/cruisecontrol-bin-2.8.3/projects/mw/source/tests/phpunit/phpunit.php:60
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/93534
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/93530
|
|
|
|
|
|
|
|
| |
* use default null for $local
* use foreach for database result
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/92813
|
|
|
|
|
|
|
|
|
| |
* remove @static
* return database result directly (no need for while())
* getAllPrefixesDb() -> getAllPrefixesDB()
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/92538
|
|
|
|
|
|
|
| |
Patch by Beau; modified to work with current code.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/92528
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/86747
|
|
flexible Interwiki system. Do this first since svn doesn't support editing and moving a file in the same commit.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/86746
|