https://bugzilla.wikimedia.org/show_bug.cgi?id=57084
--- Comment #18 from Nathan Larson <[email protected]> --- (In reply to Aaron Halfaker from comment #17) Actually, the way the API is set up now, neither rc.title nor rc.move.new_title are parsed to remove the namespace prefix. This means that bots have to do that parsing. We could introduce a new result property for the title without namespace prefix. I'm not sure what we'd call it, though. This latest patch uses zero for rc.move.redirpageid if the redirect is suppressed. So it would appear in the API as: <rc type="log" ns="0" title="Foo" pageid="15" revid="0" old_revid="0" rcid="15" logid="14" logtype="move" logaction="move"> <move new_ns="0" new_title="Bar" suppressedredirect="" nullrevid="28" redirpageid="0"/> -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
