don't die producing xml files if rev text export conversion fails
authorAriel T. Glenn <ariel@wikimedia.org>
Wed, 13 Mar 2019 23:16:24 +0000 (01:16 +0200)
committerAriel T. Glenn <ariel@wikimedia.org>
Wed, 13 Mar 2019 23:16:24 +0000 (01:16 +0200)
commit45831b2213a83262c1c77e771bd4aaf665cd629c
treeb0b9b628b8532bdc82a8c5a9ad2a5c4ca017be18
parent258d4497192f421421e4de8974103fef9bf12e24
don't die producing xml files if rev text export conversion fails

In abstracts for the specific case, we don't care at all, since the
problem is that it's a self redirect. Redirects are filtered out of
the stream at the end so it won't even show up.

In anything else, we do what dumpTextPass does already, which is to
leave the text alone and emit it as is.

Bug: T217329
Change-Id: I39cdf89531c67962b1a9bba4e0a91f7c655ad6f3
includes/export/XmlDumpWriter.php