wiki.techinc.nl/tests/phpunit/includes
Petr Pchelko 7cf60852fa Article::view - remove the old subtitle from doOutputFromParserCache.
The method is called from two places:
- For new revision ParserCache, when the subtitle doesn't need
to be applied. That call is protected by !oldid check
- For old revision cache, when subtitle is already applied before
checking the cache. So, no need to set it.

Bug: T269727
Change-Id: Ibec845ccfe43ae2cb4bbe0152c932cb74f3cef4b
2020-12-08 21:52:11 -06:00
..
actions Fix invalid watchlist expiry options 2020-11-16 17:21:03 -05:00
api Deprecate the use of Skin::setupSkinUserCss to alter the internal array of styles 2020-11-24 10:49:09 +11:00
auth Document mock classes in AuthManagerTest::hook 2020-11-13 22:43:00 +01:00
block Inject UserFactory into BlockErrorFormatter 2020-10-13 20:09:52 +00:00
cache
changes Convert PageProps to a service 2020-08-12 21:21:53 +00:00
changetags Add ChangeTags::getTagsWithData 2020-11-10 22:19:37 -08:00
collation CollationTest: Stop checking for intl being loaded 2020-11-29 00:22:40 +00:00
config
content Make WikitextContentTest set the context title to avoid failures 2020-10-20 16:13:42 -07:00
context RequestContextTest: No need to set $wgUser 2020-09-13 23:18:17 +00:00
db Make unit tests assertion about assertNotEquals more strict 2020-11-01 23:12:06 +00:00
debug
deferred
diff Make use of array deconstruction directly in foreach, if possible 2020-11-12 18:38:06 +00:00
editpage Hard deprecate NamespaceInfo::getRestrictionLevels 2020-11-16 04:40:24 +01:00
exception Make unit tests assertion about assertNotEquals more strict 2020-11-01 23:12:06 +00:00
externalstore
filebackend Merge "Make unit tests assertion about assertNotEquals more strict" 2020-11-02 00:37:36 +00:00
filerepo filerepo: remove repo name from getSharedCacheKey() 2020-11-16 17:28:31 -08:00
GlobalFunctions Remove deprecated wfMemcKey() function 2020-11-23 16:57:06 -08:00
HookContainer Prevent service injection to LoadExtensionSchemaUpdates hook 2020-09-18 08:01:52 +10:00
htmlform Make unit tests assertion about assertNotEquals more strict 2020-11-01 23:12:06 +00:00
http Add a function to HttpRequestFactory for creating a GuzzleHttp\Client 2020-10-22 23:11:47 -05:00
import Replace deprecated WikiPage::factory in import/export related classes 2020-11-15 18:32:21 +00:00
interwiki
jobqueue Make use of array deconstruction directly in foreach, if possible 2020-11-12 18:38:06 +00:00
language
libs [UploadedFileStreamTest] Skip test with chmod 2020-12-06 10:59:17 +00:00
linkeddata
linker Replace wfGetDB with LoadBalancer in LinkCache service 2020-08-26 19:58:48 +02:00
logging Remove use of $wgUser from LogFormatterTest, unneeded 2020-09-14 20:26:13 +00:00
mail
media Make unit tests assertion about assertNotEquals more strict 2020-11-01 23:12:06 +00:00
Message
Navigation
objectcache
page Article::view - remove the old subtitle from doOutputFromParserCache. 2020-12-08 21:52:11 -06:00
pager
ParamValidator/TypeDef Add API validator for titles 2020-11-06 14:09:04 -08:00
parser Make ParserCache respect ParserOptions::isSafeToCache 2020-12-02 14:02:36 -06:00
password
Permissions PermissionManager: Allow sysops to view deleted config pages 2020-10-20 21:57:18 +00:00
poolcounter Make ParserCache respect ParserOptions::isSafeToCache 2020-12-02 14:02:36 -06:00
preferences
rcfeed
registration
resourceloader Only preload logo if the optional logo feature is enabled. 2020-10-21 13:50:25 -04:00
Rest Handle CORS preflight request and prevent anon users from unsafe methods 2020-09-21 19:29:40 -04:00
Revision Merge "Chain MutableRevisionRecord method calls 2" 2020-11-27 08:36:31 +00:00
search search: Fix PrefixSearch totally ignoring input like "[[Foo]]" 2020-08-20 10:50:52 +02:00
session build: Updating mediawiki/mediawiki-codesniffer to 34.0.0 2020-12-07 14:55:24 +01:00
shell Fixes shell edge-cases in Windows 2020-08-26 15:04:07 +10:00
site
skins Revert "Deprecate Skin::setupSkinUserCss" 2020-11-24 10:03:11 +11:00
sparql
specialpage Improve documentation about object to be stdClass or specific type 2020-11-20 14:47:56 +00:00
specials Merge "Inject WikiPageFactory into SpecialMyLanguage" 2020-12-01 16:04:01 +00:00
Storage Flip $wgParserCacheUseJson default 2020-11-30 15:11:08 -06:00
title Hard deprecate NamespaceInfo::getRestrictionLevels 2020-11-16 04:40:24 +01:00
upload Fix tests assume badaccess-groups message in singular form 2020-10-30 17:20:54 +01:00
user Validate max length of bp_restrictions and bp_grants 2020-12-05 02:10:01 +00:00
utils Make use of array deconstruction directly in foreach, if possible 2020-11-12 18:38:06 +00:00
watcheditem Merge "Use LinkBatchFactory in WatchedItemStore" 2020-11-06 21:24:23 +00:00
ActorMigrationTest.php Inject UserFactory into ActorMigration 2020-10-13 19:34:19 +00:00
ActorMigrationTest.sql
AutoLoaderTest.php
AutopromoteTest.php Merge "UserEditTracker: Minor code clean up and follow-ups" 2020-09-28 20:35:39 +00:00
CategoryTest.php
CommentStoreCommentTest.php
CommentStoreTest.php
CommentStoreTest.sql
ContentSecurityPolicyTest.php
DeprecatedGlobalTest.php
DiffHistoryBlobTest.php
EditPageConstraintsTest.php Add AccidentalRecreationConstraint 2020-11-16 22:36:54 +00:00
EditPageTest.php Reduce public methods of EditPage 2020-11-16 22:21:59 +00:00
ExportTest.php Explicitly wrap some XML calls in libxml_disable_entity_loader() 2020-09-20 15:57:14 +00:00
ExtraParserTest.php
FauxRequestTest.php Implement FauxRequest::getPostValues() 2020-11-27 09:38:08 +01:00
GitInfoTest.php
HooksTest.php HookContainer: fix clear() and scopedRegister(). 2020-09-08 21:07:59 +02:00
HtmlTest.php
LinkerTest.php
LinkFilterTest.php
ListToggleTest.php
MagicWordFactoryTest.php
MediaWikiServicesTest.php Use the old HookContainer to set up the post-reset services 2020-12-01 13:04:12 +11:00
MediaWikiTest.php
MediaWikiVersionFetcherTest.php
MergeHistoryTest.php Inject WikiPageFactory into MergeHistory/MovePage 2020-11-11 22:10:47 +01:00
MessageTest.php
MockServiceWiring.php Use the old HookContainer to set up the post-reset services 2020-12-01 13:04:12 +11:00
MovePageTest.php Add delete-redirect for deleting single-rev redirects during moves 2020-09-04 03:50:17 +00:00
MultiHttpClientTest.php
MWTimestampTest.php
OutputPageTest.php Replace $wgDisable{Lang,Title}Conversion with LanguageConverterFactory methods 2020-11-25 12:47:26 -05:00
PagePropsTest.php Replace tabs with spaces 2020-09-04 18:04:07 +02:00
PrefixSearchTest.php
ReadOnlyModeTest.php
RevisionDbTest.php
RevisionTest.php
RevisionTestModifyableContent.php
RevisionTestModifyableContentHandler.php
SampleTest.php
SiteStatsTest.php
StatusTest.php [StatusTest] Replace ReflectionMethod with TestingAccessWrapper 2020-10-30 14:02:10 +00:00
SystemBlockTest.php
TemplateCategoriesTest.php
TestLocalisationCache.php
TestLogger.php
TestUser.php
TestUserRegistry.php Remove documentation that literally repeats the code 2020-10-27 19:20:26 +00:00
TimeAdjustTest.php
TitleMethodsTest.php
TitleTest.php Correct position of $expected and $actual in TitleTest::testGetCascadeProtectionSources() 2020-10-03 18:23:00 +01:00
WebRequestTest.php
WikiMapTest.php
WikiReferenceTest.php
XmlTest.php Drop down lists: Do not use the value for 'other' as option group 2020-09-16 19:30:43 +00:00