mediawiki-extensions-Cite/tests
Adam Wight 6ea3a8c696 Try to always limit our document references to the current fragment
Reverses the previous logic which traversed up from a fragment to get
the full document's refs.  Much other code in VE isn't ready for this
behavior, for example we can see list-defined refs but not inline refs
defined outside of the fragment.

This patch will ensure that we're only looking at refs accessible from
the current fragment, and prevents caching on fragments because the
cache uses `persistentStorage`, which is shared between fragments and
their parent document.

Bug: T374068
Change-Id: Ia38098f8b3e5a9d24c2206e11edab37d60209225
2024-09-10 12:26:32 +02:00
..
cypress [refactor] Renaming some fields in SearchWidget for clarity 2024-09-09 09:03:11 +02:00
parser Add parameters to Cite error messages in Parsoid 2024-08-27 12:01:30 +02:00
phpunit [refactor] Rewrite context as service 2024-09-06 16:26:20 +02:00
qunit Try to always limit our document references to the current fragment 2024-09-10 12:26:32 +02:00