wiki.techinc.nl/includes
C. Scott Ananian 3dd695a1ec WikitextContentHandler/ParserOutput: move redirect header to post processing
Insert the redirect handler as part of the post-processing done in
ParserOutput::getText().  This ensures that it does not corrupt
edit-mode Parsoid output.

Depends-On: Ia6e390d849830993a6b97004f099773cfd4fa54b
Change-Id: I20db09619999919bfeda997d79561d21e3bf8718
2023-09-15 15:20:01 -04:00
..
actions Merge "Reorg: Move WebRequest to includes\Request" 2023-09-11 21:12:37 +00:00
api API Help: Note that parameters may be inherited from other context 2023-09-14 19:46:17 +00:00
auth Reorg: Move WebRequest to includes\Request 2023-09-11 21:44:34 +01:00
block Reorg: Move WebRequest to includes\Request 2023-09-11 21:44:34 +01:00
cache Reorg: Move WebRequest to includes\Request 2023-09-11 21:44:34 +01:00
Category In query builders, use insertInto() and deleteFrom() instead of insert() and delete() 2023-09-08 10:16:08 +10:00
changes Add $wgRequest to phan's globals_type_map 2023-09-11 23:22:12 +02:00
changetags In query builders, use insertInto() and deleteFrom() instead of insert() and delete() 2023-09-08 10:16:08 +10:00
collation Replace some more usages of deprecated MWException 2023-06-09 02:07:08 +02:00
CommentFormatter
CommentStore filerepo: Switch to use IConnectionProvider where possible 2023-09-12 00:08:38 +00:00
composer Reorg: Move MediaWikiVersionFetcher to composer/ 2023-04-20 18:54:05 +02:00
config Reorg: Move SiteConfiguration to includes/config/ 2023-09-11 18:43:47 +01:00
content WikitextContentHandler/ParserOutput: move redirect header to post processing 2023-09-15 15:20:01 -04:00
context context: Disallow cloning RequestContext object and throw an error 2023-09-14 22:09:35 +00:00
dao rdbms: Move IDBAccessObject from /includes/dao/ to /libs/rdbms 2023-06-01 13:38:28 +01:00
db rdbms: Remove DeferredUpdates attempt from replication listener 2023-09-10 23:28:23 +00:00
debug Reorg: Move WebRequest to includes\Request 2023-09-11 21:44:34 +01:00
deferred deferred: Decouple DeferredUpdates from MediaWikiServices 2023-09-09 20:42:02 +01:00
diff DifferenceEngine: Use real type hints for services etc. 2023-09-07 21:16:00 +00:00
edit
editpage Remember selected watchlist expiry time during edit conflict 2023-09-13 08:52:16 +02:00
exception Add $wgRequest to phan's globals_type_map 2023-09-11 23:22:12 +02:00
export Introduce RevisionSelectQueryBuilder 2023-09-06 12:30:38 +02:00
ExternalLinks Add $wgExternalLinksDomainGaps config setting 2023-09-06 20:18:32 +02:00
externalstore In query builders, use insertInto() and deleteFrom() instead of insert() and delete() 2023-09-08 10:16:08 +10:00
Feed Add $wgRequest to phan's globals_type_map 2023-09-11 23:22:12 +02:00
filebackend Deprecate ConfiguredReadOnlyMode service 2023-09-12 23:22:13 +00:00
filerepo filerepo: Switch to use IConnectionProvider where possible 2023-09-12 00:08:38 +00:00
gallery Remove redundant empty() constructs 2023-09-08 23:18:11 +02:00
historyblob Migrate more calls of Database::select* to SelectQueryBuilder 2023-07-26 13:01:28 +02:00
Hook Reorg: Move WebRequest to includes\Request 2023-09-11 21:44:34 +01:00
HookContainer Add UserGroupManager::getUserPrivilegedGroups() 2023-09-02 11:59:25 +00:00
Html Reorg: Move WebRequest to includes\Request 2023-09-11 21:44:34 +01:00
htmlform Reorg: Move WebRequest to includes\Request 2023-09-11 21:44:34 +01:00
http Merge "http: MultiHttpClient supports TelemetryHeadersInterface" 2023-09-12 20:42:27 +00:00
import Introduce RevisionSelectQueryBuilder 2023-09-06 12:30:38 +02:00
installer Namespace SpecialVersion under \MediaWiki\Specials 2023-09-14 19:25:51 +00:00
interwiki interwiki: Switch ClassicInterwikiLookup to use ICP 2023-08-24 13:28:19 +02:00
jobqueue Merge "Deprecate ConfiguredReadOnlyMode service" 2023-09-13 07:23:19 +00:00
json Reorg: Move Status to MediaWiki\Status\ 2023-08-25 15:44:17 +02:00
language Support variant redirects in /page/html REST endpoint 2023-09-13 22:07:50 +01:00
languages Remove redundant empty() constructs 2023-09-08 23:18:11 +02:00
libs Merge "rdbms: Minor clean up in ChronologyProtector" 2023-09-14 19:22:10 +00:00
linkeddata Reorg: Move WebRequest to includes\Request 2023-09-11 21:44:34 +01:00
linker In query builders, use insertInto() and deleteFrom() instead of insert() and delete() 2023-09-08 10:16:08 +10:00
logging pagers: Move lookup from getStartBody to doBatchLookups 2023-09-11 22:41:01 +02:00
mail Remove redundant empty() constructs (2) 2023-09-08 23:28:11 +02:00
Maintenance Follow-up 77dbe2d: Add in-code comment on alias for when it was added 2023-08-29 01:28:51 +00:00
media Remove redundant empty() constructs (2) 2023-09-08 23:28:11 +02:00
Message
Navigation Fix Phan suppressions related to Title::castFrom*() and friends 2023-04-22 16:45:09 +02:00
objectcache Merge "http: MultiHttpClient supports TelemetryHeadersInterface" 2023-09-12 20:42:27 +00:00
Output Remove deprecated HTTP header field 'Pragma' 2023-09-14 19:44:46 -07:00
page Remove WikiPage::doDeleteUpdates(), deprecate ::doDeleteArticleBatched() 2023-09-12 23:20:56 +00:00
pager Reorg: Move WebRequest to includes\Request 2023-09-11 21:44:34 +01:00
ParamValidator/TypeDef TagsDef: inject ChangeTagsStore 2023-09-10 18:43:28 +00:00
parser WikitextContentHandler/ParserOutput: move redirect header to post processing 2023-09-15 15:20:01 -04:00
password Reorg: Move Status to MediaWiki\Status\ 2023-08-25 15:44:17 +02:00
Permissions Reorg: Move WebRequest to includes\Request 2023-09-11 21:44:34 +01:00
poolcounter PoolWorkArticleView: Separate slow-parsoid and slow-parse logs 2023-09-12 14:51:26 -05:00
preferences Namespace SpecialW* under \MediaWiki\Specials 2023-09-15 09:01:31 +01:00
profiler
rcfeed rcfeed: Add 'notify_url' and 'title_url' to MachineReadableRCFeedFormatter 2023-05-19 15:48:40 +03:00
registration phpunit: Prevent access to ExtensionRegistry in unit tests 2023-09-12 00:04:31 +00:00
RenameUser Namespace SpecialL* under \MediaWiki\Specials 2023-05-04 19:27:38 +00:00
Request http: HeaderCallback should inject all telemetry headers 2023-09-14 20:33:45 +02:00
ResourceLoader Remove deprecated HTTP header field 'Pragma' 2023-09-14 19:44:46 -07:00
Rest Remove all Parsoid debugApi references and uses 2023-09-14 14:48:48 -05:00
Revision Bump phan to 0.13.0 2023-09-11 19:22:44 +02:00
revisiondelete Migrate calls to wfGetDB() in static methods 2023-09-05 10:48:31 +02:00
revisionlist Introduce RevisionSelectQueryBuilder 2023-09-06 12:30:38 +02:00
search Namespace SpecialS* under \MediaWiki\Specials 2023-09-14 19:23:14 +00:00
session Reorg: Move WebRequest to includes\Request 2023-09-11 21:44:34 +01:00
Settings SettingsBuilder: prevent access to the global instance in unit tests 2023-09-12 14:28:18 +01:00
shell Reorg: Move WebRequest to includes\Request 2023-09-11 21:44:34 +01:00
site Remove redundant empty() constructs (2) 2023-09-08 23:28:11 +02:00
SiteStats In query builders, use insertInto() and deleteFrom() instead of insert() and delete() 2023-09-08 10:16:08 +10:00
skins Add accessible label for temp user banner tooltip 2023-09-14 20:42:06 +00:00
sparql Remove redundant empty() constructs (3) 2023-09-08 23:37:23 +02:00
specialpage Namespace SpecialW* under \MediaWiki\Specials 2023-09-15 09:01:31 +01:00
specials Merge "SpecialLinkSearch: remove outdated comment about http:// default" 2023-09-15 08:56:54 +00:00
Status Follow-up f4e68e0: Add in-code comment on alias for when it was added 2023-08-28 15:03:42 -04:00
Storage Bump phan to 0.13.0 2023-09-11 19:22:44 +02:00
StubObject Follow-up 0fff508: Add in-code comment on aliases for when they were added 2023-08-29 01:30:04 +00:00
templates EnhancedChangesListGroup.mustache: Fix spaces and escaping 2023-07-27 09:46:53 +00:00
tidy Merge sequences of if that end doing the same thing anyway 2023-06-16 16:09:42 +02:00
title In query builders, use insertInto() and deleteFrom() instead of insert() and delete() 2023-09-08 10:16:08 +10:00
upload Reorg: Move WebRequest to includes\Request 2023-09-11 21:44:34 +01:00
user Reorg: Move WebRequest to includes\Request 2023-09-11 21:44:34 +01:00
utils Reorg: Move WebRequest to includes\Request 2023-09-11 21:44:34 +01:00
watcheditem Merge "rdbms: Introduce ReplaceQueryBuilder" 2023-09-10 23:49:54 +00:00
watchlist WatchlistManager: Do not require watchlist rights for clearing talk page notification 2023-08-31 17:22:16 +02:00
widget Implement HTMLToggleSwitchField for mobile layout of preferences 2023-05-18 02:23:28 +08:00
WikiMap Reorg: Move SiteConfiguration to includes/config/ 2023-09-11 18:43:47 +01:00
xml Reorg: Move MWTimestamp to MediaWiki\Utils 2023-08-19 05:53:40 +02:00
.htaccess
AutoLoader.php AutoLoader: Make $psr4Namespaces private (reinstated) 2023-08-08 00:40:31 +00:00
BootstrapHelperFunctions.php
config-schema.php Merge "Make all limits function as user rights." 2023-09-11 12:34:48 +00:00
DefaultSettings.php
Defines.php parser: Remove b/c alias Parser::OT_MSG flag 2023-09-05 12:19:08 +00:00
DevelopmentSettings.php DevelopmentSettings: Limit display_errors to index.php 2023-09-06 22:24:49 +01:00
GlobalFunctions.php Add $wgRequest to phan's globals_type_map 2023-09-11 23:22:12 +02:00
Hooks.php Consistently use LogicException for test-only methods 2023-07-22 16:21:42 +00:00
MainConfigNames.php Merge "Make all limits function as user rights." 2023-09-11 12:34:48 +00:00
MainConfigSchema.php Reorg: Move WebRequest to includes\Request 2023-09-11 21:44:34 +01:00
MediaWiki.php Namespace SpecialR* under \MediaWiki\Specials 2023-09-14 14:35:03 +01:00
MediaWikiServices.php Deprecate ConfiguredReadOnlyMode service 2023-09-12 23:22:13 +00:00
PHPVersionCheck.php Remove deprecated HTTP header field 'Pragma' 2023-09-14 19:44:46 -07:00
ServiceWiring.php Remove all Parsoid debugApi references and uses 2023-09-14 14:48:48 -05:00
Setup.php Add $wgRequest to phan's globals_type_map 2023-09-11 23:22:12 +02:00
SetupDynamicConfig.php
WebStart.php Reorg: Move NoLocalSettings to Output/ 2023-09-06 14:39:59 +02:00