mediawiki-extensions-Cite/src
Jon Robson dcb513eb0e Move reference previews to Cite extension
The ext.cite.referencePreviews module will transparently replace the
ext.popups.referencePreviews module after this patch.  Configuration
stays in Popups for now, we can migrate it in later work.

CSS classes may be renamed in the future but this will be handled
separately since it could be a breaking change for on-wiki
customizations.

A lot of fancy footwork happens in this patch to emulate a soft
dependency on Popups.  This mechanism doesn't exist explicitly in
either ResourceLoader or QUnit, so lots of workarounds are used, to
conditionally load the module and to dynamically skip dependent tests.

renderer.test.js is fully skipped for now, but can be wired up in
later work.

Bug: T355194
Change-Id: I0dc47abb59a40d4e41e7dda0eb7b415a2e1ae508
2024-03-12 17:43:51 +01:00
..
Hooks Move reference previews to Cite extension 2024-03-12 17:43:51 +01:00
Parsoid build: Resolve MediaWikiNoEmptyIfDefined suppression 2024-02-16 10:07:13 +00:00
ResourceLoader Move reference previews to Cite extension 2024-03-12 17:43:51 +01:00
AnchorFormatter.php Drop unused cite_reference(s)_link_prefix messages 2024-01-04 13:17:42 +01:00
Cite.php Rename ReferencesFormatter to ReferenceListFormatter 2024-02-07 18:20:02 +01:00
ErrorReporter.php Document generated CSS classes 2024-01-02 21:05:40 +00:00
FootnoteMarkFormatter.php Don't search for [[MediaWiki:cite_link_label_group-]] 2024-01-09 17:00:07 +01:00
ReferenceListFormatter.php Merge "Remove dead variable from ReferenceListFormatter" 2024-02-10 10:41:38 +00:00
ReferenceMessageLocalizer.php More simple and consistent @covers and @license tags 2023-12-15 12:12:16 +01:00
ReferenceStack.php Only increment sequence when we really mean it 2024-01-10 13:40:41 +01:00
ReferenceStackItem.php Move extendsCount into parent ref item 2024-01-10 11:55:16 +01:00
Validator.php Drop obscure error message about an unused group 2024-03-04 13:04:36 +01:00