..
actions
Remove @author Timo Tijhof from various file headers
2019-07-08 21:56:24 +00:00
api
Remove references to db field ar_text_id
2019-07-09 16:14:48 -05:00
auth
Pass column as string to IDatabase::selectField
2019-06-30 00:01:21 +02:00
block
Merge "Pass in ServiceOptions to BlockManager"
2019-07-10 18:02:43 +00:00
cache
Stop using wfDebugLog in LocalisationCache
2019-07-11 00:27:40 +02:00
changes
Merge "Tolerate invalid titles in some ChangesFeed and LogFormatter code"
2019-06-24 23:29:11 +00:00
changetags
Follow-up 9c9cfa2ec3: fix non-session entry point error
2019-07-03 17:28:07 -07:00
clientpool
Rename CDN config variables to be generic, deprecating the old names
2019-05-24 21:09:22 +00:00
collation
Remove several methods, deprecated in 1.32
2019-05-09 11:36:44 -07:00
composer
Add some more missing limit parameters to explode() calls
2019-04-05 14:34:39 +00:00
config
config: Change ConfigException to extend LogicException
2019-07-01 20:07:33 +00:00
content
Replace some uses of deprecated wfFindFile() and wfLocalFile()
2019-06-11 13:26:37 +00:00
context
Use AtEase::quietCall() instead of Wikimedia\quietCall()
2019-06-10 14:18:19 +00:00
dao
dao: Correct return type doc for getLoadBalancer()
2019-04-11 22:24:43 +00:00
db
Merge "rdbms: fix typo and clean up some cruft in MWLBFactory"
2019-07-04 22:30:27 +00:00
debug
Fix return type of CeeFormatter::format
2019-06-18 21:13:10 +02:00
deferred
Log errors in DeferredUpdates::handleUpdateQueue()
2019-07-11 22:04:55 +00:00
diff
Migrate remaining usages of Title::userCan() to PermissionManager
2019-06-03 13:03:46 +02:00
edit
Avoid extra parse/save delay for users with non-canonical parser options
2019-04-14 02:00:16 +00:00
editpage
Mass conversion to NamespaceInfo
2019-05-07 22:44:56 +02:00
exception
Remove "Squiz.WhiteSpace.FunctionSpacing" from phpcs exclusions
2019-05-11 02:44:26 +01:00
export
Add fields and docs to WikiExporter
2019-07-09 10:33:03 +02:00
externalstore
Make ExternalStore wrap ExternalStoreFactory and create access class
2019-06-28 14:31:44 -07:00
filebackend
Fix/suppress misc phan errors ( #5 )
2019-04-05 15:53:37 -07:00
filerepo
Merge "Adjust type hints in file related classes"
2019-07-05 23:10:34 +00:00
gallery
Replace some uses of deprecated wfFindFile() and wfLocalFile()
2019-06-11 13:26:37 +00:00
historyblob
build: Updating mediawiki/mediawiki-phan-config to 0.6.1
2019-07-10 10:17:03 -07:00
htmlform
Merge "Adjust type hints in htmlform related classes"
2019-07-05 21:32:55 +00:00
http
Return result from HttpRequestFactory get and post methods
2019-05-13 11:32:17 +02:00
import
Type hint using interface
2019-07-02 12:12:18 +02:00
installer
Localisation updates from https://translatewiki.net .
2019-07-10 21:57:53 +02:00
interwiki
Add missing newline between <?php and namespace/use section
2019-06-03 13:36:48 +00:00
jobqueue
Merge "Various fixes and simplifications to RefreshLinksJob::runTitle()"
2019-07-11 06:19:24 +00:00
json
language
Import the PSR logger classes in Message
2019-07-04 12:51:09 -07:00
libs
objectcache: normalize BagOStuff method overriding pattern for *Multi() methods
2019-07-11 04:32:35 -07:00
linkeddata
linkeddata: Fix broken check in PageDataRequestHandler
2019-04-01 11:26:48 +00:00
linker
Update LinkRenderer to use NamespaceInfo
2019-05-07 14:52:17 +02:00
logging
LogFormatter::formatParameterValue: handle bad user names
2019-07-03 18:49:58 +02:00
mail
Mail: Add visibility for some methods without method visibility
2019-06-30 15:32:20 +00:00
media
Fix "succesful" typo
2019-06-14 03:11:03 +03:00
Navigation
Refactor buildPrevNextNavigation
2019-06-05 19:32:27 -04:00
objectcache
objectcache: normalize BagOStuff method overriding pattern for *Multi() methods
2019-07-11 04:32:35 -07:00
page
Merge "Various fixes and simplifications to RefreshLinksJob::runTitle()"
2019-07-11 06:19:24 +00:00
pager
Refactor buildPrevNextNavigation
2019-06-05 19:32:27 -04:00
parser
Merge "Improve type hints in parser related classes"
2019-07-09 15:11:57 +00:00
password
Remove unnecessary semi-colons
2019-06-12 14:35:59 +01:00
Permissions
Re-apply: Factors out permissions check from User into PermissionManager service
2019-06-28 13:19:38 -07:00
poolcounter
Avoid/Replace usage of deprecated wfMemcKey() function
2019-05-02 14:27:31 +00:00
preferences
Fix ServiceOptions type in constructor documentation
2019-06-06 21:59:27 +02:00
profiler
Move SectionProfileCallback to its own file
2019-04-14 19:25:56 +00:00
rcfeed
Use [...] instead of array(...) in PHP comments and documentation
2019-06-17 21:15:09 +02:00
registration
Unit tests: Support unit tests in extensions and skins
2019-07-01 16:21:01 -04:00
resourceloader
Merge "resourceloader: Omit parameter 'lang' from image URLs when not vary"
2019-07-11 19:18:57 +00:00
Rest
REST: add write access checks to BasicAccess
2019-07-09 15:23:57 +10:00
Revision
Merge "SlotRecord:compute sha1 if empty."
2019-07-05 06:56:31 +00:00
revisiondelete
Replace some uses of deprecated wfFindFile() and wfLocalFile()
2019-06-11 13:26:37 +00:00
revisionlist
Move class RevisionListBase and friends to own file
2019-03-14 19:50:40 +01:00
search
Deprecate SearchResult::termMatches()
2019-06-27 08:44:06 -07:00
session
Use SessionManagerInterface in PHPSessionHandler
2019-07-05 22:12:31 +02:00
shell
shell: Remove documentation that doesn't add meaning to the method
2019-06-17 17:40:37 +01:00
site
Fix types around ILoadBalancer and IResultWrapper
2019-07-04 21:56:31 +02:00
skins
Skin: Hard deprecate escapeSearchLink()
2019-06-27 19:23:24 +02:00
sparql
specialpage
Add safemode to special redirect parameters that are preserved
2019-07-04 12:38:33 +00:00
specials
Pass int for argument to ArchivedFile
2019-07-05 22:17:53 +02:00
Storage
Merge "Various fixes and simplifications to RefreshLinksJob::runTitle()"
2019-07-11 06:19:24 +00:00
templates
ChangesList: Comment out newlines in EnhancedChangesListGroup.mustache
2019-04-03 06:37:41 +02:00
tidy
tidy: Remove unused var and define $parts var to avoid undefined error
2019-06-10 14:34:54 +01:00
title
Ensure canHaveTalkPage returns false when getTalkPage would fail.
2019-07-03 10:40:10 +02:00
upload
Fix return type of UploadStash::listFiles
2019-06-18 20:33:53 +02:00
user
Merge "User: support setting custom fields + array autocreation in non-existent field"
2019-07-10 20:53:02 +00:00
utils
AutoLoader: Skip tokenizing of irrelevant lines in ClassCollector
2019-06-19 15:09:49 +00:00
watcheditem
Fix types around ILoadBalancer and IResultWrapper
2019-07-04 21:56:31 +02:00
widget
Deprecate SearchResult::termMatches()
2019-06-27 08:44:06 -07:00
.htaccess
ActorMigration.php
Improve documentation of getJoin() methods for static analysis
2019-07-03 15:45:01 +02:00
AjaxDispatcher.php
AjaxResponse.php
Rename CDN config variables to be generic, deprecating the old names
2019-05-24 21:09:22 +00:00
AutoLoader.php
API: Abstract out parameter validation
2019-06-23 10:58:44 +02:00
Autopromote.php
Use [...] instead of array(...) in PHP comments and documentation
2019-06-17 21:15:09 +02:00
CategoriesRdf.php
Category.php
Reinstate small category refresh logic in LinksDeletionUpdate
2019-04-23 17:07:07 -07:00
CategoryFinder.php
Normalize the code style of some ResultWrapper iteration loops
2019-07-10 22:20:17 +00:00
CategoryViewer.php
Use short assignment operator in PHP
2019-03-07 09:55:49 +01:00
CommentStore.php
Improve documentation of getJoin() methods for static analysis
2019-07-03 15:45:01 +02:00
CommentStoreComment.php
Fix CommentStoreComment RawMessage construction
2019-02-13 11:17:10 -05:00
ConfiguredReadOnlyMode.php
Don't pass Config to service constructors
2019-05-02 11:33:56 +03:00
ContentSecurityPolicy.php
CSP: Minor cleanup in ContentSecurityPolicy.php
2019-03-20 23:16:01 +01:00
DefaultSettings.php
Merge "Update $wgMainStash comments and merge in those from a deprecated ObjectCache method"
2019-07-11 02:10:14 +00:00
Defines.php
Add support for xml dump schema 0.11
2019-06-27 21:56:01 +00:00
DeprecatedGlobal.php
DerivativeRequest.php
DevelopmentSettings.php
DevelopmentSettings: Document why wgRateLimits is disabled
2019-06-18 00:02:24 +00:00
DummyLinker.php
Drop Linker::formatTemplates, deprecated in 1.28 and unused
2019-02-08 17:43:33 -08:00
EditPage.php
Remove unnecessary semi-colons
2019-06-12 14:35:59 +01:00
EventRelayerGroup.php
Drop EventRelayerGroup::singleton(), deprecated in 1.27 and unused
2019-02-09 07:15:34 +00:00
FauxRequest.php
WebRequest: Change getFullRequestURL() to use local getProtocol()
2019-04-20 00:58:17 +01:00
FauxResponse.php
Move FauxResponse class to own file
2019-03-02 18:55:13 +00:00
FeedUtils.php
changes: Remove unused FeedUtils::checkPurge method
2019-05-24 13:25:45 +00:00
FileDeleteForm.php
Mostly drop old comment schemas
2019-02-07 16:59:27 +11:00
ForeignResourceManager.php
Use AtEase::quietCall() instead of Wikimedia\quietCall()
2019-06-10 14:18:19 +00:00
ForkController.php
build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 and make pass
2019-05-13 14:57:07 +00:00
FormOptions.php
Remove "Squiz.WhiteSpace.FunctionSpacing" from phpcs exclusions
2019-05-11 02:44:26 +01:00
GitInfo.php
Wording
2019-06-01 14:16:00 +02:00
GlobalFunctions.php
GlobalFunctions: Tighten version number type for wfDeprecated()
2019-07-01 21:07:10 +00:00
HeaderCallback.php
Add some @since tags to HeaderCallback
2019-06-06 16:14:58 +01:00
Hooks.php
Html.php
Html: Make linkButton() documentation less confusing
2019-07-10 23:04:59 +00:00
Linker.php
Linker: Fix incorrect test added in Ib9816d8b
2019-07-10 13:30:03 -04:00
LinkFilter.php
Fix some docs
2019-05-22 21:50:52 +02:00
ListToggle.php
MagicWord.php
Simplify by using ?: operator
2019-04-15 15:05:00 +02:00
MagicWordArray.php
Improve return types in class MagicWordArray
2019-06-03 17:52:47 +02:00
MagicWordFactory.php
MediaWiki.php
Various cleanups to MediaWiki::preOutputCommit
2019-06-18 11:47:40 +01:00
MediaWikiServices.php
Merge "Type hint against interface for LoadBalancer in MediaWikiServices"
2019-07-02 01:08:10 +00:00
MediaWikiVersionFetcher.php
MergeHistory.php
Improve documentation of constants throughout the codebase
2019-02-26 14:02:50 +01:00
MovePage.php
Hard-deprecate Title::moveTo and friends
2019-05-28 11:52:36 -05:00
MWGrants.php
Collapse some nested if statements
2019-04-04 19:02:22 +00:00
MWNamespace.php
MWNamespace: Remove deprecated method ::canTalk() and test suit
2019-04-20 21:07:50 +01:00
MWTimestamp.php
NoLocalSettings.php
OrderedStreamingForkController.php
OutputHandler.php
Remove $wgUseKeyHeader and OutputPage::getKeyHeader(), deprecated in 1.32
2019-06-19 15:14:54 -04:00
OutputPage.php
Merge "OutputPage: Load html5shiv without indirection of load.php"
2019-07-06 01:00:54 +00:00
PageProps.php
Collapse some nested if statements
2019-04-04 19:02:22 +00:00
PathRouter.php
Use [...] instead of array(...) in PHP comments and documentation
2019-06-17 21:15:09 +02:00
PHPVersionCheck.php
PHPVersionCheck: remove version_compare() existence check
2019-06-14 22:23:49 +00:00
Pingback.php
Pass options as array to IDatabase::insert
2019-06-07 19:12:35 +02:00
ProtectionForm.php
Fix param documentation of ProtectionForm::show
2019-06-29 17:22:44 +02:00
ProxyLookup.php
RawMessage.php
ReadOnlyMode.php
Fix types around ILoadBalancer and IResultWrapper
2019-07-04 21:56:31 +02:00
Revision.php
Move getPrevious/NextRevision logic out of Title
2019-05-05 21:08:46 +03:00
ServiceWiring.php
Pass in ServiceOptions to BlockManager
2019-07-10 16:33:21 +01:00
Setup.php
Define unit and integration test suites
2019-06-28 12:18:18 -04:00
SiteConfiguration.php
Get rid of unnecessary func_get_args() and friends
2019-04-12 20:17:01 +00:00
SiteStats.php
SiteStatsInit.php
Fix types around ILoadBalancer and IResultWrapper
2019-07-04 21:56:31 +02:00
Status.php
Status: Make various improvements to the Status class
2019-03-04 00:44:34 +00:00
StreamFile.php
StubObject.php
StubObject: Use 'self' instead of 'StubObject' (or <ClassName>)
2019-04-17 14:01:17 +01:00
StubUserLang.php
Split StubObject.php to have one class in one file
2019-04-14 14:20:42 +00:00
TemplateParser.php
Add missing newline between <?php and namespace/use section
2019-06-03 13:36:48 +00:00
TemplatesOnThisPageFormatter.php
Make EditPage::getTemplates avoid page table query spam
2019-03-15 02:34:00 -07:00
Title.php
Ensure canHaveTalkPage returns false when getTalkPage would fail.
2019-07-03 10:40:10 +02:00
TitleArray.php
Inline trivial …_internal() methods in Title/UserArray classes
2019-05-29 19:22:03 +00:00
TitleArrayFromResult.php
TrackingCategories.php
Use [...] instead of array(...) in PHP comments and documentation
2019-06-17 21:15:09 +02:00
WebRequest.php
Use [...] instead of array(...) in PHP comments and documentation
2019-06-17 21:15:09 +02:00
WebRequestUpload.php
Use https://www.php.net/ instead of https://secure.php.net/
2019-04-12 06:44:48 +02:00
WebResponse.php
Convert a few call_user_func*() calls to native PHP syntax
2019-03-07 19:25:40 -08:00
WebStart.php
Remove "Squiz.WhiteSpace.FunctionSpacing" from phpcs exclusions
2019-05-11 02:44:26 +01:00
WikiMap.php
Optimize WikiMap::getWikiFromUrl() for the common local wiki case
2019-05-07 22:10:19 +00:00
WikiReference.php
Xml.php
Collapse some nested if statements
2019-04-04 19:02:22 +00:00
XmlJsCode.php
ResourceLoader: Add support for packageFiles
2019-02-05 22:05:02 +00:00
XmlSelect.php