Don't duplicate code, use wfAppendQuery
[lhc/web/wiklou.git] / includes / api /
2008-09-27 Roan Kattouw(bug 15653) Add prop=duplicatefiles to the API
2008-09-27 Roan KattouwKill undefined variable warnings.
2008-09-27 Roan KattouwAPI: Add the name attribute back to list=allimages...
2008-09-25 Roan KattouwForgot to commit a file in my TODO/FIXME crusade.
2008-09-25 Roan KattouwWe can at least *pretend* to be consistent here
2008-09-25 Roan KattouwAPI:
2008-09-25 Roan KattouwAPI: Add ApiDisabled and ApiQueryDisabled classes so...
2008-09-25 Roan KattouwDo it right this time
2008-09-25 Roan KattouwAPI: Fix adding over prop/list/meta modules, which...
2008-09-25 Roan Kattouw(bug 15609) Add inprop=url (full URL to page and edit...
2008-09-25 Roan KattouwFollowup to r41257: don't give out a token when we...
2008-09-25 Roan KattouwAPI: Added uiprop=preferencestoken to meta=userinfo...
2008-09-25 Roan Kattouw(bug 15706) Empty values for apprtype and apprlevel...
2008-09-25 Roan Kattouw(bug 15673) Add indentation and newlines to format...
2008-09-24 Tim StarlingFixes for r41154 and r41155:
2008-09-22 Aaron Schulzrev_deleted security improvements as well as fix for...
2008-09-21 Tim StarlingLog exceptions encountered in api.php. Check for null...
2008-09-21 Tim StarlingFixed more wfGetDB() calls with no arguments.
2008-09-19 Chad HorohoeFix some doxygen stuff.
2008-09-18 Alex Z*Don't let the API action=protect set actions that...
2008-09-17 Roan KattouwAPI: Adding APIAfterExecute, APIQueryAfterExecute and...
2008-09-14 Thomas BleherEscape $1 in message (was PHP syntax error)
2008-09-13 Aaron SchulzRevert r40792. Filesort is gone, but table scan is...
2008-09-13 Roan KattouwReverting r40790 and fixing the filesort properly ...
2008-09-13 Aaron SchulzI swear this table scan filesort was disabled before...
2008-09-11 Chad HorohoeRemove unused global declaration.
2008-09-10 Roan Kattouw* (bug 15497) Removed encoding attribute from <?xml...
2008-09-10 Roan KattouwTweaks for r40686, r40687:
2008-09-09 X!Add rnredirect parameter, to get a random redirect...
2008-09-09 Roan Kattouw(bug 15535) prop=info&inprop=protection doesn't list...
2008-09-08 X!Fix action=rollback to now revert IPs too. Patch submit...
2008-09-07 Roan KattouwAPI: Uniformizing descriptions for write modules
2008-09-07 Roan Kattouw(bug 15359) Add APIGetAllowedParams and APIGetParamDesc...
2008-09-06 Victor Vasiliev* (bug 15492) list=recentchanges&rctype=log does't...
2008-09-05 Roan Kattouw(bug 15486) API action=block ignores autoblock parameter
2008-09-05 Tim Starling* Don't force rendering in File::getThumbnail(). The...
2008-09-04 Alexandre Emsenhubermissing svn:keywords property
2008-09-04 Roan Kattouw(bug 15466) Added action=purge to the API. Modified...
2008-09-04 Roan Kattouw(bug 15479) action=login no longer sets wait parameter...
2008-09-04 Roan Kattouw* Split patrol code
2008-09-04 Roan Kattouw(bug 15471) Fix regression from r40088 which caused...
2008-09-04 Roan Kattouw(bug 15473) Correcting Doxygen comment for ApiEditPage
2008-09-03 Roan Kattouw(bug 15448) YAML output returns empty strings instead...
2008-09-03 Roan Kattouw(bug 15444) API: Throwing a regular 'unknownerror'...
2008-09-01 Tim Starlingheader() replaces by default, there's no need to pass...
2008-08-31 Bryan Tong Minh* (bug 15392) ApiFormatBase::formatHTML now uses $wgUrl...
2008-08-29 Bryan Tong MinhFix for my previous commit: Filter out null values
2008-08-29 Bryan Tong MinhAdd a function to require one and only one parameter...
2008-08-28 Bryan Tong MinhwfReadOnly now checked in ApiMain::requestWriteMode
2008-08-28 Roan Kattouw(bug 15348) prop=categories returns timestamps that...
2008-08-27 Roan KattouwAPI:
2008-08-27 Roan KattouwFix fatal error caused by missing comma
2008-08-27 Bryan Tong Minh* Fixup validation methods in UserEmailForm a bit so...
2008-08-26 Roan KattouwAPI: Remove the throttle from ApiLogin because
2008-08-26 Roan KattouwAPI: Improvements to action=emailuser:
2008-08-26 Roan KattouwAPI: Fixed bug that caused all action=edit requests...
2008-08-26 Roan KattouwAPI: Throwing a more specific error message when the...
2008-08-25 Aryeh GregorSet svn:eol-style native on includes/api/ApiWatch.php.
2008-08-25 Daniel FriesenApiQueryBase::titleToKey and ApiQueryBase::keyToTitle;
2008-08-25 Daniel FriesenRevert 39936 and 39935;
2008-08-25 Roan KattouwFollow-up for r39935: re-fix bug 14651 by making the...
2008-08-25 Roan KattouwAPI: Go back to using the good old str_replace() hacks...
2008-08-21 Brion VibberRevert r39793 "* (bug 13879) Special:EmailUser shows...
2008-08-21 Bryan Tong Minh* (bug 13879) Special:EmailUser shows a form in case...
2008-08-21 Roan KattouwAdding action=watch to the API
2008-08-20 Bryan Tong MinhProvide some info on which case value was not handled...
2008-08-19 Bryan Tong MinhFix up my name.
2008-08-19 Roan KattouwAPI:
2008-08-18 Roan Kattouw(bug 15228) Throw a warning instead of an error when...
2008-08-16 Roan Kattouw(bug 15178) Added clshow to prop=categories to allow...
2008-08-16 Roan Kattouw(bug 15173) Make prop={links,templatelinks} not break...
2008-08-16 Roan KattouwAPI: Let list=search throw away missing titles. Lucene...
2008-08-16 Roan KattouwAPI: Fixing an E_NOTICE reported by Wikia. Can't reprod...
2008-08-16 Fran RogersPatch from MaxSem re bug 15162 - handle throttling...
2008-08-06 Fran RogersWrapped certain tricky constructs in @cond/@endcond...
2008-08-05 Roan KattouwAPI:
2008-08-05 Roan Kattouw* (bug 15044) Added requestid parameter to api.php...
2008-08-05 Chad HorohoeBadaccess-group1/2 no longer exist.
2008-08-04 Roan Kattouw* Mention multivalue parameters in the message about...
2008-08-04 Chad HorohoeDisplay permissions specific to the API (such as writea...
2008-08-02 Chad HorohoeTweak the version info for MW just a bit, bring it...
2008-07-31 Bryan Tong MinhAPI: Added iiprop=bitdepth to imageinfo and aiprop...
2008-07-30 Victor Vasiliev* (bug 14968) Specifying blank action parameter trigger...
2008-07-28 Chad HorohoeDeprecate SiteStats::admins() in favor of SiteStats...
2008-07-27 Brion Vibber* API search now falls back to fulltext search by defau...
2008-07-25 Rotem LissAPI change: Registration time of users registered befor...
2008-07-22 Roan KattouwAPI: Change descriptions for some limit parameters...
2008-07-21 Roan KattouwCleanup from r37839: just put ipb_auto in the relevant...
2008-07-19 Brion VibberSecurity fix for API blocks query -- ipb_anon field...
2008-07-17 Brion VibberRevert r37748 "(bug 14020) Added an API interface to...
2008-07-16 Roan Kattouw(bug 14020) Added an API interface to Special:Unwatched...
2008-07-15 Roan KattouwRedoing r37642 ('Added possibility to filter by protoco...
2008-07-15 Brion VibberRevert r37717 -- if you didn't like the other reasons...
2008-07-15 Roan KattouwRevert r37712 which was itself a revert of r37642 ...
2008-07-15 Brion VibberRevert r37642 for now ('Added possibility to filter...
2008-07-14 Roan KattouwAPI list=exturlusage: Added possibility to filter by...
2008-07-10 Roan KattouwRevert most of r37534, which was an over-revert: just...
2008-07-10 Brion VibberPartial revert of r37502, 37503: double-quoting of...
2008-07-10 Roan KattouwAPI: More cleanup:
2008-07-10 Roan KattouwForgot to change one strencode() to addQuotes()
next