wiki.techinc.nl/includes
Brad Jorsch eea7d4ff1b ApiHelp: Fix undefined variable warning
Change-Id: I5b2790af9182dd76cd52be284f56e4833ac464c6
2015-11-07 12:55:01 -05:00
..
actions Update getWithSetCallback() callers to the newer signature 2015-10-07 19:27:08 -07:00
api ApiHelp: Fix undefined variable warning 2015-11-07 12:55:01 -05:00
cache LocalisationCache: try harder to use LCStoreCDB 2015-11-05 17:48:05 -08:00
changes Add triggeringRevisionId to LinksUpdate JobSpec 2015-11-05 12:07:01 +00:00
changetags Fix ChangeTag "lockTSE" values as INF does not actually work 2015-10-22 14:00:06 -07:00
clientpool Remove some MW dependencies from RedisConnectionPool 2015-10-24 15:06:24 -07:00
compat Replace local RunningStat with wikimedia/running-stat library 2015-10-27 19:16:58 +00:00
composer
config
content Improve error message for missing content model on import 2015-10-10 19:51:20 +11:00
context Add Timing interface 2015-11-03 15:05:37 -08:00
dao
db Enforce stricter slave lag limits for bot API requests 2015-11-06 17:04:36 -08:00
debug MonologSpi: add support for customizing Monolog\Logger instances 2015-11-04 18:07:19 +00:00
deferred Merge "Add triggeringRevisionId to LinksUpdate JobSpec" 2015-11-07 00:51:00 +00:00
diff Convert some users to WANObjectCache for consistency 2015-10-19 16:46:52 +00:00
exception clone is not a function 2015-10-16 19:34:31 +02:00
externalstore Update more docs and type hints to use IDatabase 2015-10-06 18:49:52 -07:00
filebackend Merge "Improve MIME detection in FileBackend" 2015-11-03 11:10:41 +00:00
filerepo Log errors in thumb.php 2015-11-06 19:08:24 +00:00
gallery Load 'mediawiki.page.gallery.styles' also without javascript 2015-10-31 17:33:15 +00:00
htmlform Implement section support for OOUIHTMLForm 2015-11-04 19:14:24 +01:00
installer Localisation updates from https://translatewiki.net. 2015-11-05 21:24:32 +01:00
interwiki Update getWithSetCallback() callers to the newer signature 2015-10-07 19:27:08 -07:00
jobqueue Merge "Add triggeringRevisionId to LinksUpdate JobSpec" 2015-11-07 00:51:00 +00:00
json
libs objectcache: Make HashBagOStuff LRU instead of least-recently-set 2015-11-04 01:30:39 +00:00
logging Skip user namespace prefix for rights log entry 2015-10-10 07:38:10 +02:00
mail Of course EmailNotification::updateWatchlistTimestamp returns users ids 2015-10-13 17:30:04 +01:00
media Log errors in thumb.php 2015-11-06 19:08:24 +00:00
objectcache Merge "Make SqlBagOStuff respect WRITE_SYNC flag" 2015-11-03 05:27:38 +00:00
page Remove 'bot' check before trying the edit stash 2015-11-05 21:36:02 -08:00
pager Update more docs and type hints to use IDatabase 2015-10-06 18:49:52 -07:00
parser Merge "Move brace matching rules to Preprocessor class" 2015-11-03 11:24:03 +00:00
password User: Mostly remove password handling 2015-10-13 16:10:41 -06:00
poolcounter poolcounter: Add 'trigger' field to the slow-parse log 2015-10-23 20:53:37 +00:00
profiler Merge "Make TransactionProfiler show the actual query times" 2015-10-23 01:32:00 +00:00
rcfeed
registration Replace newAccelerator() with getLocalServerInstance() 2015-11-02 21:39:08 +00:00
resourceloader resourceloader: Use WAN cache for validateScriptFile cache 2015-11-04 01:09:11 +00:00
revisiondelete SECURITY: RevDel: Check all revisions for suppression, not just the first 2015-10-16 14:11:20 -07:00
search phpcs: Fix some "Single space expected before elseif" 2015-11-01 21:03:18 +01:00
site Remove deprecated SiteObject and SiteArray classes 2015-11-04 13:43:32 +01:00
skins Convert buildSidebar() to using getWithSetCallback() 2015-10-28 18:24:31 -07:00
specialpage Add check for RCWatchCategoryMembership before trying to access form option 2015-10-21 01:07:58 +02:00
specials Merge "Allow AUTHOR|CREDITS with .{media,}wiki extension" 2015-11-06 23:05:07 +00:00
templates Remove dead local vars in UsercreateTemplate 2015-09-10 19:28:45 +00:00
tidy Client-side migration for empty li preservation 2015-10-28 23:35:18 +00:00
title phpcs: Fix some "Assignment expression not allowed" 2015-11-01 21:07:00 +01:00
upload objectcache: Introduce IExpiringStore for convenient TTL constants 2015-10-28 04:07:25 +00:00
utils Remove getLocalServerInstance try/catch in UIDGenerator and DBLockManager 2015-11-02 22:16:05 +00:00
widget build: Use my gmail address for attribution 2015-10-20 02:43:29 +01:00
.htaccess
AjaxDispatcher.php
AjaxResponse.php Convert some users to WANObjectCache for consistency 2015-10-19 16:46:52 +00:00
AuthPlugin.php Add new authentication-related hooks (and remove one) replacing some AuthPlugin methods 2015-09-18 10:46:13 -04:00
AutoLoader.php
Autopromote.php
Block.php objectcache: Introduce IExpiringStore for convenient TTL constants 2015-10-28 04:07:25 +00: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
Collation.php objectcache: Introduce IExpiringStore for convenient TTL constants 2015-10-28 04:07:25 +00:00
DefaultSettings.php Enforce stricter slave lag limits for bot API requests 2015-11-06 17:04:36 -08:00
Defines.php Add comment to unused EDIT_DEFER_UPDATES in Defines.php 2015-10-31 10:06:29 +00:00
DeprecatedGlobal.php
EditPage.php Completely defer EditPage::updateWatchlist 2015-10-26 21:10:54 -07:00
Export.php Update various @params from DatabaseBase to IDatabase 2015-10-05 05:24:29 +00:00
Fallback.php
Feed.php Feed.php: Apply wfBCP47 to language code 2015-09-23 18:11:07 +00:00
FeedUtils.php Fix issues identified by SpaceBeforeSingleLineComment sniff 2015-09-26 23:06:52 +00:00
FileDeleteForm.php Convert doDeleteArticleReal to startAtomic()/endAtomic() 2015-10-26 12:08:53 -07:00
ForkController.php
FormOptions.php
GitInfo.php
GlobalFunctions.php Merge "Allow passing detailed permission errors data to API" 2015-11-04 22:38:47 +00:00
HistoryBlob.php
Hooks.php Make hookErrorHandler() only care about serious signature errors 2015-10-21 17:49:31 -07:00
Html.php Typo in comment of Html::radio() 2015-10-16 13:51:00 +00:00
HtmlFormatter.php Remove empty line comments 2015-10-14 09:46:44 +02:00
HttpFunctions.php When using fopen on https streams, disable weak ciphers and compression 2015-10-11 03:00:10 +00:00
Import.php Merge "Use interwiki cache directly to resolve transwiki import sources" 2015-11-05 16:52:31 +00:00
Licenses.php
limit.sh
Linker.php Avoid "$text must be a string" in Linker::formatLinksInComment 2015-10-27 17:55:53 +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 Add Timing interface 2015-11-03 15:05:37 -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 adding 7zip archives to the MIMEs 2015-10-14 13:19:24 +00:00
MimeMagic.php Fix issues identified by SpaceBeforeSingleLineComment sniff 2015-09-26 23:06:52 +00:00
MovePage.php Restore TitleMoveComplete by-reference flags to avoid errors 2015-10-27 18:15:39 +00:00
MWNamespace.php Sort MWNamespace::getValidNamespaces list numerically 2015-10-05 22:12:32 -06:00
MWTimestamp.php Fix Generic.Files.LineLength phpcs failure in 11 files under includes/ 2015-10-03 17:08:26 +00:00
NoLocalSettings.php Fix "installer started" detection 2015-10-09 17:34:48 -04:00
OutputHandler.php Replace XVO with support for the Key HTTP header 2015-10-07 21:26:40 -07:00
OutputPage.php OutputPage: documentation for (semi-)deprecated methods 2015-11-01 01:43:03 +01:00
PathRouter.php
PHPVersionCheck.php Improve error message from when vendor files don't exist 2015-10-31 22:57:07 +00:00
PHPVersionError.php
Preferences.php Enable users to watch category membership changes #2 2015-10-20 14:23:48 -07:00
PrefixSearch.php PrefixSearch: avoid looking for titles that don't exist 2015-10-26 11:50:23 -07:00
ProtectionForm.php Make lines short to pass phpcs in 2 files under includes/ 2015-09-30 05:20:03 +00:00
Revision.php Convert some users to WANObjectCache for consistency 2015-10-19 16:46:52 +00:00
RevisionList.php Update more docs and type hints to use IDatabase 2015-10-06 18:49:52 -07:00
Sanitizer.php phpcs: Fix some "Assignment expression not allowed" 2015-11-01 21:07:00 +01:00
Setup.php Hotlink InstantCommons images by default to speed up parsing 2015-11-06 20:29:04 +01:00
SiteConfiguration.php
SiteStats.php objectcache: Introduce IExpiringStore for convenient TTL constants 2015-10-28 04:07:25 +00:00
Status.php Cleanups to MigrateFileRepoLayout 2015-10-04 21:45:25 -07:00
StreamFile.php
StubObject.php Remove return of void method results 2015-09-10 18:45:22 +00:00
TemplateParser.php Replace newAccelerator() with getLocalServerInstance() 2015-11-02 21:39:08 +00:00
Title.php Merge "Title: Add warning if newFromText is given non-string/non-null value" 2015-11-05 22:08:35 +00:00
TitleArray.php
TitleArrayFromResult.php
User.php User: Migrate from foreign cache to global cache for UserRightsProxy 2015-11-02 21:39:46 +00:00
UserArray.php
UserArrayFromResult.php
UserRightsProxy.php User: Migrate from foreign cache to global cache for UserRightsProxy 2015-11-02 21:39:46 +00:00
WatchedItem.php
WebRequest.php Remove .php5 entrypoints and $wgScriptExtension 2015-10-08 15:45:31 +01:00
WebRequestUpload.php Move WebRequestUpload class to its own file 2015-10-06 19:24:58 -07:00
WebResponse.php Add WebResponse::clearCookie() 2015-11-03 20:14:33 +00:00
WebStart.php Add header to flag API POST requests with no write intentions 2015-11-06 22:21:31 +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 issues identified by SpaceBeforeSingleLineComment sniff 2015-09-26 23:06:52 +00:00
XmlSelect.php Enable multiple default values for XmlSelect 2015-09-13 22:52:33 +00:00
ZhConversion.php Chinese Conversion Table Update 2015-8 2015-09-29 14:47:38 +08:00