wiki.techinc.nl/includes
2021-03-07 02:56:03 +00:00
..
actions Rename Authority::getPerformer() to ::getUser() 2021-03-04 12:45:28 -07:00
api Merge "WatchAction:doWatchOrUnwarch - use Authority" 2021-03-04 10:01:52 +00:00
auth Control whether a log is created when accounts are autocreated 2021-03-04 01:44:00 +00:00
block Avoid unstubbing user in BlockErrorFormatter::getFormattedBlockErrorInfo 2021-02-24 17:18:50 +01:00
cache Use static closures where safe to use 2021-02-11 00:13:52 +00:00
changes Replace some usages of User with Authority/UserIdentity 2021-03-04 17:20:40 -07:00
changetags Replace some usages of User with Authority/UserIdentity 2021-03-04 17:20:40 -07:00
collation Use static closures where safe to use 2021-02-11 00:13:52 +00:00
compat
composer Allow Composer 2.0 2021-03-01 13:40:55 +11:00
config build: Enable phan-taint-check-plugin and suppress issues 2020-12-30 19:02:22 +01:00
content resourceloader: Add wikimedia/minify package and remove local copies 2021-02-24 21:03:02 +00:00
context docs: Fix 'dependant' typos 2021-02-18 16:59:20 +00:00
dao Introduce helper WikiAwareEntityTrait 2021-02-08 13:49:50 -06:00
db Add $wgChronologyProtectorStash and improve $wgMainStash comments 2021-03-01 20:34:34 +00:00
debug Language: Turn public properties into Getters in LanguageConverter based hierarchy 2021-02-03 15:17:42 +02:00
deferred docs: Fix 'dependant' typos 2021-02-18 16:59:20 +00:00
diff Replace some usages of User with Authority/UserIdentity 2021-03-04 17:20:40 -07:00
edit
editpage Rename Authority::getPerformer() to ::getUser() 2021-03-04 12:45:28 -07:00
exception Allow PermissionError to be constructed with a PermissionStatus 2021-03-01 21:11:57 +00:00
export Use static closures where safe to use 2021-02-11 00:13:52 +00:00
externalstore Update a lot of unspecific "array" types in PHPDocs 2020-10-28 11:01:33 +01:00
filebackend Use static closures where safe to use 2021-02-11 00:13:52 +00:00
filerepo Replace some usages of User with Authority/UserIdentity 2021-03-04 17:20:40 -07:00
gallery Make use of array deconstruction directly in foreach, if possible 2020-11-12 18:38:06 +00:00
historyblob Safer autoloading with respect to file-scope code 2021-01-11 11:59:36 +11:00
Hook phpcs: remove some unneeded suppressions 2021-02-17 16:16:24 +00:00
HookContainer Silent deprecate ProtectionForm::buildForm 2021-02-16 20:06:29 +00:00
htmlform OOUIHTMLForm: Remove IE8 fallback code 2021-02-24 15:33:11 -08:00
http Use static closures where safe to use 2021-02-11 00:13:52 +00:00
import WikiImporter: Minor code style changes 2021-02-08 00:09:15 +00:00
installer Drop pagelinks table creation code 2021-03-06 00:02:21 +01:00
interwiki Deprecate InterwikiLoadPrefix hook 2020-12-21 19:28:48 +00:00
jobqueue Merge "Use static closures where safe to use" 2021-02-14 23:05:48 +00:00
json build: Updating mediawiki/mediawiki-codesniffer to 34.0.0 2020-12-07 14:55:24 +01:00
language Add converter for the Talysh language (tly) 2021-02-17 13:49:36 +00:00
libs Support Composer 2.0 in ComposerInstalled 2021-03-04 09:29:34 +01:00
linkeddata Document HttpError to help taint-check 2020-12-12 00:06:00 +01:00
linker Define equality for PageIdentity and LinkTarget 2021-01-19 23:07:37 +00:00
logging Convert RecentChange::doMarkPatrolled to Authority 2021-03-03 20:23:56 -07:00
mail Use static closures where safe to use 2021-02-11 00:13:52 +00:00
media Use static closures where safe to use 2021-02-11 00:13:52 +00:00
Message
Navigation PrevNextNavigationRenderer: readability cleanup 2020-11-22 14:03:15 +00:00
objectcache Add $wgChronologyProtectorStash and improve $wgMainStash comments 2021-03-01 20:34:34 +00:00
page Merge "PageArchive: Improve method/property documentations" 2021-03-05 00:24:48 +00:00
pager Use static closures where safe to use 2021-02-11 00:13:52 +00:00
ParamValidator/TypeDef TitleDef: document return value as LinkTarget, not TitleValue 2020-11-06 17:07:14 -08:00
parser Merge "Make ParserOptionsTest work on PHP<7.4.9 with opcache enabled" 2021-03-02 20:21:23 +00:00
password
Permissions Rename Authority::getPerformer() to ::getUser() 2021-03-04 12:45:28 -07:00
poolcounter Introduce RevisionOutputCache 2020-12-14 16:50:28 +00:00
preferences Merge "URL encode the username passed to prefs-user-downloaddata-help-message" 2021-02-24 21:19:30 +00:00
profiler Merge "Use static closures where safe to use" 2021-02-14 23:05:48 +00:00
rcfeed
registration Merge "Use static closures where safe to use" 2021-02-14 23:05:48 +00:00
resourceloader Merge "resourceloader: Allow modules to mark themselves as ES6-only" 2021-03-07 02:56:03 +00:00
Rest Rename Authority::getPerformer() to ::getUser() 2021-03-04 12:45:28 -07:00
Revision Replace some usages of User with Authority/UserIdentity 2021-03-04 17:20:40 -07:00
revisiondelete Use Authority for revision audience where possible 2021-02-24 10:56:50 -07:00
revisionlist Use Authority for revision audience where possible 2021-02-24 10:56:50 -07:00
search SearchNearMatcher: don't create WikiPage for bad titles. 2021-03-03 20:38:59 +01:00
session Merge "Use static closures where safe to use" 2021-02-14 23:05:48 +00:00
shell Use Shellbox for Shell::command() etc. 2021-02-05 21:51:58 +11:00
site Merge "Use static closures where safe to use" 2021-02-14 23:05:48 +00:00
skins Rename Authority::getPerformer() to ::getUser() 2021-03-04 12:45:28 -07:00
sparql Merge "Update a lot of unspecific "array" types in PHPDocs" 2020-11-13 21:48:24 +00:00
specialpage Introduce SpecialPage::getAuthority shortcut to context 2021-03-02 16:59:56 -07:00
specials Replace some usages of User with Authority/UserIdentity 2021-03-04 17:20:40 -07:00
Storage Fix filename in PageUpdater documentation 2021-02-24 14:22:18 +00:00
templates
tidy Don't apply French spacing in raw text elements 2021-02-16 19:26:29 -05:00
title Escape wikitext in the title in invalid title error messages 2021-02-22 15:33:32 +01:00
upload Rename Authority::getPerformer() to ::getUser() 2021-03-04 12:45:28 -07:00
user Rename Authority::getPerformer() to ::getUser() 2021-03-04 12:45:28 -07:00
utils Use static closures where safe to use 2021-02-11 00:13:52 +00:00
watcheditem Hard deprecate WatchedItem::getUser in favor of ::getUserIdentity 2021-02-26 03:29:45 -05:00
widget
xml Don't accept empty option group names for dropdown elements 2021-02-19 17:04:35 +01:00
.htaccess
ActorMigration.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
AjaxDispatcher.php build: Enable phan-taint-check-plugin and suppress issues 2020-12-30 19:02:22 +01:00
AjaxResponse.php
AutoLoader.php Safer autoloading with respect to file-scope code 2021-01-11 11:59:36 +11:00
Autopromote.php Update a lot of unspecific "array" types in PHPDocs 2020-10-28 11:01:33 +01:00
BadFileLookup.php build: Update mediawiki/mediawiki-codesniffer to 35.0.0 2021-01-31 13:34:38 +00:00
CategoriesRdf.php
Category.php Improve docs about @param/@return object $row to stdClass 2020-11-13 00:08:21 +01: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 Remove BC support for creating ConfiguredReadOnlyMode with Config 2020-10-26 00:27:17 +00:00
ContentSecurityPolicy.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
DefaultSettings.php Merge "resourceloader: Allow modules to mark themselves as ES6-only" 2021-03-07 02:56:03 +00:00
Defines.php PHPVersionCheck: Complain about known-bad versions above minimum 2021-02-25 15:17:21 +00:00
DeprecatedGlobal.php DeprecatedGlobal: remove unneeded phpcs suppression 2021-02-16 16:30:43 +00:00
DerivativeRequest.php
DevelopmentSettings.php Ensure that the legacy wikitext editor is preferred by default 2021-01-12 12:30:02 +01:00
DummyLinker.php
EditPage.php Replace some usages of User with Authority/UserIdentity 2021-03-04 17:20:40 -07: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 Update a lot of unspecific "array" types in PHPDocs 2020-10-28 11:01:33 +01:00
FauxRequest.php Implement FauxRequest::getPostValues() 2020-11-27 09:38:08 +01:00
FauxResponse.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
FeedUtils.php Merge "FeedUtils: Update regex to match classes appropriately, and test" 2020-12-16 18:15:42 +00:00
FileDeleteForm.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
ForeignResourceManager.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
ForkController.php
FormOptions.php Improve custom folding and grouping 2020-12-23 12:41:47 +11:00
GitInfo.php
GlobalFunctions.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
HeaderCallback.php HeaderCallback: pre-cache request ID 2020-11-18 21:18:08 -08: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 Replace some usages of User with Authority/UserIdentity 2021-03-04 17:20:40 -07:00
LinkFilter.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
ListToggle.php
MagicWord.php
MagicWordArray.php MagicWordArray: mark ::get*Regex*() as @internal, add some options 2020-11-25 12:46:47 -05:00
MagicWordFactory.php
MediaWiki.php Add $wgChronologyProtectorStash and improve $wgMainStash comments 2021-03-01 20:34:34 +00:00
MediaWikiServices.php Make actor services usable with object factory. 2021-02-24 00:11:07 +00:00
MediaWikiVersionFetcher.php
MergeHistory.php Chain MutableRevisionRecord method calls 2021-01-20 20:52:22 +00:00
MovePage.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
MWGrants.php
MWNamespace.php Update a lot of unspecific "array" types in PHPDocs 2020-10-28 11:01:33 +01:00
MWTimestamp.php
NoLocalSettings.php
OrderedStreamingForkController.php build: Updating mediawiki/mediawiki-codesniffer to 32.0.0 2020-10-28 20:06:22 +00:00
OutputHandler.php
OutputPage.php OutputPage: move to authority where relevant 2021-03-04 08:55:20 -07:00
PageProps.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
PathRouter.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
PHPVersionCheck.php Make ParserOptionsTest work on PHP<7.4.9 with opcache enabled 2021-03-02 13:03:58 +11:00
Pingback.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
ProtectionForm.php field descriptors in HTMLForm must have keys 2021-02-19 01:17:02 +01:00
ProxyLookup.php
RawMessage.php
ReadOnlyMode.php
Revision.php Use Authority for revision audience where possible 2021-02-24 10:56:50 -07:00
ServiceWiring.php rdbms: Add ChronologyProtectorStash type to the debug logs 2021-03-02 20:59:36 +00:00
Setup.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
SiteConfiguration.php
SiteStats.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
SiteStatsInit.php
Status.php Convert WikiPage to authority. 2021-02-27 00:50:07 +00:00
StreamFile.php Remove deprecated StreamFile methods 2020-11-22 04:31:33 +00:00
StubObject.php Improve documentation about object to be stdClass or specific type 2020-11-20 14:47:56 +00:00
StubUserLang.php Hard deprecation of Language::convertTitle(), 2020-10-20 16:49:17 -04:00
TemplateParser.php
TemplatesOnThisPageFormatter.php Replace some usages of User with Authority/UserIdentity 2021-03-04 17:20:40 -07:00
Title.php Clean up Title deprecated methods of mediawiki core 2021-02-28 21:08:11 +02:00
TitleArray.php
TitleArrayFromResult.php
TitleFactory.php
TrackingCategories.php
WebRequest.php Merge "WebRequest: Document magic argument on WebRequest::getValues" 2021-02-11 03:41:09 +00: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 MWLBFactory: rename magic HTTP header for opting out of sqlite write lock 2021-02-04 13:24:25 -05:00
WikiMap.php WikiMap: typo fix in comment 2020-12-21 13:15:48 -05:00
WikiReference.php