mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-18 21:05:57 +00:00
e3ae38f966
After the gateway has made a request, it processes the page. This processing both mangles and processes the MediaWiki API response. The latter step contains two pieces of related business logic: 1. Deciding if a page has been modified recently. 2. Processing the extract/deciding if it's viable (see processExtract). In order to support switching between the MediaWiki API and RESTBase and to simplify the event logging reducer when it comes to instrumenting the "type" of preview, extract this business logic into a model. Bug: T152004 Change-Id: I20f29657fcf94101a71ed13c0920508db71292ce |
||
---|---|---|
.. | ||
ext.popups | ||
ext.popups.core.test.js | ||
ext.popups.desktopRenderer.test.js | ||
ext.popups.renderer.article.test.js | ||
ext.popups.schemaPopups.utils.test.js |