wiki.techinc.nl/includes
Alexander Vorwerk 78ee5ed0d1 Replace remaining usages of deprecated IDatabase methods
Bug: T286694
Change-Id: I15c782ee8d4137604e27fd05a6b87ce2f9975a07
2022-01-21 00:06:29 +01:00
..
actions Inject MainConfig into actions 2022-01-12 22:30:31 +01:00
api Localisation updates from https://translatewiki.net. 2022-01-20 09:02:30 +01:00
auth Fix indent in TemporaryPasswordPrimaryAuthenticationProvider 2021-12-09 22:42:35 +01:00
block Make Block objects aware of which wiki they belong to 2022-01-17 21:49:20 +01:00
cache Explicit cast TS_UNIX to int for arithmetic operations and int args 2022-01-11 20:13:13 +01:00
changes Explicit cast TS_UNIX to int for arithmetic operations and int args 2022-01-11 20:13:13 +01:00
changetags Refactor global variables to use MediaWikiServices instead 2022-01-10 13:55:53 -05:00
collation Refactor global variables to use MediaWikiServices instead 2022-01-10 13:55:53 -05:00
CommentFormatter Call LinkBatch::setCaller in CommentParser 2021-12-16 22:26:40 +01:00
composer Pass link in a map 2021-12-23 17:54:05 +00:00
config Refactor global variables to use MediaWikiServices instead 2022-01-10 13:55:53 -05:00
content In WikitextContentHandler always use getFreshParser() 2022-01-14 09:36:02 +11:00
context Remove or replace usages of "sane" 2021-11-22 13:35:17 +00:00
dao Make Block objects aware of which wiki they belong to 2022-01-17 21:49:20 +01:00
db Refactor global variables to use MediaWikiServices instead 2022-01-10 13:55:53 -05:00
debug Fix typos in comments (L) 2022-01-09 22:54:04 +05:30
deferred Merge "Fix deprecation warning from LinksUpdate::getImages()" 2022-01-19 04:35:27 +00:00
diff Fix typos in comments (C-D) 2021-12-30 18:00:02 +05:30
edit Introduced PreparedUpdate to replace PreparedEdit 2021-12-20 21:19:52 +01:00
editpage Fix typos in comments (I-J) 2021-12-30 20:38:04 +05:30
exception exception: Undo use of MediaWikiServices 2022-01-12 22:09:05 +00:00
export BackupDumper: fix default value of --schema-version 2022-01-13 23:00:11 +01:00
externalstore Fix typos in comments (E-H) 2021-12-30 18:14:43 +05:30
filebackend LockManager: distinguish conflicts from other kinds of lock errors 2021-11-09 21:58:20 +00:00
filerepo Merge "rdbms: Remove usage of deprecated function Database::numRows()" 2022-01-19 18:21:12 +00:00
gallery SECURITY: properly escape output used within galleries and Special:RevisionDelete 2022-01-10 14:20:48 -06:00
historyblob HistoryBlobStub: add getLocation() to get $mOldId 2021-10-19 18:23:30 +00:00
Hook Fix typos in comments (E-H) 2021-12-30 18:14:43 +05:30
HookContainer LinksUpdate deprecations 2022-01-14 12:57:51 +11:00
htmlform Merge "HTMLForm: Pass field data instead of fields to filter" 2022-01-17 21:26:22 +00:00
http Refactor global variables to use MediaWikiServices instead 2022-01-10 13:55:53 -05:00
import Refactor global variables to use MediaWikiServices instead 2022-01-10 13:55:53 -05:00
installer Replace remaining usages of deprecated IDatabase methods 2022-01-21 00:06:29 +01:00
interwiki Use getWithSetCallback() instead of get() + set() 2021-11-18 18:58:13 +00:00
jobqueue Merge "DeletePage: add option to delete the associated talk page" 2022-01-16 03:00:37 +00:00
json FormatJson: Optimize encode() for supported PHP versions 2021-08-20 08:03:11 -04:00
language Refactor global variables to use MediaWikiServices instead 2022-01-10 13:55:53 -05:00
languages Merge "Add country-specific locales for Northern Sami" 2022-01-17 20:55:26 +00:00
libs Replace remaining usages of deprecated IDatabase methods 2022-01-21 00:06:29 +01:00
linkeddata
linker title: Remove dated comment about inNamespace(), overall doc cleanup 2022-01-18 22:25:09 +00:00
logging Explicit cast TS_UNIX to int for arithmetic operations and int args 2022-01-11 20:13:13 +01:00
mail Refactor global variables to use MediaWikiServices instead 2022-01-10 13:55:53 -05:00
media Refactor global variables to use MediaWikiServices instead 2022-01-10 13:55:53 -05:00
Message Add Message/MessageValue user group member parameter type 2021-11-16 11:24:35 -05:00
Navigation
objectcache Fix typos in comments (S) 2022-01-09 23:28:53 +05:30
page Merge "page: Use MainObjectStash instead of 'db-replicated' cache" 2022-01-17 23:12:36 +00:00
pager Styles should be added to all IndexPagers 2022-01-11 00:22:32 +00:00
ParamValidator/TypeDef UserDef: creating from id 0 should be unknown user, not context ip 2021-09-14 03:25:40 +00:00
parser Refactor global variables to use MediaWikiServices instead 2022-01-10 13:55:53 -05:00
password Fix typos in comments (N-R) 2022-01-09 23:14:44 +05:30
Permissions Merge "Make some generic array type hints in PHPDocs more specific" 2021-12-18 16:10:42 +00:00
poolcounter Remove or replace usages of "sane" 2021-11-22 13:35:17 +00:00
preferences preferences: Introduce SignatureValidatorFactory service 2021-12-14 12:10:32 +00:00
profiler profiler: Remove deprecated profileIn/profileOut 2022-01-02 22:25:38 +01:00
rcfeed Refactor global variables to use MediaWikiServices instead 2022-01-10 13:55:53 -05:00
registration Fix typos in comments (E-H) 2021-12-30 18:14:43 +05:30
resourceloader resourceloader: Use named constants for groups 2022-01-19 21:21:00 +00:00
Rest Remove some more comments that literally repeat the code 2021-12-09 19:01:36 +01:00
Revision Fix typos in comments (N-R) 2022-01-09 23:14:44 +05:30
revisiondelete Merge "SECURITY: properly escape output used within galleries and Special:RevisionDelete" 2022-01-10 21:02:29 +00:00
revisionlist
search Merge "Special:Search Refactor powerSearchBox method" 2022-01-19 10:37:54 +00:00
session Explicit cast TS_UNIX to int for arithmetic operations and int args 2022-01-11 20:13:13 +01:00
Settings SettingsBuilder: load settings recursively 2022-01-18 21:51:35 +01:00
shell Refactor global variables to use MediaWikiServices instead 2022-01-10 13:55:53 -05:00
site Refactor global variables to use MediaWikiServices instead 2022-01-10 13:55:53 -05:00
skins Revert "Revert "Categories are modelled as a portlet"" 2022-01-18 20:18:36 +00:00
sparql sparql: Replace deprecated Http::userAgent() in SparqlClient 2021-08-04 13:54:13 +00:00
specialpage Explicit cast TS_UNIX to int for arithmetic operations and int args 2022-01-11 20:13:13 +01:00
specials Merge "Remove prefix search from Special:ListFiles/NewFiles" 2022-01-19 17:16:15 +00:00
Storage Merge "rdbms: Hard-deprecate legacy cruft from introduction of ResultWrapper" 2022-01-12 06:17:27 +00:00
templates
tidy Using @return never documentation on always-throw-function 2021-09-07 17:29:03 +02:00
title title: Remove dated comment about inNamespace(), overall doc cleanup 2022-01-18 22:25:09 +00:00
upload Refactor global variables to use MediaWikiServices instead 2022-01-10 13:55:53 -05:00
user Explicit cast TS_UNIX to int for arithmetic operations and int args 2022-01-11 20:13:13 +01:00
utils Fix typos in comments (M) 2022-01-09 23:00:20 +05:30
watcheditem Merge "watcheditem: Try getting the cached version in resetNotificationTimestamp" 2022-01-17 13:51:50 +00:00
watchlist
widget Remove some more comments that literally repeat the code 2021-12-09 19:01:36 +01:00
xml Use LanguageNameUtils constants instead of strings 2021-12-05 22:13:34 +01:00
.htaccess
ActorMigration.php
ActorMigrationBase.php
AutoLoader.php Merge "LinksUpdate refactor" 2022-01-10 18:34:18 +00:00
BadFileLookup.php Use getWithSetCallback() instead of get() + set() 2021-11-18 18:58:13 +00:00
CategoriesRdf.php Remove some more comments that literally repeat the code 2021-12-09 19:01:36 +01:00
Category.php Remove Title from signatures in CategoryViewer 2021-09-13 16:14:06 +00:00
CategoryViewer.php Remove or replace usages of "sane" 2021-11-22 15:48:03 +00:00
CommentStore.php Fix various typos in documentation 2021-08-23 09:03:44 +00:00
CommentStoreComment.php
config-merge-strategies.php First pass on creating config-schema.yaml 2022-01-19 10:02:51 -08:00
config-schema.yaml Metrics: Minor doc improvements and announce feature in release notes 2022-01-20 17:25:30 +00:00
ConfiguredReadOnlyMode.php
ContentSecurityPolicy.php Fix typos in comments (C-D) 2021-12-30 18:00:02 +05:30
DefaultSettings.php Metrics: Minor doc improvements and announce feature in release notes 2022-01-20 17:25:30 +00:00
Defines.php objectcache: make CACHE_MEMCACHED alias "memcached-php" 2021-11-10 18:55:47 +00:00
DeprecatedGlobal.php StubObject: add magic __get() and __set() 2021-09-04 05:37:25 +00:00
DerivativeRequest.php build: Update mediawiki/mediawiki-phan-config to 0.11.0 2021-09-07 17:19:05 +02:00
DevelopmentSettings.php DevelopmentSettings: Lift PasswordAttemptThrottle limits 2022-01-12 09:03:39 -05:00
DummyLinker.php Introduce CommentFormatter 2021-09-28 11:13:03 -07:00
EditPage.php EditPage: Don't use string array keys for OOUI HorizontalLayout items 2022-01-14 07:30:37 +01:00
Emptiable.php
EventRelayerGroup.php
ExtensionInfo.php
FauxRequest.php Refactor global variables to use MediaWikiServices instead 2022-01-10 13:55:53 -05:00
FauxRequestUpload.php
FauxResponse.php
FeedUtils.php Refactor global variables to use MediaWikiServices instead 2022-01-10 13:55:53 -05:00
FileDeleteForm.php DeletePage: add option to delete the associated talk page 2022-01-11 14:48:56 +01:00
ForeignResourceManager.php
ForkController.php
FormOptions.php
GitInfo.php Refactor global variables to use MediaWikiServices instead 2022-01-10 13:55:53 -05:00
GlobalFunctions.php Hard deprecate the global function wfWikiID() 2022-01-10 20:50:50 +01:00
HeaderCallback.php
Hooks.php
Html.php Refactor global variables to use MediaWikiServices instead 2022-01-10 13:55:53 -05:00
Linker.php Linker: cleanup and reduce duplication around MediaWikiServices 2022-01-18 23:56:42 +00:00
LinkFilter.php
ListToggle.php
MagicWord.php
MagicWordArray.php docs: Fix nullable documentation for class properties 2021-09-24 00:54:53 +00:00
MagicWordFactory.php
MediaWiki.php Fix typos in comments (M) 2022-01-09 23:00:20 +05:30
MediaWikiServices.php Fix typos in comments (M) 2022-01-09 23:00:20 +05:30
MediaWikiVersionFetcher.php
MergeHistory.php Refactor global variables to use MediaWikiServices instead 2022-01-10 13:55:53 -05:00
MovePage.php Move the link updates from moveUnsafe() to LinksUpdate 2022-01-04 15:35:57 +11:00
MWGrants.php Reapply "GrantsInfo service to replace MWGrants" 2021-09-18 08:52:22 +00:00
MWNamespace.php Emit correct version in deprecation warnings for MWNamespace 2021-12-27 12:37:36 +00:00
MWTimestamp.php Refactor global variables to use MediaWikiServices instead 2022-01-10 13:55:53 -05:00
NoLocalSettings.php NoLocalSettings: Pass an EmptyBagOStuff to TemplateParser 2021-11-03 17:23:26 +00:00
OrderedStreamingForkController.php
OutputHandler.php Refactor global variables to use MediaWikiServices instead 2022-01-10 13:55:53 -05:00
OutputPage.php resourceloader: Use named constants for groups 2022-01-19 21:21:00 +00:00
PageProps.php Soft deprecate PageProps::getInstance() 2021-09-26 00:22:26 +00:00
PathRouter.php
PHPVersionCheck.php Tweak error message for missing composer dependencies 2021-11-17 09:53:57 -08:00
Pingback.php
ProtectionForm.php Revert "Use CsrfTokenSet as CSRF token source" 2021-08-05 15:48:26 -07:00
ProxyLookup.php
RawMessage.php
ReadOnlyMode.php
ServiceWiring.php Metrics: Minor doc improvements and announce feature in release notes 2022-01-20 17:25:30 +00:00
Setup.php Fix typos in comments (S) 2022-01-09 23:28:53 +05:30
SiteConfiguration.php Use more compact PHP syntax in SiteConfiguration, where possible 2022-01-11 14:52:23 +01:00
SiteStats.php SiteStats: Replace usages of "sane" 2021-11-22 13:38:40 +00:00
SiteStatsInit.php Same code style and formatting for exists-style SQL queries 2021-08-12 11:37:58 +02:00
Status.php
StreamFile.php Refactor global variables to use MediaWikiServices instead 2022-01-10 13:55:53 -05:00
StubGlobalUser.php Emit deprecation warnings reading from $wgUser 2021-09-15 20:17:04 -07:00
StubObject.php StubObject: add magic __get() and __set() 2021-09-04 05:37:25 +00:00
StubUserLang.php
TemplateParser.php TemplateParser: Remove support for deprecated cache-disabling parameter 2021-09-17 19:48:54 +00:00
TemplatesOnThisPageFormatter.php
Title.php title: Remove dated comment about inNamespace(), overall doc cleanup 2022-01-18 22:25:09 +00:00
TitleArray.php docs: Declare UserArray/TitleArray as Iterator<User>/Iterator<Title> 2021-08-30 22:37:54 +02:00
TitleArrayFromResult.php docs: Declare UserArray/TitleArray as Iterator<User>/Iterator<Title> 2021-08-30 22:37:54 +02:00
TitleFactory.php Hard deprecate TitleFactory::newFromIDs and Title::newFromIDs 2021-11-29 14:23:26 -05:00
TrackingCategories.php Register omitted tracking categories 2021-10-16 12:14:47 +00:00
WebRequest.php Remove or replace usages of "sane" 2021-11-22 13:35:17 +00:00
WebRequestUpload.php
WebResponse.php Refactor global variables to use MediaWikiServices instead 2022-01-10 13:55:53 -05:00
WebStart.php Using @return never documentation on always-throw-function 2021-09-07 17:29:03 +02:00
WikiMap.php Remove or replace usages of "sanity" 2021-11-19 23:19:42 +00:00
WikiReference.php Remove or replace usages of "sane" 2021-11-22 13:35:17 +00:00