wiki.techinc.nl/includes
Ori Livneh 1e7076c6e1 Instrument edit failures
Users on enwiki's VPT are reporting a spike in the frequency of rejected edits
due to loss of session data. It is difficult to corroborate these reports when
we don't have any instrumentation for them in the code, and thus no visibility
into how frequently they are occurring in the wild.

Bug: T102199
Change-Id: I0c99f292002209cf2bf4376f97b8c70a6b1ec021
2015-06-11 23:44:42 +00:00
..
actions WebResponse: Implement statusHeader() using the new HttpStatus::header() 2015-06-04 02:27:30 +00:00
api Localisation updates from https://translatewiki.net. 2015-06-09 22:11:11 +02:00
cache Merge "Fixed race condition in MessageCache::replace" 2015-06-09 09:25:55 +00:00
changes Fix some RecentChange phpdoc return types 2015-06-01 12:07:17 +01:00
changetags Process cache tagUsageStatistics() to improve performance 2015-05-24 00:59:49 -07:00
clientpool
composer
config Added getDefaultInstance() return type doc 2015-05-13 09:55:48 -07:00
content Merge "content: Recognise .json as JsonContent in User and MediaWiki namespace" 2015-06-03 16:25:09 +00:00
context Document IContextSource->msg 2015-04-25 00:09:51 -04:00
dao
db hierarchicalize(!) stat names 2015-06-03 16:27:13 -07:00
debug Remove MWLogger and non-namespaced MWLogger* shim classes 2015-05-23 22:28:12 +02:00
deferred Automatically deduplicate root jobs on insertion 2015-06-03 20:58:20 +00:00
diff hierarchicalize(!) stat names 2015-06-03 16:27:13 -07:00
exception Use HttpStatus::header instead of manually crafting header() 2015-06-04 02:27:35 +00:00
externalstore
filebackend Merge "Converted FileBackendStore to using the WAN cache" 2015-05-18 08:34:10 +00:00
filerepo hierarchicalize(!) stat names 2015-06-03 16:27:13 -07:00
gallery
htmlform HTMLForm: Break long lines 2015-06-05 03:12:35 +02:00
installer Localisation updates from https://translatewiki.net. 2015-06-09 22:11:11 +02:00
interwiki Converted Interwiki using WAN cache 2015-04-30 01:33:22 +00:00
jobqueue Merge "Automatically deduplicate root jobs on insertion" 2015-06-05 20:15:23 +00:00
json Use "string|false" as @return instead of "string|bool" where appropiate 2015-04-01 09:48:30 +01:00
libs LanguageConverter fix of empty and numeric strings 2015-06-08 14:23:42 +00:00
logging Use assertSame in LogFormatterTestCase 2015-06-06 20:55:03 +02:00
mail Merge "wl_notificationtimestamp code comments typo, false statement" 2015-06-03 13:37:33 +00:00
media Move xml_free_parser out of destructor. 2015-06-02 17:45:33 +00:00
objectcache Merge "Added ObjectCache::getMainStashInstance() and $wgMainStash" 2015-05-19 07:44:44 +00:00
page Avoid parser cache miss that often occurs post-save 2015-06-09 01:01:03 +00:00
pager Timestamp from Year/Month selector on forms should be wiki time 2015-05-15 15:57:28 +02:00
parser Avoid parser cache miss that often occurs post-save 2015-06-09 01:01:03 +00:00
password
poolcounter
profiler Refactored entry points to have uniform shutdown handling 2015-05-29 20:40:46 +00:00
rcfeed
registration registration: Don't override boolean false settings 2015-06-03 08:03:20 -07:00
resourceloader Merge "resourceloader: Move packaging to a new getModuleContent() method" 2015-06-09 09:13:49 +00:00
revisiondelete Cleaned up various revisiondelete IDE warnings 2015-05-29 21:40:36 +00:00
search Search: Allow searchContainedSyntax to be defined by constructor 2015-05-18 16:19:16 -07:00
site Change case of class names to match declarations 2015-04-29 19:01:07 +00:00
skins Merge "Revert "Follow-up ee320648fd: output mw-content-{ltr,rtl} unconditionally"" 2015-05-15 18:45:50 +00:00
specialpage Merge "Allow to customise addHelpLink() target via system message" 2015-05-15 10:42:51 +00:00
specials Use HttpStatus::header instead of manually crafting header() 2015-06-04 02:27:35 +00:00
templates Remove unneeded variable assignment in Usercreate.php 2015-03-26 20:13:01 +01:00
title Format number for message 'title-invalid-too-long' 2015-05-23 15:05:38 +02:00
upload Fixed Job constructor IDE notices about variable types 2015-05-30 08:09:30 +00:00
utils Remove deprecated MWFunction::newObj() 2015-05-31 23:22:57 +00:00
.htaccess
AjaxDispatcher.php
AjaxResponse.php Use HttpStatus::header instead of manually crafting header() 2015-06-04 02:27:35 +00:00
AuthPlugin.php
AutoLoader.php
Autopromote.php
Block.php Cast various things that are supposed to be ints 2015-05-06 11:40:41 -04:00
Category.php
CategoryFinder.php Fixed some <code> tags for doxygen 2015-04-29 06:01:59 +01:00
CategoryViewer.php Change labels of paging links in Category page 2015-03-28 00:48:32 +05:30
CdbCompat.php
Collation.php Use wikimedia/utfnormal library, add backwards-compatability layer 2015-03-24 12:59:26 -07:00
DefaultSettings.php Deprecate $wgEnableParserCache 2015-06-04 19:23:03 +01:00
Defines.php Remove MW_SPECIALPAGE_VERSION. Unused anywhere. 2015-04-15 09:26:01 -07:00
DeprecatedGlobal.php
EditPage.php Instrument edit failures 2015-06-11 23:44:42 +00:00
Export.php
Fallback.php
Feed.php
FeedUtils.php Use wikimedia/utfnormal library, add backwards-compatability layer 2015-03-24 12:59:26 -07:00
FileDeleteForm.php Fix edit link for messages in $wgForceUIMsgAsContentMsg 2015-05-15 20:38:32 +02:00
ForkController.php
FormOptions.php
GitInfo.php
GlobalFunctions.php Use HttpStatus::header instead of manually crafting header() 2015-06-04 02:27:35 +00:00
HistoryBlob.php
Hooks.php
Html.php Html: Add buttonAttributes() more diligently 2015-06-05 01:15:14 +00:00
HtmlFormatter.php
HttpFunctions.php Make wfWarn name the caller in Http::get 2015-03-26 10:46:10 +00:00
Import.php Reset Title cache when importing titles. 2015-05-24 17:55:08 +02:00
Licenses.php
limit.sh
Linker.php ApiHelp: Make 'toc' parameter work 2015-05-06 13:37:41 -04:00
LinkFilter.php Avoid using DB_MASTER in makeLikeArray 2015-03-27 17:58:57 +00:00
MagicWord.php
MediaWiki.php WebResponse: Implement statusHeader() using the new HttpStatus::header() 2015-06-04 02:27:30 +00:00
MediaWikiVersionFetcher.php tests: Clean up file headers 2015-04-01 00:17:12 +01:00
Message.php Fix edit link for messages in $wgForceUIMsgAsContentMsg 2015-05-15 20:38:32 +02:00
mime.info mime.types: allow bzip2 upload 2015-03-16 20:40:45 +01:00
mime.types mime.types: allow bzip2 upload 2015-03-16 20:40:45 +01:00
MimeMagic.php
MovePage.php MovePage: Move target existence check into isValidMove() 2015-04-29 10:36:03 -07:00
MWNamespace.php
MWTimestamp.php Move MWTimestamp::getHumanTimestamp() to Language 2015-05-31 01:53:54 -07:00
NoLocalSettings.php
OutputHandler.php
OutputPage.php Merge "WebResponse: Implement statusHeader() using the new HttpStatus::header()" 2015-06-04 20:24:12 +00:00
PathRouter.php
PHPVersionCheck.php Check for dependencies in entry point and Maintenance.php 2015-05-23 15:05:11 +00:00
PHPVersionError.php Check for dependencies in entry point and Maintenance.php 2015-05-23 15:05:11 +00:00
Preferences.php Preferences: Use case-insensitive comparison for skin names 2015-04-30 16:01:29 +00:00
PrefixSearch.php
ProtectionForm.php Fix edit link for messages in $wgForceUIMsgAsContentMsg 2015-05-15 20:38:32 +02:00
Revision.php Avoid data loss if compression fails 2015-06-04 17:02:19 +02:00
RevisionList.php Added $res var docs for RevisionListBase 2015-05-23 13:08:12 +00:00
Sanitizer.php Export allowed tags from Sanitizer to mediawiki.jqueryMsg 2015-05-24 10:25:02 +02:00
Setup.php Deprecate $wgEnableParserCache 2015-06-04 19:23:03 +01:00
SiteConfiguration.php
SiteStats.php Prevent SiteStats::loadAndLazyInit from reloading in $wgMiserMode 2015-04-08 09:35:56 -07:00
SquidPurgeClient.php
Status.php Fixed some <code> tags for doxygen 2015-04-29 06:01:59 +01:00
StreamFile.php Use HttpStatus::header instead of manually crafting header() 2015-06-04 02:27:35 +00:00
StubObject.php
TemplateParser.php TemplateParser: Use ObjectCache::newAccelerator() with fallback set 2015-03-23 03:34:57 +00:00
tidy.conf
Title.php Avoid parser cache miss that often occurs post-save 2015-06-09 01:01:03 +00:00
TitleArray.php
TitleArrayFromResult.php
User.php Merge "Made User::touch no longer call load()" 2015-06-03 07:47:00 +00:00
UserArray.php
UserArrayFromResult.php
UserRightsProxy.php Converted User object cache to the WAN cache 2015-04-30 01:30:06 +00:00
WatchedItem.php Made wl_notificationtimestamp updates able to use queues 2015-04-25 14:47:42 -07:00
WebRequest.php WebRequest::getHeader: add optional flag to get back list 2015-05-08 17:58:54 -07:00
WebResponse.php WebResponse: Implement statusHeader() using the new HttpStatus::header() 2015-06-04 02:27:30 +00:00
WebStart.php Remove $wgRUstart, unused 2015-04-16 15:28:37 -07:00
WikiMap.php
Xml.php Move XmlSelect to its own file 2015-06-03 03:26:01 +00:00
XmlSelect.php Move XmlSelect to its own file 2015-06-03 03:26:01 +00:00
ZhConversion.php Chinese Conversion Table Update 2015-3 2015-05-18 08:13:03 +00:00