Patch from MaxSem re bug 15162 - handle throttling in the login API
[lhc/web/wiklou.git] / includes / api / ApiParse.php
2008-07-03 Roan KattouwApiParse: Don't display revid="" when there is no revid.
2008-06-12 Roan Kattouw(bug 14471) Use HTMLTidy and generate limit report...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-04-10 Roan Kattouw(bug 13544) Added oldid parameter to action=parse to...
2008-04-09 Brion VibberKill a bunch of '=&' references for LinkCache, ParserCa...
2008-03-28 Roan Kattouw(bug 13544) Added prop=revid to action=parse
2008-03-27 Roan KattouwForgot a semicolon
2008-03-27 Roan KattouwAPI: Don't use a nonexistent message name
2008-01-29 Roan KattouwAPI: Adding page parameter to action=parse to facilitat...
2008-01-28 Roan KattouwAPI: Changing all modules' getParamDescription(), getAl...
2008-01-15 Roan KattouwAPI:
2008-01-10 Thomas BleherFix some places where globals where used without being...
2007-12-27 Victor Vasiliev* Parser now returns list of sections (for API; some...
2007-12-01 Victor VasilievFix a bug with pages without interwiki/etc.
2007-12-01 Victor Vasiliev* Introduce action=parse to API. It deprecates action...