Fix log type and name in revdeleted messages: suppressions are stored in the suppress...
[lhc/web/wiklou.git] / includes / api /
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...
2009-04-28 Roan KattouwAPI: Fix list=deletedrevs paging bug pointed out by...
2009-04-28 Chad HorohoeKill a bunch of unused $wgUser
2009-04-27 Roan KattouwAPI: Fix regression from r32224 with caused bug 18597...
2009-04-27 Roan KattouwAPI: (bug 18601) generator=backlinks returns invalid...
2009-04-22 Roan KattouwAPI: (bug 18554) Also list hidden revisions in list...
2009-04-21 Roan KattouwAPI: (bug 18546) Added timestamp of new revision to...
2009-04-13 Roan KattouwAPI: Add parentid (rev_parent_id) to prop=revisions...
2009-04-03 Chad Horohoe(bug 18311) Purging images via the API now works. This...
2009-03-31 X!Added usprop=gender to list=users
2009-03-29 Roan KattouwFollowup to r49013: forgot to commit ApiBase.php
2009-03-29 Roan KattouwRemove ugly userrights-CentralAuth hack introduced...
2009-03-29 Roan KattouwAPI: Don't give patrol tokens for non-new RCs if only...
2009-03-28 Roan KattouwRedo r48746 (API userrights, reverted in r48909 and...
2009-03-27 Andrew GarrettRevert r48746 (API userrights). Breaks Special:GlobalGr...
2009-03-26 Roan KattouwAPI: Added uiprop=changeablegroups to meta=userinfo
2009-03-26 Roan KattouwAPI: Add nosuchuser message to ApiBase::$messageMap
2009-03-25 Andrew GarrettFix fatals in ApiQueryImageInfo.php where no metadata...
2009-03-25 Andrew GarrettCheck for title validity in ApiQueryCategories
2009-03-24 Roan KattouwAPI: (bug 18099) Editing a non-existent page with appen...
2009-03-24 Roan Kattouwsvn:keywords=Id
2009-03-24 Roan KattouwFollowup to r48746: forgot to add new file
2009-03-24 Roan Kattouw* API: (bug 15935) Add action=userrights to the API
2009-03-23 Roan KattouwFollowup on r48713: fix a very stupid typo
2009-03-23 Roan KattouwAPI: Add a check for PHP bug 45314 (PHP's WDDX formatte...
2009-03-20 Domas MituzasEvery time someone relies on equality propagation,...
2009-03-20 Roan Kattouw* API: Really fix bug 17673 this time: exportnowrap...
2009-03-18 Arash BoostaniFixed bug #11213 - [edit] section links in printable...
2009-03-18 Alexandre EmsenhuberChanged ereg(i)_replace to preg_replace, the former...
2009-03-17 Roan KattouwAPI: Fix E_NOTICE which broke displaying of legacy...
2009-03-11 Chad Horohoe(bug 17871) Mention that exportnowrap format is the...
2009-03-09 Roan KattouwAPI: Change Image: to File: in examples
2009-03-09 Roan KattouwAPI: (bug 17873) Mention the 'g' prefix for generator...
2009-03-09 Aaron SchulzFix check against wrong permission (should be 'hideuser')
2009-03-09 Aaron Schulzquick fix: add WHERE ar_deleted = 0. Nicer would be...
2009-03-07 Alexandre EmsenhuberPer anomie's report on IRC: $wgMaxArticleSize is in...
2009-03-07 Roan KattouwFollowup to r48122: missed one
2009-03-07 Roan Kattouw* API: (bug 17832) action=delete returns 'unknownerror...
2009-03-06 Rotem LissFix typo.
2009-03-06 Roan Kattouw* API: (bug 17774) API pretends action=query doesn...
2009-03-05 Chad Horohoe(bug 17795) Make meta=siteinfo respect $wgDisableCounters.
2009-03-01 Roan KattouwFix up r47901: don't return the string "true" or "false...
2009-03-01 Nicolas DumazetFor move logs, log_params can have a "suppressedRedirec...
2009-02-28 Roan Kattouw* API: (bug 13209) Add rvdiffto parameter to prop=revisions
2009-02-27 Roan KattouwAPI: Fix autolinker bug reported by DannyB on IRC:...
2009-02-27 Roan KattouwAPI: Some cleanup
2009-02-27 Roan KattouwAPI: (bug 17703) Fix regression from r47039 causing...
2009-02-26 Roan KattouwAPI: (bug 17673) Using &exportnowrap without &export...
2009-02-25 Roan KattouwSlight fix for r47781: remove useless if($index) condit...
2009-02-25 Aaron SchulzINDEX use fixes
2009-02-23 Roan KattouwAPI: (bug 17626) Added uiprop=email to meta=userinfo
2009-02-21 Roan KattouwAPI: Fix up r47470: User::newFromRow() needs all rows...
2009-02-20 Roan KattouwAPI: Add a STRAIGHT_JOIN to list=logevents on Domas...
2009-02-19 Roan KattouwAPI: (bug 17563) Fix regression from r46845 that change...
2009-02-18 Roan KattouwAPI: (bug 17561) Recommit r44231 ("Added usprop=emailab...
2009-02-18 Roan Kattouw* API: (bug 17529) rvend ignored when rvstartid is...
2009-02-18 Tim StarlingProposed fix for bug 17552. Also the name of the functi...
2009-02-18 Tim StarlingDon't give a warning if there are no files in the page...
2009-02-18 Andrew GarrettFix logic error from bad casing
2009-02-16 Roan KattouwAPI: Add AS explicitly for PostgreSQL compatibility...
2009-02-16 Roan KattouwAPI: Fix yet another regression from r46845 that comple...
2009-02-16 Roan KattouwRedo r47313 in a more readable way (probably more effic...
2009-02-16 Roan KattouwAPI: (bug 17502) meta=siteinfo&siprop=namespacealiases...
2009-02-14 Roan KattouwAPI: Make information about the main module (ApiMain...
2009-02-13 Roan KattouwDocument ptlevel parameter. I should really learn to...
2009-02-13 Roan KattouwAnd yet another fixup for r47231: use older/newer rathe...
2009-02-13 Roan Kattouw...and remove another allpages leftover *sigh*
next