| .. |
|
actions
|
Replace User::isAllowed with PermissionManager.
|
2019-08-20 14:43:51 -07:00 |
|
api
|
Merge "Deprecate and replace usages of User:isAllowed{All,Any}"
|
2019-08-22 17:31:50 +00:00 |
|
auth
|
Deprecate and replace usages of User:isAllowed{All,Any}
|
2019-08-21 18:36:16 -07:00 |
|
block
|
Ensure block hooks keep user state consistent with realistic blocks
|
2019-08-21 17:38:52 +01:00 |
|
cache
|
Split some Language methods to LanguageNameUtils
|
2019-08-23 12:52:35 +03:00 |
|
changes
|
Merge "Replace User::isAllowed with PermissionManager."
|
2019-08-21 08:00:33 +00:00 |
|
changetags
|
Replace User::isAllowed with PermissionManager.
|
2019-08-20 14:43:51 -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
|
Increase maximum length of automatic deletion summaries
|
2019-08-22 00:42:59 +00:00 |
|
context
|
Merge "context: Use getRawVal instead of getVal for 'uselang' and 'useskin'"
|
2019-07-31 23:07:22 +00:00 |
|
dao
|
dao: Correct return type doc for getLoadBalancer()
|
2019-04-11 22:24:43 +00:00 |
|
db
|
More clean up of oracle/mssql
|
2019-08-14 17:04:50 +02:00 |
|
debug
|
Fix return type of CeeFormatter::format
|
2019-06-18 21:13:10 +02:00 |
|
deferred
|
Merge "deferred: make DeferredUpdates::attemptUpdate() use callback owners for $fnameTrxOwner"
|
2019-08-21 19:38:13 +00:00 |
|
diff
|
Replace User::isAllowed with PermissionManager.
|
2019-08-20 14:43:51 -07:00 |
|
edit
|
Avoid extra parse/save delay for users with non-canonical parser options
|
2019-04-14 02:00:16 +00:00 |
|
editpage
|
Move getRestrictionLevels from NamespaceInfo to PermissionManager.
|
2019-08-22 14:32:38 -07:00 |
|
exception
|
Remove deprecated User groups/permission static calls.
|
2019-08-21 19:42:01 -07:00 |
|
export
|
Merge "Improve type hints in export related classes"
|
2019-07-25 21:42:32 +00:00 |
|
externalstore
|
externalstore: use CONN_TRX_AUTOCOMMIT instead of IDatabase::clearFlag()
|
2019-07-27 05:08:06 -04:00 |
|
filebackend
|
TempFSFileFactory service
|
2019-08-21 16:26:05 +03:00 |
|
filerepo
|
TempFSFileFactory service
|
2019-08-21 16:26:05 +03:00 |
|
gallery
|
BadFileLookup to replace wfIsBadImage
|
2019-08-21 20:45:37 +03:00 |
|
historyblob
|
build: Updating mediawiki/mediawiki-phan-config to 0.6.1
|
2019-07-10 10:17:03 -07:00 |
|
htmlform
|
Merge "Allow SelectWithInput to be marked as required and handle that dynamically"
|
2019-07-31 13:28:54 +00:00 |
|
http
|
Return result from HttpRequestFactory get and post methods
|
2019-05-13 11:32:17 +02:00 |
|
import
|
Merge "import: Fix wrong/unspecific type hints in UploadSourceAdapter"
|
2019-07-27 14:23:46 +00:00 |
|
installer
|
Make LocalisationCache a service
|
2019-08-22 14:25:18 +03:00 |
|
interwiki
|
Add missing newline between <?php and namespace/use section
|
2019-06-03 13:36:48 +00:00 |
|
jobqueue
|
docs: Fix typos for 'parameter' and 'perform'
|
2019-08-20 09:45:52 +00:00 |
|
json
|
|
|
|
language
|
Split some Language methods to LanguageNameUtils
|
2019-08-23 12:52:35 +03:00 |
|
libs
|
Merge "rdbms: add some more comments to DatabaseDomain"
|
2019-08-21 19:38:32 +00: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
|
Deprecate and replace usages of User:isAllowed{All,Any}
|
2019-08-21 18:36:16 -07:00 |
|
mail
|
Mail: Add visibility for some methods without method visibility
|
2019-06-30 15:32:20 +00:00 |
|
media
|
Add support for native image lazy loading
|
2019-08-21 11:07:42 +02:00 |
|
Navigation
|
Refactor buildPrevNextNavigation
|
2019-06-05 19:32:27 -04:00 |
|
objectcache
|
Merge "objectcache: fix WRITE_ALLOW_SEGMENTS in BagOStuff cas() and add() methods"
|
2019-08-20 15:50:58 +00:00 |
|
page
|
Deprecate and replace usages of User:isAllowed{All,Any}
|
2019-08-21 18:36:16 -07:00 |
|
pager
|
pager: Add visibility methods declared in the Pager interface
|
2019-07-30 12:45:58 +00:00 |
|
parser
|
Merge "BadFileLookup to replace wfIsBadImage"
|
2019-08-22 08:16:51 +00:00 |
|
password
|
Remove unnecessary semi-colons
|
2019-06-12 14:35:59 +01:00 |
|
Permissions
|
Merge "Move getRestrictionLevels from NamespaceInfo to PermissionManager."
|
2019-08-23 11:27:45 +00:00 |
|
poolcounter
|
rdbms: fix some phpstorm warnings database classes
|
2019-07-13 21:49:51 +00:00 |
|
preferences
|
preferences: Fix skinname msg check in generateSkinOptions
|
2019-07-30 22:37:24 +00: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
|
objectcache: make newFromId()/newWANcacheFromId()/getDefaultKeyspace() private
|
2019-08-20 13:11:27 +00:00 |
|
resourceloader
|
Merge "resourceloader: Avoid isKnownEmpty call for regular (non-embed) modules"
|
2019-08-20 22:26:24 +00:00 |
|
Rest
|
REST: Use ob_clean to wipe display_errors output
|
2019-08-21 11:45:00 +10:00 |
|
Revision
|
Merge "revisionstore: clean up redundant DB connection code in RevisionStore"
|
2019-08-06 13:52:50 +00:00 |
|
revisiondelete
|
Revert "Add small HtmlCacheUpdater service class to normalize purging code"
|
2019-08-07 13:56:30 +00:00 |
|
revisionlist
|
Avoid usage of deprecated Revision::* constants, use RevisionRecord
|
2019-07-21 15:03:03 +01:00 |
|
search
|
Break the cyclic dependency between SearchEngine and SearchResult
|
2019-08-20 18:24:44 +02:00 |
|
session
|
Clean up spacing of doc comments
|
2019-08-05 22:29:50 +00:00 |
|
shell
|
Avoid the use of silence operator (@) and use AtEase methods
|
2019-07-23 08:43:44 +01:00 |
|
site
|
Switch various LoadBalancer::getConnection() callers to getConnectionRef()
|
2019-07-12 10:56:30 -07:00 |
|
skins
|
Merge "Move getRestrictionLevels from NamespaceInfo to PermissionManager."
|
2019-08-23 11:27:45 +00:00 |
|
sparql
|
|
|
|
specialpage
|
Remove deprecated User groups/permission static calls.
|
2019-08-21 19:42:01 -07:00 |
|
specials
|
Allow justifications in Special:EditTags to use full comment length
|
2019-08-22 18:20:01 +00:00 |
|
Storage
|
Merge "Remove title protection correctly for undeletions and imports"
|
2019-08-17 09:27:34 +00:00 |
|
templates
|
Fix recent changes and watchlist separator whitespace
|
2019-07-30 18:46:47 +01:00 |
|
tidy
|
tidy: Remove unused var and define $parts var to avoid undefined error
|
2019-06-10 14:34:54 +01:00 |
|
title
|
Move getRestrictionLevels from NamespaceInfo to PermissionManager.
|
2019-08-22 14:32:38 -07:00 |
|
upload
|
TempFSFileFactory service
|
2019-08-21 16:26:05 +03:00 |
|
user
|
Merge "Deprecate and replace usages of User:isAllowed{All,Any}"
|
2019-08-22 17:31:50 +00:00 |
|
utils
|
AutoLoader: Skip tokenizing of irrelevant lines in ClassCollector
|
2019-06-19 15:09:49 +00:00 |
|
watcheditem
|
watchlist: cleanup WatchedItemStore PhpStorm warnings
|
2019-08-05 23:26:48 -04:00 |
|
widget
|
Merge "Allow SelectWithInput to be marked as required and handle that dynamically"
|
2019-07-31 13:28:54 +00:00 |
|
.htaccess
|
|
|
|
ActorMigration.php
|
Improve documentation of getJoin() methods for static analysis
|
2019-07-03 15:45:01 +02:00 |
|
AjaxDispatcher.php
|
Replace User::isAllowed with PermissionManager.
|
2019-08-20 14:43:51 -07:00 |
|
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
|
Remove deprecated User groups/permission static calls.
|
2019-08-21 19:42:01 -07:00 |
|
BadFileLookup.php
|
BadFileLookup to replace wfIsBadImage
|
2019-08-21 20:45:37 +03:00 |
|
CategoriesRdf.php
|
|
|
|
Category.php
|
Reinstate small category refresh logic in LinksDeletionUpdate
|
2019-04-23 17:07:07 -07:00 |
|
CategoryFinder.php
|
Clean up spacing of doc comments
|
2019-08-05 22:29:50 +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
|
Make LocalisationCache a service
|
2019-08-22 14:25:18 +03:00 |
|
Defines.php
|
Clean up spacing of doc comments
|
2019-08-05 22:29:50 +00:00 |
|
DeprecatedGlobal.php
|
|
|
|
DerivativeRequest.php
|
|
|
|
DevelopmentSettings.php
|
DevelopmentSettings: Clarify grouping of settings and purpose
|
2019-08-07 14:23:58 +00:00 |
|
DummyLinker.php
|
Linker: Force type Language for $lang in tocList and generateTOC
|
2019-07-16 07:03:59 +02:00 |
|
EditPage.php
|
Move getRestrictionLevels from NamespaceInfo to PermissionManager.
|
2019-08-22 14:32:38 -07: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
|
Avoid usage of deprecated Revision::* constants
|
2019-07-21 18:02:58 +01:00 |
|
FileDeleteForm.php
|
Replace User::isAllowed with PermissionManager.
|
2019-08-20 14:43:51 -07: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
|
Clean up spacing of doc comments
|
2019-08-05 22:29:50 +00:00 |
|
GitInfo.php
|
Wording
|
2019-06-01 14:16:00 +02:00 |
|
GlobalFunctions.php
|
BadFileLookup to replace wfIsBadImage
|
2019-08-21 20:45:37 +03: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
|
Replace User::isAllowed with PermissionManager.
|
2019-08-20 14:43:51 -07:00 |
|
LinkFilter.php
|
Fix some docs
|
2019-05-22 21:50:52 +02:00 |
|
ListToggle.php
|
|
|
|
MagicWord.php
|
Clean up spacing of doc comments
|
2019-08-05 22:29:50 +00:00 |
|
MagicWordArray.php
|
Improve return types in class MagicWordArray
|
2019-06-03 17:52:47 +02:00 |
|
MagicWordFactory.php
|
Clean up spacing of doc comments
|
2019-08-05 22:29:50 +00:00 |
|
MediaWiki.php
|
Fix and re-apply "RedirectSpecialPage: handle interwiki redirects"
|
2019-07-24 03:55:49 +00:00 |
|
MediaWikiServices.php
|
Merge "Split some Language methods to LanguageNameUtils"
|
2019-08-23 11:16:28 +00:00 |
|
MediaWikiVersionFetcher.php
|
|
|
|
MergeHistory.php
|
Replace User::isAllowed with PermissionManager.
|
2019-08-20 14:43:51 -07:00 |
|
MovePage.php
|
Merge "Replace User::isAllowed with PermissionManager."
|
2019-08-21 08:00:33 +00:00 |
|
MWGrants.php
|
Collapse some nested if statements
|
2019-04-04 19:02:22 +00:00 |
|
MWNamespace.php
|
Move getRestrictionLevels from NamespaceInfo to PermissionManager.
|
2019-08-22 14:32:38 -07: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
|
Remove deprecated User groups/permission static calls.
|
2019-08-21 19:42:01 -07: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
|
Move getRestrictionLevels from NamespaceInfo to PermissionManager.
|
2019-08-22 14:32:38 -07: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
|
Merge "Split some Language methods to LanguageNameUtils"
|
2019-08-23 11:16:28 +00:00 |
|
Setup.php
|
Move list of core namespaces to NamespaceInfo
|
2019-08-08 10:49:15 +00:00 |
|
SiteConfiguration.php
|
Get rid of unnecessary func_get_args() and friends
|
2019-04-12 20:17:01 +00:00 |
|
SiteStats.php
|
Switch various LoadBalancer::getConnection() callers to getConnectionRef()
|
2019-07-12 10:56:30 -07:00 |
|
SiteStatsInit.php
|
Convert LoadBalancer::getConnection() callers to LoadBalancer::getConnectionRef()
|
2019-07-21 01:02:49 -07: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
|
Merge "Replace User::isAllowed with PermissionManager."
|
2019-08-21 08:00:33 +00:00 |
|
TitleArray.php
|
Inline trivial …_internal() methods in Title/UserArray classes
|
2019-05-29 19:22:03 +00:00 |
|
TitleArrayFromResult.php
|
Fix param doc of TitleArrayFromResult::setCurrent
|
2019-07-18 16:43:02 +00:00 |
|
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
|
Removed deprecated WikiMap::getWikiIdFromDomain() method
|
2019-07-14 01:17:31 +01: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
|
|
|