| .. |
|
api
|
w/s changes.
|
2011-06-02 19:32:45 +00:00 |
|
db
|
* Fix db->makeList() spacing
|
2011-05-28 09:03:44 +00:00 |
|
libs
|
Removed JavaScriptDistiller: unused
|
2011-04-19 10:13:25 +00:00 |
|
media
|
svn:eol-style native
|
2011-05-28 15:11:39 +00:00 |
|
normal
|
Only run CleanUpTest on a quarter of the cases.
|
2011-05-28 08:38:14 +00:00 |
|
parser
|
Remove useless bootstrap inclusions
|
2011-06-03 04:25:21 +00:00 |
|
search
|
Remove useless bootstrap inclusions
|
2011-06-03 04:25:21 +00:00 |
|
specials
|
Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia.org/doc/todo.html nicely.
|
2011-05-17 22:03:20 +00:00 |
|
ArticleTablesTest.php
|
Follow up r87210
|
2011-05-01 23:02:27 +00:00 |
|
BlockTest.php
|
Followup r89311: rv unrelated changes
|
2011-06-02 01:28:30 +00:00 |
|
CdbTest.php
|
* verbose and color default output from phpunit
|
2010-12-28 18:17:16 +00:00 |
|
ExternalStoreTest.php
|
* verbose and color default output from phpunit
|
2010-12-28 18:17:16 +00:00 |
|
ExtraParserTest.php
|
Also change $wgLanguageCode along with $wgContLang, this was breaking when arriving at LanguageConverterTest with "nooo!"
|
2011-05-25 18:37:32 +00:00 |
|
FindIE6ExtensionTest.php
|
Fixes for r88883, r89197:
|
2011-06-01 00:51:09 +00:00 |
|
FormOptionsInitializationTest.php
|
Followup r86800, add missing ()
|
2011-04-29 17:51:50 +00:00 |
|
FormOptionsTest.php
|
FormOptions: adds doc & tests
|
2011-02-28 20:58:34 +00:00 |
|
GlobalTest.php
|
Also change $wgLanguageCode along with $wgContLang, this was breaking when arriving at LanguageConverterTest with "nooo!"
|
2011-05-25 18:37:32 +00:00 |
|
HooksTest.php
|
Fixup whitespace from r80445
|
2011-03-27 01:27:02 +00:00 |
|
HttpTest.php
|
Add more super-cookie test cases to HttpTest; things like org & .org aren't being handled correctly either. Not super high prio but... should probably mark these tests broken if can't be fixed easily yet.
|
2011-06-01 22:27:24 +00:00 |
|
ImageFunctionsTest.php
|
* verbose and color default output from phpunit
|
2010-12-28 18:17:16 +00:00 |
|
IPTest.php
|
Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia.org/doc/todo.html nicely.
|
2011-05-17 22:03:20 +00:00 |
|
JsonTest.php
|
Add JSON test case
|
2011-01-03 21:14:51 +00:00 |
|
LanguageConverterTest.php
|
Fix the old XmlTest.php test bug in the dateMenu() when the wiki is configured for a languange other than English
|
2011-05-01 19:32:49 +00:00 |
|
LicensesTest.php
|
* verbose and color default output from phpunit
|
2010-12-28 18:17:16 +00:00 |
|
LocalFileTest.php
|
Follow up r87210
|
2011-05-01 23:02:27 +00:00 |
|
MediaWikiTest.php
|
Removed configuration storage in the MediaWiki class:
|
2011-05-16 16:46:30 +00:00 |
|
MessageTest.php
|
Fix the old XmlTest.php test bug in the dateMenu() when the wiki is configured for a languange other than English
|
2011-05-01 19:32:49 +00:00 |
|
MWFunctionTest.php
|
Followup r79523: Test that calling self:: and parent:: throws exception
|
2011-01-03 21:14:22 +00:00 |
|
MWNamespaceTest.php
|
Extend MediaWikiTestCase in a few places
|
2011-05-25 00:30:06 +00:00 |
|
NewDBTest.php
|
Follow up r79109.
|
2010-12-29 15:01:47 +00:00 |
|
ParserOptionsTest.php
|
Stop stubbing $wgLang and $wgContLang. There are no major code paths which do not call either $wgLang or $wgContLang at least once. All index.php calls unstub $wgContLang from MediaWiki::parseTitle() except in the edgecase of viewing pages referenced only by "curid=123", and since those will end up calling OutputPage::output() they will eventually be unstubbed at some point as well. All calls through load.php unstub $wgLang in ResourceLoaderContext::getLanguage() from ResouceLoader::respond() --> ResourceLoader::preloadModuleInfo(). All calls through api.php unstub $wgContLang in ApiResult::cleanUpUTF8() from ApiMain::printResult().
|
2011-04-23 15:19:38 +00:00 |
|
Providers.php
|
Makes MediaWikiProvide methods static
|
2011-03-10 20:24:04 +00:00 |
|
ResourceLoaderFileModuleTest.php
|
* verbose and color default output from phpunit
|
2010-12-28 18:17:16 +00:00 |
|
ResourceLoaderTest.php
|
ResourceLoader::register() works differently since r77011.
|
2010-12-30 16:16:16 +00:00 |
|
RevisionTest.php
|
In tests, remove references to wgInputEncoding and wgOutputEncoding
|
2011-05-15 12:09:59 +00:00 |
|
SampleTest.php
|
Fix the old XmlTest.php test bug in the dateMenu() when the wiki is configured for a languange other than English
|
2011-05-01 19:32:49 +00:00 |
|
SanitizerTest.php
|
(Bug 27539) Allow attributes beginning with a digit in wiktext tag parameters.
|
2011-02-19 20:16:54 +00:00 |
|
SeleniumConfigurationTest.php
|
Blindly fix the error produced in r82880.
|
2011-02-28 15:16:40 +00:00 |
|
SiteConfigurationTest.php
|
* verbose and color default output from phpunit
|
2010-12-28 18:17:16 +00:00 |
|
TimeAdjustTest.php
|
* verbose and color default output from phpunit
|
2010-12-28 18:17:16 +00:00 |
|
TitlePermissionTest.php
|
Follow-up r87326: Add regression test.
|
2011-05-04 11:51:38 +00:00 |
|
TitleTest.php
|
Follow-up to r88667; finish reverting bogus test cases from r87964. It looks like these cases need to be re-added, but correctly; for instance getLocalUrl() **DOES NOT** return something in $wgArticlePath space when an action is given that's not view. It **MUST** return the matching $wgActionPath or else use $wgScript directly, to ensure that URL structuring rules & security rules are followed.
|
2011-05-23 20:24:09 +00:00 |
|
UploadFromUrlTest.php
|
Follow-Up r85618:
|
2011-04-11 16:41:23 +00:00 |
|
UploadTest.php
|
Tweak documentation
|
2011-02-27 21:11:45 +00:00 |
|
UserIsValidEmailAddrTest.php
|
Bug 26948 - hyphens incorrectly interpreted as range
|
2011-01-27 20:52:12 +00:00 |
|
XmlJsTest.php
|
Extend MediaWikiTestCase in a few places
|
2011-05-25 00:30:06 +00:00 |
|
XmlSelectTest.php
|
tests for XmlSelect::GetAttributes()
|
2011-05-12 20:07:57 +00:00 |
|
XmlTest.php
|
Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia.org/doc/todo.html nicely.
|
2011-05-17 22:03:20 +00:00 |
|
ZipDirectoryReaderTest.php
|
* (bug 24230) Added JAR detection. ZIP archives containing a .class file will be rejected by default. Malformed ZIP archives will be rejected due to the danger of ambiguous parsing on the client side.
|
2011-02-25 04:51:17 +00:00 |