| .. |
|
actions
|
Fix MediaWiki.Commenting.LicenseComment.InvalidLicenseTag errors
|
2018-05-23 16:23:42 -07:00 |
|
api
|
Use \u{00A0} instead of   or
|
2018-06-24 01:20:13 +00:00 |
|
auth
|
Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient
|
2018-05-30 18:06:13 -07:00 |
|
cache
|
Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient
|
2018-05-30 18:06:13 -07:00 |
|
changes
|
Remove @dataProvider and @covers from non-test functions
|
2018-03-18 22:22:43 +00:00 |
|
changetags
|
Turning change_tag_def store to a service
|
2018-06-21 09:40:56 +02:00 |
|
collation
|
Use PHP 7 "\u{NNNN}" Unicode codepoint escapes in string literals
|
2018-06-04 16:20:13 +00:00 |
|
composer
|
tests: Enable PHPUnit 4/6 compat layer in some tests that need it
|
2018-04-07 19:31:24 -07:00 |
|
config
|
tests: Enable PHPUnit 4/6 compat layer in some tests that need it
|
2018-04-07 19:31:24 -07:00 |
|
content
|
Avoid deprecated LinkCache::singleton()
|
2018-06-10 23:55:11 -07:00 |
|
context
|
|
|
|
db
|
Merge "rdbms: fix Sqlite::tableExists() method to avoid STATUS_TRX_ERROR"
|
2018-07-03 05:40:03 +00:00 |
|
debug
|
Fix KafkaHandlerTest hack to work with PHPUnit 6
|
2018-04-12 09:49:54 -07:00 |
|
deferred
|
rdbms: rename onTransactionIdle() to onTransactionCommitOrIdle()
|
2018-05-09 21:07:06 +00:00 |
|
diff
|
Use ::class to resolve class names in tests
|
2018-01-26 22:49:13 +01:00 |
|
editpage
|
Use Sanitizer::mergeAttributes when merging classes into attributes
|
2018-01-05 10:32:56 +01:00 |
|
exception
|
Don't write exceptions to STDERR from BadTitleErrorTest or ThrottledErrorTest
|
2018-02-16 09:01:51 +00:00 |
|
externalstore
|
build: Updating mediawiki/mediawiki-codesniffer to 16.0.0
|
2018-02-17 13:29:13 +01:00 |
|
filebackend
|
Update suppressWarning()/restoreWarning() calls
|
2018-02-10 08:50:12 +00:00 |
|
filerepo
|
Use ::class to resolve class names in tests
|
2018-01-26 22:49:13 +01:00 |
|
GlobalFunctions
|
Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient
|
2018-05-30 18:06:13 -07:00 |
|
htmlform
|
Fix MediaWiki.Commenting.LicenseComment.InvalidLicenseTag errors
|
2018-05-23 16:23:42 -07:00 |
|
http
|
Replace HTTP by HTTPS
|
2018-05-22 12:14:14 +02:00 |
|
import
|
build: Updating mediawiki/mediawiki-codesniffer to 17.0.0
|
2018-03-29 21:53:10 +02:00 |
|
installer
|
Move @group and @covers tags in tests close to class
|
2018-01-28 13:30:07 +01:00 |
|
interwiki
|
Merge "Hard deprecate Interwiki static methods"
|
2018-06-09 09:33:09 +00:00 |
|
jobqueue
|
Fix MediaWiki.Commenting.LicenseComment.InvalidLicenseTag errors
|
2018-05-23 16:23:42 -07:00 |
|
json
|
Use ::class to resolve class names in tests
|
2018-01-26 22:49:13 +01:00 |
|
libs
|
Merge "rdbms: fix Sqlite::tableExists() method to avoid STATUS_TRX_ERROR"
|
2018-07-03 05:40:03 +00:00 |
|
linkeddata
|
Remove various redundant '@license' tags in file headers
|
2018-01-12 18:15:11 +00:00 |
|
linker
|
Improve LinkRenderer::getLinkText() coverage
|
2018-06-13 01:30:04 -07:00 |
|
logging
|
Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient
|
2018-05-30 18:06:13 -07:00 |
|
mail
|
mail: Always quote uncoded names in MailAddress
|
2018-04-24 21:29:25 +00:00 |
|
media
|
Bump PHP version requirement to 7.0.0+
|
2018-05-24 16:15:56 +01:00 |
|
objectcache
|
build: Updating mediawiki/mediawiki-codesniffer to 16.0.0
|
2018-02-17 13:29:13 +01:00 |
|
page
|
Regression test for autopatrolling rollbacks
|
2018-06-29 11:59:51 +02:00 |
|
pager
|
Use ::class to resolve class names in tests
|
2018-01-26 22:49:13 +01:00 |
|
parser
|
Resolve used lazy options in ParserOptions::optionsHash()
|
2018-05-15 06:54:55 +00:00 |
|
password
|
Add Special:PasswordPolicies
|
2018-05-19 08:55:39 +00:00 |
|
poolcounter
|
Use ::class to resolve class names in tests
|
2018-01-26 22:49:13 +01:00 |
|
preferences
|
Fix PreferencesForm alias
|
2018-05-29 21:44:18 +00:00 |
|
rcfeed
|
build: Updating mediawiki/mediawiki-codesniffer to 17.0.0
|
2018-03-29 21:53:10 +02:00 |
|
registration
|
registration: Initialize PSR-4 namespaces at same stage as normal autoloader
|
2018-05-30 13:07:42 -07:00 |
|
resourceloader
|
Merge "resourceloader: Add @covers for FileModuleTest"
|
2018-06-27 07:25:50 +00:00 |
|
search
|
Silently drop unknown titles in completion search
|
2018-06-11 13:56:19 -07:00 |
|
services
|
tests: Enable PHPUnit 4/6 compat layer in some tests that need it
|
2018-04-07 19:31:24 -07:00 |
|
session
|
Simplify PHP by using ?? and ?:
|
2018-07-10 20:03:17 +00:00 |
|
shell
|
Deprecate wfShellWikiCmd()
|
2018-04-16 16:38:05 +00:00 |
|
site
|
Replace wfGetLB
|
2018-05-02 22:30:24 +02:00 |
|
skins
|
skins: Move default style modules to getDefaultModules
|
2018-05-04 23:52:02 +00:00 |
|
sparql
|
tests: Enable PHPUnit 4/6 compat layer in some tests that need it
|
2018-04-07 19:31:24 -07:00 |
|
specialpage
|
Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient
|
2018-05-30 18:06:13 -07:00 |
|
specials
|
Convert SearchResultSet to typical iteration
|
2018-06-11 13:35:41 -07:00 |
|
Storage
|
Simplify PHP by using ?? and ?:
|
2018-07-10 20:03:17 +00:00 |
|
tidy
|
tidy: Remove obsolete Depurate and Balancer drivers
|
2018-05-08 15:32:49 +00:00 |
|
title
|
Revert "Strip soft hyphens (U+00AD) from title"
|
2018-05-31 10:45:11 -07:00 |
|
upload
|
Fix UploadBase::checkXMLEncodingMissmatch() on PHP 7.1+
|
2018-06-06 20:13:13 -07:00 |
|
user
|
[MCR] Factor PageUpdater out of WikiPage
|
2018-06-14 13:22:13 +00:00 |
|
utils
|
Have ClassCollector ignore PHP 7 anonymous classes
|
2018-05-01 13:13:37 -04:00 |
|
watcheditem
|
Use constants for rc_patrolled values instead of numbers
|
2018-04-13 23:56:35 +02:00 |
|
ActorMigrationTest.php
|
Add actor table and code to start using it
|
2018-02-23 10:06:20 -08:00 |
|
AutoLoaderTest.php
|
Improve AutoLoader test coverage
|
2018-05-26 21:29:36 -07:00 |
|
AutopromoteTest.php
|
Use ::class to resolve class names in tests
|
2018-01-26 22:49:13 +01:00 |
|
BlockTest.php
|
Add actor table and code to start using it
|
2018-02-23 10:06:20 -08:00 |
|
CommentStoreTest.php
|
Add actor table and code to start using it
|
2018-02-23 10:06:20 -08:00 |
|
ContentSecurityPolicyTest.php
|
ContentSecurityPolicy: Add trailing & to report urls
|
2018-05-22 22:20:43 +00:00 |
|
DeprecatedGlobalTest.php
|
|
|
|
DiffHistoryBlobTest.php
|
|
|
|
EditPageTest.php
|
Use ::class to resolve class names in tests
|
2018-01-26 22:49:13 +01:00 |
|
ExportTest.php
|
|
|
|
ExtraParserTest.php
|
Add 'unwrap' ParserOutput post-cache transform
|
2018-02-01 14:24:27 -08:00 |
|
FauxRequestTest.php
|
tests: Enable PHPUnit 4/6 compat layer in some tests that need it
|
2018-04-07 19:31:24 -07:00 |
|
FauxResponseTest.php
|
|
|
|
FormOptionsInitializationTest.php
|
|
|
|
FormOptionsTest.php
|
|
|
|
GitInfoTest.php
|
|
|
|
HooksTest.php
|
Complete test coverage of Hooks class
|
2018-05-26 23:38:28 -07:00 |
|
HtmlTest.php
|
Use \u{00A0} instead of   or
|
2018-06-24 01:20:13 +00:00 |
|
LicensesTest.php
|
Use ::class to resolve class names in tests
|
2018-01-26 22:49:13 +01:00 |
|
LinkerTest.php
|
Remove deprecated Linker::getLinkColour()
|
2018-06-13 01:30:04 -07:00 |
|
LinkFilterTest.php
|
Add @covers tags to miscellaneous tests
|
2017-12-24 23:29:00 -08:00 |
|
ListToggleTest.php
|
Use ::class to resolve class names in tests
|
2018-01-26 22:49:13 +01:00 |
|
MediaWikiServicesTest.php
|
Add MediaWikiService::getPerDbNameStatsdDataFactory
|
2018-07-02 18:31:03 +01:00 |
|
MediaWikiTest.php
|
Disable WebResponse setters for post-send processing
|
2018-06-12 12:35:41 -04:00 |
|
MediaWikiVersionFetcherTest.php
|
build: Updating mediawiki/mediawiki-codesniffer to 16.0.0
|
2018-02-17 13:29:13 +01:00 |
|
MergeHistoryTest.php
|
Use ::class to resolve class names in tests
|
2018-01-26 22:49:13 +01:00 |
|
MessageTest.php
|
Use wikimedia/object-factory 1.0.0
|
2018-02-04 12:52:44 -08:00 |
|
MovePageTest.php
|
tests: Add some more @covers tags
|
2018-05-07 17:49:01 +00:00 |
|
MWNamespaceTest.php
|
MWNamespace: Add getCategoryLinkType() method
|
2018-06-29 15:37:11 +00:00 |
|
MWTimestampTest.php
|
Use ::class to resolve class names in tests
|
2018-01-26 22:49:13 +01:00 |
|
OutputPageTest.php
|
Initial support for Content Security Policy, disabled by default
|
2018-05-13 21:01:11 -07:00 |
|
PageArchiveTest.php
|
Drop archive.ar_text and ar_flags
|
2018-04-03 12:54:27 -04:00 |
|
PagePropsTest.php
|
Add @covers tags to miscellaneous tests
|
2017-12-24 23:29:00 -08:00 |
|
PathRouterTest.php
|
build: Updating mediawiki/mediawiki-codesniffer to 15.0.0
|
2018-01-01 14:10:16 +01:00 |
|
PreferencesTest.php
|
Convert Preferences class into PreferencesFactory service
|
2018-01-03 09:48:25 +08:00 |
|
PrefixSearchTest.php
|
Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient
|
2018-05-30 18:06:13 -07:00 |
|
ReadOnlyModeTest.php
|
|
|
|
RevisionDbTestBase.php
|
MCR RevisionStore, multi content mode..
|
2018-06-14 17:30:33 +02:00 |
|
RevisionMcrDbTest.php
|
MCR RevisionStore, multi content mode..
|
2018-06-14 17:30:33 +02:00 |
|
RevisionMcrWriteBothDbTest.php
|
[MCR] RevisionStore, enable insertions for new schema
|
2018-06-14 13:36:08 +00:00 |
|
RevisionNoContentModelDbTest.php
|
Introduce per-schema unit tests for revision storage.
|
2018-06-07 13:31:16 +00:00 |
|
RevisionPreMcrDbTest.php
|
Introduce per-schema unit tests for revision storage.
|
2018-06-07 13:31:16 +00:00 |
|
RevisionTest.php
|
Merge "When encountering bad blobs, log the text row id."
|
2018-06-19 12:32:44 +00:00 |
|
RevisionTestModifyableContent.php
|
Split Revision tests into Unit & Integration classes
|
2017-10-13 14:46:36 +01:00 |
|
RevisionTestModifyableContentHandler.php
|
Split Revision tests into Unit & Integration classes
|
2017-10-13 14:46:36 +01:00 |
|
SampleTest.php
|
tests: Add some more @covers tags
|
2018-05-07 17:49:01 +00:00 |
|
SanitizerValidateEmailTest.php
|
build: Updating mediawiki/mediawiki-codesniffer to 16.0.0
|
2018-02-17 13:29:13 +01:00 |
|
SiteConfigurationTest.php
|
SiteConfiguration: Add test to confirm null as valid override
|
2018-04-24 18:31:30 +01:00 |
|
SiteStatsTest.php
|
phpunit: Clear job queues in MediaWikiTestCase::setUp()
|
2018-04-24 00:46:19 +01:00 |
|
StatusTest.php
|
RFC T157418: Trim whitespace in table cells, list items, headings
|
2018-03-16 13:42:55 -05:00 |
|
TemplateCategoriesTest.php
|
Move phpunit @group from file comment to class comment
|
2018-03-10 11:48:28 +01:00 |
|
TemplateParserTest.php
|
Use ::class to resolve class names in tests
|
2018-01-26 22:49:13 +01:00 |
|
TestLogger.php
|
Autofix MediaWiki.Commenting.FunctionComment.SpacingDoc* errors
|
2018-05-19 14:07:03 -07:00 |
|
TestUser.php
|
|
|
|
TestUserRegistry.php
|
Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient
|
2018-05-30 18:06:13 -07:00 |
|
TimeAdjustTest.php
|
|
|
|
TitleArrayFromResultTest.php
|
build: Updating mediawiki/mediawiki-codesniffer to 16.0.0
|
2018-02-17 13:29:13 +01:00 |
|
TitleMethodsTest.php
|
Avoid deprecated LinkCache::singleton()
|
2018-06-10 23:55:11 -07:00 |
|
TitlePermissionTest.php
|
Make $wgEmailConfirmToEdit only affect edit actions.
|
2018-06-12 00:13:18 +00:00 |
|
TitleTest.php
|
Avoid deprecated LinkCache::singleton()
|
2018-06-10 23:55:11 -07:00 |
|
WebRequestTest.php
|
Remove internal use of deprecated $wgRequestTime
|
2018-03-18 04:41:12 +00:00 |
|
WikiMapTest.php
|
|
|
|
WikiReferenceTest.php
|
build: Updating mediawiki/mediawiki-codesniffer to 16.0.0
|
2018-02-17 13:29:13 +01:00 |
|
XmlJsTest.php
|
build: Updating mediawiki/mediawiki-codesniffer to 16.0.0
|
2018-02-17 13:29:13 +01:00 |
|
XmlSelectTest.php
|
|
|
|
XmlTest.php
|
Xml.php: Do not escape double quotes in $contents of Xml::element()
|
2018-05-23 20:03:54 +00:00 |