Merge branch 'master' into Wikidata
[lhc/web/wiklou.git] / includes / api / ApiParse.php
2012-04-11 Jens OhligMerge branch 'master' into Wikidata
2012-04-04 Daniel Kinzleravoid getNativeData()
2012-04-04 Daniel KinzlergetNativeData()
2012-04-04 Daniel Kinzlerreplacing deprecated getText, etc
2012-03-08 Robin PepermansUpdate core usage of getLanguageName[s].
2012-01-21 Sam Reed* (bug 33865) Exception thrown when using API sandbox...
2011-12-18 Alexandre EmsenhuberPass the User object to Revision::userCan()
2011-12-13 Jeroen De Dauwadd missing deprecation notices and added deprecation...
2011-11-28 Sam ReedOh noes, moar http:// -> https://
2011-11-18 Alexandre Emsenhuber* Use ParserOptions::newFromContext() to not depend...
2011-11-16 John Du HartRemoved the 'eclipse helper' bit on top of every API...
2011-10-28 Sam ReedUpdate documentation
2011-10-27 Sam ReedDocumentation
2011-10-26 John Du HartAdding context to the API
2011-09-16 Alexandre EmsenhuberCall Linker methods statically
2011-08-19 Roan KattouwMake the PROTO_ parameter to wfExpandUrl() explicit...
2011-08-17 Sam ReedBased on diff to wikia, set more functions consistently...
2011-08-05 Sam ReedWhitespace and comment updates
2011-08-05 Sam ReedSome annotation for (bug 29907) action=parse only fetch...
2011-08-03 Roan KattouwRevert r93802 per CR. Will avoid cache pollution by...
2011-08-03 Roan KattouwFollowup r92044: force HTTP on URLs output by the API...
2011-07-22 Alexandre EmsenhuberReduce a bit the coupling between Skin and OutputPage:
2011-07-17 Sam ReedFollowup r92396
2011-07-17 Sam ReedFollowup r92396, add help urls for most of the core...
2011-07-13 Roan KattouwPer wikitech-l, run a bunch of URLs in the API output...
2011-07-08 Alexandre EmsenhuberCreate a new RequestContext to use its OutputPage and...
2011-06-30 Sam ReedReplace more multiple calls to $this->getResult() in...
2011-06-17 Sam Reed* (bug 25133) allow redirects also for action=parse...
2011-06-05 Sam Reed* (bug 28897) rvparse doesn’t seem to work with rvsection
2011-06-03 Happy-melonMore unpicking of r85288. I think this is all of the...
2011-05-20 Sam Reed* (bug 28578) API's parse module should not silently...
2011-05-17 Siebrand MazelandMake @deprecated documentation more consistent (see...
2011-05-17 Siebrand MazelandSuprtfluous whitespace removed.
2011-05-15 Bryan Tong MinhKill the error suppression operator in the Api
2011-05-04 Sam Reed* (bug 28812) API's parse module documentation should...
2011-05-04 Daniel FriesenDrop the $out params I added before I added context...
2011-04-25 Max SemenikRm all mentions of "this module" in API action descript...
2011-04-10 Aaron SchulzQuick fix to categoriesHtml() given new skin changes
2011-04-05 Happy-melonFollow-up r85302: update OutputPage constructors in...
2011-04-04 KrinkleSet forgotten api parameters types
2011-04-03 Daniel FriesenStart better utalizing OutputPage as the focal point...
2011-02-27 Sam ReedTweak comments, remove some unused stuff.
2011-02-24 Sam ReedRefactor code a little bit, save doing redundant checks...
2011-02-08 PlatonidesUnused globals
2011-02-05 Daniel FriesenKill off Linker::getExternalLinkAttributes.
2011-02-05 Daniel FriesenFollowup r81569, kill the wfDeprecated for now till...
2011-02-05 Daniel FriesenFollowup comment to r81507. The api is using a legacy...
2011-02-02 Roan KattouwFix regression in r81124, causing &pst to be ignored...
2011-01-28 Roan KattouwImplement prop=wikitext in action=parse, (optionally...
2011-01-28 Roan KattouwAdd the resolved URL of each langlink to the API's...
2011-01-06 Sam ReedMore tweaks/comments/fixups per r79455
2011-01-06 Sam ReedAdding some spaces, and some else block comments (due...
2011-01-06 Sam ReedFix string concat error in r66150. Also was a bug/notic...
2011-01-06 Sam ReedPass 0 as 2nd parameter of an Article Constructor ...
2011-01-06 Sam ReedFix -rakkaus/#mediawiki-i18n- [06-Jan-2011 16:10:59...
2011-01-05 PlatonidesUnused global
2011-01-04 Sam Reed* (bug 25135) add "normalized" to action=parse
2011-01-03 Ilmari Karonenmake action=parse return a missingtitle error if the...
2011-01-02 Sam ReedApiQueryRevisions: Switch from manual Cache checking...
2011-01-01 Sam ReedAdd missing $popts parameter, and pass it from r79455
2011-01-01 Sam ReedAllow section to work with oldid when oldid == currentr...
2011-01-01 Sam ReedPer Platonides on CR r75334, use $article->getParserOut...
2011-01-01 Sam ReedPer Nikerabbit on IRC, and Bryan on CR (r79451), change...
2011-01-01 Sam ReedFollowup r75334. Change to int == string, rather than...
2010-12-30 Sam ReedStyleli[zs]e the API up to date (Been a while since)
2010-12-22 Sam ReedDelete all the "API for MediaWiki 1.8+" comments
2010-12-14 Roan KattouwImprove some of the descriptions added in r68482
2010-12-06 Priyanka DhandaPart of fix/workaround to bug 26163. API calls to...
2010-11-06 Sam ReedFixup fail from r76191. Thanks Nikerabbit
2010-11-06 Sam ReedAdd missing credits from r75975
2010-10-24 Sam Reed* If a action=parse request provides an oldid that...
2010-10-20 Sam ReedFix some method documentation
2010-08-23 Sam ReedRemove some unneeded whitespace
2010-08-07 Alexandre EmsenhuberStandardised file description headers, added @file
2010-08-04 Sam Reed* (bug 24656) API's parse module needs option to disabl...
2010-07-23 Sam ReedStylize API up to date
2010-07-23 Tim StarlingRewrote r69339 etc. to clean up API cache header handling.
2010-07-22 Sam ReedBig blitz on unused variables (a lot of $db = $this...
2010-07-14 Mark A. Hershbergerfollow up r69339:
2010-07-14 Roan KattouwAPI: Make output containing private or user-specific...
2010-07-06 Sam ReedStylize API
2010-06-23 Sam Reed* (bug 23473) - Give description of properties on all...
2010-06-21 Derk-Jan HartmanCorrect the address of the FSF in some of the GPL headers
2010-05-25 Sam ReedFollowup to r66873
2010-05-25 Sam ReedPart of bug 23254 - Add interwiki links to parse output
2010-05-24 Sam Reedbug 18608 done in a fashion much closer to how I should...
2010-05-11 Sam ReedMixture of things.
2010-05-10 Sam ReedFixup getPossibleErrors description from r66150, add...
2010-05-10 Sam Reed* (bug 23460) Parse action should have a section option
2010-05-10 Sam Reed* (bug 23458) Add support for pageid parameter to actio...
2010-05-10 Sam ReedNicer wording, as per werdna on irc
2010-04-17 Sam ReedStylize Api upto date
2010-03-09 Sam ReedMinor followup to r63425 and r63428
2010-03-08 Sam ReedMinor comment for r63428
2010-03-08 Sam Reed* (bug 22764) uselang parameter for action=parse
2010-02-23 Jack PhoenixAPI: fix copyright symbol, coding style cleanup, more...
2010-02-19 Sam ReedFixup result_array
2010-02-14 Sam ReedStart of "Bug 21991 - Move common query parameter...
2010-02-13 Sam ReedComplete dieUsage errors in 6 more Api files
2010-02-10 Roan KattouwWhitespace fixes for r62195, remove out-of-context...
next