wiki.techinc.nl/includes
2016-09-22 05:36:32 +00:00
..
actions Make rebuildFileCache cover ?action=history 2016-09-20 00:53:26 -07:00
api Merge "FSFile and TempFSFile cleanups" 2016-09-20 23:21:30 +00:00
auth Merge "Show warnings in HTMLForm and warnings as warnings on Login/Signup form" 2016-09-17 18:05:13 +00:00
cache Make rebuildFileCache cover ?action=history 2016-09-20 00:53:26 -07:00
changes Merge "Avoid using cascadingDeletes()/cleanupTriggers()" 2016-09-19 19:31:44 +00:00
changetags Fix IDEA Ultimate warnings in ChangeTags 2016-09-20 11:12:26 -07:00
clientpool
collation Implement NumericUppercaseCollation 2016-08-23 18:41:01 +00:00
compat
composer
config
content Merge "JsonContentHandler: Make sure makeEmptyContent() is valid JSON" 2016-09-09 08:29:15 +00:00
context
dao Only apply DB_MASTER fallback in Revision::fetchText() if READ_LATEST 2016-09-08 03:50:56 +00:00
db Merge "Fix IDEA warnings in CloneDatabase" 2016-09-21 21:12:00 +00:00
debug Only send DB query profiling to MWDebug::query 2016-09-20 15:42:00 -07:00
deferred Avoid using cascadingDeletes()/cleanupTriggers() 2016-09-18 02:05:07 +00:00
diff Merge "Rename mediawiki.action.history.diff to mediawiki.diff.styles" 2016-09-06 15:56:17 +00:00
exception Fix "MWExceptionRenderer::getText() should not be called statically" errors 2016-09-19 10:55:10 -07:00
export
externalstore Use getConnectionRef() in ExternalStoreDB to avoid connection leaks 2016-09-21 08:01:00 +00:00
filebackend Remove MimeMagic depedency from FSFile and move it to /libs 2016-09-22 03:17:04 +00:00
filerepo Remove MimeMagic depedency from FSFile and move it to /libs 2016-09-22 03:17:04 +00:00
gallery Clarify comment in traditional gallery 2016-09-19 12:24:56 -07:00
htmlform Merge "Show warnings in HTMLForm and warnings as warnings on Login/Signup form" 2016-09-17 18:05:13 +00:00
import Deprecfate WikiRevision::getText 2016-09-20 18:35:26 +02:00
installer Localisation updates from https://translatewiki.net. 2016-09-20 21:54:52 +02:00
interwiki Fix doc typo in InterwikiLookup 2016-09-08 15:11:55 +02:00
jobqueue Avoid triggering SiteConfiguration lookup in JobQueueGroup::push() 2016-09-16 11:16:19 -07:00
json
libs Merge "Use ConvertibleTimestamp::convert() in a few places" 2016-09-22 05:36:32 +00:00
linker
logging Defer publish of recent change for log entries 2016-09-06 13:52:57 -07:00
mail
media Migrate callers to new MWFileProps::getPropsFromPath() method 2016-09-22 00:33:46 +00:00
objectcache Use standard exceptions in ObjectCache and always handle CACHE_NONE/"hash" 2016-09-21 21:49:15 +00:00
page Add deprecated comment to Article::doEdit() 2016-09-21 21:13:20 +01:00
pager Partially reverting I8e684f06 to restore some legacy behavior 2016-09-13 18:32:47 -07:00
parser ParserOptions: Remove setters for magic links options 2016-09-14 11:12:14 -07:00
password
poolcounter Documentation: Replace misuse of 'later' when we meant 'latter' 2016-09-07 13:13:42 -07:00
profiler Move TransactionProfiler to /libs/rdbms 2016-09-14 05:18:57 -07:00
rcfeed
registration registration: Support 'ServiceWiringFiles' in extension.json 2016-08-25 23:08:28 -07:00
resourceloader resourceloader: Move 'site' and 'user' logic to makeModuleResponse 2016-09-15 18:32:07 -07:00
revisiondelete Remove wfGetCaller() dependency from DatabaseBase 2016-09-15 14:40:00 -07:00
search Merge "Pass User to SearchEngine::getProfiles" 2016-09-20 20:30:36 +00:00
Services
session session: Fix phpdoc in Token::toStringAtTimestamp() 2016-09-12 21:46:47 -07:00
site Rename DB_SLAVE constant to DB_REPLICA 2016-09-05 22:55:53 -07:00
skins Toolbox: Mark RecentChangesLinked link as nofollow 2016-09-20 17:51:31 -07:00
specialpage Merge "LoginSignupSpecialPage: Reduce hackiness of "You are already logged in" warning" 2016-09-17 21:48:50 +00:00
specials Rework UserContribs options section 2016-09-17 14:09:04 +00:00
templates
tidy
title
upload Migrate callers to new MWFileProps::getPropsFromPath() method 2016-09-22 00:33:46 +00:00
user Remove wfGetCaller() dependency from DatabaseBase 2016-09-15 14:40:00 -07:00
utils Merge "Move IP class to libs/" 2016-09-22 03:30:06 +00:00
widget
.htaccess
AjaxDispatcher.php
AjaxResponse.php
AuthPlugin.php
AutoLoader.php
Autopromote.php
Block.php Move IP::isConfigured/TrustedProxy() to ProxyLookup service 2016-09-21 20:02:09 -07:00
Category.php Rename DB_SLAVE constant to DB_REPLICA 2016-09-05 22:55:53 -07:00
CategoryFinder.php Rename DB_SLAVE constant to DB_REPLICA 2016-09-05 22:55:53 -07:00
CategoryViewer.php Rename DB_SLAVE constant to DB_REPLICA 2016-09-05 22:55:53 -07:00
DefaultSettings.php Fix broken $wgExternalServers example setting 2016-09-19 15:16:29 -07:00
Defines.php Move LIST_ constaints to IDatabase class constants 2016-09-19 07:59:21 +00:00
DeprecatedGlobal.php
DerivativeRequest.php
DummyLinker.php Merge "Linker: Deprecate formatSize()" 2016-09-15 20:18:46 +00:00
EditPage.php EditPage: Generate all messages using $this->context so we have titles 2016-09-15 15:08:29 -07:00
EventRelayerGroup.php
FauxRequest.php FauxRequest: Add unit tests to expand code coverage 2016-09-08 19:37:37 -07:00
Feed.php
FeedUtils.php
FileDeleteForm.php Use Status::isOK() method in FileDeleteForm 2016-09-20 15:57:35 -07:00
ForkController.php
FormOptions.php
GitInfo.php
GlobalFunctions.php time: Implement ConvertableTimestamp::now() 2016-09-21 21:26:18 -07:00
HistoryBlob.php Rename DB_SLAVE constant to DB_REPLICA 2016-09-05 22:55:53 -07:00
Hooks.php Refactor parser tests 2016-09-12 16:11:42 +10:00
Html.php Html: Update list of $voidElements 2016-09-19 16:26:28 +00:00
HtmlFormatter.php
HttpFunctions.php objectcache: add and use adaptiveTTL() method 2016-08-31 03:40:56 +00:00
Licenses.php
limit.sh
Linker.php Merge "Linker: Deprecate formatSize()" 2016-09-15 20:18:46 +00:00
LinkFilter.php LinkFilter: Fix return types in phpdoc 2016-09-06 14:51:47 -07:00
ListToggle.php
MagicWord.php Clean up array() syntax from docs, part VI 2016-09-12 14:36:37 +04:30
MagicWordArray.php
MediaWiki.php Make rebuildFileCache cover ?action=history 2016-09-20 00:53:26 -07:00
MediaWikiServices.php Move IP::isConfigured/TrustedProxy() to ProxyLookup service 2016-09-21 20:02:09 -07:00
MediaWikiVersionFetcher.php
MergeHistory.php Change "slave" => "replica DB" in /includes 2016-09-05 21:01:01 +00:00
Message.php Clean up array() syntax in docs, part IV 2016-08-26 16:06:58 +04:30
mime.info
mime.types
MimeMagic.php Remove MimeMagic depedency from FSFile and move it to /libs 2016-09-22 03:17:04 +00:00
MovePage.php Avoid INSERT..SELECT in MovePage 2016-08-19 11:31:44 -07:00
MWNamespace.php
MWTimestamp.php Rename Convert*a*bleTimestamp to Convert*i*bleTimestamp 2016-09-21 21:43:32 -07:00
NoLocalSettings.php
OutputHandler.php
OutputPage.php Remove OutputPage->mDebugtext 2016-09-20 14:58:04 -07:00
PageProps.php Rename DB_SLAVE constant to DB_REPLICA 2016-09-05 22:55:53 -07:00
PathRouter.php Clean up array() syntax from docs, part VI 2016-09-12 14:36:37 +04:30
PHPVersionCheck.php
Pingback.php Rename DB_SLAVE constant to DB_REPLICA 2016-09-05 22:55:53 -07:00
Preferences.php Clean array() syntax in docs, part V 2016-09-05 02:44:26 +04:30
PrefixSearch.php PrefixSearch: Implement searching in multiple namespaces 2016-09-15 14:48:35 +02:00
ProtectionForm.php
ProxyLookup.php Move IP::isConfigured/TrustedProxy() to ProxyLookup service 2016-09-21 20:02:09 -07:00
Revision.php Merge "Make $wgRevisionCacheExpiry default to one week" 2016-09-09 10:37:49 +00:00
RevisionList.php Rename DB_SLAVE constant to DB_REPLICA 2016-09-05 22:55:53 -07:00
Sanitizer.php
ServiceWiring.php Move IP::isConfigured/TrustedProxy() to ProxyLookup service 2016-09-21 20:02:09 -07:00
Setup.php Move LBFactorySimple to /libs/rdbms 2016-09-17 23:13:00 +00:00
SiteConfiguration.php
SiteStats.php Rename DB_SLAVE constant to DB_REPLICA 2016-09-05 22:55:53 -07:00
Status.php Make Status extend StatusValue and start FileBackend update 2016-09-17 15:45:40 -07:00
StreamFile.php
StubObject.php StubObject: Allow using a factory function to construct the object 2016-08-17 03:00:11 +00:00
TemplateParser.php
TemplatesOnThisPageFormatter.php Move Linker::formatTemplates() to separate class, remove global usage 2016-09-08 22:56:57 -07:00
Title.php phpdoc Title::inNamespaces also allows array 2016-09-20 13:34:14 +01:00
TitleArray.php
TitleArrayFromResult.php
WatchedItem.php
WatchedItemQueryService.php Rename DB_SLAVE constant to DB_REPLICA 2016-09-05 22:55:53 -07:00
WatchedItemStore.php Renamed some variables from "slave" to "replica" 2016-09-05 23:03:01 -07:00
WebRequest.php Move IP::isConfigured/TrustedProxy() to ProxyLookup service 2016-09-21 20:02:09 -07:00
WebRequestUpload.php
WebResponse.php Fix to incorrect calls of header () breaking saving some pages and login 2016-09-21 20:20:33 +00:00
WebStart.php
WikiMap.php
Xml.php
XmlSelect.php