wiki.techinc.nl/includes
Reedy 6b9be9c0e9 SECURITY: Allow user to only apply protection they have right to do so via action=protect
'apierror-protect-invalidlevel' potentially wants updating at a later point as the
message isn't necessarily clear what the error is; the protection may be valid
but the users right to do so is not.

Bug: T270713
Change-Id: I72fe67264baa4123599ec424a7d780192ca54bcc
2021-04-08 20:55:25 +01:00
..
actions Rename WatchlistNotificationManager to WatchlistManager 2021-04-07 18:16:24 -04:00
api SECURITY: Allow user to only apply protection they have right to do so via action=protect 2021-04-08 20:55:25 +01:00
auth build: Swap deprecated @codingStandardsIgnore to phpcs:ignore 2021-04-04 21:18:22 +02:00
block Don't allow blocking on pages that don't exist 2021-04-08 07:44:53 -07:00
cache Use more neutral or alternative language 2021-03-20 19:47:18 +00:00
changes build: Swap deprecated @codingStandardsIgnore to phpcs:ignore 2021-04-04 21:18:22 +02:00
changetags Revert "Add change tags for media additions/removals" 2021-03-26 15:16:08 +00:00
collation Use static closures where safe to use 2021-02-11 00:13:52 +00:00
compat
composer ComposerHookHandler: Tweak handling of composer 2 and wikimedia/composer-merge-plugin 2021-03-11 04:04:38 +00:00
config build: Enable phan-taint-check-plugin and suppress issues 2020-12-30 19:02:22 +01:00
content Merge "Avoid using User::getBoolOption()" 2021-03-28 02:18:21 +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 rdbms: detect corrupt Database instances due to critical section failure 2021-03-24 14:25:50 +00:00
debug Drop Avro format option for monolog without deprecation 2021-03-25 08:26:17 -07:00
deferred Actor migration cleanup for SiteStatsUpdate 2021-04-07 16:24:55 +10:00
diff Merge "Avoid using User::getBoolOption()" 2021-03-28 02:18:21 +00:00
edit
editpage Update creation of edit constraints following switch to Authority 2021-03-22 23:11:46 +00:00
exception exception: Restore "PHP Deprecated" prefix for E_USER_DEPRECATED 2021-04-07 19:21:29 +01:00
export Use static closures where safe to use 2021-02-11 00:13:52 +00:00
externalstore Merge "ExternalStoreMwstore: Remove unnecessary check" 2021-03-13 20:57:50 +00:00
filebackend Use static closures where safe to use 2021-02-11 00:13:52 +00:00
filerepo Merge "LocalFile: Move "supportsSha1URLs" in purgeThumbList() out of the loop" 2021-03-27 03:39:47 +00: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 Merge "Hard deprecate the onTitleArrayFromResult hook" 2021-03-30 22:13:18 +00:00
HookContainer Hard deprecate the onTitleArrayFromResult hook 2021-03-30 18:57:55 +00:00
htmlform build: Swap deprecated @codingStandardsIgnore to phpcs:ignore 2021-04-04 21:18:22 +02:00
http build: Swap deprecated @codingStandardsIgnore to phpcs:ignore 2021-04-04 21:18:22 +02:00
import Inject dependencies into some ImportTitleFactory classes 2021-03-22 21:27:27 +00:00
installer Installer: Fix foundation.wikimedia.org link in config-pingback-help 2021-04-08 17:29:12 +01:00
interwiki Deprecate InterwikiLoadPrefix hook 2020-12-21 19:28:48 +00:00
jobqueue Implement JobQueueDB::getAllAbandonedJobs 2021-04-05 21:53:22 +02:00
json build: Updating mediawiki/mediawiki-codesniffer to 34.0.0 2020-12-07 14:55:24 +01:00
language Add Message/MessageValue datetime parameter types 2021-03-30 21:05:32 -06:00
libs Merge "rdbms: detect corrupt Database instances due to critical section failure" 2021-04-08 02:31:43 +00: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 Move several legacy style rules to existing dedicated modules 2021-03-26 20:39:39 +01:00
mail Merge "Convert mail namespace to Authority/UserIdentity" 2021-04-05 17:26:58 +00:00
media Merge "Fix replacement of control chars in DJVU text output" 2021-03-29 15:38:33 +00:00
Message
Navigation PrevNextNavigationRenderer: readability cleanup 2020-11-22 14:03:15 +00:00
objectcache Merge "objectcache: remove ObjectCache::detectLocalServerCache() method" 2021-03-08 05:57:14 +00:00
page Merge "Rename WatchlistNotificationManager to WatchlistManager" 2021-04-08 15:48:15 +00:00
pager Use more neutral or alternative language 2021-03-20 19:47:18 +00:00
ParamValidator/TypeDef TitleDef: document return value as LinkTarget, not TitleValue 2020-11-06 17:07:14 -08:00
parser ParserCache: fix stats for metadata cache missed 2021-04-08 17:54:01 +02:00
password Document hook names in hook interfaces. 2020-09-27 12:03:12 +02:00
Permissions PermissionManager: fetch $wgDeleteRevisionsLimit from config 2021-03-29 22:33:43 +00:00
poolcounter Convert ParserOutputAccess to PageRecord. 2021-04-05 07:46:34 -06:00
preferences Avoid using User::getBoolOption() 2021-03-27 22:51:03 +01:00
profiler Use more neutral or alternative language 2021-03-20 19:47:18 +00:00
rcfeed Document hook names in hook interfaces. 2020-09-27 12:03:12 +02:00
registration registry: Allow specifying immovable namespaces in extension.json 2021-03-17 06:10:35 +00:00
resourceloader Merge "Move legacy commonPrint styles to appropriate skin features" 2021-04-06 22:28:33 +00:00
Rest Rest/Handler.php: Minor cleanup 2021-04-02 02:51:00 +01:00
Revision Merge "Use PageStore in RevisionStore" 2021-04-05 19:54:40 +00: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 Replace various usages of PermissionManager with Authority 2021-03-17 20:23:58 -06:00
session Avoid using User::isValidUserName() 2021-03-14 18:04:12 +01: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 Merge "Fix annoying E_NOTICE about undefined 'alt' index in Skin#makeFooterIcon." 2021-03-28 02:17:55 +00:00
sparql Merge "Update a lot of unspecific "array" types in PHPDocs" 2020-11-13 21:48:24 +00:00
specialpage Merge "Rename WatchlistNotificationManager to WatchlistManager" 2021-04-08 15:48:15 +00:00
specials Merge "Rename WatchlistNotificationManager to WatchlistManager" 2021-04-08 15:48:15 +00:00
Storage build: Swap deprecated @codingStandardsIgnore to phpcs:ignore 2021-04-04 21:18:22 +02:00
templates
tidy Deprecate MWTidy and TidyDriverBase::supportsValidate() 2021-03-16 12:29:55 -07:00
title Make TitleFormatter accept PageIdentity interface 2021-03-24 17:27:19 -04:00
upload Rename some variables to use more neutral language 2021-03-19 16:18:49 +00:00
user Merge "Rename WatchlistNotificationManager to WatchlistManager" 2021-04-08 15:48:15 +00:00
utils Drop Avro format option for monolog without deprecation 2021-03-25 08:26:17 -07:00
watcheditem Merge "Convert WatchedItem et al to PageIdentity" 2021-03-26 20:16:54 +00:00
watchlist Rename WatchlistNotificationManager to WatchlistManager 2021-04-07 18:16:24 -04: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 UserIdentity::getActorId() 2021-03-13 19:45:57 +01:00
AjaxDispatcher.php build: Enable phan-taint-check-plugin and suppress issues 2020-12-30 19:02:22 +01:00
AjaxResponse.php
AutoLoader.php Convert mail namespace to Authority/UserIdentity 2021-04-01 15:46:09 -06: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 CommentStore: Add documentation defgroup/ingroup annotations 2020-07-25 05:42:20 +00:00
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 Make SpecialFileDuplicateSearch not be a QueryPage 2021-04-08 14:39:01 +10: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 Ensure that the legacy wikitext editor is preferred by default 2021-01-12 12:30:02 +01:00
DummyLinker.php
EditPage.php Remove hard deprecated EditPage spam regex methods 2021-03-29 17:38:55 +00: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 Create mediawiki.actions.styles module for misc action styles 2021-03-31 15:39:51 +00:00
ForeignResourceManager.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
ForkController.php Clean up ForkController using current code conventions 2021-03-21 19:21:12 +00:00
FormOptions.php Improve custom folding and grouping 2020-12-23 12:41:47 +11:00
GitInfo.php
GlobalFunctions.php Don't send headers on ob_end_clean() 2021-04-08 11:26:06 +10: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 Avoid using User::getBoolOption() 2021-03-27 22:51:03 +01: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 Reapply Content-Length deferred updates patches 2021-04-08 09:25:56 +00:00
MediaWikiServices.php Merge "Hard deprecate MediaWikiServices::getWatchlistNotificationManager()" 2021-04-08 15:50:29 +00:00
MediaWikiVersionFetcher.php
MergeHistory.php Convert MergeHistory to Authority 2021-03-23 16:52:07 -06:00
MovePage.php MovePage: fetch $wgMaximumMovedPages from config 2021-03-29 23:42:16 +00:00
MWGrants.php MWGrants: Reduce logic duplication 2021-03-13 20:04:09 +00:00
MWNamespace.php Update a lot of unspecific "array" types in PHPDocs 2020-10-28 11:01:33 +01:00
MWTimestamp.php Convert MWTimestamp to UserIdentity 2021-03-11 19:24:16 +00:00
NoLocalSettings.php
OrderedStreamingForkController.php build: Updating mediawiki/mediawiki-codesniffer to 32.0.0 2020-10-28 20:06:22 +00:00
OutputHandler.php Reapply Content-Length deferred updates patches 2021-04-08 09:25:56 +00:00
OutputPage.php Rename $wgSlaveLagWarning and $wgSlaveLagCritical to match DB_REPLICA 2021-03-21 17:58:15 +00:00
PageProps.php Remove PageProps::overrideInstance() 2021-03-15 12:53:29 -04: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 Use static closures where safe to use 2021-02-11 00:13:52 +00:00
ProtectionForm.php Create mediawiki.actions.styles module for misc action styles 2021-03-31 15:39:51 +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 "Don't allow blocking on pages that don't exist" 2021-04-08 15:52:57 +00:00
Setup.php Rename $wgSlaveLagWarning and $wgSlaveLagCritical to match DB_REPLICA 2021-03-21 17:58:15 +00:00
SiteConfiguration.php includes: Use expression assignment operator += or |= where possible 2020-07-31 22:26:42 +00:00
SiteStats.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
SiteStatsInit.php Fix broken PHPDoc comments that don't start with /** 2020-07-23 16:09:41 +00: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 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 Rename WatchlistNotificationManager to WatchlistManager 2021-04-07 18:16:24 -04:00
TitleArray.php
TitleArrayFromResult.php
TitleFactory.php MainSlotRoleHandler: inject dependencies 2021-03-11 20:49:37 +00:00
TrackingCategories.php Alphasort TrackingCategories::$coreTrackingCategories 2020-09-27 16:03:17 +00:00
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 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