* (bug 20494) OutputPage::getArticleBodyOnly() no longer requires an useless argument
[lhc/web/wiklou.git] / includes / api /
2009-09-03 Daniel Kinzleradding public access methods for use by XMLRC extension.
2009-09-02 Tim StarlingFix for r53194: according to the XSLT 1.0 spec, the...
2009-08-28 Bryan Tong Minh* Add buffering to ApiFormatBase, which allows bufferin...
2009-08-28 Roan KattouwAPI: BREAKING CHANGE: (bug 20426) Instead of throwing...
2009-08-27 Roan KattouwAPI: Add user-agent and method (GET/POST) to request...
2009-08-27 Roan KattouwAPI: Refactor the XML formatter a bit so that ApiFormat...
2009-08-27 Roan KattouwAPI: Cache API help in memcached, inital use of the...
2009-08-27 Roan KattouwAPI: Do a STRAIGHT_JOIN in ApiQueryBacklinks's first...
2009-08-27 Michael Daleenabled async downloaded via configuration var: wgEnabl...
2009-08-27 Bryan Tong Minh* Output warnings as filenames rather than an array...
2009-08-26 Roan KattouwAPI: Per rainman, mark list=search as an expensive...
2009-08-26 Bryan Tong Minh* Cleanup ApiUpload
2009-08-26 Bryan Tong MinhUnify properties in ApiQueryAllimages, ApiQueryImageinf...
2009-08-25 Bryan Tong Minh(bug 19999) Made metadata and properties of search...
2009-08-22 Michael Dalehard coded requested imageinfo prop in api upload resul...
2009-08-21 Brion VibberCleaning up some old PHP 4 object-reference usage in...
2009-08-19 Brion VibberRevert r54291 "(bug 19004) Added support for tags to...
2009-08-15 Michael Dale* removed plain-text output because IE is retarded...
2009-08-15 Michael Dale* added content-type plain/text output param for json...
2009-08-15 Michael Dale* added missing setIndexedTagName for some upload api...
2009-08-15 Tim Starling* Per my CR comments on r44560: merged FileCache into...
2009-08-04 Bryan Tong MinhOveride getDB() method to make sure to make sure the...
2009-08-03 Alexandre Emsenhuberfix for r54291: missing ending $ in $Id$
2009-08-03 Bryan Tong Minh(bug 19004) Added support for tags to the API. Patch...
2009-08-03 Bryan Tong MinhRevert r53678, r53704, r53705, r53773, r53930, r54199...
2009-08-02 Alex Shih-Han Linforget to shutdown classes in ApiQuery.php
2009-07-29 Alex Shih-Han Linforget to set table name to variable
2009-07-28 Brion Vibber* Added fields to list=search output: size, wordcount...
2009-07-28 Michael Daleimproved upload api documentation
2009-07-27 Michael Dale* ignorewarnings fixes
2009-07-27 Michael Dale* ( bug 19930 ) default to SYNC_DOWNLOAD
2009-07-26 Roan KattouwElaborate docs added in r53753 per CR comment
2009-07-26 Aryeh GregorDon't overload wluser parameter, use new wlowner
2009-07-26 Alex Shih-Han Linfix classes description.
2009-07-25 Roan KattouwFollowup to r53702: document $extradata parameter
2009-07-25 Michael Dale* updates for strict compliance mode chunk uploading
2009-07-25 Chad Horohoe(bug 19914) ApiUpload needs to use write mode.
2009-07-24 Alex Shih-Han Linfix namespaces target
2009-07-24 Alex Shih-Han Lineol-style
2009-07-24 Aryeh GregorAdd opt-in RSS feed for watchlist
2009-07-23 Aryeh GregorBetter documentation for dieUsage()
2009-07-23 Alex Shih-Han Lin+Add BrokenRedirects and DoubleRedirects API script...
2009-07-16 Roan KattouwRevert r52190 ("Return HTTP 503 on API maxlag error...
2009-07-15 Michael Daleother part of the r53342 commit
2009-07-15 Michael Dalefixed error msg
2009-07-15 Michael Dalefixed httpstatus boolean & updated error to use dieUsageMsg
2009-07-15 Roan Kattouw(bug 19640) API: Unbreak cmnamespace in miser mode...
2009-07-15 Jack Phoenixfollow-up to r53282:
2009-07-14 Michael Dalehere it is ... the upload-api, script-server, js2 ...
2009-07-14 Bryan Tong Minh(bug 19090) Added watchlist parameter, deprecated watch...
2009-07-14 Bryan Tong Minh(bug 19040) Fix prependtext and appendtext in combinati...
2009-07-13 Bryan Tong Minh(bug 19528) Added XSLT parameter to API queries in...
2009-07-13 Alex ZFollowup to r53087 / r53052 - Change dieUsage to setWar...
2009-07-13 Roan KattouwRevert r53147, r53149 and r53163 ("Add API module for...
2009-07-13 Bryan Tong Minh* Added ancientpages, deadendpages and disambiguations...
2009-07-12 Bryan Tong Minh(bug 14869) Allow access to QueryPage-based special...
2009-07-12 Bryan Tong Minh(bug 18533) Add readonly reason to readonly exception
2009-07-12 Bryan Tong Minh(bug 17809) Add number of users in user groups to meta...
2009-07-10 Alex ZFollowup to r53052 - Die if someone tries to use the...
2009-07-10 Domas Mituzasdon't allow querying specific namespace if misermode...
2009-07-08 Alexandre Emsenhuberfollow-up r52858: remove unused "global $wgMessageCache;"
2009-07-07 Alexandre Emsenhuberfi E_ERROR: Call to undefined method MessageCache:...
2009-07-07 Roan KattouwAPI: Add snippet field to list=search output
2009-06-28 Tim Starling* Introduced a new system for localisation caching...
2009-06-21 Roan KattouwAPI: Make usage of the parser cache in action=parse...
2009-06-21 Roan KattouwAPI: (bug 19313) action=rollback returns wrong revid...
2009-06-20 Roan KattouwAPI: Return HTTP 503 status code on maxlag error, like...
2009-06-19 Roan KattouwAPI: (bug 14200) Add user and excludeuser to list=recen...
2009-06-18 Roan KattouwAPI: (bug 19271) list=usercontribs reported all pre...
2009-06-13 Jure KajzerAdded bitwise operations to DatabaseBase and overloaded...
2009-06-11 Roan KattouwRemove unused global left in r51727
2009-06-11 Chad HorohoePer code review: Use Language::getLanguageNames() instead.
2009-06-07 Roan KattouwAPI: (bug 18785) Add siprop=languages to meta=siteinfo
2009-06-07 Roan KattouwAPI: (bug 18773) Add content flag to siprop=namespaces...
2009-06-06 Roan KattouwFix syntax error reported by Jidanni
2009-06-05 Roan KattouwAPI: Fix bug where deleting a file description page...
2009-06-03 Tim StarlingFollowup to r49056: gender property gives "unknown...
2009-05-24 Siebrand MazelandProper casing for getDBkey()
2009-05-23 Chad HorohoeFollowup to r50744: Actually declare the method as...
2009-05-20 Roan KattouwRe-adding ApiMain::requestWriteMode() (removed in r4890...
2009-05-15 Chad Horohoe(bug 18549) Make Special:Blockip (and api action=block...
2009-05-15 Roan KattouwFix up r50600, which had no effect
2009-05-14 Chad HorohoeFollowup to r50423: Check if the row is null, since...
2009-05-12 Roan KattouwFix E_STRICT reported on Translatewiki.net
2009-05-10 Roan KattouwAPI: (bug 18749) Add generator flag to action=paraminfo...
2009-05-10 Roan KattouwAPI: (bug 18743) Add ucprop=size (enabled by default...
2009-05-09 Roan KattouwAPI: (bug 18730) Add version information to action...
2009-05-09 Roan KattouwAPI: (bug 18731) Show correct SVN links for extension...
2009-05-08 Roan KattouwAPI: (bug 18709) Missing descriptions for some paramete...
2009-05-07 Chad Horohoe(bug 18710) Fixed internal error with empty parameter...
2009-05-07 Chad HorohoeDon't explicitly check for false. Most modules without...
2009-05-04 Roan KattouwAPI: (bug 18518) Add clprop=hidden to prop=categories...
2009-05-04 Roan KattouwFix up r50126: dump $wgDBtype rather than a class name...
2009-05-02 Roan KattouwFollowup to r50132: I guess I was smoking some pretty...
2009-05-02 Roan KattouwAPI: Set $wgTitle to a dummy title in api.php, and...
2009-05-02 Roan KattouwAPI: (bug 18533) Add readonly message to meta=siteinfo...
2009-05-02 Roan KattouwAPI: Add PHP and database version to meta=siteinfo...
2009-04-30 Tim StarlingAdd lots more information to the siteinfo query. Based...
2009-04-29 Roan KattouwAPI: (bug 18617) Add xml:space="preserve" attribute...
2009-04-28 Roan KattouwAPI: (bug 16422) Don't show help in format=jsonfm unles...
next