* Refactor Title::isValidMoveOperation() and Title::moveTo() to return an array of...
[lhc/web/wiklou.git] / includes / api / ApiParse.php
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...