| .. |
|
actions
|
Added wfTransactionalTimeLimit() method and applied it
|
2015-08-12 22:09:40 +00:00 |
|
api
|
Localisation updates from https://translatewiki.net.
|
2015-09-17 22:16:37 +02:00 |
|
cache
|
Avoid PHP warning if key is not set in getValidationHash()
|
2015-09-04 00:43:55 +00:00 |
|
changes
|
Merge "When aborting EnhancedRC block line, block should reflect that"
|
2015-09-16 11:00:33 +00:00 |
|
changetags
|
Avoid full RC table scans in ChangeTags::updateTags()
|
2015-08-19 02:25:18 -07:00 |
|
clientpool
|
Remove return of void method results
|
2015-09-10 18:45:22 +00:00 |
|
compat
|
Replace bundled IPSet library with composer dependency
|
2015-08-26 10:38:09 -07:00 |
|
composer
|
|
|
|
config
|
|
|
|
content
|
CssContentHandler: Fix @return documentation
|
2015-08-28 10:40:08 -07:00 |
|
context
|
Fixed some RequestContext IDEA errors with msg() callers
|
2015-08-25 04:35:34 +00:00 |
|
dao
|
Fix some space-related phpcs warnings in includes/
|
2015-08-15 08:56:03 +00:00 |
|
db
|
Add @throws tag to Database::insert
|
2015-08-27 09:55:53 +02:00 |
|
debug
|
Enhance debug log output for stacktraces
|
2015-09-08 07:03:52 +00:00 |
|
deferred
|
Revert "Enable users to watch category membership changes"
|
2015-08-20 10:35:56 -07:00 |
|
diff
|
Remove unneeded empty lines at begin of if/else/foreach body
|
2015-06-19 20:05:45 +02:00 |
|
exception
|
Make MWExceptionHandler work with PHP7's exception changes
|
2015-09-16 11:22:38 +00:00 |
|
externalstore
|
|
|
|
filebackend
|
Fixed some IDEA doc warnings
|
2015-09-11 12:38:37 -07:00 |
|
filerepo
|
mediawiki.Title: Add normalizeExtension method
|
2015-09-11 21:57:38 +02:00 |
|
gallery
|
Pass context to parent constructor in PackedImageGallery
|
2015-07-11 11:35:34 +02:00 |
|
htmlform
|
Merge "Move HTMLForm-specific styles out of mediawiki.legacy.shared"
|
2015-09-08 00:12:23 +00:00 |
|
installer
|
Localisation updates from https://translatewiki.net.
|
2015-09-17 22:16:37 +02:00 |
|
interwiki
|
|
|
|
jobqueue
|
Merge "Added jobqueue.pickup_root_age metric"
|
2015-08-28 08:31:22 +00:00 |
|
json
|
Fix whitespace issues around parentheses
|
2015-06-16 22:14:02 +03:00 |
|
libs
|
Merge "ResourcesTest: Detect missing files in url(...) expressions"
|
2015-09-17 19:46:11 +00:00 |
|
logging
|
Migrate move protect log to new log system
|
2015-08-18 22:20:35 +00:00 |
|
mail
|
Set 'List-Help' header for watchlist emails
|
2015-08-19 09:37:45 +00:00 |
|
media
|
Merge "Remove unused private field"
|
2015-09-09 17:54:48 +00:00 |
|
objectcache
|
Decode Memcached keys before returning getMulti result
|
2015-09-07 05:43:49 +00:00 |
|
page
|
Avoid unneeded memcached queries in showPatrolFooter()
|
2015-09-17 11:50:22 -07:00 |
|
pager
|
Add protected getCurrentRow to TablePager
|
2015-08-29 12:13:47 +00:00 |
|
parser
|
Add Html5Depurate tidy driver
|
2015-09-11 03:32:32 +00:00 |
|
password
|
Remove dead argument in EncryptedPassword.php
|
2015-09-16 17:03:35 +00:00 |
|
poolcounter
|
poolcounter: PoolCounterRedis doc cleanups
|
2015-09-04 03:35:56 +00:00 |
|
profiler
|
Move StatsD key normalization from ProfilerOutputStats to BufferingStatsdDataFactory
|
2015-07-13 19:07:02 +00:00 |
|
rcfeed
|
RC: Handle getLine returning null, which breaks Redis engine (at least HHVM)
|
2015-08-18 23:08:36 -04:00 |
|
registration
|
registration: Fix merging of array_plus
|
2015-09-17 10:29:02 -07:00 |
|
resourceloader
|
Merge "ResourcesTest: Detect missing files in url(...) expressions"
|
2015-09-17 19:46:11 +00:00 |
|
revisiondelete
|
Purge remaining oversight references from code
|
2015-09-16 18:21:44 +00:00 |
|
search
|
Move query rewriting into search backend
|
2015-08-31 22:41:05 -07:00 |
|
site
|
Enforce an alphabetic default order for SiteList entries
|
2015-08-06 16:24:33 +02:00 |
|
skins
|
Load the module mediawiki.page.watch.ajax only when needed
|
2015-09-17 19:46:27 +00:00 |
|
specialpage
|
Revert "Enable users to watch category membership changes"
|
2015-08-20 10:35:56 -07:00 |
|
specials
|
Merge "Move query rewriting into search backend"
|
2015-09-16 18:57:55 +00:00 |
|
templates
|
Remove dead local vars in UsercreateTemplate
|
2015-09-10 19:28:45 +00:00 |
|
tidy
|
Make signature of RaggettInternalHHVM::cleanWrapped() compatible with RaggetBase's
|
2015-09-10 21:06:01 -07:00 |
|
title
|
Fix some PHPCS issues
|
2015-06-26 01:32:28 -04:00 |
|
upload
|
Avoid passing anything but a string to Title::newFromText in UploadBase::getTitle
|
2015-08-23 19:27:40 +01:00 |
|
utils
|
Remove return of void method results
|
2015-09-10 18:45:22 +00:00 |
|
widget
|
SpecialMovepage: Convert form to use OOUI controls
|
2015-09-01 21:03:38 +02:00 |
|
.htaccess
|
|
|
|
AjaxDispatcher.php
|
Fix some line indent of string concat
|
2015-06-19 20:52:43 +02:00 |
|
AjaxResponse.php
|
Fix whitespace issues around parentheses
|
2015-06-16 22:14:02 +03:00 |
|
AuthPlugin.php
|
|
|
|
AutoLoader.php
|
|
|
|
Autopromote.php
|
|
|
|
Block.php
|
Uncomment wfDeprecated call from I6ccd4df
|
2015-06-19 14:20:25 -04:00 |
|
Category.php
|
|
|
|
CategoryFinder.php
|
|
|
|
CategoryViewer.php
|
Fix whitespace issues around parentheses
|
2015-06-16 22:14:02 +03:00 |
|
Collation.php
|
Use mediawiki/at-ease library for suppressing warnings
|
2015-06-11 18:49:29 +00:00 |
|
DefaultSettings.php
|
Remove unused $wgAPIGeneratorModules from DefaultSettings.php
|
2015-09-11 13:39:13 -07:00 |
|
Defines.php
|
Revert "Enable users to watch category membership changes"
|
2015-08-20 10:35:56 -07:00 |
|
DeprecatedGlobal.php
|
|
|
|
EditPage.php
|
EditPage: Add text placeholders to view source page
|
2015-09-01 12:46:41 +00:00 |
|
Export.php
|
Hygiene: Use strtr() instead of str_replace() for character swapping
|
2015-07-06 20:25:19 +00:00 |
|
Fallback.php
|
|
|
|
Feed.php
|
|
|
|
FeedUtils.php
|
|
|
|
FileDeleteForm.php
|
Use Linker::linkKnown for some links to MediaWiki pages from navigation
|
2015-06-19 18:55:30 +02:00 |
|
ForkController.php
|
|
|
|
FormOptions.php
|
|
|
|
GitInfo.php
|
Use mediawiki/at-ease library for suppressing warnings
|
2015-06-11 18:49:29 +00:00 |
|
GlobalFunctions.php
|
Add '@since 1.25' annotation to wfLoad*() functions
|
2015-09-16 15:55:13 +02:00 |
|
HistoryBlob.php
|
Use mediawiki/at-ease library for suppressing warnings
|
2015-06-11 18:49:29 +00:00 |
|
Hooks.php
|
Enhance stacktrace logging for fatals
|
2015-09-08 07:03:36 +00:00 |
|
Html.php
|
OOUIHTMLForm: Implement HTMLSelectNamespace
|
2015-07-13 19:20:09 +02:00 |
|
HtmlFormatter.php
|
Provide fallbacks for use of mb_convert_encoding() in HtmlFormatter
|
2015-08-21 10:10:56 -04:00 |
|
HttpFunctions.php
|
Log useful error messages on SSL errors in PhpHttpRequest
|
2015-09-10 01:08:22 +00:00 |
|
Import.php
|
Fixed spacing
|
2015-06-17 20:22:32 +00:00 |
|
Licenses.php
|
|
|
|
limit.sh
|
|
|
|
Linker.php
|
Allow Linker::formatComment to link to another wiki per default.
|
2015-09-15 18:10:33 +02:00 |
|
LinkFilter.php
|
|
|
|
MagicWord.php
|
Remove unused private field in MagicWordArray
|
2015-09-10 19:16:17 +00:00 |
|
MediaWiki.php
|
Merge "Fixed some doc errors in tryNormaliseRedirect()"
|
2015-08-28 09:39:33 +00:00 |
|
MediaWikiVersionFetcher.php
|
|
|
|
Message.php
|
Merge "Allow constructing a Message from a MessageSpecifier"
|
2015-07-20 23:05:26 +00:00 |
|
mime.info
|
Add image/pjpeg as an alias for image/jpeg
|
2015-06-11 12:09:09 -06:00 |
|
mime.types
|
|
|
|
MimeMagic.php
|
Basic support for WebP
|
2015-06-26 19:38:38 +00:00 |
|
MovePage.php
|
Merge "Migrate move protect log to new log system"
|
2015-08-18 23:17:03 +00:00 |
|
MWNamespace.php
|
registration: Fix namespaces added through the ExtensionProcessor
|
2015-08-27 03:03:43 +00:00 |
|
MWTimestamp.php
|
Made MWTimestamp handle UNIX floats
|
2015-08-20 00:10:11 -07:00 |
|
NoLocalSettings.php
|
|
|
|
OutputHandler.php
|
|
|
|
OutputPage.php
|
Merge "Revert "Load 'mediawiki.legacy.commonPrint' styles with a media type property""
|
2015-09-10 18:13:07 +00:00 |
|
PathRouter.php
|
|
|
|
PHPVersionCheck.php
|
Rework PHP and vendor check
|
2015-07-21 22:51:20 +02:00 |
|
PHPVersionError.php
|
|
|
|
Preferences.php
|
Merge "Reword 'stub-threshold' message in Special:Preferences advanced section"
|
2015-09-01 23:25:19 +00:00 |
|
PrefixSearch.php
|
PrefixSearch: Avoid passing non-strings to Title::newFromText()
|
2015-09-02 22:57:09 -07:00 |
|
ProtectionForm.php
|
Use XmlSelect in ProtectionForm
|
2015-07-30 20:00:41 +00:00 |
|
Revision.php
|
Revision::newNullRevision: Make sure the Title is set in the constructor
|
2015-07-31 17:00:48 -07:00 |
|
RevisionList.php
|
|
|
|
Sanitizer.php
|
Abstract and refactor Tidy support
|
2015-09-10 20:18:52 -07:00 |
|
Setup.php
|
Support empty string for wgEmergencyContact/wgPasswordSender
|
2015-09-02 12:10:18 +00:00 |
|
SiteConfiguration.php
|
|
|
|
SiteStats.php
|
|
|
|
SquidPurgeClient.php
|
Use mediawiki/at-ease library for suppressing warnings
|
2015-06-11 18:49:29 +00:00 |
|
Status.php
|
Status: Correct documentation
|
2015-08-06 13:50:47 +02:00 |
|
StreamFile.php
|
Fix whitespace issues around parentheses
|
2015-06-16 22:14:02 +03:00 |
|
StubObject.php
|
Remove return of void method results
|
2015-09-10 18:45:22 +00:00 |
|
TemplateParser.php
|
objectcache: Make first parameter of newAccelerator optional
|
2015-08-24 23:43:19 +02:00 |
|
Title.php
|
Remove non-existing param PHPDoc tag from Title
|
2015-09-02 14:50:55 +00:00 |
|
TitleArray.php
|
|
|
|
TitleArrayFromResult.php
|
|
|
|
User.php
|
Removed clearSharedCache() hack in User.php
|
2015-09-08 17:02:39 -07:00 |
|
UserArray.php
|
|
|
|
UserArrayFromResult.php
|
|
|
|
UserRightsProxy.php
|
|
|
|
WatchedItem.php
|
Use deferred updates in place of $wgActivityUpdatesUseJobQueue
|
2015-07-15 23:52:55 +00:00 |
|
WebRequest.php
|
FauxRequest: Avoid header leak
|
2015-09-16 16:52:58 +00:00 |
|
WebResponse.php
|
WebResponse: Implement statusHeader() using the new HttpStatus::header()
|
2015-06-04 02:27:30 +00:00 |
|
WebStart.php
|
Fix some space-related phpcs warnings in includes/
|
2015-08-15 08:56:03 +00:00 |
|
WikiMap.php
|
Remove WikiReference::getHostname.
|
2015-09-14 18:41:13 +00:00 |
|
Xml.php
|
Use XmlSelect to simplify Xml::monthSelector
|
2015-06-06 20:26:57 -04:00 |
|
XmlSelect.php
|
Enable multiple default values for XmlSelect
|
2015-09-13 22:52:33 +00:00 |
|
ZhConversion.php
|
Chinese Conversion Table Update 2015-7
|
2015-08-16 12:33:33 +08:00 |