wiki.techinc.nl/includes
C. Scott Ananian 7738554eee [OutputTransform] Add data-mw-parsoid-version to wrapper div
Adding a data-mw-parsoid-version attribute to the wrapper div helps to
unambiguously mark parsoid-generated output in a way which is compatible
with CSS rules and client-side JavaScript.

By embedding the current version of parsoid in the data attribute,
sophisticated CSS rules can match against a specific version of
Parsoid in order to facilitate proper behavior; for example:

    div[data-mw-parsoid-version^="0.20.0"]

This could be useful in deployment scenarios where the parser cache
might contain content generated by older or newer versions of Parsoid,
for roll-forward or roll-back deployment scenarios, respectively.

Bug: T363378
Change-Id: I941d31479eebb12ea1f4dcdb0a1737033ddc8ac1
2024-04-29 12:36:50 -04:00
..
actions Allow interwiki redirects on the same domain 2024-04-25 01:09:09 +02:00
api Merge "api: Reduce use of WebRequest in action=upload" 2024-04-29 11:24:32 +00:00
auth Fix some line indent 2024-04-20 00:25:15 +02:00
block Ignore/fix MediaWiki.Commenting.PropertyDocumentation.WrongStyle 2024-04-22 18:26:14 +03:00
cache Ignore/fix MediaWiki.Commenting.PropertyDocumentation.WrongStyle 2024-04-22 18:26:14 +03:00
Category Fix some line indent 2024-04-20 00:25:15 +02:00
changes Special:NewPages should generate markup consistent with other pager pages 2024-04-17 16:30:40 -07:00
changetags Rename dropdown-related methods to avoid random camel-case 2024-03-09 02:31:33 +01:00
collation
CommentFormatter SECURITY: Ensure CommentParser link processing does not lead to XSS 2024-03-28 22:51:59 +00:00
CommentStore Standardise all our class alias deprecation comments for ease of grepping 2024-03-19 20:11:29 +00:00
composer Update Apache config syntax in .htaccess files 2024-03-23 23:36:31 -04:00
config Drop hard-deprecated ConfigFactory::getDefaultInstance() 2024-04-21 23:22:38 +03:00
content Replace all instances of "per default" with "by default" 2024-04-29 10:47:54 +10:00
context Standardise all our class alias deprecation comments for ease of grepping 2024-03-19 20:11:29 +00:00
dao
db
debug Replace all instances of "per default" with "by default" 2024-04-29 10:47:54 +10:00
deferred search: Use ServiceOptions not full config object 2024-04-16 15:50:43 +01:00
diff
edit Standardise all our class alias deprecation comments for ease of grepping 2024-03-19 20:11:29 +00:00
editpage Temporary accounts: Create user on edit save attempts 2024-04-29 10:55:20 +02:00
exception Remove error printing in MWException 2024-04-25 11:58:53 +00:00
export
ExternalLinks Fix some line indent 2024-04-20 00:25:15 +02:00
externalstore IReadableDatabase::select cannot return false 2024-04-18 22:48:25 +02:00
Feed Fix some line indent 2024-04-20 00:25:15 +02:00
filebackend
filerepo Migrate several more raw SQL building to expression builders 2024-04-26 21:24:20 +02:00
gallery
historyblob
Hook maintenance: Use expression builder in cleanupPreferences.php 2024-04-21 20:52:43 +02:00
HookContainer HookContainer: Alphabetically sort list of deprecated hooks 2024-04-21 23:48:57 +03:00
Html Avoid deprecated Xml::checkLabel 2024-03-26 01:07:31 +00:00
htmlform Ignore/fix MediaWiki.Commenting.PropertyDocumentation.WrongStyle 2024-04-22 18:26:14 +03:00
http
import
installer Replace all instances of "per default" with "by default" 2024-04-29 10:47:54 +10:00
interwiki
jobqueue Merge "jobqueue: combine Logger channels, improve docs, add missing ingroup tags" 2024-04-06 19:06:31 +00:00
json Fix some line indent 2024-04-20 00:25:15 +02:00
language Ignore/fix MediaWiki.Commenting.PropertyDocumentation.WrongStyle 2024-04-22 18:26:14 +03:00
languages Ignore/fix MediaWiki.Commenting.PropertyDocumentation.WrongStyle 2024-04-22 18:26:14 +03:00
libs Merge "rdbms: Deprecate IDatabase::lockForUpdate" 2024-04-29 11:42:27 +00:00
linkeddata Standardise all our class alias deprecation comments for ease of grepping 2024-03-19 20:11:29 +00:00
linker Fix some line indent 2024-04-20 00:25:15 +02:00
logging Use functions of SelectQueryBuilder for STRAIGHT_JOIN / LIMIT 2024-04-15 20:42:04 +02:00
mail
Maintenance Standardise all our class alias deprecation comments for ease of grepping 2024-03-19 20:11:29 +00:00
media Make HTTPFileStreamer testable 2024-04-26 13:22:55 +02:00
Message Message: add strict type to protected Message::$language 2024-04-10 14:24:05 -04:00
Navigation
objectcache objectcache: Inject DBLoadBalancerFactory into ObjectCacheFactory 2024-04-18 22:04:16 +01:00
Output Merge "OutputPage: Omit browser default <link> for $wgFavicon or $wgAppleTouchIcon" 2024-04-29 16:17:13 +00:00
OutputTransform [OutputTransform] Add data-mw-parsoid-version to wrapper div 2024-04-29 12:36:50 -04:00
page Replace all instances of "per default" with "by default" 2024-04-29 10:47:54 +10:00
pager Standardise all our class alias deprecation comments for ease of grepping 2024-03-19 20:11:29 +00:00
ParamValidator/TypeDef REST: Add support for complex parameters. 2024-04-02 21:59:30 +02:00
parser Merge "Mark ParserOptions suppressSectionEditLinks as safe to cache" 2024-04-26 04:23:13 +00:00
password Standardise all our class alias deprecation comments for ease of grepping 2024-03-19 20:11:29 +00:00
Permissions Replace all instances of "per default" with "by default" 2024-04-29 10:47:54 +10:00
poolcounter Standardise all our class alias deprecation comments for ease of grepping 2024-03-19 20:11:29 +00:00
preferences Pass in linterOverrides, rather than filter after the fact 2024-04-19 20:11:27 -04:00
profiler Use typed properties in SectionProfileCallback 2024-04-01 00:38:23 +00:00
rcfeed Add explicit parentheses around mixed boolean operator 2024-03-23 01:58:59 +01:00
registration Use typed properties in MissingExtensionException 2024-04-01 16:34:56 +00:00
RenameUser
Request Merge "WebRequest: improve documentation" 2024-04-08 22:06:56 +00:00
ResourceLoader ResourceLoader: Remove url/reqId noise from CSS/JS exception comments 2024-04-15 14:55:03 +00:00
Rest Localisation updates from https://translatewiki.net. 2024-04-29 09:05:43 +02:00
Revision Replace all instances of "per default" with "by default" 2024-04-29 10:47:54 +10:00
revisiondelete Type hint IReadableDatabase in RevisionListBase 2024-03-14 00:10:37 +01:00
revisionlist Type hint IReadableDatabase in RevisionListBase 2024-03-14 00:10:37 +01:00
search Fix some line indent 2024-04-20 00:25:15 +02:00
session Add explicit parentheses around mixed boolean operator 2024-03-23 01:58:59 +01:00
Settings JsonSchemaTrait: Add support for inlined references 2024-04-29 10:15:03 +00:00
shell
site Typo fixes 2024-04-23 15:21:03 -04:00
SiteStats Standardise all our class alias deprecation comments for ease of grepping 2024-03-19 20:11:29 +00:00
skins Skin: Add page-Main_page class to main pages 2024-04-23 16:29:38 -07:00
sparql
specialpage Replace all instances of "per default" with "by default" 2024-04-29 10:47:54 +10:00
specials Merge "SpecialSpecialPages: Remove comment inferable from code" 2024-04-28 15:03:26 +00:00
Status StatusValue: Add a getter for MessageSpecifier list 2024-04-10 00:13:04 +02:00
Storage IReadableDatabase::select cannot return false 2024-04-18 22:48:25 +02:00
StubObject Standardise all our class alias deprecation comments for ease of grepping 2024-03-19 20:11:29 +00:00
templates
tidy
title Replace all instances of "per default" with "by default" 2024-04-29 10:47:54 +10:00
upload upload: Fix PSR2.Classes.PropertyDeclaration.Multiple errors 2024-04-21 23:06:07 +03:00
user Migrate several more raw SQL building to expression builders 2024-04-26 21:24:20 +02:00
utils Ignore/fix MediaWiki.Commenting.PropertyDocumentation.WrongStyle 2024-04-22 18:26:14 +03:00
watcheditem Migrate several more raw SQL building to expression builders 2024-04-26 21:24:20 +02:00
watchlist
widget
WikiMap Ignore/fix MediaWiki.Commenting.PropertyDocumentation.WrongStyle 2024-04-22 18:26:14 +03:00
xml Xml: Deprecate more methods that are HTML-specific 2024-04-09 20:10:23 -04:00
.htaccess Update Apache config syntax in .htaccess files 2024-03-23 23:36:31 -04:00
AutoLoader.php
BootstrapHelperFunctions.php
config-schema.php Run pagelinks migration for third parties too 2024-04-27 16:57:37 -04:00
DefaultSettings.php
Defines.php Prepare active branch following REL1_42 cut, labelling as 1.43-alpha 2024-04-08 21:35:12 -04:00
DevelopmentSettings.php DevelopmentSettings: Disable rate limiting for temp accounts 2024-04-24 09:10:36 +02:00
EntryPointEnvironment.php
GlobalFunctions.php Hard-deprecate wfGetDB(), deprecated in 1.39 2024-03-25 16:28:23 +00:00
MainConfigNames.php TempAccounts: Rate limit acquisition of temp account names 2024-04-23 13:33:57 +00:00
MainConfigSchema.php Replace all instances of "per default" with "by default" 2024-04-29 10:47:54 +10:00
MediaWiki.php
MediaWikiEntryPoint.php Introduce entry point classes for media files. 2024-03-30 21:14:05 +01:00
MediaWikiServices.php Remove ContributionsLookup service 2024-04-15 16:29:47 +00:00
PHPVersionCheck.php Prepare active branch following REL1_42 cut, labelling as 1.43-alpha 2024-04-08 21:35:12 -04:00
ServiceWiring.php TempAccounts: Rate limit acquisition of temp account names 2024-04-23 13:33:57 +00:00
Setup.php
SetupDynamicConfig.php logging: Inject services into PageLangLogFormatter 2024-03-28 01:32:02 +00:00
WebStart.php