Follow-up r84814: revert redundant summary message addition.
[lhc/web/wiklou.git] / includes / api /
2011-03-27 Sam Reed* (bug 28263) cannot import xml with the api, when...
2011-03-26 Sam Reed* (bug 28249) allow dupes in meta=allmessages&amargs
2011-03-26 Sam ReedFollowup r84356, don't pass title string, pass a title...
2011-03-26 Sam ReedFollowup r84363
2011-03-25 Bryan Tong MinhAPI upload errors may now return the parameter that...
2011-03-25 Bryan Tong Minh(bug 28070) Fix watchlist RSS for databases that store...
2011-03-25 Neil Kandalgaonkardon't check title permissions if upload is destined...
2011-03-25 Neil Kandalgaonkarchange the name of UploadBase::verifyPermissions()...
2011-03-25 Sam ReedFollowup r84698, remove unused $db
2011-03-25 Sam ReedFix the last assignment in conditional, bit of code...
2011-03-24 PlatonidesUse class name Html in canonical form.
2011-03-24 Sam ReedFollowup r79549, only try and filter by group (or right...
2011-03-24 Sam Reed* (bug 28226) prop=extlinks&eloffset should be an integer
2011-03-24 Sam ReedRemove 2 erroneous $db parameters from External links...
2011-03-24 Sam ReedDon't pass $this by reference
2011-03-24 Sam ReedRemove some trailing whitespace
2011-03-23 Ryan LaneRemoving pass by reference, and making the $error argum...
2011-03-23 Ryan LaneMoving deletion hooks into doArticleDelete so that...
2011-03-22 Sam Reed* (bug 27586) Remove duplication of props in ApiQuerySt...
2011-03-21 Sam Reed* (bug 27589) list=allimages&aiprop=archivename is...
2011-03-21 Happy-melonBlame hashar for this giant commit; he teased me for...
2011-03-20 Sam ReedStart of bug 27586/bug 27589
2011-03-20 Sam ReedAs I've removed most of Roans reason to use php magic...
2011-03-20 Sam ReedFollowup r84392
2011-03-20 KrinkleTypo from r54350: Overide > Override
2011-03-20 Roan KattouwPer r83812 CR, solve the categorymembers paging problem...
2011-03-20 Sam ReedAddition of 'APIQuerySiteInfoGeneralInfo' hook for...
2011-03-20 Sam ReedFollowup r84361, numerical keys ftw
2011-03-20 Sam ReedActually list implicit groups in allusers.
2011-03-20 Sam Reed* (bug 27469) label implicit groups in list=allusers...
2011-03-19 Sam Reed* (bug 27343) Add parseddescription to list=filearchive
2011-03-18 Happy-melonMissed one instance of Block::infinity() from r84279.
2011-03-18 Happy-melonFollow-ups to r84258
2011-03-18 Sam ReedImprove query building if's to cater for addition of...
2011-03-18 Sam ReedFollowup r84260, normalise API behaviour, and fixup...
2011-03-18 Sam ReedFollowup r83862, add notation that page count will...
2011-03-18 Happy-melonMore cleanup in Block.php. Push Block::encodeExpiry...
2011-03-18 Sam Reed* (bug 28104) Namespace for local pages in interwiki...
2011-03-18 Happy-melonFirst forays into the swamp of the Block.php backend:
2011-03-18 Happy-melonAllow User::isAllowed() to take varargs. "is allowed...
2011-03-16 Sam ReedRevert r83993
2011-03-15 Marcin Cieślakr83812, r83814: Don't use cl_type at all when paging...
2011-03-15 Sam ReedFix sneaky assignment in conditional
2011-03-14 Sam ReedFix artifact of 2 working copies from r83831
2011-03-14 Sam ReedFollowup r83849, fix join to be on indexed user_name
2011-03-13 Sam Reed* (bug 27585) add pagecount to list=filearchive
2011-03-13 Sam Reed(no commit message)
2011-03-13 Sam ReedFollowup r83856
2011-03-13 Sam Reed* (bug 27020) API: Allow title prefix search of logeven...
2011-03-13 Happy-melonFurther massive rewrite of the blocking frontend: spin...
2011-03-13 Sam ReedFix undefined $p from r83797
2011-03-13 Sam ReedAdd missing group by from r83849 per Bryan
2011-03-13 Sam ReedFollowup r83843, r83837, per brian, addOption unconditi...
2011-03-13 Sam Reed* (bug 26630) Add api for Special:ActiveUsers
2011-03-13 Sam ReedBug 27341 - Add drto param to list=deletedrevs
2011-03-13 Sam Reed* (bug 27203) add fato param to list=filearchive
2011-03-13 Sam ReedCleanup/simplify code added to alllinks in r70584
2011-03-13 Sam ReedFixup a couple more hardcoded module prefixes in help
2011-03-13 Sam ReedMinor followup to r83814, also fix some other existances
2011-03-13 Sam Reed* (bug 27342) Add audir param to list=allusers
2011-03-13 Sam Reed* (bug 27340) API: Allow listing of "small" categories
2011-03-13 Happy-melonFollow-up r83825: fix fatal in API
2011-03-13 Sam Reed* (bug 27183) API: Add filter by customisation state...
2011-03-13 Roan Kattouw(bug 27965) Paging in list=categorymembers was complete...
2011-03-13 Sam Reed* (bug 27182) API: Add filter by prefix for meta=allmes...
2011-03-13 Sam Reed* (bug 27670) Ordering by timestamp (and usage of start...
2011-03-12 Sam Reed* (bug 27670) Ordering by timestamp (and usage of start...
2011-03-12 Sam Reed* (bug 28010) Passing a non existant user to list=users...
2011-03-12 Happy-melonDivert a river through the Augean Stables that is Speci...
2011-03-11 Alexandre EmsenhuberFollow-up r83080: make ApiUploadTest really work this...
2011-03-07 Sam ReedFix r83390, need to do where ipb_deleted IS NULL as...
2011-03-07 Bryan Tong MinhFollow-up r83461, replace deleted with hidden and rever...
2011-03-07 Antoine MussoRemove second parameters from wfEmptyMsg() calls
2011-03-07 Bryan Tong Minh(bug 27722) list=filearchive now supports revdel
2011-03-07 Sam ReedMore documentation
2011-03-07 Sam ReedDocumentation and explicit variable definitions
2011-03-06 Bryan Tong MinhKill filtering by hash because the query is unindexed...
2011-03-06 Bryan Tong MinhBreaking change: remove faminsize/famaxsize because...
2011-03-06 Sam ReedFollowup r83390
2011-03-06 Sam ReedFix where ipb_deleted from r83390
2011-03-06 Sam ReedFollowup r83399, add back base conversion
2011-03-06 Sam Reed* (bug 27588) list=filearchive&faprop=sha1 returns...
2011-03-06 Sam Reed* (bug 27717) API's exturlusage module does not respect...
2011-03-06 Sam ReedFix leading whitespace before class ApiQueryUsers
2011-03-06 Sam ReedFollowup r83390, change cache modes
2011-03-06 Sam Reed* (bug 27897) list=allusers and list=users list hidden...
2011-03-06 Brian Wolff(follow-up: r83371) Fix variable name typo. $this to...
2011-03-06 Jack D. PondFix and Enhance:
2011-03-05 Bryan Tong Minh(bug 27018) Added action=filerevert to revert files...
2011-03-05 Bryan Tong MinhFollow-up r83286: detabify description for mediatype
2011-03-05 Bryan Tong Minh(bug 27587) list=filearchive now outputs full title...
2011-03-05 Bryan Tong Minh(bug 27590) prop=imageinfo now allows querying the...
2011-03-05 Brian Wolff(bug 27862; follow-up r77714) Make emailuser api module...
2011-03-03 Sam ReedFollowup r82060
2011-03-02 Sam ReedFix typo in @param comment
2011-03-02 Alexandre EmsenhuberPer Platonides, fix for r82686: make ApiUploadTest...
2011-02-27 Sam ReedRefactor out the duplication I left with a TODO in...
2011-02-27 Sam ReedTweak comments, remove some unused stuff.
2011-02-27 Sam ReedTweak some documentation
2011-02-26 Bryan Tong MinhFollow-up r82853: Filter out create restriction from...
next