wiki.techinc.nl/includes
Timo Tijhof 274c4232b9 mediawiki.page.startup: Merge with mediawiki.page.ready module
The distinction between the two was lost several years years ago
when the "position top" queue ceased to be a thing. Since then,
the two have been loaded and executed together in the same batch,
and are doing similar things.

mediawiki.page.ready is publicly used in several places
as dependendency, but mediawiki.page.startup is entirely internal
to core, which makes it the easier one of the two to dissolve.

Keep an alias for two weeks for cache compat to avoid console
warnings about unknown modules. Although even some cache still
refers to it, this is harmless since the errors are recoverable
and the correct module was also loaded by the cached pages
already.

Bug: T260210
Change-Id: Ic418c23a7400abba22fd07b17f173d3c5f1d1d10
2020-08-14 01:35:15 +00:00
..
actions Remove uncalled InfoAction::getContributors 2020-08-08 23:07:43 +02:00
api Merge "Deprecate Skin::setupSkinUserCss" 2020-08-11 15:23:37 +00:00
auth Merge "Replace "@stable for implementation" with "@stable to implement"" 2020-07-13 09:31:44 +00:00
block Use UserNameUtils in DatabaseBlock 2020-08-05 22:11:30 +02:00
cache Merge "Use strict (in)equality with namespaces constants when LHS is definitely an integer" 2020-08-03 08:20:22 +00:00
changes Save additional info about reverts in ct_params 2020-08-07 06:45:50 +00:00
changetags Ensure return variable is set for empty input in change tags 2020-07-17 22:57:43 +02:00
clientpool Remove terminating line breaks from wfDebugLog calls 2020-06-03 02:48:36 +00:00
collation Merge "Update stability annotations to follow new stable interface policy" 2020-07-13 10:05:02 +00:00
compat
composer Fix numerous PSR12.Properties.ConstantVisibility.NotFound 2020-05-11 01:59:00 +00:00
config Merge "Replace "@stable for implementation" with "@stable to implement"" 2020-07-13 09:31:44 +00:00
content Use strict (in)equality with namespaces constants when LHS is definitely an integer 2020-07-31 18:03:28 +01:00
context context: Remove duplicate log message from RequestContext::getLanguage() 2020-07-23 22:10:54 +00:00
dao Fix broken PHPDoc comments that don't start with /** 2020-07-23 16:09:41 +00:00
db rdbms: Simplify MWLBFactory::getLBFactoryClass 2020-06-23 17:29:38 +01:00
debug Do not use @var on const 2020-07-31 21:55:28 +02:00
deferred Use strict (in)equality with namespaces constants when LHS is definitely an integer 2020-07-31 18:03:28 +01:00
diff Fix broken PHPDoc comments that don't start with /** 2020-07-23 16:09:41 +00:00
edit
editpage [EditPage] Move AS_* status constants to a new interface 2020-05-30 11:59:03 -07:00
exception includes: Use expression assignment operator += or |= where possible 2020-07-31 22:26:42 +00:00
export make prefetch for dumps work with large revisions for multiple files 2020-07-13 14:01:42 +03:00
externalstore Hard deprecate ExternalStoreDB::getSlave() 2020-07-29 13:05:10 +00:00
filebackend Pass function name to database functions 2020-06-07 14:16:52 +02:00
filerepo Use strict (in)equality with namespaces constants when LHS is definitely an integer 2020-07-31 18:03:28 +01:00
gallery Merge "Update stability annotations to follow new stable interface policy" 2020-07-13 10:05:02 +00:00
historyblob phan: Enable redundant_condition_detection 2020-07-01 20:13:07 +00:00
Hook Mark OutputPageBodyAttributes as non-abortable. 2020-07-29 21:05:23 +00:00
HookContainer Mark OutputPageBodyAttributes as non-abortable. 2020-07-29 21:05:23 +00:00
htmlform Fix broken PHPDoc comments that don't start with /** 2020-07-23 16:09:41 +00:00
http Use @internal instead of @private per policy 2020-06-26 14:14:23 +02:00
import Use strict (in)equality with namespaces constants when LHS is definitely an integer 2020-07-31 18:03:28 +01:00
installer Localisation updates from https://translatewiki.net. 2020-08-10 08:59:08 +02:00
interwiki Replace "@stable for implementation" with "@stable to implement" 2020-07-13 11:05:49 +02:00
jobqueue Merge "concatenateChunks failures are not job failures" 2020-08-10 12:27:44 +00:00
json Flip Yoda conditionals 2020-07-22 17:49:12 +01:00
language language: Improve documentation of bool return values and such 2020-07-14 18:51:19 +00:00
libs Merge "GlobalIdGenerator: Spelling correction in a comment" 2020-08-08 06:02:32 +00:00
linkeddata Fix SingleSpaceBeforeSingleLineComment 2020-05-11 00:57:11 +00:00
linker Avoid SpecialPage::getTitleValueFor in LinkRenderer 2020-08-10 16:11:23 +02:00
logging logging: Document LSP violations in RCDatabaseLogEntry 2020-07-14 18:38:45 +00:00
mail Use strict (in)equality with namespaces constants when LHS is definitely an integer 2020-07-31 18:03:28 +01:00
media includes: Use expression assignment operator += or |= where possible 2020-07-31 22:26:42 +00:00
Message
Navigation Whitespace cleanup: Use tabs for indentation, avoid double spaces 2020-06-27 07:53:07 +00:00
objectcache objectcache: only use memcached "gets" when tokens are needed 2020-07-15 00:16:46 +00:00
page Merge "Use strict (in)equality with namespaces constants when LHS is definitely an integer" 2020-08-03 08:20:22 +00:00
pager Merge "Replace "@stable for subclassing" with "@stable to extend"" 2020-07-13 09:31:38 +00:00
ParamValidator/TypeDef UserDef DI 2020-08-05 16:36:53 +00:00
parser Use strict (in)equality with namespaces constants when LHS is definitely an integer 2020-07-31 18:03:28 +01:00
password Replace "@stable for implementation" with "@stable to implement" 2020-07-13 11:05:49 +02:00
Permissions Use strict (in)equality with namespaces constants when LHS is definitely an integer 2020-07-31 18:03:28 +01:00
poolcounter Return directly from within try/finally block 2020-07-20 15:54:32 +00:00
preferences Merge "SignatureValidator: Tweaks to linter error messages" 2020-08-10 22:27:47 +00:00
profiler Remove terminating line breaks from debug messages 2020-06-03 12:01:16 +10:00
rcfeed Replace "@stable for implementation" with "@stable to implement" 2020-07-13 11:05:49 +02:00
registration Mark exceptions as @newable 2020-07-08 17:51:38 +00:00
resourceloader installer: Write to wgLogos, not wgLogo 2020-07-29 02:15:51 +01:00
Rest Merge "Add option to enable cross-origin resource sharing (CORS) in REST API" 2020-08-11 22:05:07 +00:00
Revision Merge "RevisionStore: add getRevisionIdsBetween method" 2020-08-05 13:38:23 +00:00
revisiondelete Replace "@stable for implementation" with "@stable to implement" 2020-07-13 11:05:49 +02:00
revisionlist Add tests for RevisionList/RevisionItem classes 2020-05-12 09:36:44 -07:00
search Use strict (in)equality with namespaces constants when LHS is definitely an integer 2020-07-31 18:03:28 +01:00
session Merge "Replace "@stable for implementation" with "@stable to implement"" 2020-07-13 09:31:44 +00:00
shell firejail: Strengthen by copying from Wikimedia's profile 2020-08-07 00:04:51 -07:00
site Fix more PSR12.Properties.ConstantVisibility.NotFound 2020-05-15 00:32:23 +01:00
skins mediawiki.page.startup: Merge with mediawiki.page.ready module 2020-08-14 01:35:15 +00:00
sparql Mark exceptions as @newable 2020-07-08 17:51:38 +00:00
specialpage Merge "Filter invalid namespace on Special:RecentChanges and friend" 2020-08-12 01:42:54 +00:00
specials mediawiki.page.startup: Merge with mediawiki.page.ready module 2020-08-14 01:35:15 +00:00
Storage Merge "Fix a typo: tabel -> table" 2020-08-07 22:11:36 +00:00
templates
tidy Whitespace cleanup: Use tabs for indentation, avoid double spaces 2020-06-27 07:53:07 +00:00
title Use strict (in)equality with namespaces constants when LHS is definitely an integer 2020-07-31 18:03:28 +01:00
upload Use strict (in)equality with namespaces constants when LHS is definitely an integer 2020-07-31 18:03:28 +01:00
user UserOptionsManager: fix options reset. 2020-08-07 06:38:00 +00:00
utils Merge "Replace "@stable for implementation" with "@stable to implement"" 2020-07-13 09:31:44 +00:00
watcheditem Merge "Default to using watchlist expiry of old page when moving pages" 2020-08-06 04:32:24 +00:00
widget Clarify documentation of TitlesMultiselectWidget::$showMissing 2020-06-03 16:24:36 +02:00
xml includes: Use expression assignment operator += or |= where possible 2020-07-31 22:26:42 +00:00
.htaccess
ActorMigration.php ActorMigration doc comment 2020-07-24 10:21:29 -07:00
AjaxDispatcher.php Whitespace cleanup: Use tabs for indentation, avoid double spaces 2020-06-27 07:53:07 +00:00
AjaxResponse.php Explicit visibility modifiers to AjaxResponse.php 2020-05-10 02:00:26 +01:00
AutoLoader.php AutoLoader: Remove entry for Wikimedia\Services 2020-08-05 23:50:43 -07:00
Autopromote.php Move autopromote groups logic into UserGroupManager 2020-06-11 22:13:48 +00:00
BadFileLookup.php BadFile keeps a "bad file list", not a "blacklist" 2020-06-08 18:07:24 -04:00
CategoriesRdf.php Fix numerous PSR12.Properties.ConstantVisibility.NotFound 2020-05-12 18:41:43 +00:00
Category.php Category.php - add a variable $loadBalancer instead of calling wfGetDB 2020-05-27 14:21:17 +00:00
CategoryViewer.php Use strict (in)equality with namespaces constants when LHS is definitely an integer 2020-07-31 18:03:28 +01:00
CommentStore.php CommentStore: Add documentation defgroup/ingroup annotations 2020-07-25 05:42:20 +00:00
CommentStoreComment.php CommentStore: Add documentation defgroup/ingroup annotations 2020-07-25 05:42:20 +00:00
ConfiguredReadOnlyMode.php
ContentSecurityPolicy.php Hooks::run() call site migration 2020-05-30 14:23:28 +00:00
DefaultSettings.php Merge "Add option to enable cross-origin resource sharing (CORS) in REST API" 2020-08-11 22:05:07 +00:00
Defines.php Create fallback for undefined content models. 2020-07-22 19:59:09 +02:00
DeprecatedGlobal.php
DerivativeRequest.php Replace "@stable for calling" by "@stable to call" 2020-07-13 08:55:28 +00:00
DevelopmentSettings.php mediawiki-docker: Add a jobrunner container 2020-06-17 13:34:55 +00:00
DummyLinker.php linker: Move Linker::normaliseSpecialPage to LinkRenderer class 2020-05-24 23:11:55 +00:00
EditPage.php Merge "EditPage: don't mark "dirty" undos as undos" 2020-08-04 05:21:12 +00:00
EventRelayerGroup.php
ExtensionInfo.php Allow extensions (et al) to have multiple LICENSE/COPYING files 2020-05-05 22:49:04 +00:00
FauxRequest.php Replace "@stable for calling" by "@stable to call" 2020-07-13 08:55:28 +00:00
FauxResponse.php
FeedUtils.php FeedUtils: Remove use of Revision objects 2020-04-27 18:46:13 +00:00
FileDeleteForm.php Split reason dropdown list for action=delete 2020-07-01 20:23:25 +00:00
ForeignResourceManager.php Pass function name to HttpRequestFactory::create 2020-06-07 12:20:06 +00:00
ForkController.php Fix numerous PSR12.Properties.ConstantVisibility.NotFound 2020-05-12 18:41:43 +00:00
FormOptions.php build: Bump mediawiki-codesniffer to 31.0.0 2020-05-30 14:56:28 +00:00
GitInfo.php Replace "@stable for calling" by "@stable to call" 2020-07-13 08:55:28 +00:00
GlobalFunctions.php includes: Use expression assignment operator += or |= where possible 2020-07-31 22:26:42 +00:00
HeaderCallback.php Merge "HeaderCallback: Sanitize cookie values in debug logs" 2020-07-03 03:28:53 +00:00
Hooks.php Introduce wfDeprecatedMsg() 2020-06-22 14:34:39 +10:00
Html.php
Linker.php Display remaining watch period in watchstar 2020-07-18 01:45:51 +00:00
LinkFilter.php Fix numerous PSR12.Properties.ConstantVisibility.NotFound 2020-05-12 18:41:43 +00:00
ListToggle.php
MagicWord.php Use @internal instead of @private per policy 2020-06-26 14:14:23 +02:00
MagicWordArray.php
MagicWordFactory.php Revert "Adding = as a parser function" 2020-07-03 14:52:27 +00:00
MediaWiki.php Use strict (in)equality with namespaces constants when LHS is definitely an integer 2020-07-31 18:03:28 +01:00
MediaWikiServices.php Merge "Add WikiPageFactory" 2020-07-30 01:54:54 +00:00
MediaWikiVersionFetcher.php Make use of the preg_match() return value, if possible 2020-07-14 19:26:35 +00:00
MergeHistory.php Introduce wfDeprecatedMsg() 2020-06-22 14:34:39 +10:00
MovePage.php Use strict (in)equality with namespaces constants when LHS is definitely an integer 2020-07-31 18:03:28 +01:00
MWGrants.php Create mergehistory grant for mergehistory 2020-07-04 06:21:39 +00:00
MWNamespace.php
MWTimestamp.php Annotate newable classes 2020-07-07 15:38:57 +02:00
NoLocalSettings.php Fix version number not showing in NoLocalSettings.php 2020-05-26 02:14:10 +02:00
OrderedStreamingForkController.php
OutputHandler.php Remove terminating line breaks from debug messages 2020-06-03 12:01:16 +10:00
OutputPage.php mediawiki.page.startup: Merge with mediawiki.page.ready module 2020-08-14 01:35:15 +00:00
PageProps.php Fix numerous PSR12.Properties.ConstantVisibility.NotFound 2020-05-12 18:41:43 +00:00
PathRouter.php
PHPVersionCheck.php Fix broken PHPDoc comments that don't start with /** 2020-07-23 16:09:41 +00:00
Pingback.php Merge "Pass function name to database functions" 2020-06-07 16:03:38 +00:00
ProtectionForm.php ProtectionForm: Use available permission manager, not MediaWikiServices 2020-07-13 07:11:05 +00:00
ProxyLookup.php Hooks::run() call site migration 2020-05-30 14:23:28 +00:00
RawMessage.php Replace "@stable for calling" by "@stable to call" 2020-07-13 08:55:28 +00:00
ReadOnlyMode.php
Revision.php Merge "Hard deprecate the rest of the Revision class" 2020-07-06 13:57:55 +00:00
ServiceWiring.php Merge "UserEditTracker: Do not try to initialize edit count in read-only mode" 2020-08-05 23:32:50 +00:00
Setup.php Remove $wgMemc 2020-07-27 23:45:22 +00:00
SiteConfiguration.php includes: Use expression assignment operator += or |= where possible 2020-07-31 22:26:42 +00:00
SiteStats.php Remove terminating line breaks from debug messages 2020-06-03 12:01:16 +10:00
SiteStatsInit.php Fix broken PHPDoc comments that don't start with /** 2020-07-23 16:09:41 +00:00
Status.php Annotate newable classes 2020-07-07 15:38:57 +02:00
StreamFile.php mime: Update usage of MimeAnalyzer methods 2020-05-28 20:13:47 +00:00
StubObject.php Replace "@stable for calling" by "@stable to call" 2020-07-13 08:55:28 +00:00
StubUserLang.php
TemplateParser.php
TemplatesOnThisPageFormatter.php
Title.php Use strict (in)equality with namespaces constants when LHS is definitely an integer 2020-07-31 18:03:28 +01:00
TitleArray.php Hooks::run() call site migration 2020-05-30 14:23:28 +00:00
TitleArrayFromResult.php Replace "@stable for calling" by "@stable to call" 2020-07-13 08:55:28 +00:00
TitleFactory.php
TrackingCategories.php Remove unused deprecated-self-close-category message 2020-06-01 10:10:58 -04:00
WebRequest.php Make WebRequest::getAcceptLang() return floats instead of strings 2020-07-14 19:10:24 +00:00
WebRequestUpload.php Remove terminating line breaks from debug messages 2020-06-03 12:01:16 +10:00
WebResponse.php Support SameSite=None cookies 2020-07-07 02:18:45 +01:00
WebStart.php
WikiMap.php Fix typo: 'the the' -> 'the' 2020-05-03 20:45:36 +01:00
WikiReference.php