wiki.techinc.nl/includes
2021-05-10 18:39:50 +00:00
..
actions Merge "Hard deprecate watchlist methods in WatchAction" 2021-05-05 17:24:55 +00:00
api Merge "Remove hard deprecated methods from ApiBase" 2021-05-10 17:47:45 +00:00
auth Revert "Hard Deprecate User ::getCanonicalName, ::isUsableName, ::isCreatableName" 2021-05-05 02:14:47 +00:00
block Merge "GetAllBlockActionsHook: Document avoiding blockable action ID conflicts" 2021-05-10 18:39:50 +00:00
cache LinkBatch: skip bad input 2021-05-07 16:22:24 +02:00
changes Remove remaining non-test uses of Revision objects 2021-05-04 13:10:22 -07:00
changetags RevisionDeleter: Use PageIdentity instead of Title 2021-05-06 13:42:13 +02:00
collation Use static closures where safe to use 2021-02-11 00:13:52 +00:00
compat
composer Update Legoktm's email address 2021-05-02 05:39:37 +00:00
config build: Enable phan-taint-check-plugin and suppress issues 2020-12-30 19:02:22 +01:00
content Remove remaining non-test uses of Revision objects 2021-05-04 13:10:22 -07:00
context RequestContext: add @param documentation to setAuthority() 2021-05-09 23:18:48 +00:00
dao Replace uses of DB_MASTER with DB_PRIMARY 2021-04-29 09:24:31 -07:00
db Merge "rdbms: Use REQUEST_TIME_FLOAT for LBFactory::getCPInfoFromCookieValue" 2021-04-29 01:42:36 +00:00
debug rdbms: cleanup getServer() and connection parameter fields in Database 2021-05-05 19:44:02 +00:00
deferred LinksUpdate: don't throw if page does not exist 2021-05-04 14:51:14 +02:00
diff Remove remaining non-test uses of Revision objects 2021-05-04 13:10:22 -07:00
edit
editpage Update Legoktm's email address 2021-05-02 05:39:37 +00:00
exception exception: Restore "PHP Deprecated" prefix for E_USER_DEPRECATED 2021-04-07 19:21:29 +01:00
export Stop using legacy ActorMigration field "log_user" 2021-04-28 16:29:04 +10:00
externalstore Replace uses of DB_MASTER with DB_PRIMARY 2021-04-29 09:24:31 -07:00
filebackend Hard deprecate FileBackendGroup::singleton() and ::destroySingletons() 2021-05-04 21:03:41 +02:00
filerepo Remove hooks that use Revision objects 2021-04-30 17:28:20 +00:00
gallery Use some more neutral language 2021-04-18 16:49:36 +01:00
historyblob Safer autoloading with respect to file-scope code 2021-01-11 11:59:36 +11:00
Hook Remove deprecated https-related hooks 2021-04-30 11:53:18 -07:00
HookContainer Remove deprecated talk page message handling in User class 2021-05-04 19:21:06 +00:00
htmlform HTMLForm: accept PageReference instead of Title. 2021-05-07 23:36:49 +02:00
http build: Swap deprecated @codingStandardsIgnore to phpcs:ignore 2021-04-04 21:18:22 +02:00
import Replace uses of DB_MASTER with DB_PRIMARY 2021-04-29 09:24:31 -07:00
installer Localisation updates from https://translatewiki.net. 2021-05-10 08:49:07 +02:00
interwiki Update Legoktm's email address 2021-05-02 05:39:37 +00:00
jobqueue LinksUpdate: don't throw if page does not exist 2021-05-04 14:51:14 +02:00
json
language Revert "Hard Deprecate User ::getCanonicalName, ::isUsableName, ::isCreatableName" 2021-05-05 02:14:47 +00:00
libs Merge "rdbms: disallow upsert()/replace() calls with multiple unique keys" 2021-05-07 01:55:56 +00:00
linkeddata
linker Update Legoktm's email address 2021-05-02 05:39:37 +00:00
logging LogPager: replace Title in method signatures 2021-05-07 17:12:23 +02:00
mail Use ::class for class name 2021-04-08 21:17:42 +02:00
media Merge "MediaHandlerFactory: inject a logger" 2021-04-14 15:17:28 +00:00
Message
Navigation
objectcache Replace uses of DB_MASTER with DB_PRIMARY 2021-04-29 09:24:31 -07:00
page PageIdentityValue: apply basic validation of titles 2021-05-07 17:17:45 +02:00
pager Use some more neutral language 2021-04-18 16:49:36 +01:00
ParamValidator/TypeDef Revert "Hard Deprecate User ::getCanonicalName, ::isUsableName, ::isCreatableName" 2021-05-05 02:14:47 +00:00
parser Merge "WikiPage: Document triggerOpportunisticLinksUpdate and related code" 2021-05-05 22:41:05 +00:00
password
Permissions Merge "Introduce infrastructure for partial blocks for actions" 2021-04-27 23:57:33 +00:00
poolcounter Add comment to fall-through cases in switch 2021-04-15 17:31:12 +00:00
preferences Merge "Split TimeCorrection parser into separate class" 2021-05-07 18:43:08 +00:00
profiler Use more neutral or alternative language 2021-03-20 19:47:18 +00:00
rcfeed rcfeed: Remove reference assignment 2021-04-27 11:14:41 +02:00
registration Update Legoktm's email address 2021-05-02 05:39:37 +00:00
resourceloader resourceloader: Fix path-only URLs in wiki modules when script path is docroot 2021-05-08 00:27:50 +01:00
Rest Eliminate use of Title object in REST infrastructure 2021-05-05 18:54:58 -07:00
Revision Remove hooks that use Revision objects 2021-04-30 17:28:20 +00:00
revisiondelete RevisionDeleter: Use PageIdentity instead of Title 2021-05-06 13:42:13 +02:00
revisionlist RevisionDeleter: Use PageIdentity instead of Title 2021-05-06 13:42:13 +02:00
search Replace uses of DB_MASTER with DB_PRIMARY 2021-04-29 09:24:31 -07:00
session Revert "Hard Deprecate User ::getCanonicalName, ::isUsableName, ::isCreatableName" 2021-05-05 02:14:47 +00:00
shell Use Shellbox for Shell::command() etc. 2021-02-05 21:51:58 +11:00
site Replace uses of DB_MASTER with DB_PRIMARY 2021-04-29 09:24:31 -07:00
skins Create buildPersonalPage method for SkinTemplate class, add menu item to personal menu.. 2021-05-04 23:31:01 +00:00
sparql
specialpage Merge "Remove uses and hard deprecate wfCanIPUseHTTPS" 2021-05-03 03:18:24 +00:00
specials Merge "Do not call SpecialPage::addHelpLink in constructor" 2021-05-08 07:49:04 +00:00
Storage Remove remaining non-test uses of Revision objects 2021-05-04 13:10:22 -07:00
templates Don't use classes error, success and warning outside parser 2021-04-27 17:11:14 +02:00
tidy docs: Fix @var comments to use doc comment syntax 2021-04-29 22:48:52 +00:00
title Remove Title from public interface of OutputPage 2021-04-16 10:01:56 -07:00
upload Replace uses of DB_MASTER with DB_PRIMARY 2021-04-29 09:24:31 -07:00
user Merge "User: Hard-deprecate the confusingly-named isLoggedIn() method" 2021-05-10 16:52:21 +00:00
utils Update Legoktm's email address 2021-05-02 05:39:37 +00:00
watcheditem build: Upgrade mediawiki-codesniffer from v35.0.0 to v36.0.0 2021-04-29 13:00:15 -07:00
watchlist WatchlistManager: reduce more uses of full user objects 2021-04-23 20:43:10 +00:00
widget Add HTMLTagMultiselectField 2021-03-26 08:15:38 -07:00
xml Don't accept empty option group names for dropdown elements 2021-02-19 17:04:35 +01:00
.htaccess
ActorMigration.php Deprecate legacy actor migration keys 2021-05-03 15:14:06 +10:00
ActorMigrationBase.php Split a base class out of ActorMigration 2021-05-03 15:14:06 +10:00
AjaxDispatcher.php build: Enable phan-taint-check-plugin and suppress issues 2020-12-30 19:02:22 +01:00
AjaxResponse.php
AutoLoader.php Add script for resolving class names to files 2021-04-16 11:04:39 +00:00
BadFileLookup.php build: Update mediawiki/mediawiki-codesniffer to 35.0.0 2021-01-31 13:34:38 +00:00
CategoriesRdf.php
Category.php Replace uses of DB_MASTER with DB_PRIMARY 2021-04-29 09:24:31 -07:00
CategoryViewer.php build: Enable phan-taint-check-plugin and suppress issues 2020-12-30 19:02:22 +01:00
CommentStore.php Turn CommentStore::$tempTables into a constant 2021-02-16 09:42:30 +01:00
CommentStoreComment.php
ConfiguredReadOnlyMode.php
ContentSecurityPolicy.php Use some more neutral language 2021-04-18 16:49:36 +01:00
DefaultSettings.php Declare $wgCanonicalNamespaceNames in DefaultSettings.php 2021-05-07 16:10:48 +02:00
Defines.php Prepare for REL1_36 cut, labelling master as 1.37-alpha 2021-04-06 23:03:22 +00:00
DeprecatedGlobal.php DeprecatedGlobal: remove unneeded phpcs suppression 2021-02-16 16:30:43 +00:00
DerivativeRequest.php
DevelopmentSettings.php resourceloader: Remove support for $wgLegacyJavaScriptGlobals 2021-04-19 22:54:43 +00:00
DummyLinker.php
EditPage.php EditPage::getExpectedParentRevision(): guard against null edittime 2021-05-06 11:38:30 +10:00
Emptiable.php Creating an interface to check for emptiness of an object 2021-02-19 21:56:21 +00:00
EventRelayerGroup.php
ExtensionInfo.php
FauxRequest.php
FauxResponse.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
FeedUtils.php
FileDeleteForm.php Replace uses of DB_MASTER with DB_PRIMARY 2021-04-29 09:24:31 -07:00
ForeignResourceManager.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
ForkController.php ForkController: Throw more meaningful error for missing PHP extensions 2021-04-17 22:21:15 +01:00
FormOptions.php Improve custom folding and grouping 2020-12-23 12:41:47 +11:00
GitInfo.php
GlobalFunctions.php Remove uses and hard deprecate wfCanIPUseHTTPS 2021-04-30 19:09:20 +00:00
HeaderCallback.php HeaderCallback: Remove pre-caching of WebRequest::getRequestId 2021-03-10 18:29:55 +00:00
Hooks.php Hooks: Map dash character to underscore when generating hook names 2021-01-26 15:37:29 +00:00
Html.php Revert "message boxes: Use CSS classes adhering to class naming scheme" 2021-01-25 16:31:08 +00:00
Linker.php Linker: remove support for Revision parameters 2021-05-04 19:20:12 +00:00
LinkFilter.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
ListToggle.php
MagicWord.php
MagicWordArray.php
MagicWordFactory.php
MediaWiki.php Remove deprecated https-related hooks 2021-04-30 11:53:18 -07:00
MediaWikiServices.php Introduce infrastructure for partial blocks for actions 2021-04-27 21:53:13 +01:00
MediaWikiVersionFetcher.php
MergeHistory.php build: Upgrade mediawiki-codesniffer from v35.0.0 to v36.0.0 2021-04-29 13:00:15 -07:00
MovePage.php MovePage: clear title cache before parsing new redirect. 2021-05-04 15:15:51 +00:00
MWGrants.php MWGrants: Reduce logic duplication 2021-03-13 20:04:09 +00:00
MWNamespace.php
MWTimestamp.php Split TimeCorrection parser into separate class 2021-05-07 10:43:09 -07:00
NoLocalSettings.php
OrderedStreamingForkController.php
OutputHandler.php Reapply Content-Length deferred updates patches 2021-04-08 09:25:56 +00:00
OutputPage.php Don't use classes error, success and warning outside parser 2021-04-27 17:11:14 +02:00
PageProps.php Re-apply "PageProps: use PageIdentity instead of Title"" 2021-04-28 16:43:51 +00:00
PathRouter.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
PHPVersionCheck.php Prepare for REL1_36 cut, labelling master as 1.37-alpha 2021-04-06 23:03:22 +00:00
Pingback.php Replace uses of DB_MASTER with DB_PRIMARY 2021-04-29 09:24:31 -07:00
ProtectionForm.php SECURITY: Fix XSS vulnerability in EditPage and ProtectionForm 2021-05-01 01:16:35 +00:00
ProxyLookup.php ProxyLookup: inject hook container 2021-03-30 18:46:53 +00:00
RawMessage.php
ReadOnlyMode.php
Revision.php Use Authority for revision audience where possible 2021-02-24 10:56:50 -07:00
ServiceWiring.php Merge "DatabaseBlockStore: fetch correct ActorNormalization" 2021-05-10 09:13:12 +00:00
Setup.php Merge "Setup: Move LBFactory::setRequestInfo() to service wiring" 2021-04-27 05:02:13 +00:00
SiteConfiguration.php
SiteStats.php Replace uses of DB_MASTER with DB_PRIMARY 2021-04-29 09:24:31 -07:00
SiteStatsInit.php Replace uses of DB_MASTER with DB_PRIMARY 2021-04-29 09:24:31 -07:00
Status.php Convert WikiPage to authority. 2021-02-27 00:50:07 +00:00
StreamFile.php Use more neutral or alternative language 2021-03-20 19:47:18 +00:00
StubObject.php
StubUserLang.php
TemplateParser.php
TemplatesOnThisPageFormatter.php Replace some usages of User with Authority/UserIdentity 2021-03-04 17:20:40 -07:00
Title.php Title: avoid instance cache pollution 2021-05-07 11:37:54 +02:00
TitleArray.php
TitleArrayFromResult.php
TitleFactory.php Introduce PageReference 2021-04-13 23:32:20 +02:00
TrackingCategories.php
WebRequest.php Use some more neutral language 2021-04-18 16:49:36 +01:00
WebRequestUpload.php build: Update mediawiki/mediawiki-codesniffer to 35.0.0 2021-01-31 13:34:38 +00:00
WebResponse.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
WebStart.php Merge "WebStart: Avoid conditionally declared functions in this file" 2021-03-12 03:00:18 +00:00
WikiMap.php WikiMap: typo fix in comment 2020-12-21 13:15:48 -05:00
WikiReference.php