Go to file
thiemowmde 5eea8ebd90 Simplify ErrorReporter PHPUnit test setup
This was slightly overengineered ever since I4b1f890 and slowly became
more and more complicated over time, notably when withConsecutive was
replaced in Icb951b4. Turns out this was never really needed. It's
impossible to get more than one tracking category from this code path.

While we might add more tracking categories later that will most
probably not happen in this code path.

Change-Id: Ie32d17bac8d3518c985b18f83a846c3fb2bd053f
2024-02-01 17:28:44 +01:00
.phan Add DOM stubs; change namespace of imported Parsoid code to Cite\Parsoid 2024-01-17 16:04:30 -05:00
cypress Write e2e test for Cite-VisualEditor integration in Cypress 2024-01-30 14:48:14 +01:00
i18n Localisation updates from https://translatewiki.net. 2024-02-01 09:01:15 +01:00
modules Localisation updates from https://translatewiki.net. 2024-02-01 09:01:15 +01:00
src Hook up Parsoid implementation of Cite 2024-01-19 11:57:11 -05:00
tests Simplify ErrorReporter PHPUnit test setup 2024-02-01 17:28:44 +01:00
.eslintrc.json [lint] Satisfy max-len rule 2024-01-30 12:18:52 +01:00
.gitignore Port Cite web test suite to Cypress 2024-01-17 11:45:04 +01:00
.gitreview Whoops, track not trace 2016-10-24 17:02:15 -07:00
.phpcs.xml More simple and consistent @covers and @license tags 2023-12-15 12:12:16 +01:00
.stylelintrc.json build: Update stylelint config 2023-05-30 20:18:01 +00:00
AUTHORS.txt Move Cite-specific settings from WikiEditor 2023-06-28 20:22:14 +02:00
CODE_OF_CONDUCT.md build: Updating mediawiki/mediawiki-codesniffer to 22.0.0 2018-09-02 23:29:58 +00:00
composer.json build: Updating dependencies 2023-04-29 00:59:28 +00:00
COPYING.txt Add license details and give credit to more authors (based on git shortlog) 2014-07-26 16:16:47 -07:00
cypress.config.js Port Cite web test suite to Cypress 2024-01-17 11:45:04 +01:00
extension.json First tests for ve.dm.MWReferenceModel 2024-01-31 13:52:40 +01:00
Gruntfile.js Port Cite web test suite to Cypress 2024-01-17 11:45:04 +01:00
MIT-LICENSE.txt doc: Bump copyright year 2018-01-02 17:05:50 -08:00
package-lock.json Port Cite web test suite to Cypress 2024-01-17 11:45:04 +01:00
package.json Port Cite web test suite to Cypress 2024-01-17 11:45:04 +01:00
README.md Remove ApiQueryReferences support 2019-11-28 11:08:46 +01:00

Cite

The Cite extension provides a way for users to create references as footnotes to articles.

See https://www.mediawiki.org/wiki/Extension:Cite for detailed documentation.