aboutsummaryrefslogtreecommitdiffstats
path: root/includes/registration
Commit message (Expand)AuthorAgeFilesLines
* DomainEventDispatcher: specify subscribers in extension.jsondaniel2024-11-202-125/+25
* DomainEventDispatcher: support subscriber objectsdaniel2024-11-191-1/+19
* installer: Allow extensions to register tasksTim Starling2024-11-151-0/+13
* DomainEvents: allow extensions to register listenersdaniel2024-10-292-14/+125
* Remove meaningless @var documentation from constantsthiemowmde2024-10-091-7/+0
* Remove unchecked exception annotationsAdam Wight2024-09-172-4/+0
* Add MediaWiki\Registration namespace to registration classesEbrahim Byagowi2024-08-108-0/+95
* Add OutputPipelineStages from extensionsArlo Breault2024-07-251-0/+1
* Add namespace to the root classes of ObjectCacheEbrahim Byagowi2024-07-102-0/+2
* REST: Add support for RestModules to extension.jsondaniel2024-06-251-0/+11
* Merge "Optimize globals processing in ExtensionRegistry for performance"jenkins-bot2024-06-191-9/+10
|\
| * Optimize globals processing in ExtensionRegistry for performancethiemowmde2024-06-131-9/+10
* | Merge "ExtensionRegistry: Avoid array_key_exists on $GLOBALS in PHP 8.1+"jenkins-bot2024-06-191-43/+52
|\|
| * ExtensionRegistry: Avoid array_key_exists on $GLOBALS in PHP 8.1+Umherirrender2024-06-111-43/+52
* | user: Introduce UserOptionsStoreTim Starling2024-06-121-0/+1
|/
* Merge "extension registration: Fix handling of null default values"jenkins-bot2024-05-221-5/+6
|\
| * extension registration: Fix handling of null default valuesErik Bernhardson2024-05-161-5/+6
* | objectcache: Complete refactor of `ObjectCache.php`Derick Alangi2024-05-211-1/+1
|/
* Use typed properties in MissingExtensionExceptionDoğu Abaris2024-04-011-9/+5
* objectcache: Restore default keyspace for LocalServerCache serviceDerick Alangi2024-03-281-2/+8
* objectcache: Introduce `ObjectCacheFactory` MW serviceDerick Alangi2024-03-191-1/+2
* Add TranslationAliasesDirs to specify special page aliases in JSONAbijeet2024-03-061-0/+18
* build: Upgrade mediawiki/mediawiki-phan-config from 0.13.0 to 0.14.0 manuallyJames D. Forrester2024-02-102-7/+9
* Deprecate array_merge_recursive merge strategy for extension/skinsCindy Cicalese2024-02-071-0/+8
* Replace more usages of deprecated MWExceptionDaimona Eaytoy2024-01-191-5/+1
* authz: Group grants by riskinessGergő Tisza2024-01-161-0/+1
* ResourceLoader: Drop targets system, deprecated in 1.41James D. Forrester2024-01-121-2/+0
* Merge "Add support for conditional user defaults"jenkins-bot2024-01-091-0/+1
|\
| * Add support for conditional user defaultsMartin Urbanec2024-01-091-0/+1
* | Replace DuplicateKeyException qualifier with importDogu2024-01-051-1/+2
|/
* Drop ExtensionProcessor::getExtraAutoloaderPaths(), deprecated in 1.39James D. Forrester2023-12-082-29/+0
* Autofix spacing around commasDaimona Eaytoy2023-10-251-8/+4
* rdbms: Introduce concept of virtual domains and mapping to ext clusterAmir Sarabadani2023-10-051-0/+1
* Ensure that ExtensionProcessor exports UserRegistrationProvidersmainframe982023-09-161-1/+2
* phpunit: Prevent access to ExtensionRegistry in unit testsDaimona Eaytoy2023-09-121-0/+25
* Merge "Make all limits function as user rights."jenkins-bot2023-09-111-0/+25
|\
| * Make all limits function as user rights.daniel2023-09-111-0/+25
* | Expose PrivilegedGroups to extension schemaReedy2023-09-071-0/+1
|/
* ExtensionProcessor: Minor doc cleanupReedy2023-09-041-9/+9
* ExtensionRegistry: Stop supporting no manifest_version, deprecated in 1.26James D. Forrester2023-08-232-19/+0
* Replace usages of wfParseUrlDaimona Eaytoy2023-08-111-10/+14
* Consistently use LogicException for test-only methodsthiemowmde2023-07-221-1/+1
* Merge sequences of `if` that end doing the same thing anywaythiemowmde2023-06-161-8/+3
* Merge "Replace substr with cleaner string methods"jenkins-bot2023-06-061-1/+1
|\
| * Replace substr with cleaner string methodsMatěj Suchánek2023-05-201-1/+1
* | registration: Fix error when processing pre-1.35 ValidSkinNames entryKevin Israel2023-05-201-2/+4
|/
* ExtensionProcessor: Drop support for skin template directories relative to coreJon Robson2023-05-111-21/+2
* Add ForeignResourceDirs extension/skin attributeGergő Tisza2023-04-251-0/+12
* registration: Improve docs and add `ingroup` tagsTimo Tijhof2023-03-248-22/+31
* registration: Add a friendly error message for missing extensionBrian Wolff2023-03-152-1/+125