wiki.techinc.nl/includes
Aaron Schulz cbd2f3937f objectcache: Add callable doc comments for WANObjectCache
Change-Id: I28a705ae12e065dc8a3921e33c873f9a7fbb7490
2016-07-25 18:40:39 +00:00
..
actions Merge "Add missing …|null $context documentation to Action class" 2016-07-07 16:44:09 +00:00
api Localisation updates from https://translatewiki.net. 2016-07-22 21:54:08 +02:00
auth Merge "AuthManager: Break AuthPlugin::addUser more explicitly" 2016-07-14 21:08:53 +00:00
cache Fix reference to undefined class 2016-06-30 14:39:50 -07:00
changes Make classes actually work in lines in EnhancedChangesList 2016-07-08 09:48:23 +00:00
changetags Split off permission to delete tags from managechangetags permission 2016-05-12 21:11:04 +00:00
clientpool
collation Merge "Add Unicode to ICU mappings for versions 51-57" 2016-07-21 05:23:22 +00:00
compat Fix and standardize Doxygen tags 2016-04-30 12:10:17 +02:00
composer Stop supporting old versions of composer for ComposerPackageModifier 2016-05-06 19:44:06 +00:00
config Allow resources to be salvaged across service resets. 2016-05-19 12:38:07 +02:00
content Improve comments on fields and fix opening_text - needs no highlights. 2016-07-08 13:02:06 -07:00
context Add getStatsdDataFactory to MediawikiServices 2016-04-19 13:11:38 +01:00
dao
db Minor transaction callback cleanups 2016-07-24 18:47:34 +00:00
debug kafka: Implement ack handling 2016-06-23 08:12:29 -07:00
deferred Make statsd counts for MWCallableUpdate actually useful 2016-07-21 23:52:09 -07:00
diff DifferenceEngine: Move MW_DIFF_VERSION to class constant DIFF_VERSION 2016-07-22 17:38:43 +00:00
exception MWExceptionHandler: Fix PHP7 compatibility 2016-07-12 15:10:25 -07:00
export DumpStringOutput: Rename getOutput() to __toString() 2016-07-14 06:28:16 -04:00
externalstore Fix ExternalStoreDB IDEA errors 2016-04-20 18:17:25 +00:00
filebackend filebackend: Fix DBLockManager IDEA warnings 2016-07-22 23:37:37 +00:00
filerepo Avoid the use of DB rollback() in LocalFileDeleteBatch 2016-07-22 05:03:54 +00:00
gallery Merge "Truncate gallery caption filenames with CSS" 2016-07-18 23:39:30 +00:00
htmlform HTMLForm: Allow distinguishing between form views and submission attempts 2016-07-22 18:00:15 +00:00
import Cleanups to WikiRevision 2016-03-23 17:27:23 +00:00
installer Localisation updates from https://translatewiki.net. 2016-07-24 21:53:44 +02:00
interwiki Factor InterwikiLookup out of Interwiki class. 2016-05-18 11:57:32 +02:00
jobqueue Improvements to RefreshLinksJob/DeleteLinksJob locking 2016-07-19 13:04:21 -07:00
json
libs objectcache: Add callable doc comments for WANObjectCache 2016-07-25 18:40:39 +00:00
linker Merge "Title::getLinkURL(): Allow expanding PROTO_RELATIVE too" 2016-07-20 21:56:21 +00:00
logging revisiondelete: Fix $oldBits/$newBits usage in setVisibility() 2016-06-03 23:04:27 +00:00
mail Remove WatchedItemStore::getDefaultInstance 2016-05-06 08:47:37 +00:00
media Exclude duplicate srcset urls 2016-07-20 12:16:47 +02:00
objectcache Use callable type-hint in a few places 2016-06-07 16:39:22 -07:00
page Remove redundant onTransactionIdle() call from WikiPage::doPurge 2016-07-19 13:51:55 -07:00
pager Make some TablePager methods actually protected 2016-04-09 06:37:33 +02:00
parser Preprocessor_Hash: use child arrays instead of linked lists 2016-07-22 05:25:11 +00:00
password SECURITY: Throw exception on unknown hash algorithm 2016-05-20 09:48:59 -07:00
poolcounter Include type in hashKeyIntoSlots() 2016-05-09 16:54:51 -07:00
profiler ProfileStub: Remove getCurrentSection(), unused 2016-07-20 20:48:28 +00:00
rcfeed Don't send RC_CATEGORIZE events to the IRC feed 2016-02-18 12:19:08 -08:00
registration registration: Support config setings that are relative paths 2016-07-24 14:49:57 +00:00
resourceloader resourceloader: Make createLoaderQuery() protected 2016-07-21 00:11:57 +00:00
revisiondelete Merge "Avoid calling rollback() in setVisibility() when nothing changed" 2016-07-22 17:40:59 +00:00
search Improve comments on fields and fix opening_text - needs no highlights. 2016-07-08 13:02:06 -07:00
Services Allow resources to be salvaged across service resets. 2016-05-19 12:38:07 +02:00
session Session: Improvements to encryption functionality 2016-07-01 11:08:19 -04:00
site Mock Http in MediaWikiPageNameNormalizerTest and add more test cases 2016-06-24 18:49:25 +00:00
skins Allow 'data-*' attributes in personal tools links 2016-07-21 19:11:38 -07:00
specialpage Pass addModuleStyles an array instead of calling it multiple times 2016-07-07 10:54:43 +05:30
specials Add $direct parameter to UserLoginComplete hook 2016-07-20 07:20:29 -07:00
templates Re-introduce "Templatize Special:Contributions lines" 2016-06-08 20:50:44 +00:00
tidy Support <textarea> tags in Balancer. 2016-07-21 03:37:10 +00:00
title Remove unused MediaWikiPageLinkRenderer class and interface 2016-06-23 14:15:21 +00:00
upload Merge "ApiUpload: Better handle ApiMessage errors from UploadVerifyFile hook" 2016-07-11 19:34:49 +00:00
user Use proper SELECT options in User::idFromName() for locking 2016-07-15 00:22:00 +00:00
utils Update BatchRowIterator constructor to allow multiple tables 2016-07-18 10:27:15 -07:00
widget SearchInputWidget: Use isset on dataLocation in case it isn't 2016-07-01 12:34:51 +01:00
.htaccess
AjaxDispatcher.php
AjaxResponse.php
AuthPlugin.php Add AuthManager 2016-05-16 15:11:02 +00:00
AutoLoader.php Merge "Remove fix for a 5.3 problem" 2016-02-29 14:46:40 +00:00
Autopromote.php
Block.php Many more function case mismatches 2016-03-19 00:20:58 +00:00
Category.php Only store currently-existing categories in the categories table 2016-07-18 12:52:19 -04:00
CategoryFinder.php
CategoryViewer.php Improving some function documentation in CategoryViewer.php 2016-07-14 22:05:02 -07:00
DefaultSettings.php Add option for sharing info about this MediaWiki install via pingback 2016-07-21 21:00:28 +00:00
Defines.php Flag internal page retrieve/save cycles with EDIT_INTERNAL 2016-06-07 18:29:57 -07:00
DeprecatedGlobal.php
DerivativeRequest.php
DummyLinker.php Move Linker::getLinkColour() into LinkRenderer 2016-05-27 09:18:09 -07:00
EditPage.php Merge "Use current content model for blank page content (not title default)" 2016-07-23 00:57:15 +00:00
EventRelayerGroup.php Convert EventRelayerGroup to services infrastructure 2016-04-25 14:22:31 -07:00
FauxRequest.php Change \\ to \ in phpdoc 2016-04-08 17:46:30 +00:00
Feed.php
FeedUtils.php
FileDeleteForm.php Make non-exception rollback() calls safer 2016-07-21 18:10:43 +00:00
ForkController.php Revert "Allow reset of global services." 2016-04-11 13:40:28 -07:00
FormOptions.php
GitInfo.php Use Diffusion for default Git Viewer 2016-03-14 13:03:34 -07:00
GlobalFunctions.php Revert "wfShellExec: Work around PHP 5.3 stream_select() issue" 2016-06-16 02:36:29 -04:00
HistoryBlob.php Many more function case mismatches 2016-03-19 00:20:58 +00:00
Hooks.php
Html.php OutputPage: Fix blank line between <html> and <head> 2016-07-21 21:08:24 +01:00
HtmlFormatter.php Switch to external HtmlFormatter 2016-04-13 02:37:59 +00:00
HttpFunctions.php HttpFunctions: Move isLocalUrl() into MWHttpRequest and make it private 2016-07-19 11:03:10 -07:00
Licenses.php
limit.sh
Linker.php Merge "Move Linker::getLinkColour() into LinkRenderer" 2016-07-18 16:16:07 +00:00
LinkFilter.php
ListToggle.php mediawiki.checkboxtoggle: Fix minor issues. 2016-06-13 20:10:20 +00:00
MagicWord.php Add access modifiers to MagicWord.php 2016-03-01 10:56:04 +00:00
MagicWordArray.php Add access modifiers to MagicWordArray.php 2016-03-01 10:56:55 +00:00
MediaWiki.php Add "PostSend" limits to $wgTrxProfilerLimits 2016-06-08 10:47:53 -07:00
MediaWikiServices.php Refactor database-related code in ApiQueryWatchlist 2016-06-29 10:21:17 +02:00
MediaWikiVersionFetcher.php
MergeHistory.php Always use 'bool' instead of 'boolean' in Doxygen tags 2016-03-24 09:44:09 +01:00
Message.php Make non-existent messages be html safe regardless of output format 2016-06-29 18:59:30 -04:00
mime.info
mime.types Add AMF and STL to mime.types 2016-05-05 02:25:07 +00:00
MimeMagic.php MimeMagic: Prevent PHP warning when trying to read zero bytes 2016-03-24 10:14:31 +01:00
MovePage.php Remove WatchedItemStore::getDefaultInstance 2016-05-06 08:47:37 +00:00
MWNamespace.php
MWTimestamp.php
NoLocalSettings.php
OutputHandler.php SECURITY: Improve cross-domain-policy mangling 2016-05-20 09:48:11 -07:00
OutputPage.php OutputPage: Remove 'mJQueryDone' property 2016-07-18 19:28:48 +01:00
PageProps.php Hide hiddencat catwatch changes in special changelists 2016-04-18 16:41:26 +02:00
PathRouter.php
PHPVersionCheck.php Move fatal PHP functions checks to initialization 2016-06-14 12:50:39 -07:00
Pingback.php Pingback: Show exactly what data is being sent during the installer 2016-07-22 14:08:14 -07:00
Preferences.php Reject authentication data change when there are warnings 2016-06-07 17:24:18 +00:00
PrefixSearch.php
ProtectionForm.php Avoid master queries on GET in ProtectionForm 2016-05-09 22:12:38 -07:00
Revision.php Revert "If rev_content_model is null, use page_content_model." 2016-07-10 22:58:36 +00:00
RevisionList.php
Sanitizer.php HTML5 Balancer 2016-07-12 14:18:04 +10:00
ServiceWiring.php Merge "Move Linker::getLinkColour() into LinkRenderer" 2016-07-18 16:16:07 +00:00
Setup.php Add option for sharing info about this MediaWiki install via pingback 2016-07-21 21:00:28 +00:00
SiteConfiguration.php SiteConfiguration: Remove isLocalVHost(), deprecated since 1.25 2016-07-19 23:44:22 +00:00
SiteStats.php Add TTL_PROC_* constants for clarity 2016-05-06 23:45:41 +00:00
Status.php Fix Status::getMessage for the multiple errors, $shortContext only case 2016-06-07 20:39:01 +00:00
StreamFile.php Added Range support to FileBackend::streamFile() 2016-06-04 05:43:43 -07:00
StubObject.php Remove unused $fname in StubObject::_unstub 2016-04-03 11:06:27 +03:00
TemplateParser.php Always use 'bool' instead of 'boolean' in Doxygen tags 2016-03-24 09:44:09 +01:00
Title.php Add AutoCommitUpdate class and replace some onTransactionIdle callers 2016-07-21 05:24:28 +00:00
TitleArray.php
TitleArrayFromResult.php
WatchedItem.php Add wfDeprecated calls to WatchedItem 2016-05-10 11:44:56 +00:00
WatchedItemQueryService.php Refactor database-related code in ApiQueryWatchlistRaw 2016-07-06 12:57:39 +00:00
WatchedItemStore.php Move updateNotificationTimestamp callback to DeferredUpdates 2016-07-19 15:27:29 -07:00
WebRequest.php Remove old Esperanto character conversion support 2016-07-18 19:20:49 +00:00
WebRequestUpload.php WebRequestUpload: Use canonical header name in getHeader() 2016-02-25 21:06:40 +00:00
WebResponse.php Remove old WebResponse::setCookie() calling method 2016-06-04 15:14:40 +00:00
WebStart.php Fix various phpcs error from last security patches 2016-05-20 20:20:36 +02:00
WikiMap.php Introduce top level service locator. 2016-04-02 18:07:28 +03:00
Xml.php
XmlSelect.php