Followup r91672: remove commented-out reference to removed file (rtl.css)
[lhc/web/wiklou.git] / includes / api /
2011-07-14 Ian Bakerproperly handle the case where a file disappears during...
2011-07-13 Ian BakerAdded us_status column for future expansion re Bryan...
2011-07-13 Roan KattouwPer wikitech-l, run a bunch of URLs in the API output...
2011-07-13 Roan KattouwUse wfUrlProtocols() in ApiFormatBase instead of simply...
2011-07-12 Ian BakerRefactored UploadStash and related classes to use the...
2011-07-12 Alexandre EmsenhuberUse createContext() instead of using the global context
2011-07-09 Alexandre EmsenhuberCall doMarkPatrolled() on the RecentChange object inste...
2011-07-08 Alexandre EmsenhuberCreate a new RequestContext to use its OutputPage and...
2011-07-06 Derk-Jan HartmanCorrect the documentation of srprop.
2011-07-06 Derk-Jan HartmanActually return the title of the section, instead of...
2011-07-06 Sam Reed* (bug 29745) Fatal error in API search
2011-07-01 Sam ReedChange usages of $wgUser->getSkin() in special pages...
2011-06-30 Bryan Tong MinhFollow-up r89544: add dot per CR
2011-06-30 Sam ReedMinor tweaks for r83833 per CR
2011-06-30 Sam ReedReplace more multiple calls to $this->getResult() in...
2011-06-29 Sam ReedFix trailing whitespace
2011-06-28 Aaron SchulzRemoved raw Article->field accessing
2011-06-25 Sam ReedFollowup r89576, and other related revisions
2011-06-21 Alexandre EmsenhuberSimplify checks by using wfMessage() instead of wfEmpty...
2011-06-20 Sam Reed* (bug 29278) server error 500 when attempting to add...
2011-06-20 Sam ReedRevert r90488, rename variable from r90487
2011-06-20 Sam ReedFollowup r90487, kill $result=null in middle
2011-06-20 Sam ReedDefine a local variable for $result
2011-06-17 Sam ReedSwap else if for elseif
2011-06-17 Sam Reed* (bug 25133) allow redirects also for action=parse...
2011-06-17 Sam ReedFollowup r89539, per CR, we don't need to append iw...
2011-06-17 Sam ReedRelated to bug 29278, and from the comments in bug...
2011-06-14 Niklas LaxströmFU r89545: change broke api watching by switching watch...
2011-06-13 Sam ReedFollowup r89562, use 'feedformat' not 'feed'
2011-06-07 Sam ReedFix error noticed in r88174, wasn't actually validating...
2011-06-06 Sam ReedRevert r89537 till we decide a sane way to have it...
2011-06-06 Sam Reed* (bug 27716) Make a method to do checking of 0 or...
2011-06-06 Sam ReedFollowup r89542, validate hashes
2011-06-06 Sam ReedFix fixme on r89549
2011-06-06 Sam ReedFollowup r89564
2011-06-06 Sam ReedMinor refactoring
2011-06-06 Sam Reed* (bug 26763) Make RSS/Atom of user contributions more...
2011-06-06 Sam ReedMake ApiFeedWatchlist obey $wgFeed, and also die with...
2011-06-06 Sam ReedFollowup r89550, add new error message to getPossibleErrors
2011-06-06 Matthew BrittonApiComparePages: Throw an error if getDiffBody returns...
2011-06-06 Matthew Brittonfollow up r89513: avoid internal error when only invali...
2011-06-06 KrinkleWatchAction requires token (BREAKING CHANGE)
2011-06-05 Sam Reed* (bug 27595) sha1 search of list=filearchive does...
2011-06-05 Sam ReedFixup error message
2011-06-05 Sam Reed* (bug 21346) Make deleted images searchable by hash...
2011-06-05 Sam ReedFix typo from r89539
2011-06-05 Sam Reed* (bug 28392) mark action=undelete&timestamps as type...
2011-06-05 Sam Reed* (bug 29237) add interwiki target url attribute to...
2011-06-05 Sam ReedFix 2 usages of 'bool' when 'boolean' is used elsewhere
2011-06-05 Sam Reed* (bug 26597) Allow toggling of persistent cookies...
2011-06-05 Sam ReedDocumentation updates and additions
2011-06-05 Sam ReedFollowup r89528, don't use $wgRequest use $this->getMai...
2011-06-05 Sam Reed* (bug 22179) Internal use of API (FauxRequest) results...
2011-06-05 Sam Reed* (bug 28002) Internal error in ApiFormatRaw::getMimeType
2011-06-05 Sam ReedFollowup r89515, fix double spacing in API Error message
2011-06-05 Sam Reed* (bug 21107) Split error "customcssjsprotected" into...
2011-06-05 Sam ReedFollowup r89512
2011-06-05 Sam Reed* (bug 25734) API: possible issue with revids validation
2011-06-05 Sam Reed* (bug 28897) rvparse doesn’t seem to work with rvsection
2011-06-05 Sam ReedAdd missing word to r89505
2011-06-05 Sam Reed* (bug 29265) Mediawiki API documentation incomplete
2011-06-04 Sam Reed* (bug 29265) Mediawiki API documentation incomplete
2011-06-03 Sam Reed* (bug 29267) always give the servername for meta=sitei...
2011-06-03 Happy-melonMore unpicking of r85288. I think this is all of the...
2011-06-02 Sam ReedFollowup r89348
2011-06-02 Roan KattouwRevert r88722 (allow multiple values for letype): this...
2011-06-01 Sam ReedAdd some documentation
2011-06-01 Sam Reed* (bug 29221) Expose oldrevid in watchlist output
2011-05-29 Sam ReedEven more documentation in various files
2011-05-28 Sam ReedAnd even more documentation
2011-05-24 Alexandre EmsenhuberFixed api=compare example to use existing parameters
2011-05-24 Sam Reed* (bug 29120) ApiQueryLogEvents: let letype accept...
2011-05-22 Alexandre EmsenhuberMoved MediaWiki::articleFromTitle() to Article::newFrom...
2011-05-21 Sam Reed* (bug 29070) Add token to action=watch
2011-05-20 Sam ReedWhitespace
2011-05-20 Sam Reed* (bug 29063) When viewing list=recentchanges&rcprop...
2011-05-20 Sam Reed* (bug 20699) API watchlist should list log-events
2011-05-20 Sam ReedSimilarise queries to that of SpecialWatchlist
2011-05-20 Sam ReedWhile looking at bug 26990 on TW api, it was noticed...
2011-05-20 Sam Reed* (bug 28578) API's parse module should not silently...
2011-05-19 Sam ReedPer NikeRabbit on r88174, allow capitals in the regex
2011-05-19 Sam ReedFix 2 things from CR in r88047, and one not noticed
2011-05-19 Antoine MussoSingle messages can be passed as strings to Api::dieUsa...
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-05-17 Alexandre EmsenhuberRemoved usage of error suppression operator
2011-05-17 Siebrand MazelandMake @deprecated documentation more consistent (see...
2011-05-17 Siebrand MazelandSuprtfluous whitespace removed.
2011-05-15 Bryan Tong MinhKill the error suppression operator in the Api
2011-05-15 Bryan Tong MinhPer CR r75906, reintroduce ApiUpload::transformWarnings()
2011-05-15 Sam Reed* (bug 27593) API: add error message when sha1/sha1base...
2011-05-15 Bryan Tong Minh(bug 1780) Uploading files with non-ascii characters...
2011-05-14 Sam ReedFix line removedfor no explicit reason from r85771
2011-05-14 Roan Kattouw(bug 28952) Add tofragment to the redirect resolution...
2011-05-14 Sam ReedFix up last errors from r88047
2011-05-14 Sam ReedFix daft loading error I added in r88047
2011-05-14 Sam Reed* (bug 28963) add langbacklinks module to api
2011-05-14 Antoine MussoApiBase::dieUsageMsg() now also accept being given...
2011-05-14 Sam ReedFollowup r88002, fix naming on param documentation
2011-05-13 Roan Kattouw(bug 24781) Define XML namespace for API output. Also...
2011-05-13 Sam ReedImprove variable naming
next