..
actions
Reorg: Move EditPage.php to MediaWiki\EditPage
2023-02-15 22:40:10 +01:00
api
Reorg: Move EditPage.php to MediaWiki\EditPage
2023-02-15 22:40:10 +01:00
auth
Remove unused arguments to private functions
2023-02-08 19:00:47 +00:00
block
Introduce a DatabaseBlockStoreFactory
2023-02-13 01:59:55 +00:00
cache
BacklinkCache: Simplify to use getWithSetCallback() and remove check key
2023-02-08 15:49:08 +00:00
Category
Reorg: Move category-related classes from includes/ to Category/
2023-02-09 20:18:54 +01:00
changes
Use the ?? operator in a few places where it makes sense
2023-02-14 09:44:27 +01:00
changetags
Remove obsolete Rdbms query groups from getConnection calls
2023-02-15 17:10:26 +00:00
collation
Clean up old ICU version checks
2023-01-26 06:49:13 -05:00
CommentFormatter
Split a base class out of CommentStore
2023-01-01 22:34:36 +00:00
CommentStore
respect migration stage when deleting from revision_comment_temp
2023-02-03 22:14:54 +00:00
composer
Make phpunit:coverage-edit script independent of phpunit
2023-01-04 19:29:34 +01:00
config
Use short array destructuring instead of list()
2022-10-21 15:33:37 +11:00
content
Replace some use of Language::truncateForDatabase() with mb_strcut()
2023-01-30 04:50:33 +00:00
context
Make use of ??= in more places
2022-12-17 01:10:13 +00:00
dao
db
rdbms: Consolidate logger channels into one
2023-01-03 22:46:38 +00:00
debug
rdbms: Consolidate logger channels into one
2023-01-03 22:46:38 +00:00
deferred
LinksUpdate: Use DB key for category links table
2023-02-10 18:21:49 +08:00
diff
Merge "docs: Add missing StubUserLang type to some @param/@return"
2023-02-03 23:45:03 +00:00
edit
edit: Fix casing of ParsoidRenderID in a doc comment
2022-12-05 02:04:35 -05:00
editpage
Reorg: Move EditPage.php to MediaWiki\EditPage
2023-02-15 22:40:10 +01:00
exception
Remove unused arguments to private functions
2023-02-08 19:00:47 +00:00
export
Merge "Check return value of XMLReader::open"
2023-02-10 01:35:40 +00:00
externalstore
Merge "Protect HistoryBlob storage against malicious class injection"
2022-12-07 20:54:34 +00:00
Feed
Use CommentStore service instead of deprecated method
2023-01-04 23:50:51 +00:00
filebackend
Merge "Use short array destructuring instead of list()"
2022-10-21 11:11:06 +00:00
filerepo
Split a base class out of CommentStore
2023-01-01 22:34:36 +00:00
gallery
Don't emit empty alt attribute unless it's explicitly asked for
2023-02-09 12:57:48 -05:00
historyblob
Replace some usages of MWException
2023-01-26 00:10:34 +00:00
Hook
Reorg: Move EditPage.php to MediaWiki\EditPage
2023-02-15 22:40:10 +01:00
HookContainer
Add SpecialCreateAccountsBenefits hook
2023-01-29 17:50:15 -08:00
htmlform
Merge "Revert "htmlform: Improve validation of multiselect fields""
2023-02-02 17:39:41 +00:00
http
http: Log GuzzleHttpRequest requests
2023-02-08 17:34:33 +00:00
import
Remove WikiRevision::importUpload
2023-01-15 12:03:02 +01:00
installer
Merge "Drop 1.34 db updates"
2023-02-15 12:51:34 +00:00
interwiki
interwiki: Inject wikiId into ClassicInterwikiLookup
2023-01-27 13:50:07 +02:00
jobqueue
Remove obsolete Rdbms query groups from getConnection calls
2023-02-15 17:10:26 +00:00
json
Remove unused local variable assignment
2023-02-04 22:16:31 +01:00
language
LinksUpdate: Use DB key for category links table
2023-02-10 18:21:49 +08:00
languages
Add Kusaal language (kus)
2023-02-13 09:24:23 +02:00
libs
Merge "rdbms: improve the moving average method in LoadMonitor"
2023-02-15 21:36:54 +00:00
linkeddata
Use SlotRecord::MAIN instead of hard coded value
2023-01-03 16:24:42 +01:00
linker
Minor PHPDoc fixups and improvements in different places
2023-02-14 09:09:11 +01:00
logging
Reorg: Move EditPage.php to MediaWiki\EditPage
2023-02-15 22:40:10 +01:00
mail
watchlist: Re-centralise former wgUseEnotif condition
2023-02-02 08:48:50 +00:00
Maintenance
Replace some usages of MWException
2023-01-26 00:10:34 +00:00
media
media: Guard wgSVGConverters against placeholders within shell arguments
2023-02-10 23:09:59 +00:00
Message
user: Deprecate UserGroupMembership::getGroupMemberName
2022-12-21 18:20:34 +01:00
Navigation
Reorg: Move RawMessage to under language/
2022-12-16 11:30:19 +01:00
objectcache
Remove unused arguments to private functions
2023-02-08 19:00:47 +00:00
page
Reorg: Move EditPage.php to MediaWiki\EditPage
2023-02-15 22:40:10 +01:00
pager
Merge "pager: Provide a method to override the timestamp field"
2023-02-14 00:49:43 +00:00
ParamValidator /TypeDef
Reorg: Move Title-related classes to title/
2022-11-26 09:30:32 +00:00
parser
Merge "Ensure CacheTime properties are reflected by ParserOutput::collectMetadata"
2023-02-13 22:04:40 +00:00
password
password: Update Argon2Password for PHP 7.4 minimum
2022-11-22 22:47:42 +00:00
Permissions
permissions: Check cascade protection only if page can exists
2023-02-10 20:11:07 +00:00
poolcounter
PoolCounterRedis: Fix wrong cast, locks weren't being released
2023-02-01 18:04:19 +00:00
preferences
Move validation of timezone to HTMLTimezoneField
2023-01-19 22:43:59 +08:00
profiler
Merge "Fix phan error when Excimer is enabled"
2023-01-06 10:22:53 +00:00
rcfeed
registration
Merge "Remove unused arguments to private functions"
2023-02-08 22:42:46 +00:00
Request
Reorg: Move HeaderCallback to Request directory
2022-11-08 10:53:27 +01:00
ResourceLoader
Merge "Remove unused arguments to private functions"
2023-02-08 22:42:46 +00:00
Rest
Remove/simplify not trivial and unnecessary null checks
2023-02-14 09:03:52 +01:00
Revision
Remove obsolete Rdbms query groups from getConnection calls
2023-02-15 17:10:26 +00:00
revisiondelete
revisiondelete: Reuse LogFormatter::getComment instead of own formatting
2023-02-09 22:38:42 +00:00
revisionlist
revisionslists: Replace deprecated Linker::revComment/commentBlock
2022-12-11 01:40:43 +01:00
search
Merge "Reorg: Move category-related classes from includes/ to Category/"
2023-02-09 23:20:40 +00:00
session
Make it possible to override the session in REST API tests
2023-02-06 18:56:51 +01:00
Settings
SettingsBuilder: introduce a "registration" stage
2022-12-16 15:47:05 +00:00
shell
shell: Command::cgroup() has been removed, no callers
2023-02-08 07:50:49 +00:00
site
Replace some usages of MWException
2023-01-26 00:10:34 +00:00
skins
skin: Restore default 'value' attribute in makeSearchButton()
2023-02-08 08:38:59 +00:00
sparql
specialpage
Remove obsolete Rdbms query groups from getConnection calls
2023-02-15 17:10:26 +00:00
specials
Merge "Remove obsolete Rdbms query groups from getConnection calls"
2023-02-15 18:55:06 +00:00
Storage
Parsoid: cache warming job: add render reason
2023-01-24 14:08:01 +01: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
Merge "docs: Add missing StubUserLang type to some @param/@return"
2023-02-03 23:45:03 +00:00
upload
Use the ?? operator in a few places where it makes sense
2023-02-14 09:44:27 +01:00
user
Merge "Minor PHPDoc fixups and improvements in different places"
2023-02-14 17:00:55 +00:00
utils
Miscellaneous PHP version related cleanups
2022-11-21 10:11:53 +11:00
watcheditem
Split a base class out of CommentStore
2023-01-01 22:34:36 +00:00
watchlist
watchlist: Re-centralise former wgUseEnotif condition
2023-02-02 08:48:50 +00: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
AutoLoader.php
poolcounter: Merge Client and ConnectionManager from extension repo
2022-12-14 20:28:14 +00:00
BadFileLookup.php
BootstrapHelperFunctions.php
config-merge-strategies.php
Skins: Config flag controls contributions link
2022-11-08 10:33:39 +01:00
config-schema.php
Improve ApiQuerySiteInfo handling of deprecated and "extra" language links
2023-02-09 16:27:24 +00:00
config-vars.php
ResourceLoader: Basic client side user preferences
2023-01-25 02:24:35 +00:00
ConfiguredReadOnlyMode.php
ContentSecurityPolicy.php
Make use of ??= in more places
2022-12-17 01:10:13 +00: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: Fix typo
2022-12-23 12:14:24 +00: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
GitInfo: Use Command::allowPath() instead of ::whitelistPaths()
2023-02-03 12:35:39 +00:00
GlobalFunctions.php
Merge "Minor documentation and naming cleanup in global wfMerge()"
2023-02-10 16:29:03 +00:00
Hooks.php
Html.php
HtmlHelper.php
LinkFilter.php
Api: Break dependency of ApiQueryExternalLinks on ApiQueryExtLinksUsage
2023-02-14 17:29:00 +01:00
ListToggle.php
MainConfigNames.php
ResourceLoader: Basic client side user preferences
2023-01-25 02:24:35 +00:00
MainConfigNames.template
MainConfigSchema.php
rdbms: Update old LBFactoryConf docs and remove needless file path
2023-02-10 23:29:01 +00:00
MediaWiki.php
Clear the statsd data buffer regardless of StatsdServer config
2023-02-12 03:18:35 +08:00
MediaWikiServices.php
Introduce a DatabaseBlockStoreFactory
2023-02-13 01:59:55 +00:00
MediaWikiVersionFetcher.php
MergeHistory.php
Split a base class out of CommentStore
2023-01-01 22:34:36 +00:00
MovePage.php
Include missing message parameter in message
2023-01-04 12:12:34 +03: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
Remove/simplify not trivial and unnecessary null checks
2023-02-14 09:03:52 +01:00
PHPVersionCheck.php
.phan/config.php: Update minimum_target_php_version
2022-10-03 15:46:40 +01:00
Pingback.php
Pingback: Migrate select queries to SelectQueryBuilder
2023-02-07 13:01:56 +01:00
ProtectionForm.php
Split a base class out of CommentStore
2023-01-01 22:34:36 +00:00
ProxyLookup.php
ReadOnlyMode.php
ServiceWiring.php
Introduce a DatabaseBlockStoreFactory
2023-02-13 01:59:55 +00:00
Setup.php
Introduce run.php for running maintenance scripts
2022-12-21 06:52:04 +00:00
SetupDynamicConfig.php
docs: Fix broken references to docs/Configuration.md
2022-09-07 16:36:21 +00:00
SiteConfiguration.php
Make use of ??= in more places
2022-12-17 01:10:13 +00:00
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
docs: Add missing StubUserLang type to some @param/@return
2023-01-12 19:04:20 +01:00
StreamFile.php
TemplateParser.php
Hard-deprecate Language::isSupportedLanguage/isValid(BuiltIn)Code
2023-01-28 18:12:19 +01:00
WebRequest.php
Make use of ??= in more places
2022-12-17 01:10:13 +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