mediawiki-extensions-Visual.../modules/ve-mw/dm
Timo Tijhof eb515188ec Convert try/catch uses of mw.Title to newFromText
`new mw.Title` throws on invalid input. Converting uses to
mw.Title.newFromText instead and converting try/catch to if/else.

mw.Title in general (regardless of which constructor) has been
improved in core. It will no longer crash on pages where the page
title was a false hit for invalid (e.g. we couldn't load VE on
[[.com]] because the js parser thought it was invalid).

However, though the initialisation works since core has been
fixed, there are still plently of cases where we take real user
input that can genuinely be invalid.

In cases where the code did not catch exceptions and there was
no obvious way to handle it, I left it as is (let's revisit them
in a separate commit). It would be an exception either way, and
I'd rather see "mw.Title: Parser error" than
"TypeError: null does not have method getNamespaceId".

Change-Id: I5b1b23d56d39cdb7ecb0809e3d721992e0c30f54
2013-10-09 21:21:25 +00:00
..
annotations Convert try/catch uses of mw.Title to newFromText 2013-10-09 21:21:25 +00:00
metaitems Add dual detection for types that Parsoid is about to rename 2013-08-28 16:30:20 -07:00
models Convert try/catch uses of mw.Title to newFromText 2013-10-09 21:21:25 +00:00
nodes Merge changes I9e065aa4,Iac7649f4 2013-09-24 00:09:22 +00:00