wiki.techinc.nl/includes
daniel 465954aa23 Provide new, unsaved revision to PST to fix magic words.
This injects the new, unsaved RevisionRecord object into the Parser used
for Pre-Save Transform, and sets the user and timestamp on that revision,
to allow {{subst:REVISIONUSER}} and {{subst:REVISIONTIMESTAMP}} to function.

Bug: T203583
Change-Id: I31a97d0168ac22346b2dad6b88bf7f6f8a0dd9d0
2018-09-06 18:33:44 +02:00
..
actions MCR: Add temporary web UI mcrundo action 2018-08-23 16:15:14 +00:00
api Merge "[MCR] Move getSecondaryDataUpdates to the page level" 2018-09-05 12:40:40 +00:00
auth Split AuthManagerAuthPluginUser into a separate file 2018-08-28 15:22:49 -07:00
cache Use StaticArrayWriter in LCStoreStaticArray 2018-08-27 22:23:08 +00:00
changes Mass conversion to SpecialPageFactory service 2018-08-17 12:03:12 -07:00
changetags Join decomposition on change_tag and change_tag_def when filtering 2018-09-04 20:58:41 +02:00
clientpool Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
collation Merge "collation: Move first-letters-root to includes/collation/data" 2018-08-14 23:53:14 +00:00
compat Merge "Kill non namespaced ScopedCallback" 2018-06-01 04:35:22 +00: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 [MCR] Introduce RevisionRenderer 2018-08-30 19:15:12 +02: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 Throw exception when nothing to clone in CloneDatabase 2018-08-24 21:28:01 +00:00
debug Fix typos 2018-08-14 09:52:19 +00:00
deferred jobqueue: Use explicit retry when refreshLinks can't get a lock 2018-08-28 22:39:01 +01:00
diff Merge "DifferenceEngine: use a fake title when there's no real title" 2018-09-05 12:18:34 +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 Deprecate $wgShowSQLErrors and $wgShowDBErrorBacktrace and make nonfunctional 2018-07-25 10:38:19 -05:00
export Mass conversion of $wgContLang to service 2018-08-11 22:44:29 -06:00
externalstore Make ExternalStoreDB "wiki" context override the server "dbname" field 2018-08-15 03:02:56 +00:00
filebackend filebackend: let any specific backend value of "readOnly" override the default 2018-07-19 17:11:39 +01:00
filerepo Reduce calls to MediaWikiServices::getInstance() 2018-08-18 06:02:39 +02:00
gallery Fix spelling of word "necessary" 2018-08-16 01:35:35 +02:00
htmlform Merge "HTMLCheckMatrix: Treat row/column labels as HTML in OOUI mode" 2018-09-04 19:37:37 +00:00
http Added non-parallel fallback to MultiHttpClient when curl is unavailable 2018-07-23 00:19:59 +00:00
import Mass conversion of $wgContLang to service 2018-08-11 22:44:29 -06:00
installer Merge "Don't throw an exception when waiting for replication times out" 2018-09-04 02:20:12 +00:00
interwiki Mass conversion of $wgContLang to service 2018-08-11 22:44:29 -06:00
jobqueue [MCR] Move getSecondaryDataUpdates to the page level 2018-09-04 21:50:58 +02:00
json Use "break" instead of "continue" 2018-08-24 00:18:07 +08:00
libs Merge "Don't throw an exception when waiting for replication times out" 2018-09-04 02:20:12 +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 Reduce calls to MediaWikiServices::getInstance() 2018-08-18 06:02:39 +02:00
mail Mass conversion of $wgContLang to service 2018-08-11 22:44:29 -06:00
media Merge "Fix spelling of word "necessary"" 2018-08-16 05:37:02 +00:00
objectcache Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
page [MCR] Move getSecondaryDataUpdates to the page level 2018-09-04 21:50:58 +02:00
pager Replace some wfMessage by ContextSource::msg 2018-08-22 15:42:31 +02:00
parser Provide new, unsaved revision to PST to fix magic words. 2018-09-06 18:33:44 +02:00
password Merge "password: Move commonpasswords.cdb to includes/password/" 2018-08-14 23:53:19 +00:00
poolcounter Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
preferences Mass conversion of $wgContLang to service 2018-08-11 22:44:29 -06:00
profiler Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
rcfeed
registration registration: Use null coalescing operator 2018-09-04 01:42:55 +00:00
resourceloader resourceloader: Use 'enableModuleContentVersion' for startup module 2018-08-31 00:23:23 +00:00
Revision Make HTML generation in RenderedRevision optional 2018-08-31 10:48:41 +00:00
revisiondelete Remove PhanUndeclaredStaticMethod from blacklist 2018-08-28 05:38:43 +00:00
search Fix common typos in code 2018-09-02 09:03:07 +00: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 Deprecate wfArrayFilter() and wfArrayFilterByKey() 2018-07-19 08:40:46 +02:00
site Update composer/spdx-licenses to 1.4.0 and mediawiki/mediawiki-codesniffer to 21.0.0 2018-07-26 17:44:28 +00:00
skins resourceloader: Move logo preload from OutputPage to SkinModule 2018-08-27 23:05:51 +00:00
sparql Replace recently introduced mediawiki/at-ease calls 2018-04-18 14:11:13 +00:00
specialpage Mass conversion to SpecialPageFactory service 2018-08-17 12:03:12 -07:00
specials Merge "resourceloader: Avoid clear/set timer overhead in mw.loader.store.add" 2018-09-04 18:59:53 +00:00
Storage Provide new, unsaved revision to PST to fix magic words. 2018-09-06 18:33:44 +02:00
templates RCFilters: Move aggregation of highlight classes to the backend 2018-06-26 17:55:50 -07:00
tidy RemexDriver: improved tracing 2018-08-14 13:40:11 -07:00
title Optimize TitleFormatter::getPrefixedText() to Title performance 2018-08-17 17:43:52 -07:00
upload Fix spelling of word "necessary" 2018-08-16 01:35:35 +02:00
user Ignore CentralIdLookup::resetCache() in code coverage reports 2018-08-21 00:18:50 -07:00
utils Fix some of the common typos 2018-08-16 00:59:32 +02:00
watcheditem Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
widget HTMLCheckMatrix: Treat row/column labels as HTML in OOUI mode 2018-09-03 21:37:31 +02:00
.htaccess
ActorMigration.php Remove duplicated article usages 2018-08-09 10:29:38 +02:00
AjaxDispatcher.php Fix some warnings from phan-taint-check 2018-08-13 23:00:06 +00:00
AjaxResponse.php PHP: Use short ternary operator (?:) where possible 2018-06-11 11:26:35 +02:00
AuthPlugin.php Use PHP 7 '??' operator instead of if-then-else 2018-06-12 23:14:18 +02:00
AutoLoader.php Use PSR-4 autoloader for includes/auth/ 2018-09-01 20:55:53 +00:00
Autopromote.php
Block.php Merge "Simplify PHP by using ?? and ?:" 2018-07-11 09:09:18 +00: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 Mass conversion of $wgContLang to service 2018-08-11 22:44:29 -06:00
CommentStore.php Mass conversion of $wgContLang to service 2018-08-11 22:44:29 -06: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 "Title: Fix isRawHtmlMessage() for messages with underscores" 2018-08-31 17:39:51 +00:00
Defines.php Introduce new schema flags and use them in RevisionStore. 2018-07-02 17:20:14 +02:00
DeprecatedGlobal.php
DerivativeRequest.php
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 Provide new, unsaved revision to PST to fix magic words. 2018-09-06 18:33:44 +02:00
EventRelayerGroup.php
FauxRequest.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
Feed.php
FeedUtils.php
FileDeleteForm.php Merge "Convert file delete to use OOUI" 2018-08-01 17:23:24 +00:00
ForkController.php
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 Merge "Don't throw an exception when waiting for replication times out" 2018-09-04 02:20:12 +00:00
HeaderCallback.php
HistoryBlob.php
Hooks.php Hooks: remove some unnecessary code 2018-05-26 23:39:07 -07:00
Html.php Html: Reject </script> from inlineScript() and leave rest unescaped 2018-08-30 00:10:35 +01:00
Linker.php Change @return-taint to use onlysafefor_html instad of escapes_html 2018-08-31 09:48:30 +00:00
LinkFilter.php Make cleanupSpam.php query for http and https 2018-06-03 22:00:11 +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 Update MagicWord to use ContentLanguage 2018-08-01 10:39:33 +00:00
MediaWiki.php Mass conversion to SpecialPageFactory service 2018-08-17 12:03:12 -07:00
MediaWikiServices.php Introduce NameTableStoreFactory 2018-09-04 15:08:38 +10:00
MediaWikiVersionFetcher.php
MergeHistory.php rdbms: add IDatabase::lockForUpdate() convenience method 2018-07-10 20:09:01 +01:00
Message.php Message: Fix error on getTitle() without language 2018-08-17 18:09:44 +02:00
MimeMagic.php
MovePage.php MWNamespace: Add getCategoryLinkType() method 2018-06-29 15:37:11 +00:00
MWGrants.php Mass conversion of $wgContLang to service 2018-08-11 22:44:29 -06:00
MWNamespace.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
MWTimestamp.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
NoLocalSettings.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
OrderedStreamingForkController.php
OutputHandler.php Immediately drop wgValidateAllHtml and related code 2018-04-10 10:51:28 -07:00
OutputPage.php resourceloader: Refuse to preview content with </script> 2018-08-29 23:11:35 +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 Fix common typo "MediWiki" in MW core 2018-08-14 21:07:43 +00:00
Pingback.php Fix pingback on non-MySQL 2018-08-01 11:33:19 +10:00
Preferences.php Reduce calls to MediaWikiServices::getInstance() 2018-08-18 06:02:39 +02:00
PrefixSearch.php Mass conversion to SpecialPageFactory service 2018-08-17 12:03:12 -07:00
ProtectionForm.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
ProxyLookup.php
RawMessage.php
ReadOnlyMode.php
Revision.php Remove duplicated article usages 2018-08-09 10:29:38 +02:00
RevisionList.php Add actor table and code to start using it 2018-02-23 10:06:20 -08:00
ServiceWiring.php Introduce NameTableStoreFactory 2018-09-04 15:08:38 +10:00
Setup.php Remove support for StartProfiler.php 2018-08-26 02:09:44 +00:00
SiteConfiguration.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
SiteStats.php Salvage site_stats row with negative values in miser mode 2018-02-14 15:37:55 -08: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 Title: Fix isRawHtmlMessage() for messages with underscores 2018-08-31 09:45:01 -07: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 Mass conversion of $wgContLang to service 2018-08-11 22:44:29 -06: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 Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +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