Merge "ResourceLoader: Mark ResourceLoaderUseObjectCacheForDeps as deprecated"
This commit is contained in:
commit
bc84e21947
3 changed files with 3 additions and 2 deletions
|
|
@ -56,6 +56,7 @@ For notes on 1.42.x and older releases, see HISTORY.
|
|||
default. This means ResourceLoader writes information to the MainStash
|
||||
instead of a core database table, which can be set to a separate database
|
||||
via wgMainStash. If you find issues, please drop a comment on T343492.
|
||||
It is now deprecated and will be removed in MediaWiki 1.44.
|
||||
* …
|
||||
|
||||
==== Removed configuration ====
|
||||
|
|
|
|||
|
|
@ -3708,7 +3708,7 @@ config-schema:
|
|||
default: true
|
||||
description: |-
|
||||
Use the main stash instead of the module_deps table for indirect dependency tracking
|
||||
@unstable EXPERIMENTAL
|
||||
@deprecated since 1.43; This will be removed in 1.44
|
||||
@since 1.35
|
||||
ResourceLoaderDebug:
|
||||
default: false
|
||||
|
|
|
|||
|
|
@ -5888,7 +5888,7 @@ class MainConfigSchema {
|
|||
/**
|
||||
* Use the main stash instead of the module_deps table for indirect dependency tracking
|
||||
*
|
||||
* @unstable EXPERIMENTAL
|
||||
* @deprecated since 1.43; This will be removed in 1.44
|
||||
* @since 1.35
|
||||
*/
|
||||
public const ResourceLoaderUseObjectCacheForDeps = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue