mediawiki-extensions-Visual.../modules/ve-mw
petarpetkovic 86615fcedc Check for normalized and converted titles in ve.init.mw.ApiResponseCache
Besides redirects, API can return from-to title pairs for normalized and
converted titles, as well.

Currently, doing an API query on eswiki for page info (prop='info' in params)
with titles='User:Title' returns normalized title 'Usuario:Title'.

processResult() method in ve.init.mw.ApiResponseCache.prototype.processQueue
sets page.title ('Usuario:Title') in cached results, and the promise for
actual queried title ('User:Title') gets rejected in rejectSubqueue() method.

Change-Id: I33fd4640b6eac8018e35c6fe21234f4c469dd97d
2018-06-15 21:27:31 +02:00
..
ce Merge "Simplify conversion of images" 2018-06-07 20:51:51 +00:00
dm Merge "VisualDiff: Don't compare images with different src's" 2018-06-11 17:44:48 +00:00
init Check for normalized and converted titles in ve.init.mw.ApiResponseCache 2018-06-15 21:27:31 +02:00
tests Merge "Simplify conversion of images" 2018-06-07 20:51:51 +00:00
themes Update VE core submodule to master (4922429f7) 2018-03-28 09:17:12 -07:00
ui Merge "Never store ve.debounce in prototype" 2018-06-10 22:36:23 +00:00
ve.MWutils.js Centralize Parsoid resource name parsing logic 2018-02-28 03:01:05 +01:00