wiki.techinc.nl/includes
Elliott Eggleston 84460b0862 Option to load restrictions from DB_MASTER
Adds a $readLatest parameter to Title::loadRestrictions that skips
the replica DBs and goes straight to the master DB to get the latest.

TODO: should I add $readLatest to all the getRestrictions* functions?

Bug: T210983
Change-Id: I834de033fb79870de7d081701693663fb6ee93d3
2018-12-18 15:10:00 +00:00
..
actions Merge "Add TransactionProfiler::redefineExpectations and migrate appropriate callers" 2018-12-12 21:02:26 +00:00
api Merge "ApiComparePages: Don't error with no prev/next rev" 2018-12-18 10:06:23 +00:00
auth Use identical check instead of equality check 2018-10-31 13:22:58 +01:00
block block: Fix PHPDoc comments to match function signature (or method) 2018-12-03 10:59:45 +01:00
cache Hard deprecate LinkCache::addLink() 2018-12-08 22:23:08 -08:00
changes Wrap the "bytes changed" indication on Special:Contributions with CSS 2018-11-16 00:30:44 +00:00
changetags Stop updating tag_summary table 2018-12-12 19:59:55 +01:00
clientpool Deprecate $wgSquidPurgeUseHostHeader 2018-10-19 11:44:18 -04:00
collation Add ICU mapping for versions 62 and 63 2018-10-18 20:03:59 +01:00
compat Remove UtfNormal class 2018-10-22 12:17:00 -07:00
composer Fix MediaWiki.Commenting.LicenseComment.InvalidLicenseTag errors 2018-05-23 16:23:42 -07:00
config config: Add new ConfigRepository 2018-07-19 14:21:56 +00:00
content Merge "[MCR] Introduce SlotRoleHandler and SlotRoleRegistry" 2018-12-03 16:20:06 +00:00
context Replace some wfMessage by ContextSource::msg 2018-08-22 15:42:31 +02:00
dao Use PHP 5.6 constant expressions for some bitfield constants 2018-05-30 18:05:18 -07:00
db Merge "No yoda conditions" 2018-12-09 01:34:23 +00:00
debug Merge "No yoda conditions" 2018-12-09 01:34:23 +00:00
deferred build: Updating mediawiki/mediawiki-codesniffer to 23.0.0 2018-12-01 23:11:16 +01:00
diff Merge "Migrate SpecialUndelete and Diff from tag_summary to change_tag" 2018-12-12 22:30:55 +00:00
edit [MCR] Factor PageUpdater out of WikiPage 2018-06-14 13:22:13 +00:00
editpage Set getEditConflictMainTextBox parameter type to array 2018-08-16 11:03:48 +02:00
exception Do not pass unused parameter 2018-12-01 18:09:58 +01:00
export export: Fix return value of write() function in DumpOutput.php 2018-12-03 12:28:48 +01:00
externalstore Add isCurrentWikiId()/isCurrentWikiDomain()/getCurrentWikiDomain() to WikiMap 2018-10-29 14:53:37 -07:00
filebackend Add isCurrentWikiId()/isCurrentWikiDomain()/getCurrentWikiDomain() to WikiMap 2018-10-29 14:53:37 -07:00
filerepo Merge "No yoda conditions" 2018-12-09 01:34:23 +00:00
gallery build: Updating mediawiki/mediawiki-codesniffer to 22.0.0 2018-09-16 15:51:11 +00:00
htmlform Fix TitlesMultiselectWidget documentation 2018-12-10 18:28:14 +00:00
http Fix exception on certain http failures 2018-12-14 15:55:28 -06:00
import Use PHP 7 '??' operator instead of if-then-else 2018-10-21 21:46:46 +02:00
installer Localisation updates from https://translatewiki.net. 2018-12-17 21:55:06 +01:00
interwiki Use WikiMap methods in ClassicInterwikiLookup instead of wfWikiId() 2018-10-29 22:01:50 +00:00
jobqueue jobqueue: Add PHPDoc param annotation for __construct() method 2018-12-07 18:56:36 +00:00
json Comments, tests, and tweaks for JSON decoding quirks 2018-11-07 13:04:21 -06:00
libs Merge "objectcache: Fix WinCache keys longer than 150 chars" 2018-12-13 02:25:22 +00:00
linkeddata Update composer/spdx-licenses to 1.4.0 and mediawiki/mediawiki-codesniffer to 21.0.0 2018-07-26 17:44:28 +00:00
linker linker: Hard-deprecate LinkBegin and LinkEnd hooks 2018-06-10 12:00:15 -07:00
logging Merge "LogEventsList: Don't output '0000-00-00' as default date" 2018-11-14 15:29:58 +00:00
mail mail: Correct return value of sendPersonalised() method 2018-12-03 16:23:25 +00:00
media Merge "media: Do not pass unused parameter" 2018-12-04 06:27:33 +00:00
objectcache Merge "No yoda conditions" 2018-12-09 01:34:23 +00:00
page Merge "No yoda conditions" 2018-12-09 01:34:23 +00:00
pager Fix some phan-taint-check false positives 2018-09-21 17:27:44 -07:00
parser Merge "No yoda conditions" 2018-12-09 01:34:23 +00:00
password Merge "PasswordPbkdf2: remove the 'use-hash-extension' option" 2018-12-04 06:52:15 +00:00
poolcounter Re-namespace RevisionStore and RevisionRecord classes 2018-10-09 10:22:48 -04:00
preferences Revert "Pass $context to 'GetPreferences' hook" 2018-12-10 02:58:59 +00:00
profiler ProfilerExcimer: allow early start 2018-12-17 14:36:28 +11:00
rcfeed Use WikiMap methods for wiki ID logic in more places 2018-10-29 22:02:00 +00:00
registration Add $wgReauthenticateTime to extension.json 2018-11-15 15:41:50 -08:00
resourceloader resourceloader: Add getConfig() method to ResourceLoaderContext 2018-12-09 01:46:38 +00:00
Revision Merge "RevisionStore: Avoid exception on prev/next of deleted revision" 2018-12-03 21:07:44 +00:00
revisiondelete Fix RevisionDeleteUser rev_actor query for MySQL 2018-11-29 11:24:57 -05:00
search Hard deprecate SearchEngine::getNearMatchResultSet() 2018-12-08 22:23:24 -08:00
services Reduce memory usage on ServiceContainer destruction 2018-09-03 16:36:32 +00:00
session Fix typos 2018-08-14 09:52:19 +00:00
shell Use PHP 7 '??' operator instead of if-then-else 2018-10-21 21:46:46 +02:00
site Hard deprecated SiteSQLStore::newInstance() 2018-12-08 22:12:33 -08:00
skins Skin: Remove default loading of module 'mediawiki.user' 2018-12-08 20:07:50 +00:00
sparql Use english for message text in SparqlException 2018-12-09 11:18:32 +01:00
specialpage Merge "Revert "ChangesListSpecialPage: Make maximum limit consistent (1000)"" 2018-12-13 20:05:17 +00:00
specials Special:AllMessages: Remove al_title and allmessages-customised classes 2018-12-17 09:16:49 +00:00
Storage Merge "[MCR] Introduce SlotRoleHandler and SlotRoleRegistry" 2018-12-03 16:20:06 +00:00
templates RCFilters: Move aggregation of highlight classes to the backend 2018-06-26 17:55:50 -07:00
tidy Remove most support for configuring Tidy, including Raggett 2018-11-15 12:22:06 -05:00
title No yoda conditions 2018-11-21 17:54:39 +01:00
upload Merge "No yoda conditions" 2018-12-09 01:34:23 +00:00
user Have BotPassword::login() call AuthManagerLoginAuthenticateAudit 2018-12-11 15:33:39 -05:00
utils Do not pass unused parameter 2018-12-01 18:08:56 +01:00
watcheditem Migrate WatchedItemQueryService from tag_summary to change_tag 2018-11-27 18:20:20 +01:00
widget Introduce TagMultiselectWidget.php 2018-12-14 15:18:11 +00:00
.htaccess
ActorMigration.php ActorMigration: Remove possibility of read-both 2018-10-11 12:12:00 +11:00
AjaxDispatcher.php Fix some warnings from phan-taint-check 2018-08-13 23:00:06 +00:00
AjaxResponse.php Deprecate $wgUseESI 2018-10-19 11:44:17 -04:00
AuthPlugin.php Use PHP 7 '??' operator instead of if-then-else 2018-06-12 23:14:18 +02:00
AutoLoader.php Add block restriction classes 2018-10-23 17:41:50 -07:00
Autopromote.php
Block.php Add new rules when user is blocked for UTP 2018-12-11 00:01:29 -05:00
CategoriesRdf.php Do not generate negative page counts in dump 2018-08-02 18:01:11 -07:00
Category.php Reduce the rate of calls to Category::refreshCounts 2018-07-18 00:46:38 +01:00
CategoryFinder.php Drop the 'CategorizedRecentChanges' feature 2018-02-15 10:45:10 -08:00
CategoryViewer.php Improve page display title handling for category pages 2018-09-10 08:29:48 +02:00
CommentStore.php Drop the image_comment_temp table 2018-11-14 15:04:31 -05:00
CommentStoreComment.php Mass conversion of $wgContLang to service 2018-08-11 22:44:29 -06:00
ConfiguredReadOnlyMode.php
ContentSecurityPolicy.php resourceloader: Give module eval the ContentSecurityPolicy nonce 2018-08-07 16:54:40 +00:00
DefaultSettings.php Merge "Increase default minimum password length on privileged groups and bots" 2018-12-13 23:41:51 +00:00
Defines.php Phabricator: Use Tddddd instead of Bug ddddd in comments 2018-10-04 09:15:02 +02:00
DeprecatedGlobal.php build: Updating mediawiki/mediawiki-codesniffer to 15.0.0 2018-01-01 14:10:16 +01:00
DerivativeRequest.php Fix IP handling in DerivativeRequest 2018-10-31 20:34:58 -07:00
DevelopmentSettings.php Deprecate $wgShowSQLErrors and $wgShowDBErrorBacktrace and make nonfunctional 2018-07-25 10:38:19 -05:00
DummyLinker.php Remove deprecated Linker::getLinkColour() 2018-06-13 01:30:04 -07:00
EditPage.php Merge "No yoda conditions" 2018-12-09 01:34:23 +00:00
EventRelayerGroup.php Hard deprecate EventRelayerGroup::singleton() 2018-09-24 16:09:28 -07:00
FauxRequest.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
Feed.php Fix called function case in a bunch of places 2018-01-22 09:10:09 -08:00
FeedUtils.php Pass $key into CommentStore methods and use MediawikiServices 2018-02-05 15:34:12 +00:00
FileDeleteForm.php Use OutputPage::wrapWikiTextAsInterface() to add safe <div> wrappers 2018-10-17 11:08:16 -04:00
ForeignResourceManager.php resources: Extract ForeignResourceManager from manageForeignResources.php 2018-10-15 03:16:18 +01: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 Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
GitInfo.php GitInfo: Don't try shelling out if it's disabled 2018-06-24 23:55:43 +03:00
GlobalFunctions.php No yoda conditions 2018-11-21 17:54:39 +01:00
HeaderCallback.php
HistoryBlob.php Update suppressWarning()/restoreWarning() calls 2018-02-10 08:50:12 +00:00
Hooks.php Hooks: remove some unnecessary code 2018-05-26 23:39:07 -07:00
Html.php Render namespace lists in the user's language 2018-10-12 11:27:20 -07:00
Linker.php Merge "No yoda conditions" 2018-12-09 01:34:23 +00:00
LinkFilter.php Use new externallinks.el_index_60 field 2018-11-12 22:33:18 +00:00
ListToggle.php
MagicWord.php Update MagicWord to use ContentLanguage 2018-08-01 10:39:33 +00:00
MagicWordArray.php Update MagicWord to use ContentLanguage 2018-08-01 10:39:33 +00:00
MagicWordFactory.php Add a way to exclude categories from Special:UnusedCategories 2018-11-16 13:32:27 +00:00
MediaWiki.php Add TransactionProfiler::redefineExpectations and migrate appropriate callers 2018-12-10 16:02:30 +00:00
MediaWikiServices.php [MCR] Introduce SlotRoleHandler and SlotRoleRegistry 2018-11-30 12:29:05 -08:00
MediaWikiVersionFetcher.php
MergeHistory.php rdbms: add IDatabase::lockForUpdate() convenience method 2018-07-10 20:09:01 +01:00
Message.php Message: Don't include Title objects in the serialization (part 2) 2018-12-14 14:20:41 +00:00
MovePage.php Can't call escaped() on a string. 2018-12-10 13:32:12 -06:00
MWGrants.php Mass conversion of $wgContLang to service 2018-08-11 22:44:29 -06:00
MWNamespace.php [MCR] Introduce SlotRoleHandler and SlotRoleRegistry 2018-11-30 12:29:05 -08:00
MWTimestamp.php Remove unnecesary else blocks 2018-09-24 14:08:31 +01:00
NoLocalSettings.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
OrderedStreamingForkController.php Minor OrderedStreamingForkController improvements 2018-10-10 22:37:02 +01:00
OutputHandler.php Immediately drop wgValidateAllHtml and related code 2018-04-10 10:51:28 -07:00
OutputPage.php Login-related messages should get the URL as a parameter 2018-12-07 02:38:16 +00:00
PageProps.php Switch callers from ProcessCacheLRU to MapCacheLRU 2018-07-17 23:17:17 +00:00
PathRouter.php Avoid a redirect loop when the request URL is not normalized 2018-07-16 15:55:59 +10:00
PHPVersionCheck.php PHPVersionCheck: Remove obsolete load.php code and simplify 2018-10-28 14:12:54 -07:00
Pingback.php Fix pingback on non-MySQL 2018-08-01 11:33:19 +10:00
Preferences.php Preferences class deprecation, step 2 2018-11-05 10:53:43 -08:00
PrefixSearch.php Mass conversion to SpecialPageFactory service 2018-08-17 12:03:12 -07:00
ProtectionForm.php Replace deprecated calls to OutputPage::parseInline() 2018-10-29 15:34:43 -04:00
ProxyLookup.php Update IPSet use statements 2018-01-21 04:37:26 +00:00
RawMessage.php
ReadOnlyMode.php
Revision.php Allow getRevisionText to function without the text table. 2018-10-17 10:54:39 -04:00
RevisionList.php Add actor table and code to start using it 2018-02-23 10:06:20 -08:00
ServiceWiring.php [MCR] Introduce SlotRoleHandler and SlotRoleRegistry 2018-11-30 12:29:05 -08:00
Setup.php Include BCP 47 codes in $wgDummyLanguageCodes, but deprecate it 2018-10-19 14:31:21 -04:00
SiteConfiguration.php Use DB domain in JobQueueGroup and make WikiMap domain ID methods stricter 2018-11-07 04:46:56 +00:00
SiteStats.php Fix caller name in SiteStats::numberingroup/pagesInNs 2018-09-30 15:41:19 +02:00
SiteStatsInit.php Drop 'comma' value for wgArticleCountMethod 2018-03-01 16:37:23 -08:00
Status.php Update composer/spdx-licenses to 1.4.0 and mediawiki/mediawiki-codesniffer to 21.0.0 2018-07-26 17:44:28 +00:00
StreamFile.php
StubObject.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
TemplateParser.php TemplateParser: Pass FLAG_MUSTACHELOOKUP to enable parent context access 2018-09-04 12:39:34 -07:00
TemplatesOnThisPageFormatter.php
Title.php Option to load restrictions from DB_MASTER 2018-12-18 15:10:00 +00:00
TitleArray.php Use IResultWrapper in UserArray and TitleArray 2018-04-06 00:06:35 +02:00
TitleArrayFromResult.php Use IResultWrapper in UserArray and TitleArray 2018-04-06 00:06:35 +02:00
TrackingCategories.php
WebRequest.php build: Updating mediawiki/mediawiki-codesniffer to 22.0.0 2018-09-16 15:51:11 +00:00
WebRequestUpload.php Mass conversion of $wgContLang to service 2018-08-11 22:44:29 -06:00
WebResponse.php WebReponse: Use values altered in 'WebResponseSetCookie' hook 2018-07-09 11:01:05 -04:00
WebStart.php Merge "Setup: Move mbstring.func_overload from WebStart to Setup" 2018-04-18 16:22:16 +00:00
WikiMap.php Use DB domain in JobQueueGroup and make WikiMap domain ID methods stricter 2018-11-07 04:46:56 +00:00
WikiReference.php Simplify PHP by using ?? and ?: 2018-07-10 20:03:17 +00:00
Xml.php Document expected escaping level for Xml::submitButton() 2018-09-03 15:17:19 -07:00
XmlJsCode.php
XmlSelect.php Use PHP 7 '??' operator instead of if-then-else 2018-06-12 23:14:18 +02:00