Page MenuHomePhabricator

API's parse module needs option to disable PP report
Closed, ResolvedPublic

Description

The API's parse module needs an option to disable the PP report. Or just disable it by default (though this might break things). If people just want to parse &text=, they don't need a report every time.

Example URL: http://en.wikipedia.org/w/api.php?action=parse&text='''b'''


Version: unspecified
Severity: enhancement

Details

Reference
bz24656

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:00 PM
bzimport set Reference to bz24656.

The disablepp parameter seems to be disabling other stuff, not only the pp report... such as revid, langlinks, categories, etc. -- is it supposed to?

(In reply to comment #2)

The disablepp parameter seems to be disabling other stuff, not only the pp
report... such as revid, langlinks, categories, etc. -- is it supposed to?

Nevermind, my mistake. Sorry for the spam.