mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 23:05:35 +00:00
e367ecc948
We used to send data like { title: { missing: true|false } } With this change, we send data like { missing: [titles], existing: true|[titles] } where 'existing' is set to true (assume all non-missing titles exist) for current revisions and to an array of existing titles for old revisions. This is because we always output this data for links in the current revision, even when loading an old revision: in that case we rely on the client to request the omitted information, so there we can't assume that all pages we don't have information about exist. Bug: T88259 Change-Id: I7b58b3f669cc78fd81b60859cf76928a9087066f |
||
---|---|---|
.. | ||
styles | ||
targets | ||
ve.init.mw.ApiResponseCache.js | ||
ve.init.mw.ImageInfoCache.js | ||
ve.init.mw.js | ||
ve.init.mw.LinkCache.js | ||
ve.init.mw.Platform.js | ||
ve.init.mw.Target.js | ||
ve.init.mw.TargetEvents.js | ||
ve.init.mw.trackSubscriber.js |