..
actions
Merge "Make use of ?:, ?? and ??= operators in mostly trivial cases"
2022-12-16 02:51:26 +00:00
api
api: Convert cl_timestamp format for continue on categorymembers
2022-12-16 16:50:37 +01:00
auth
auth: Replace FQNs with imports
2022-12-16 11:30:32 +01:00
block
Merge "Make use of ?:, ?? and ??= operators in mostly trivial cases"
2022-12-16 02:51:26 +00:00
cache
Hard-deprecate BacklinkCache::get/getLinks/getCascadeProtectedLinks
2022-12-15 10:51:44 +00:00
changes
Merge "Make use of ?:, ?? and ??= operators in mostly trivial cases"
2022-12-16 02:51:26 +00:00
changetags
Reorg: Move RawMessage to under language/
2022-12-16 11:30:19 +01:00
collation
Use str_starts_with/str_ends_with/str_contains
2022-12-12 19:54:24 +01:00
CommentFormatter
Reorg: Move DummyLinker and Linker to linker/
2022-12-08 06:38:17 +01:00
composer
config
Use short array destructuring instead of list()
2022-10-21 15:33:37 +11:00
content
Merge "Make use of ?:, ?? and ??= operators in mostly trivial cases"
2022-12-16 02:51:26 +00:00
context
Merge "Remove references to Suhosin and its INI settings"
2022-11-10 08:36:01 +00:00
dao
db
Revert "Reorg: Move some of request related classes to MediaWiki/Request"
2022-10-27 13:14:16 +00:00
debug
Use str_starts_with/str_ends_with/str_contains
2022-12-12 19:54:24 +01:00
deferred
Drop unused deprecated hooks
2022-11-28 13:15:19 +00:00
diff
Fix whitespaces after comma
2022-12-15 01:24:14 +01:00
edit
edit: Fix casing of ParsoidRenderID in a doc comment
2022-12-05 02:04:35 -05:00
editpage
Various doc fixes about false on method arguments/return types
2022-11-10 19:23:46 +00:00
exception
Reorg: Move some of request related classes to MediaWiki/Request
2022-10-28 10:15:31 +00:00
export
Clean up PHP 7.1 reference hacks
2022-11-16 12:42:42 +11:00
externalstore
Merge "Protect HistoryBlob storage against malicious class injection"
2022-12-07 20:54:34 +00:00
Feed
Replace deprecated Linker::commentBlock/revComment
2022-12-11 01:33:56 +01:00
filebackend
Merge "Use short array destructuring instead of list()"
2022-10-21 11:11:06 +00:00
filerepo
Merge "Make use of ?:, ?? and ??= operators in mostly trivial cases"
2022-12-16 02:51:26 +00:00
gallery
Reorg: Move DummyLinker and Linker to linker/
2022-12-08 06:38:17 +01:00
historyblob
Merge "Make use of ?:, ?? and ??= operators in mostly trivial cases"
2022-12-16 02:51:26 +00:00
Hook
Reorg: Move DummyLinker and Linker to linker/
2022-12-08 06:38:17 +01:00
HookContainer
Drop more unused hard deprecated hooks
2022-12-01 03:36:48 +01:00
htmlform
Merge "Make use of ?:, ?? and ??= operators in mostly trivial cases"
2022-12-16 02:51:26 +00:00
http
Make use of ?:, ?? and ??= operators in mostly trivial cases
2022-12-05 21:37:13 +01:00
import
Reorg: Move Title-related classes to title/
2022-11-26 09:30:32 +00:00
installer
Localisation updates from https://translatewiki.net .
2022-12-16 08:27:29 +01:00
interwiki
Use short array destructuring instead of list()
2022-10-21 15:33:37 +11:00
jobqueue
Document exceptions
2022-11-28 17:04:25 +00:00
json
language
Reorg: Move RawMessage to under language/
2022-12-16 11:30:19 +01:00
languages
Add Khakas language (kjh)
2022-11-29 11:16:34 +02:00
libs
Merge "Make use of ?:, ?? and ??= operators in mostly trivial cases"
2022-12-16 02:51:26 +00:00
linkeddata
Revert "Reorg: Move some of request related classes to MediaWiki/Request"
2022-10-27 13:14:16 +00:00
linker
Merge "Make use of ?:, ?? and ??= operators in mostly trivial cases"
2022-12-16 02:51:26 +00:00
logging
Merge "Make use of ?:, ?? and ??= operators in mostly trivial cases"
2022-12-16 02:51:26 +00:00
mail
Merge "mail: Increase readability of conditions"
2022-12-02 09:24:55 +00:00
Maintenance
Respond to some messages from Phan on PHP 8.1
2022-11-03 16:25:43 +11:00
media
Make use of ?:, ?? and ??= operators in mostly trivial cases
2022-12-05 21:37:13 +01:00
Message
Navigation
Reorg: Move RawMessage to under language/
2022-12-16 11:30:19 +01:00
objectcache
Merge "objectcache: suppress TransactionProfiler in occasionallyGarbageCollect()"
2022-11-17 16:12:28 +00:00
page
Reorg: Move RawMessage to under language/
2022-12-16 11:30:19 +01:00
pager
RangeChronologicalPager: Restore the compatibility with derived classes
2022-12-13 14:42:17 +08:00
ParamValidator /TypeDef
Reorg: Move Title-related classes to title/
2022-11-26 09:30:32 +00:00
parser
Reorg: Move RawMessage to under language/
2022-12-16 11:30:19 +01:00
password
password: Update Argon2Password for PHP 7.4 minimum
2022-11-22 22:47:42 +00:00
Permissions
Revert "Reorg: Move some of request related classes to MediaWiki/Request"
2022-10-27 13:14:16 +00:00
poolcounter
Use the null coalescing assignment operator
2022-10-21 13:26:49 +11:00
preferences
Reorg: Move Title-related classes to title/
2022-11-26 09:30:32 +00:00
profiler
rdbms: add statsd metrics to TransactionProfiler
2022-11-30 20:18:43 -08:00
rcfeed
registration
Various doc fixes about false on method arguments/return types
2022-11-10 19:23:46 +00:00
Request
Reorg: Move HeaderCallback to Request directory
2022-11-08 10:53:27 +01:00
ResourceLoader
Merge "Make use of ?:, ?? and ??= operators in mostly trivial cases"
2022-12-16 02:51:26 +00:00
Rest
Introduce HtmlMessageOutputHelper for system messages
2022-12-16 11:49:56 +01:00
Revision
Merge "Make use of ?:, ?? and ??= operators in mostly trivial cases"
2022-12-16 02:51:26 +00:00
revisiondelete
revisionslists: Replace deprecated Linker::revComment/commentBlock
2022-12-11 01:40:43 +01:00
revisionlist
revisionslists: Replace deprecated Linker::revComment/commentBlock
2022-12-11 01:40:43 +01:00
search
Merge "Add alt text for thumbnails, aria-hidden for placeholder"
2022-12-15 11:42:14 +00:00
session
Make use of ?:, ?? and ??= operators in mostly trivial cases
2022-12-05 21:37:13 +01:00
Settings
Merge "Settings: Introduce SettingsBuilder::getInstance to avoid $wgSettings"
2022-11-17 20:22:12 +00:00
shell
Include core PSR-4 classes in the generated classmap
2022-11-08 12:13:32 +01:00
site
site\MediaWikiPageNameNormalizer: Replace deprecated Http::get
2022-12-14 21:12:30 +00:00
skins
Fix whitespaces after comma
2022-12-15 01:24:14 +01:00
sparql
specialpage
Reorg: Move RawMessage to under language/
2022-12-16 11:30:19 +01:00
specials
Reorg: Move RawMessage to under language/
2022-12-16 11:30:19 +01:00
Storage
Merge "Make use of ?:, ?? and ??= operators in mostly trivial cases"
2022-12-16 02:51:26 +00:00
StubObject
Reorg: Move StubObject classes in includes to its own directory
2022-10-25 16:04:48 -04:00
templates
tidy
Remove deprecated code from tidy drivers
2022-11-28 18:05:34 +01:00
title
Hard-deprecate protection related deprecated Title function
2022-12-16 00:36:53 +00:00
upload
Merge "Use str_starts_with/str_ends_with/str_contains"
2022-12-14 03:06:28 +00:00
user
Merge "Make use of ?:, ?? and ??= operators in mostly trivial cases"
2022-12-16 02:51:26 +00:00
utils
Miscellaneous PHP version related cleanups
2022-11-21 10:11:53 +11:00
watcheditem
Use str_starts_with/str_ends_with/str_contains
2022-12-12 19:54:24 +01:00
watchlist
Setup: Remove internal short-cut config $wgUseEnotif
2022-08-17 23:41:30 +02:00
widget
Allow setting min/max on DateInputWidget
2022-10-21 17:51:59 +00:00
xml
Make use of ?:, ?? and ??= operators in mostly trivial cases
2022-12-05 21:37:13 +01:00
.htaccess
ActorMigration.php
Soft-deprecate the remainder of ActorMigration
2022-09-29 14:39:22 +02:00
ActorMigrationBase.php
Use short array destructuring instead of list()
2022-10-21 15:33:37 +11:00
AutoLoader.php
AutoLoader: Drop support for $wgAutoloadAttemptLowercase
2022-12-04 02:38:57 -05:00
BadFileLookup.php
BootstrapHelperFunctions.php
CategoriesRdf.php
Category.php
Reorg: Move Title-related classes to title/
2022-11-26 09:30:32 +00:00
CategoryViewer.php
Clean up redundant array manipulation
2022-12-11 12:42:29 +01:00
CommentStore.php
Reorg: Move RawMessage to under language/
2022-12-16 11:30:19 +01:00
CommentStoreComment.php
Reorg: Move RawMessage to under language/
2022-12-16 11:30:19 +01:00
config-merge-strategies.php
Skins: Config flag controls contributions link
2022-11-08 10:33:39 +01:00
config-schema.php
Use services in WikitextContentHandler
2022-12-06 15:44:40 -05:00
config-vars.php
AutoLoader: Drop support for $wgAutoloadAttemptLowercase
2022-12-04 02:38:57 -05:00
ConfiguredReadOnlyMode.php
ContentSecurityPolicy.php
Replace various array type hints with more specific string[]
2022-09-27 09:24:22 +02:00
DefaultSettings.php
Defines.php
Prepare active branch following REL1_39 cut, labelling as 1.40-alpha
2022-09-05 20:30:54 -04:00
DevelopmentSettings.php
DevelopmentSettings: Enable Vue development mode
2022-11-17 12:00:23 +00:00
EditPage.php
Reorg: Move RawMessage to under language/
2022-12-16 11:30:19 +01:00
Emptiable.php
EventRelayerGroup.php
ExtensionInfo.php
Various doc fixes about false on method arguments/return types
2022-11-10 19:23:46 +00:00
FauxResponse.php
FileDeleteForm.php
FormOptions.php
Document exceptions
2022-11-28 17:04:25 +00:00
GitInfo.php
Various doc fixes about false on method arguments/return types
2022-11-10 19:23:46 +00:00
GlobalFunctions.php
Merge "Replace some in_array( array_keys() ) with simple isset()"
2022-11-18 21:21:24 +00:00
Hooks.php
Html.php
HtmlHelper.php
LinkFilter.php
Various doc fixes about false on method arguments/return types
2022-11-10 19:23:46 +00:00
ListToggle.php
MainConfigNames.php
AutoLoader: Drop support for $wgAutoloadAttemptLowercase
2022-12-04 02:38:57 -05:00
MainConfigNames.template
MainConfigSchema.php
Merge "docs: Improve docs around SpecialPage_initListHook"
2022-12-11 20:53:57 +00:00
MediaWiki.php
Merge "rdbms: add statsd metrics to TransactionProfiler"
2022-12-13 19:42:40 +00:00
MediaWikiServices.php
Reorg: Move MagicWord related files to under parser/
2022-12-09 13:48:35 +01:00
MediaWikiVersionFetcher.php
MergeHistory.php
Reorg: Move Title-related classes to title/
2022-11-26 09:30:32 +00:00
MovePage.php
Fix casing of class and function name usages
2022-12-04 19:09:30 +00:00
MWTimestamp.php
Reorg: Move RawMessage to under language/
2022-12-16 11:30:19 +01:00
NoLocalSettings.php
OutputHandler.php
Revert "Reorg: Move some of request related classes to MediaWiki/Request"
2022-10-27 13:14:16 +00:00
OutputPage.php
Merge "Replace deprecated PermissionManager::groupHasPermission"
2022-12-14 21:53:23 +00:00
PHPVersionCheck.php
.phan/config.php: Update minimum_target_php_version
2022-10-03 15:46:40 +01:00
Pingback.php
pingback: Update schema revision
2022-10-12 13:11:04 +00:00
ProtectionForm.php
Revert "Reorg: Move some of request related classes to MediaWiki/Request"
2022-10-27 13:14:16 +00:00
ProxyLookup.php
ReadOnlyMode.php
ServiceWiring.php
Merge "cache: Inject HookContainer into BacklinkCache"
2022-12-14 22:03:37 +00:00
Setup.php
Merge "Miscellaneous PHP version related cleanups"
2022-11-20 23:59:47 +00:00
SetupDynamicConfig.php
docs: Fix broken references to docs/Configuration.md
2022-09-07 16:36:21 +00:00
SiteConfiguration.php
SiteStats.php
SiteStats: Use the null coalescing assignment operator
2022-10-21 16:48:41 -04:00
SiteStatsInit.php
Fix whitespaces after comma
2022-12-15 01:24:14 +01:00
Status.php
Reorg: Move RawMessage to under language/
2022-12-16 11:30:19 +01:00
StreamFile.php
TemplateParser.php
TemplatesOnThisPageFormatter.php
TrackingCategories.php
WebRequest.php
Reorg: Move some of request related classes to MediaWiki/Request
2022-10-28 10:15:31 +00:00
WebResponse.php
Fix whitespaces after comma
2022-12-15 01:24:14 +01:00
WebStart.php
WikiMap.php
Merge "Make use of ?:, ?? and ??= operators in mostly trivial cases"
2022-12-16 02:51:26 +00:00
WikiReference.php