wiki.techinc.nl/includes
Brad Jorsch 381a6ce691 API: Flag "user" parameters in various modules as type 'user'
The API 'user' type accepts both user names and IP addresses, and
applies normalization but not canonicalization. We should be using this
on basically every user parameter to ensure that e.g. IPv6 usernames get
uppercased.

Bug: T122803
Change-Id: Ic67fb54061ac311e54f325b2a1a4658f43b8fef4
2016-01-09 22:16:06 +00:00
..
actions Merge "Remove gen from RawAction." 2015-12-20 23:37:39 +00:00
api API: Flag "user" parameters in various modules as type 'user' 2016-01-09 22:16:06 +00:00
cache Remove use of $dest = 'log' for wfDebugLog 2015-12-30 13:03:14 -07:00
changes Merge "Allow patrol of uploads" 2016-01-07 01:06:02 +00:00
changetags Prevent blocked users from modifying change tags 2015-12-19 21:38:39 +00:00
clientpool Rename SquidUpdate => CdnCacheUpdate 2015-12-09 16:31:17 -08:00
compat Remove various double empty newlines 2015-12-27 18:55:12 +00:00
composer
config
content Improve error message for missing content model on import 2015-10-10 19:51:20 +11:00
context Merge "RequestContext: Load the request object for getRequest on first call" 2016-01-06 19:10:15 +00:00
dao
db Remove redundant DatabaseBase doc comments 2016-01-05 23:56:27 +00:00
debug Remove use of $dest = 'log' for wfDebugLog 2015-12-30 13:03:14 -07:00
deferred Pass __METHOD__ to load balancer commit/rollback methods 2015-12-22 18:30:20 -08:00
diff WebRequest::appendQuery*() functions no longer take $onlyquery 2016-01-06 15:15:10 -08:00
exception Remove various double empty newlines 2015-12-27 18:55:12 +00:00
export Add 7zip compression level param to BackupDumper 2015-12-31 18:18:18 +00:00
externalstore Replace wfBaseConvert with Wikimedia\base_convert 2015-11-24 22:51:42 +00:00
filebackend Merge "Fix some FSFileBackend IDEA errors" 2015-12-31 01:18:46 +00:00
filerepo LogEntry: Make associated rev id persistent (store in logging and log_search) 2016-01-07 02:19:51 +00:00
gallery PHP 7 compatibility: Fix variable interpolation in ImageGalleryBase.php 2015-12-03 18:59:56 +01:00
htmlform htmform: Document "text" methods that take HTML as such 2016-01-05 16:46:24 -08:00
import Add maintenance script importTextFiles.php 2016-01-08 00:57:11 +00:00
installer Remove excess newlines at the end of files 2016-01-09 09:13:37 +01:00
interwiki Allow $wgInterwikiCache to be an associative array 2015-12-23 22:23:52 +00:00
jobqueue Pass __METHOD__ to load balancer commit/rollback methods 2015-12-22 18:30:20 -08:00
json
libs convertExtensionToRegistration: Detect if composer autoloader is needed 2016-01-07 17:23:34 +00:00
logging LogEntry: Make associated rev id persistent (store in logging and log_search) 2016-01-07 02:19:51 +00:00
mail Merge "$wgUsersNotifiedOnAllChanges should not send mail twice" 2015-12-16 19:40:01 +00:00
media Merge "Support all values for exif PhotometricInterpretation" 2015-12-13 04:18:59 +00:00
objectcache objectcache: Improve entry point docs and fix typo in READ_LATEST 2015-12-07 19:54:16 +00:00
page Merge "Allow patrol of uploads" 2016-01-07 01:06:02 +00:00
pager Update more docs and type hints to use IDatabase 2015-10-06 18:49:52 -07:00
parser Linker::makeLinkObj() was removed 2016-01-03 00:08:43 +00:00
password [SECURITY] 0-pad to length in random string generation 2015-12-18 01:22:35 -08:00
poolcounter poolcounter: Add 'trigger' field to the slow-parse log 2015-10-23 20:53:37 +00:00
profiler Remove unused $wgStatsMethod and related UDPProfiler variables 2015-12-07 21:38:22 +00:00
rcfeed
registration registration: $wgRateLimits should be merged using array_plus_2d 2016-01-07 18:56:21 +00:00
resourceloader Remove various double empty newlines 2015-12-27 18:55:12 +00:00
revisiondelete Merge "Show change tags on Special:RevisionDelete" 2015-12-17 03:21:07 +00:00
search Split SearchResultSet.php classes 2016-01-03 17:12:10 -06:00
site Factor page name normalization out of MediaWikiSite 2016-01-04 17:32:22 -08:00
skins WebRequest::appendQuery*() functions no longer take $onlyquery 2016-01-06 15:15:10 -08:00
specialpage Slightly simplify QueryPage::outputResults 2016-01-03 20:46:20 +01:00
specials Merge "Allow patrol of uploads" 2016-01-07 01:06:02 +00:00
templates Use template to render EnhancedChangesList groups 2015-12-28 20:09:11 +00:00
tidy Merge "Fix various mistakes in PHPDoc comments" 2015-12-09 18:13:19 +00:00
title Fix typo: mapp -> map 2015-11-22 17:49:03 +01:00
upload Replace wfBaseConvert with Wikimedia\base_convert 2015-11-24 22:51:42 +00:00
user Merge "Allow patrol of uploads" 2016-01-07 01:06:02 +00:00
utils Remove various double empty newlines 2015-12-27 18:55:12 +00:00
widget Fix conflicting configuration name in TitleInputWidget 2015-11-19 22:29:34 +01:00
.htaccess
AjaxDispatcher.php
AjaxResponse.php Remove use of $dest = 'log' for wfDebugLog 2015-12-30 13:03:14 -07:00
AuthPlugin.php
AutoLoader.php
Autopromote.php
Block.php Avoid calling Block::deleteIfExpired() when not needed 2015-12-29 20:29:10 -08:00
Category.php Fix "Notice: Undefined property: Category::$mId" errors 2015-10-29 21:37:11 +00:00
CategoryFinder.php Update more docs and type hints to use IDatabase 2015-10-06 18:49:52 -07:00
CategoryViewer.php Move category refreshes to a deferred update 2015-12-29 20:22:54 -08:00
Collation.php objectcache: Introduce IExpiringStore for convenient TTL constants 2015-10-28 04:07:25 +00:00
DefaultSettings.php Merge "Allow patrol of uploads" 2016-01-07 01:06:02 +00:00
Defines.php Add comment to unused EDIT_DEFER_UPDATES in Defines.php 2015-10-31 10:06:29 +00:00
DeprecatedGlobal.php
DerivativeRequest.php Split WebRequest.php classes 2016-01-04 21:34:25 +00:00
EditPage.php Replace "squid" with "CDN" in various comments 2015-12-09 17:35:37 -08:00
Fallback.php
FauxRequest.php Split WebRequest.php classes 2016-01-04 21:34:25 +00:00
Feed.php
FeedUtils.php Migrate feeds from $messageMemc to the WAN cache 2015-11-10 11:11:05 -08:00
FileDeleteForm.php Convert doDeleteArticleReal to startAtomic()/endAtomic() 2015-10-26 12:08:53 -07:00
ForkController.php Make ForkController destroy redis instances too 2015-12-04 23:17:37 -08:00
FormOptions.php
GitInfo.php GitInfo: Allow cache to be in the extension directory itself 2016-01-06 14:41:36 -08:00
GlobalFunctions.php Finally: wfMsg*() was removed 2016-01-05 15:10:23 -08:00
HistoryBlob.php
Hooks.php Follow-up for Iba0138a6d: remove now-unused MWHookException class 2015-12-04 13:37:18 -08:00
Html.php Remove redundant 'type' attributes from style and script tags 2015-12-09 20:07:13 +00:00
HtmlFormatter.php Remove empty line comments 2015-10-14 09:46:44 +02:00
HttpFunctions.php SECURITY: Work around CURL insanity breaking POST parameters that start with '@' 2015-12-18 01:22:30 -08:00
Licenses.php
limit.sh
Linker.php Remove Linker::makeImageLink2 2016-01-03 21:44:56 +01:00
LinkFilter.php Update more docs and type hints to use IDatabase 2015-10-06 18:49:52 -07:00
MagicWord.php Log warnings on on preg_* failures in MagicWordArray::matchAndRemove() 2015-10-29 18:36:23 -07:00
MediaWiki.php Pass __METHOD__ to load balancer commit/rollback methods 2015-12-22 18:30:20 -08:00
MediaWikiVersionFetcher.php
Message.php Various WikiPage code cleanups 2015-10-08 04:42:25 +00:00
mime.info adding 7zip archives to the MIMEs 2015-10-14 13:19:24 +00:00
mime.types Add file extension mapping for opus 2015-10-25 19:26:59 +01:00
MimeMagic.php
MovePage.php Add $revision to TitleMoveCompleting for completeness 2015-12-16 19:11:15 -08:00
MWNamespace.php Sort MWNamespace::getValidNamespaces list numerically 2015-10-05 22:12:32 -06:00
MWTimestamp.php Move 90e1b22166 release notes to 1.27 file, and fix @since tag 2015-11-21 00:13:06 +00:00
NoLocalSettings.php Fix "installer started" detection 2015-10-09 17:34:48 -04:00
OutputHandler.php Replace "squid" with "CDN" in various comments 2015-12-09 17:35:37 -08:00
OutputPage.php Remove not used private member variable mParserWarnings from OutputPage 2016-01-03 01:57:59 +01:00
PathRouter.php
PHPVersionCheck.php phpcs: Use __DIR__ constant instead of calling 2015-11-15 21:14:42 +01:00
PHPVersionError.php phpcs: Use __DIR__ constant instead of calling 2015-11-15 21:14:42 +01:00
Preferences.php Avoid "CAS updated failed" errors on Special:Preferences double post 2015-12-15 02:50:16 +00:00
PrefixSearch.php Extracted some code from PrefixSearch for re-usability by other search engines. 2015-12-02 17:18:08 +00:00
ProtectionForm.php
Revision.php Replace wfBaseConvert with Wikimedia\base_convert 2015-11-24 22:51:42 +00:00
RevisionList.php Update more docs and type hints to use IDatabase 2015-10-06 18:49:52 -07:00
Sanitizer.php Remove various double empty newlines 2015-12-27 18:55:12 +00:00
Setup.php Merge "Setup.php: Ensure that defaults for 'rcdays' and 'watchlistdays' are not invalid" 2016-01-06 22:24:20 +00:00
SiteConfiguration.php
SiteStats.php objectcache: Introduce IExpiringStore for convenient TTL constants 2015-10-28 04:07:25 +00:00
Status.php
StreamFile.php
StubObject.php
TemplateParser.php Replace newAccelerator() with getLocalServerInstance() 2015-11-02 21:39:08 +00:00
Title.php Remove deprecated Title::userIsWatching 2016-01-04 18:08:15 +00:00
TitleArray.php
TitleArrayFromResult.php
WatchedItem.php Call DB::timestampOrNull in WatchedItem::resetNotificationTimestamp 2015-11-22 11:06:58 +01:00
WebRequest.php WebRequest::appendQuery*() functions no longer take $onlyquery 2016-01-06 15:15:10 -08:00
WebRequestUpload.php Fix CONTENT-LENGTH header in WebRequestUpload 2015-12-28 22:18:34 +01:00
WebResponse.php Add WebResponse::clearCookie() 2015-11-03 20:14:33 +00:00
WebStart.php Remove various double empty newlines 2015-12-27 18:55:12 +00:00
WikiMap.php Make WikiMap fall back to sites if a site couldn't be found using $wgConf 2015-10-07 14:59:31 +02:00
Xml.php Fix last direct usage of UtfNormal in MW core 2016-01-08 22:38:18 +00:00
XmlSelect.php Implement HTMLComboboxField 2015-11-12 09:48:27 +01:00
ZhConversion.php