..
actions
Update getWithSetCallback() callers to the newer signature
2015-10-07 19:27:08 -07:00
api
Localisation updates from https://translatewiki.net .
2015-11-17 21:35:11 +01:00
cache
MessageCache: Remove $ucfirst and clean up getMessageFromFallbackChain()
2015-11-17 18:41:10 +00:00
changes
Migrate feeds from $messageMemc to the WAN cache
2015-11-10 11:11:05 -08: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
objectcache: Reduce MediaWiki-specificness from Memcached classes
2015-11-10 03:32: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
Use makeGlobalKey() directly instead of wfGlobalCacheKey()
2015-11-18 00:21:02 +00:00
debug
MonologSpi: add support for customizing Monolog\Logger instances
2015-11-04 18:07:19 +00:00
deferred
Merge "Have SquidUpdate::newFromTitles use getSquidURLs"
2015-11-17 22:33:56 +00:00
diff
phpcs: Assignment expression not allowed
2015-11-16 20:56:32 +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
Make Swift iterators throw errors on failure
2015-11-06 16:10:05 -08:00
filerepo
Move down $logEntry publish() call in recordUpload2()
2015-11-11 19:36:16 -08:00
gallery
Load 'mediawiki.page.gallery.styles' also without javascript
2015-10-31 17:33:15 +00:00
htmlform
Merge "Use HTMLForm in Special:AllPages"
2015-11-09 16:32:45 +00:00
installer
Localisation updates from https://translatewiki.net .
2015-11-17 21:35:11 +01:00
interwiki
Update getWithSetCallback() callers to the newer signature
2015-10-07 19:27:08 -07:00
jobqueue
Make JobRunner::commitMasterChanges() check getServerCount()
2015-11-16 20:37:42 -08:00
json
libs
objectcache: Implement check keys per cache key in WANObjectCache::getMulti()
2015-11-17 04:15:33 +00:00
logging
Skip user namespace prefix for rights log entry
2015-10-10 07:38:10 +02:00
mail
UserMailer: Use PHP_EOL instead of DIY
2015-11-10 17:28:32 -08:00
media
Log errors in thumb.php
2015-11-06 19:08:24 +00:00
objectcache
objectcache: Reduce MediaWiki-specificness from Memcached classes
2015-11-10 03:32:58 +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
Improve error message if check not defined for a password policy.
2015-11-16 20:50:53 +00: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: Include 'raw' in ResourceLoaderContext hash
2015-11-17 21:48:03 +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
Use makeGlobalKey() directly instead of wfGlobalCacheKey()
2015-11-18 00:21:02 +00:00
templates
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
Work around broken HHVM ini_get() for 'upload_max_filesize' and 'post_max_size'
2015-11-08 19:48:23 +00:00
utils
Use makeGlobalKey() directly instead of wfGlobalCacheKey()
2015-11-18 00:21:02 +00:00
widget
Allow a TitleInputWidget user to decide, if an empty value should be validated
2015-11-16 19:28:41 +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
Merge "Remove deprecated wgRateLimitLog"
2015-11-17 22:19:40 +00: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
Migrate feeds from $messageMemc to the WAN cache
2015-11-10 11:11:05 -08: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
Remove redundant null-handling for Title::newFromText
2015-11-17 01:53:30 +00: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
Decouple ChronologyProtector from user sessions
2015-11-12 23:11:18 +00: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
Add file extension mapping for opus
2015-10-25 19:26:59 +01: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
phpcs: Use __DIR__ constant instead of calling
2015-11-15 21:14:42 +01:00
PHPVersionError.php
phpcs: Use __DIR__ constant instead of calling
2015-11-15 21:14:42 +01:00
Preferences.php
Rework the Preferences to prevent FOUC
2015-11-08 19:42:56 +00:00
PrefixSearch.php
Remove redundant null-handling for Title::newFromText
2015-11-17 01:53:30 +00:00
ProtectionForm.php
Make lines short to pass phpcs in 2 files under includes/
2015-09-30 05:20:03 +00:00
Revision.php
Don't claim model validation failed if the content couldn't be loaded
2015-11-16 23:13:55 +01: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
Remove deprecated wgRateLimitLog
2015-11-17 22:07:47 +00: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
TemplateParser.php
Replace newAccelerator() with getLocalServerInstance()
2015-11-02 21:39:08 +00:00
Title.php
Title: Convert cache from MapCacheLRU to HashBagOStuff
2015-11-09 23:29:19 +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
Work around broken HHVM ini_get() for 'upload_max_filesize' and 'post_max_size'
2015-11-08 19:48:23 +00: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
ZhConversion.php
Chinese Conversion Table Update 2015-8
2015-09-29 14:47:38 +08:00