wiki.techinc.nl/includes
Timo Tijhof be2dbcc219 ResourceLoader: Follow-up creation of ResourceLoaderEntryPoint
Follows-up Iadea44b7867f48a2be6ccbf00c0e56911a5af74e.

ResourceLoaderEntryPoint:
* Rename from Resource to ResourceLoader, as it is the entry point
  for ResourceLoader.
* Fix accidental use of ingroup on the file docblock
  instead of the class.
  https://phabricator.wikimedia.org/F42046908
* Fix broken "see" reference to "/load.php" on the ResourceEntryPoint
  class on doc.wikimedia.org. Files are indexed in Doxygen by full
  name without leading slash.
* Remove load.php from docgroup, akin to index.php.

tests:
* Remove unrelated Rest namespace from test suite.
* Remove redundant default values in newResourceLoader(),
  especially null values were confusing by showing an
  apparent intent to set a value without actually
  isplacing the default, given that isset/?? treat
  set null as not set.
* Simplify test by using the built-in startup module instead.

EntryPoint:
* Remove comment in test about doPostOutputShutdown.
  It sounded like it was explaining that we use getCapturedOutput()
  instead of run() because the latter calls doPostOutputShutdown
  which we want to avoid. Except, we don't avoid it,
  since run() is called and does call doPostOutputShutdown.
  Unclear what it was explaining.
* Improve docs around getCapturedOutput() in the base class,
  and make explicit that this seemingly unused complexity
  exists for the purpose of testing.

Bug: T354216
Change-Id: I5139fda90a3d5ac7ea1ed917c8045d1a09961d78
2024-02-22 22:30:39 +00:00
..
actions Move Parser to Mediawiki\Parser namespace 2024-02-16 09:18:38 -05:00
api Localisation updates from https://translatewiki.net. 2024-02-20 08:22:33 +01:00
auth Namespace Message, move to appropriate directory 2024-02-14 15:10:36 -05:00
block Merge "block: Include bt_auto in acquireTarget() conditions" 2024-02-16 22:00:06 +00:00
cache Namespace includes/context 2024-02-08 11:07:01 -05:00
Category Move Parser to Mediawiki\Parser namespace 2024-02-16 09:18:38 -05:00
changes Replace last remaining wfGetDB() calls in core, except ResourceLoader 2024-02-14 11:02:01 -05:00
changetags Replace last remaining wfGetDB() calls in core, except ResourceLoader 2024-02-14 11:02:01 -05:00
collation Replace more usages of deprecated MWException 2024-01-19 22:01:12 +00:00
CommentFormatter Move Parser to Mediawiki\Parser namespace 2024-02-16 09:18:38 -05:00
CommentStore Namespace Message, move to appropriate directory 2024-02-14 15:10:36 -05:00
composer composer: Allow unreleased composer versions 2024-01-31 10:07:49 +03:00
config Deprecate never-used ConfigRepository service 2024-01-24 17:52:19 -05:00
content [ParserOutput] Rename $mText to $mRawText and ::setText() to ::setRawText() 2024-02-20 17:13:28 +00:00
context Namespace Message, move to appropriate directory 2024-02-14 15:10:36 -05:00
dao
db rdbms: Use AS_RAW for config validation output 2024-02-16 15:59:59 +11:00
debug Debugger: Display debug log when $wgShowDebug = true 2024-02-14 20:24:54 +01:00
deferred ParserOutput::setPageProperty(): Update documentation 2024-02-20 11:26:38 -05:00
diff diff: Change order of inline diff legend elements 2024-02-15 12:59:19 +08:00
edit Move ParsoidRenderID to MediaWiki\Edit 2024-02-07 21:22:06 -05:00
editpage Merge "mediawiki.page.ready: Move toggleAllCollapsibles.js file to this module" 2024-02-16 04:10:48 +00:00
exception Namespace includes/context 2024-02-08 11:07:01 -05:00
export Update name & email for bvibber 2024-02-08 17:02:16 -08:00
ExternalLinks Change uses of getDBLoadBalancerFactory() to getConnectionProvider() 2024-01-22 22:27:45 +01:00
externalstore Reparent trivial subclasses of MWException 2024-01-17 04:32:33 +01:00
Feed Update name & email for bvibber 2024-02-08 17:02:16 -08:00
filebackend build: Upgrade mediawiki/mediawiki-phan-config from 0.13.0 to 0.14.0 manually 2024-02-10 02:22:41 +00:00
filerepo Remove IDBAccessObject from being implemented in many classes 2024-02-19 10:50:02 +01:00
gallery Move Parser to Mediawiki\Parser namespace 2024-02-16 09:18:38 -05:00
historyblob Fix "Call to undefined method HistoryBlobStub::getItem()" 2024-02-01 16:08:05 +00:00
Hook Move Parser to Mediawiki\Parser namespace 2024-02-16 09:18:38 -05:00
HookContainer SpecialPrefixIndex: Allow extensible filters 2024-02-18 16:43:43 +05:30
Html HtmlHelper: Fix entity encoding when $html5format = false 2024-02-09 21:38:23 +00:00
htmlform Add 'maxlength' and 'minlength' support to HTMLTextAreaField 2024-02-15 18:33:17 +00:00
http build: Resolve MediaWikiNoEmptyIfDefined suppression 2024-02-14 21:47:18 +01:00
import Update name & email for bvibber 2024-02-08 17:02:16 -08:00
installer Localisation updates from https://translatewiki.net. 2024-02-20 08:22:33 +01:00
interwiki Namespace remaining files in includes/site 2023-12-14 14:57:34 -05:00
jobqueue Replace last remaining wfGetDB() calls in core, except ResourceLoader 2024-02-14 11:02:01 -05:00
json [JsonCodec] throw JsonException now that we require PHP >= 7.4 2024-01-08 20:03:12 +00:00
language Fix more incorrect casing of MediaWiki 2024-02-19 14:35:34 +00:00
languages [Languages] Add Ibibio (ibb) 2024-02-19 15:32:22 +00:00
libs Merge "rdbms: make sure DatabaseDomain is always defined in SQLPlatform" 2024-02-20 17:55:21 +00:00
linkeddata LinkedData: Namespace PageDataRequestHandler 2024-02-08 11:07:01 -05:00
linker Move Parser to Mediawiki\Parser namespace 2024-02-16 09:18:38 -05:00
logging Replace last remaining wfGetDB() calls in core, except ResourceLoader 2024-02-14 11:02:01 -05:00
mail Merge "Replace trivial UrlUtils use with parse_url()" 2024-02-13 14:25:57 +00:00
Maintenance
media Move Parser to Mediawiki\Parser namespace 2024-02-16 09:18:38 -05:00
Message Move Parser to Mediawiki\Parser namespace 2024-02-16 09:18:38 -05:00
Navigation Namespace Message, move to appropriate directory 2024-02-14 15:10:36 -05:00
objectcache
Output Move Parser to Mediawiki\Parser namespace 2024-02-16 09:18:38 -05:00
OutputTransform Don't double-wrap headings when using DiscussionTools 2024-02-17 15:31:13 -06:00
page Remove IDBAccessObject from being implemented in many classes 2024-02-19 10:50:02 +01:00
pager [ParserOutput] Rename $mText to $mRawText and ::setText() to ::setRawText() 2024-02-20 17:13:28 +00:00
ParamValidator/TypeDef
parser Merge "[ParserOutput] Rename $mText to $mRawText and ::setText() to ::setRawText()" 2024-02-21 17:11:00 +00:00
password Replace deprecated MWException 2024-01-19 21:58:42 +00:00
Permissions Namespace Message, move to appropriate directory 2024-02-14 15:10:36 -05:00
poolcounter [poolcounter] Remove incomplete workaround for T48014 2024-02-07 21:22:06 -05:00
preferences Merge "Edit Recovery: Add help message to the preference form field" 2024-02-20 21:35:05 +00:00
profiler build: Upgrade mediawiki/mediawiki-phan-config from 0.13.0 to 0.14.0 manually 2024-02-10 02:22:41 +00:00
rcfeed
registration build: Upgrade mediawiki/mediawiki-phan-config from 0.13.0 to 0.14.0 manually 2024-02-10 02:22:41 +00:00
RenameUser Merge "Change more uses of getDBLoadBalancerFactory() to getConnectionProvider()" 2024-01-23 17:59:21 +00:00
Request build: Upgrade mediawiki/mediawiki-phan-config from 0.13.0 to 0.14.0 manually 2024-02-10 02:22:41 +00:00
ResourceLoader ResourceLoader: Follow-up creation of ResourceLoaderEntryPoint 2024-02-22 22:30:39 +00:00
Rest Merge "[ParserOutput] Rename $mText to $mRawText and ::setText() to ::setRawText()" 2024-02-21 17:11:00 +00:00
Revision Merge "Remove IDBAccessObject from being implemented in many classes" 2024-02-21 17:35:07 +00:00
revisiondelete Move away from wfGetDB() calls 2024-02-12 21:23:38 +01:00
revisionlist Replace last remaining wfGetDB() calls in core, except ResourceLoader 2024-02-14 11:02:01 -05:00
search Namespace Message, move to appropriate directory 2024-02-14 15:10:36 -05:00
session Namespace Message, move to appropriate directory 2024-02-14 15:10:36 -05:00
Settings build: Upgrade mediawiki/mediawiki-phan-config from 0.13.0 to 0.14.0 manually 2024-02-10 02:22:41 +00:00
shell Refine Command and Shell classes 2024-01-31 17:02:54 +00:00
site Replace more instances of deprecated MWException 2024-01-19 23:11:59 +00:00
SiteStats Change uses of getDBLoadBalancerFactory() to getConnectionProvider() 2024-01-22 22:27:45 +01:00
skins Namespace Message, move to appropriate directory 2024-02-14 15:10:36 -05:00
sparql Improve type safety SparqlClient 2024-02-01 14:45:08 +00:00
specialpage Namespace Message, move to appropriate directory 2024-02-14 15:10:36 -05:00
specials Merge "[ParserOutput] Rename $mText to $mRawText and ::setText() to ::setRawText()" 2024-02-21 17:11:00 +00:00
Status Namespace Message, move to appropriate directory 2024-02-14 15:10:36 -05:00
Storage Remove IDBAccessObject from being implemented in many classes 2024-02-19 10:50:02 +01:00
StubObject Namespace includes/context 2024-02-08 11:07:01 -05:00
templates
tidy Merge "HtmlHelper: Fix entity encoding when $html5format = false" 2024-02-15 03:30:11 +00:00
title Remove IDBAccessObject from being implemented in many classes 2024-02-19 10:50:02 +01:00
upload Add additional debug logging for chunked upload 2024-02-16 15:55:39 -08:00
user Remove IDBAccessObject from being implemented in many classes 2024-02-19 10:50:02 +01:00
utils Namespace Message, move to appropriate directory 2024-02-14 15:10:36 -05:00
watcheditem watcheditem: Use IReadableDatabase in type hints 2024-02-11 00:01:08 +00:00
watchlist
widget Refactor widget classes to use cleaner namespacing 2024-01-02 23:24:56 +00:00
WikiMap Namespace remaining files in includes/site 2023-12-14 14:57:34 -05:00
xml Soft deprecate many Xml methods that belong to Html, not Xml 2024-02-16 14:25:54 +00:00
.htaccess
AutoLoader.php libs/composer: Namespace under Wikimedia\Composer 2024-01-13 20:10:25 +00:00
BootstrapHelperFunctions.php
config-schema.php Merge "Remove $wgUseSameSiteLegacyCookies" 2024-02-15 16:17:16 +00:00
DefaultSettings.php
Defines.php Add support for conditional user defaults 2024-01-09 02:33:17 +00:00
DevelopmentSettings.php Check warnings from INSERT during tests 2024-01-12 09:33:05 +11:00
EntryPointEnvironment.php entrypoint: Isolate entry points from PHP runtime for testing 2024-02-02 13:03:29 +01:00
GlobalFunctions.php wfEscapeWikiText: add missing \r! case for symmetry 2024-02-14 22:29:20 -05:00
MainConfigNames.php Remove $wgUseSameSiteLegacyCookies 2024-02-14 11:26:30 +11:00
MainConfigSchema.php Remove $wgUseSameSiteLegacyCookies 2024-02-14 11:26:30 +11:00
MediaWiki.php Namespace includes/context 2024-02-08 11:07:01 -05:00
MediaWikiEntryPoint.php ResourceLoader: Follow-up creation of ResourceLoaderEntryPoint 2024-02-22 22:30:39 +00:00
MediaWikiServices.php Move Parser to Mediawiki\Parser namespace 2024-02-16 09:18:38 -05:00
PHPVersionCheck.php PHPVersionCheck: Update text to match currently supported upstream PHP versions (8.1+) 2024-01-13 16:57:40 +00:00
ServiceWiring.php preferences: Avoid injecting entire config object, use ServiceOptions 2024-02-19 15:30:26 +03:00
Setup.php Replace trivial UrlUtils use with parse_url() 2024-02-13 13:06:51 +00:00
SetupDynamicConfig.php Merge "Migrate bot passwords to virtual domains" 2024-02-07 00:11:25 +00:00
WebStart.php Namespace includes/context 2024-02-08 11:07:01 -05:00