mediawiki-extensions-Visual.../modules/ve-mw/init/targets
Bartosz Dziewoński a53c02f2c4 ve.init.mw.ArticleTarget: Fix error handling in #prepareCacheKey
If the paction=serializeforcache request fails, we were erroneously
converting it to a successful result with no value, which later causes
an exception, because since 381b58585c
other code expects the result to an an object.

The bug was introduced in 2015 in 07001001be,
but until that recent change it would only cause a 'badcachekey'
error, which was handled correctly later.

Change-Id: Ie1ffc8c3e616a7d296f2186fb17eaf039971a44f
2019-11-07 01:36:41 +01:00
..
ve.init.mw.ArticleTarget.js ve.init.mw.ArticleTarget: Fix error handling in #prepareCacheKey 2019-11-07 01:36:41 +01:00
ve.init.mw.DesktopArticleTarget.js Replace $.when with ve.promiseAll 2019-11-04 22:06:54 +08:00
ve.init.mw.MobileArticleTarget.js Merge "ve.init.mw.MobileArticleTarget: Improve toolbar scrolling behavior on iOS 13" 2019-11-05 14:26:27 +00:00
ve.init.mw.Target.js Convert $.Deferred() to ve.createDeferred(), except in preinit 2019-11-02 13:06:28 +08:00