API: (bug 17563) Fix regression from r46845 that changed the output for list=backlink...
[lhc/web/wiklou.git] / includes / api /
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*
2009-02-13 Roan KattouwFix leftover doc comment in ApiQueryProtectedTitles
2009-02-13 Roan KattouwAPI: (bug 16740) Adding list=protectedtitles to list...
2009-02-13 Roan Kattouw* API: Page prop=info by (ns, title) rather than offset
2009-02-13 Roan KattouwAPI: Fix up r47214, which strangely had no commit message
2009-02-13 Roan Kattouw(no commit message)
2009-02-13 Roan KattouwAPI: More docs, break long lines in docs
2009-02-12 Roan KattouwAPI: Prevent ApiQueryInfo from trying to set a continue...
2009-02-12 Roan KattouwAPI: Fix up r47142: use a boolean parameter for suggest
2009-02-11 Roan KattouwAPI: Remove stray $options = array(); from ApiPageSet
2009-02-11 Roan Kattouw* API: Add documentation to important API classes
2009-02-11 Aaron SchulzAdd suggest=1 to search suggestion AJAX request. ApiOpe...
2009-02-10 Roan KattouwAPI: Page prop=imageinfo by (title, timestamp) rather...
2009-02-10 Roan KattouwAPI: (bug 17433) Added bot flag to list=watchlist&wlpro...
2009-02-10 Roan KattouwAPI: Make UTF-8 cleanup actually work; it was broken...
2009-02-10 Roan KattouwAPI: Page prop=revisions by rev_id or (rev_page, rev_id...
2009-02-09 Roan KattouwAPI: Query-continue prop=categoryinfo by cat_title...
2009-02-09 Roan KattouwFix up r47037, which was itself a fix-up of r46845...
2009-02-09 Roan KattouwRemove a TODO from ApiMove and add a FIXME to SpecialMo...
2009-02-09 Roan Kattouw* API: (bug 17357) Add subpage moving to the API
2009-02-09 Roan KattouwAPI: Fix up r46825:
2009-02-09 Roan KattouwFix some more regressions from r46845 reported by Brad...
2009-02-06 Aaron SchulzHide title if DELETED_ACTION is on, but don't worry...
2009-02-06 Roan KattouwFix fatal error in r46885 (add templates parameter...
2009-02-06 Chad HorohoeAdd r46884 (Import templates via interwiki) to API...
2009-02-05 Roan KattouwFix regression from r46845 which broke ApiResult::clean...
2009-02-05 Roan KattouwFix E_WARNING reported by siebrand
2009-02-05 Roan Kattouw* API: BREAKING CHANGE: (bug 11430) Return fewer result...
2009-02-05 Roan Kattouw* API: Listing (semi-)deleted revisions and log entries...
2009-02-04 Roan KattouwAPI: Re-enable ucprop=patrolled and rcshow=patrolled...
2009-02-04 Roan KattouwAPI: BREAKING CHANGE: Remove rctitles parameter from...
2009-02-04 Roan KattouwAPI: Tweak the format for &export to be more XML-friend...
2009-02-04 Roan Kattouw* API: (bug 17007) Add action=import
2009-02-04 Roan Kattouw* API: (bug 17355) Added auwitheditsonly parameter...
2009-02-04 Roan KattouwNitpicking brigade: fix copyright year
2009-02-04 Roan KattouwAPI: Temporarily disable ucprop=patrolled and ucshow...
2009-02-03 Roan Kattouw* API: (bug 17326) BREAKING CHANGE: Changing output...
2009-02-02 Roan Kattouw(bug 17327) Normalize API help texts: remove quotes
2009-02-02 Roan Kattouw* API: (bug 17007) Add export functionality to the API
2009-02-02 Roan KattouwAPI: (bug 17317) Added watch parameter to action=protect
2009-01-31 Roan KattouwFix up r46646: instead of outputting displaytitle=...
2009-01-31 Roan KattouwAPI: (bug 17239) Added prop=displaytitle to action...
2009-01-31 Roan KattouwAPI: (bug 17224) Add siprop=rightsinfo to meta=siteinfo...
2009-01-31 Roan KattouwRevert r46512 (Add "check" parameter to action=email...
2009-01-31 Roan KattouwAPI: (bug 17182) Fix pretty printer so URLs with parent...
2009-01-29 Roan KattouwAdd the 'movenotallowedfile' message to the API message...
2009-01-29 Bryan Tong MinhAlso return why the target user is not valid
2009-01-29 Bryan Tong MinhKill code duplication & other style tweaks
2009-01-29 X!Forgot to remove that
2009-01-29 X!Per 46512#c1554, moving check to before required params...
2009-01-29 X!Add "check" parameter to action=email
2009-01-29 Andrew GarrettFix broken calls to ArticleDelete hook.
2009-01-27 Brion VibberPulling back r46341 and r46342 for now "API: (bug 17142...
2009-01-27 Roan KattouwAPI: (bug 17142) Add redirects parameter to action...
2009-01-27 Roan KattouwRevert r46138 (Get $wgLegalTitleChars through API)...
2009-01-26 Roan Kattouw* API: (bug 15949) Add undo functionality to action...
2009-01-24 Roan KattouwAPI: (bug 17024) Added legaltitlechars field to meta...
2009-01-24 Roan KattouwExplain why this code doesn't use LinkBatch.
2009-01-24 Roan KattouwAPI: (bug 16483) Kill filesort in ApiQueryBacklinks...
2009-01-23 Roan KattouwAPI: Fix profiling errors caused by calling wfProfileCl...
2009-01-23 Roan KattouwAPI: ApiBase::dieUsage() is not a static function,...
2009-01-21 Roan KattouwFix up r45749: do is_string() check in the caller instead
2009-01-21 Roan KattouwFollowup to r45954: it helps to save before committing
2009-01-21 Roan KattouwFix indentation for r45944 and use consistent code...
2009-01-20 Chad HorohoeCode style tweak.
2009-01-20 Alex ZMake API action=delete respect $wgDeleteRevisionsLimit
2009-01-20 Brion VibberRevert r45810 "API: (bug 17027) Allow all configuration...
2009-01-19 Roan KattouwAPI: (bug 17069) Added ucshow=patrolled|!patrolled...
2009-01-19 Roan KattouwAPI: (bug 17048) Show the 'new' flag in list=usercontri...
2009-01-19 Roan KattouwRevert r45821, r45830, r45831 and r45835 all in order...
2009-01-17 Roan KattouwAPI: Fixing paging in list=alllinks, which seems to...
2009-01-17 Roan KattouwAnother followup to r45819: update references to the...
2009-01-16 Roan KattouwFollowup to r45810: remove unused global declaration
2009-01-16 Roan KattouwAPI: (bug 17027) Allow all configuration variables...
2009-01-15 Roan Kattouw* svn:eol-style native for r45755
2009-01-14 X!(bug 17025) Add "fileextension" parameter to meta=sitei...
2009-01-14 Roan KattouwAPI: Clean up invalid UTF-8 in the result before feedin...
2009-01-14 Roan KattouwAPI: (bug 16844) Added clcategories parameter to prop...
2009-01-14 X!Fix comment leftover from ApiLogout
2009-01-12 Roan KattouwAPI: (bug 16858) Revamped list=deletedrevs to make...
2009-01-12 Roan KattouwAPI: (bug 16629) "edit=:move=" in page.page_restriction...
2009-01-12 Roan KattouwAPI: (bug 16798) Fix for PHP bug 46944 (PHP's JSON...
2009-01-08 Bryan Tong MinhForce the use of the PRIMARY key rather than the name_t...
2009-01-01 Aryeh Gregors/existant/existent/
2008-12-26 Alex Zfix param description, rollback token comes from prop...
2008-12-21 Roan KattouwAPI: Fix weird ==/=== bug in API help: a possible value...
2008-12-20 Roan KattouwAPI: (bug 16730) Added apprfiltercascade parameter...
next