fix for old image deletion log params
[lhc/web/wiklou.git] / includes / api /
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*
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
next