mediawiki-extensions-Cite/tests/qunit
thiemowmde e3fdee52aa Separate names for server-side vs. client-side feature flags
The two are different:

* CiteReferencePreviews as specified in extension.json is a feature
flag that allows us to disable the feature entirely. It could be
named "CiteReferencePreviewsFeature" or "CiteEnableReferencePreviews",
but renaming a feature flag that's already in use is hard.

* The client-side flag tells the JavaScript code "you know what, it
was kind of a mistake you got loaded, please stop". This is because
we can not make all decisions before we register the ResourceLoader
module, e.g. if the user has certain gadgets enabled.

Adding the word "Active" is not a huge improvement, but at least
makes the two different now. Suggestions welcome.

Bug: T362771
Change-Id: I0f6a911df8772616ac50c1301f402f77dbe32089
2024-04-30 11:57:47 +00:00
..
ext.cite.referencePreviews Separate names for server-side vs. client-side feature flags 2024-04-30 11:57:47 +00:00
ve-cite Move ve-cite QUnit tests to top-level tests/ directory 2024-04-03 12:03:33 +02:00
.eslintrc.json Move reference previews to Cite extension 2024-03-12 17:43:51 +01:00