wiki.techinc.nl/includes
Aaron Schulz a21924267c deferred: Make MWCallableUpdate support a list of DB handles
Change-Id: I0371ecd20101c5e622497e5912676300b040865e
2018-01-31 20:04:48 -05:00
..
actions Convert the sha1 value from base-36 to base-16 2018-01-25 19:34:51 +00:00
api Localisation updates from https://translatewiki.net. 2018-01-31 21:54:53 +01:00
auth Replace deprecated wfGetLB() calls here and there 2018-01-20 19:24:24 +00:00
cache Use ::class to resolve class names in includes files 2018-01-27 20:34:29 +01:00
changes Use ::class to resolve class names in includes files 2018-01-27 20:34:29 +01:00
changetags Merge "rdbms: clean up non-native Database::replace() code" 2018-01-30 23:53:30 +00:00
clientpool Require indentation of CASE statements in PHP code 2017-12-10 22:07:50 -05:00
collation Merge "Add collation for Abkhaz (ab)" 2018-01-23 18:42:29 +00:00
compat Improve some parameter docs 2017-09-10 20:32:31 +02:00
composer SECURITY: Create a .htaccess in /vendor after composer runs 2017-11-15 02:54:30 +00:00
config ConfigFactory: Improve error message for invalid callback 2018-01-20 10:48:04 +01:00
content Merge "Remove @param comments that literally repeat what the code says" 2018-01-11 23:48:03 +00:00
context Improve 1-letter variable names in MutableContext and implementations 2018-01-07 15:53:55 +01:00
dao Use IDatabase interface instead of Database in DBAccessBase 2018-01-09 13:58:48 +01:00
db rdbms: make affectedRows() work more consistently 2018-01-30 20:02:07 -08:00
debug Use ::class to resolve class names in includes files 2018-01-27 20:34:29 +01:00
deferred deferred: Make MWCallableUpdate support a list of DB handles 2018-01-31 20:04:48 -05:00
diff Use ParserOutput stateless transforms 2017-11-30 14:27:49 -05:00
edit Remove deprecated PreparedEdit properties 2018-01-26 16:57:13 -08:00
editpage Use Sanitizer::mergeAttributes when merging classes into attributes 2018-01-05 10:32:56 +01:00
exception Use ::class to resolve class names in includes files 2018-01-27 20:34:29 +01:00
export Move BaseDump into includes/export/ 2018-01-08 22:10:25 -08:00
externalstore Introduce ExternalStoreFactory 2017-11-14 13:22:12 +00:00
filebackend Use ::class to resolve class names in includes files 2018-01-27 20:34:29 +01:00
filerepo Use ::class to resolve class names in includes files 2018-01-27 20:34:29 +01:00
gallery Use ::class to resolve class names in includes files 2018-01-27 20:34:29 +01:00
htmlform Use ::class to resolve class names in includes files 2018-01-27 20:34:29 +01:00
http Create factory for MWHttpRequest 2018-01-23 11:39:02 -08:00
import Use ::class to resolve class names in includes files 2018-01-27 20:34:29 +01:00
installer Localisation updates from https://translatewiki.net. 2018-01-31 21:54:53 +01:00
interwiki Remove leading backslashes from "use \…" tags 2017-12-28 16:30:05 +01:00
jobqueue build: Updating mediawiki/mediawiki-codesniffer to 15.0.0 2018-01-01 14:10:16 +01:00
json
libs Merge "rdbms: make affectedRows() work more consistently" 2018-01-31 04:48:32 +00:00
linkeddata Remove various redundant '@license' tags in file headers 2018-01-12 18:15:11 +00:00
linker Remove various redundant '@license' tags in file headers 2018-01-12 18:15:11 +00:00
logging Remove @param comments that literally repeat what the code says 2018-01-10 14:14:26 +01:00
mail Cleanup, removed space 2017-11-02 13:54:05 +01:00
media Merge "Remove @param comments that literally repeat what the code says" 2018-01-11 23:48:03 +00:00
objectcache Fix LoadBalancer::getMasterPos() callers to handle a non-object being returned 2018-01-12 15:18:14 -08:00
page Use ::class to resolve class names in includes files 2018-01-27 20:34:29 +01:00
pager Replace uses of each() 2017-09-20 09:51:28 -04:00
parser parser: Replace Sanitizer::armorLinksCallback() with a closure 2018-01-30 19:52:57 +00:00
password Use ::class to resolve class names in includes files 2018-01-27 20:34:29 +01:00
poolcounter poolcounter: Fix type hint for PoolWorkArticleView::getParserOutput 2018-01-24 18:41:52 +00:00
preferences Use ::class to resolve class names in includes files 2018-01-27 20:34:29 +01:00
profiler Use ::class to resolve class names in includes files 2018-01-27 20:34:29 +01:00
rcfeed Merge "Fix a few minor mistakes in PHPDoc tags" 2017-09-15 19:18:17 +00:00
registration ExtensionRegistry: Properly detect if a global is already set 2018-01-23 10:44:28 -08:00
resourceloader Merge "resourceloader: Add minified version of mw.loader.implement() wrapper" 2018-01-31 13:40:37 +00:00
revisiondelete Use ::class to resolve class names in includes files 2018-01-27 20:34:29 +01:00
search Use ::class to resolve class names in includes files 2018-01-27 20:34:29 +01:00
services Use short type bool/int in param documentation 2017-08-20 13:20:59 +02:00
session Remove @param comments that literally repeat what the code says 2018-01-10 14:14:26 +01:00
shell Improve some parameter docs 2018-01-07 11:39:08 +01:00
site Use ::class to resolve class names in includes files 2018-01-27 20:34:29 +01:00
skins skins: Deprecate QuickTemplate::setRef() 2018-01-31 21:13:18 +00:00
specialpage Use ::class to resolve class names in includes files 2018-01-27 20:34:29 +01:00
specials Fix issue when modifying groups in Special:Userrights 2018-01-30 20:51:44 +00:00
Storage Revert "Remove workaround for comparing database domain IDs." 2018-01-30 17:55:26 +00:00
templates Convert includes/Feed.php to Mustache templates 2017-12-13 15:18:20 -05:00
tidy Remove leading backslashes from "use \…" tags 2017-12-28 16:30:05 +01:00
title Remove various redundant '@license' tags in file headers 2018-01-12 18:15:11 +00:00
upload build: Updating mediawiki/mediawiki-codesniffer to 15.0.0 2018-01-01 14:10:16 +01:00
user Use ::class to resolve class names in includes files 2018-01-27 20:34:29 +01:00
utils Treat phpdbg as run from the command line when checking PHP_SAPI 2018-01-03 23:00:37 -08:00
watcheditem Use ::class to resolve class names in includes files 2018-01-27 20:34:29 +01:00
widget widget: Fix changes of copyright year 2018-01-24 12:07:34 -08:00
.htaccess
AjaxDispatcher.php Improve some parameter docs 2017-09-10 20:32:31 +02:00
AjaxResponse.php
AuthPlugin.php Add missing @param and @return documentation 2017-08-11 22:17:01 +02:00
AutoLoader.php Fix additional usage of incorrect case 2017-12-15 11:58:11 +01:00
Autopromote.php
Block.php Avoid DB rows with usable names but ID = 0 by introducing "interwiki" usernames 2017-11-30 13:12:44 +11:00
CategoriesRdf.php Add more data to categories dump 2018-01-17 00:40:16 +00:00
Category.php Fix phpdoc for Category::newFromName 2017-11-30 19:23:48 +01:00
CategoryFinder.php Added an optional $maxdepth to CategoryFinder 2017-12-12 20:41:10 +00:00
CategoryViewer.php Fix inconsistent i18n escaping in category paging links. 2017-10-11 20:29:05 +00:00
CommentStore.php Have CommentStore limit the maximum character length of comments 2017-10-10 20:59:52 -04:00
CommentStoreComment.php build: Updating mediawiki/mediawiki-codesniffer to 13.0.0 2017-09-25 17:31:56 +02:00
ConfiguredReadOnlyMode.php
DefaultSettings.php Use ::class to resolve class names in includes files 2018-01-27 20:34:29 +01:00
Defines.php Document DB_SLAVE as deprecated 2017-09-06 18:09:42 -07:00
DeprecatedGlobal.php build: Updating mediawiki/mediawiki-codesniffer to 15.0.0 2018-01-01 14:10:16 +01:00
DerivativeRequest.php
DummyLinker.php
EditPage.php Merge "postEdit: Show a different success messsage on publish vs. save wikis" 2018-01-30 19:44:06 +00:00
EventRelayerGroup.php
FauxRequest.php Add missing @param and @return documentation 2017-08-11 22:17:01 +02:00
Feed.php Fix called function case in a bunch of places 2018-01-22 09:10:09 -08:00
FeedUtils.php Remove @param comments that literally repeat what the code says 2018-01-10 14:14:26 +01:00
FileDeleteForm.php Add missing & to @param documentation to match functon call 2017-08-11 18:47:46 +02:00
ForkController.php Treat phpdbg as run from the command line when checking PHP_SAPI 2018-01-03 23:00:37 -08:00
FormOptions.php Improve some parameter docs 2017-09-10 20:32:31 +02:00
GitInfo.php GitInfo: Fix shell restrictions for submodules 2017-12-02 23:19:24 -08:00
GlobalFunctions.php Use MediaWiki\restoreWarnings in deprecated wfRestoreWarnings 2018-01-22 18:53:11 +01:00
HeaderCallback.php
HistoryBlob.php Use ::class to resolve class names in includes files 2018-01-27 20:34:29 +01:00
Hooks.php Hooks: Introduce Hooks::runWithoutAbort() alongside Hooks::run() 2017-09-04 18:55:42 +00:00
Html.php Add unit tests for Html helper methods and change messageBox visibility 2017-11-21 21:11:28 +00:00
Linker.php Merge "Move methods for handling external usernames to a dedicated class" 2018-01-19 14:43:42 +00:00
LinkFilter.php
ListToggle.php
MagicWord.php Updated type and function docs for MagicWord.php 2017-10-02 13:52:51 +02:00
MagicWordArray.php Replace uses of each() 2017-09-20 09:51:28 -04:00
MediaWiki.php Merge "Replace cpPosTime cookie/parameter with cpPosIndex" 2018-01-12 18:09:00 +00:00
MediaWikiServices.php Use RevisionLookup and RevisionFactory interfaces in Revision 2018-01-24 14:11:31 -08:00
MediaWikiVersionFetcher.php
MergeHistory.php Remove "Created on" from file header comments 2018-01-26 23:12:40 +00:00
Message.php Require indentation of CASE statements in PHP code 2017-12-10 22:07:50 -05:00
MimeMagic.php Add wfDeprecated() call to MimeMagic::singleton() 2017-11-27 02:20:17 +00:00
MovePage.php Replace more uses of "SELECT *" 2017-10-13 19:02:56 +00:00
MWGrants.php Remove various redundant '@license' tags in file headers 2018-01-12 18:15:11 +00:00
MWNamespace.php Improve namespace handling in tests 2017-09-29 05:21:47 +00:00
MWTimestamp.php
NoLocalSettings.php Setup: Merge PreConfigSetup into Setup.php 2017-10-24 23:50:54 +00:00
OrderedStreamingForkController.php Improve some parameter docs 2017-09-10 20:32:31 +02:00
OutputHandler.php
OutputPage.php Update WrappedString use statements 2018-01-21 04:39:17 +00:00
PageProps.php Only do one query for page ids in PageProps::getGoodIDs 2017-08-30 20:32:19 +02:00
PathRouter.php
PHPVersionCheck.php PHPVersionCheck: PHP 5.5.0 is no longer supported by upstream, but 5.6.0 is 2018-01-18 15:51:33 -08:00
Pingback.php Improve some parameter docs 2017-09-10 20:32:31 +02:00
Preferences.php Use ::class to resolve class names in includes files 2018-01-27 20:34:29 +01:00
PrefixSearch.php
ProtectionForm.php Add missing & to @param documentation to match functon call 2017-08-11 18:47:46 +02:00
ProxyLookup.php Update IPSet use statements 2018-01-21 04:37:26 +00:00
RawMessage.php Move RawMessage out of Message.php to its own file 2017-08-14 17:33:52 +00:00
ReadOnlyMode.php
Revision.php Use RevisionLookup and RevisionFactory interfaces in Revision 2018-01-24 14:11:31 -08:00
RevisionList.php Replace selectFields() methods with getQueryInfo() 2017-10-30 22:57:33 +00:00
ServiceWiring.php Use RevisionLookup and RevisionFactory interfaces in Revision 2018-01-24 14:11:31 -08:00
Setup.php Use ::class to resolve class names in includes files 2018-01-27 20:34:29 +01:00
SiteConfiguration.php Do not limit filesize when running a maintenance script 2017-11-14 20:45:24 +11:00
SiteStats.php Use short type bool/int in param documentation 2017-08-20 13:20:59 +02:00
Status.php Use ParserOutput stateless transforms 2017-11-30 14:27:49 -05:00
StreamFile.php Replace MimeMagic::singleton() calls 2017-11-27 02:13:51 +00:00
StubObject.php Add missing & to @param documentation to match functon call 2017-08-11 18:47:46 +02:00
TemplateParser.php Enable recursive partials in TemplateParser 2017-09-10 05:51:07 +00:00
TemplatesOnThisPageFormatter.php
Title.php Fix called function case in a bunch of places 2018-01-22 09:10:09 -08:00
TitleArray.php
TitleArrayFromResult.php
TrackingCategories.php
WebRequest.php Use ::class to resolve class names in includes files 2018-01-27 20:34:29 +01:00
WebRequestUpload.php
WebResponse.php
WebStart.php WebStart: Remove use of realpath() for $IP 2017-11-29 21:51:44 +00:00
WikiMap.php Clean up wiki ID and DB domain ID handling 2017-09-30 10:25:03 +00:00
WikiReference.php
Xml.php Merge "Remove @param comments that literally repeat what the code says" 2018-01-11 23:48:03 +00:00
XmlJsCode.php Fix a few minor mistakes in PHPDoc tags 2017-09-15 11:17:17 +02:00
XmlSelect.php