Made loadFromFileCache() always disable $wgOut regardless of whether compression...
[lhc/web/wiklou.git] / includes / api /
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-02-09 Sam ReedDocumentation and whitespace
2012-01-30 Sam ReedBug 34032 - API help header not aligned
2012-01-22 Sam ReedRevert feature out of r109562, r109564, r109570
2012-01-21 Sam Reed* (bug 33865) Exception thrown when using API sandbox...
2012-01-21 Alexandre EmsenhuberFix bug 32948:
2012-01-19 Sam Reed* (bug 32341) Add upload by URL domain limitation.
2012-01-14 Sam Reed* (bug 33733) API: Unknown error: mustbeloggedin
2012-01-13 Sam ReedRather than using an error code of unknownerror, use...
2012-01-13 Sam Reed() are valid in URLs, not sure why we're using them...
2012-01-13 Niklas LaxströmPing r108847, missed one half quote
2012-01-13 Siebrand MazelandChange usage of quotes in API messages from ``x'' to...
2012-01-12 Aaron SchulzReverted r108743 per CR comment. This should at least...
2012-01-12 Sam ReedKill "* @return void"
2012-01-12 Max SemenikConsistency: made all API examples a verbs
2012-01-11 Sam Reed* (bug 33117) prop=revisions allows deleted text to...
2012-01-11 Antoine Mussoreverts Concurrency works
2012-01-10 Sam ReedAdd svn:keywords Id
2012-01-10 Ian BakerMERGE branches/concurrency 108301:108557 into trunk
2012-01-03 Sam Reed* (bug 33483) One space to much in header of auto-gener...
2012-01-03 John Du HartMissing check for ISMULTI on help parameters, thanks...
2012-01-03 John Du HartBug 33482 - Api incorrectly calls ApiBase::parseMultiVa...
2011-12-31 Sam ReedFollowup r107393, treat '' the same as getting false...
2011-12-30 Sam ReedRelated to bug 33223
2011-12-28 Sam Reed* (bug 33398) Wrong escape in online documentation...
2011-12-27 Sam ReedRe-instate most of the revisions for bug 33147 "API...
2011-12-27 Alexandre Emsenhuber* Integrate $wgDeleteRevisionsLimit in Title::getUserPe...
2011-12-26 Alexandre Emsenhuber* Use local context to get messages
2011-12-20 Brion VibberRevert r106439, r106441 - bad formatting mushing separa...
2011-12-20 Brion VibberRevert r106870: doesn't seem like it would format thing...
2011-12-20 Aaron SchulzFU r106514: Sanity check for empty sha1 values in the DB
2011-12-20 Sam ReedFor r106521/r106865, wrap long example description...
2011-12-20 Brion VibberProvisional revert of r105831: as noted it's not safe...
2011-12-20 Brion Vibbergrammar :) followup r106514
2011-12-20 Brion VibberRevert r106521: creates lots of long, unwrappable lines...
2011-12-20 Brion VibberRevert r106523: abstraction violation, looks very wrong...
2011-12-20 Max SemenikFollow-up r97303: sort module names in paraminfo's...
2011-12-20 Ryan Kaldari$reqArr is an ambiguous variable name - req can mean...
2011-12-20 Ryan Kaldariadding sectiontitle/wgSectionTitle as a new parameter...
2011-12-18 Aaron SchulzFU r106514: use base 16 SHA-1 to be consistent with...
2011-12-18 Alexandre Emsenhuber* Merged WikiPage::updateRestrictions() and Title:...
2011-12-18 Alexandre EmsenhuberPass the User object to Revision::userCan()
2011-12-17 Aaron SchulzKill some useless code in r106514
2011-12-17 Sam ReedPer bug 28901, and Duplicatebug on r105831, only list...
2011-12-17 Sam ReedMore example conversions/additions
2011-12-17 Aaron SchulzExpose rev_sha1/ar_sha1 to API (bug 21860)
2011-12-16 Sam ReedConvert a few more descriptions
2011-12-16 Sam ReedPrep work for * (bug 33147) API examples should explain...
2011-12-15 Sam ReedUse a revision return method for revisions, follows...
2011-12-13 Robin Pepermansupdate all core usage of deprecated Title::userCanRead()
2011-12-13 Jeroen De Dauwadd missing deprecation notices and added deprecation...
2011-12-13 Jeroen De Dauwrem use of escapeLocalURL
2011-12-12 Max SemenikCaps fix in API parameter description
2011-12-11 Sam ReedMake ApiQueryBase::addTitleInfo() add the pageid also
2011-12-11 Sam ReedMore documentation updates as I've been going around
2011-12-11 Sam Reed* (bug 32495) API should allow purge by pageids.
2011-12-11 Sam ReedFollowup r105823, make it protected
2011-12-11 Sam ReedAdding a getDB function to ApiBase...
2011-12-11 Sam Reed* (bug 32415) Empty page get no size attribute in API...
2011-12-11 Alexandre EmsenhuberUse ParserOptions::newFromContext() instead of 'new...
2011-12-06 Antoine Mussorevert r104468 per CR: not needed :-)
2011-11-30 Jan GerberUse database to track uploaded chunks and concatenate...
2011-11-30 Roan KattouwRevert r104659 and its followup r104665: break the...
2011-11-30 Jan GerberUse database to track uploaded chunks and concatenate...
2011-11-29 Robin PepermansThe URL wasn't loading when the database is used (inter...
2011-11-28 Sam Reed* (bug 32688) Paraminfo for parameter "generator" of...
2011-11-28 Sam ReedFollowup r104445, swap the xmlnamespace url back to
2011-11-28 Sam ReedFollowup r104441
2011-11-28 Sam ReedURL-ify index.php urls
2011-11-28 Sam ReedOh noes, moar http:// -> https://
2011-11-28 Sam ReedAdded "ApiGetDescription" hook
2011-11-28 Sam ReedHttps for all!
2011-11-23 Sam ReedFix hook copy paste fail
2011-11-23 Sam Reed* (bug 32609) API: Move captchaid/captchaword of action...
2011-11-23 Roan KattouwFollowup r102951: per CR, remove duplicated empty strin...
2011-11-20 Roan Kattouw(bug 26854) Invalid user names go unchecked. Applied...
2011-11-19 Alexandre EmsenhuberUse ParserOptions::newFromContext() instead of 'new...
2011-11-19 Alexandre EmsenhuberFollow-up r103332: fix "invalidoldimage" error message...
2011-11-18 Alexandre Emsenhuber* Use ParserOptions::newFromContext() to not depend...
2011-11-17 Sam ReedFix the rest of 'inlanguage ' in r93765
2011-11-17 Sam ReedFix trailing space in r93765
2011-11-17 Alexandre Emsenhuber* Use the fact that WikiPage::getLatest() is updated...
2011-11-16 Alexandre Emsenhuber* Use WikiPage instead of Article
2011-11-16 John Du HartRemoved the 'eclipse helper' bit on top of every API...
2011-11-14 Roan KattouwRemove commented-out variable ApiMain::$mRequest
2011-11-14 Roan KattouwFollowup r99224: add message to ApiBase::$messageMap too
2011-11-14 Sam ReedAdd Platonides' "add wlexcludeuser to feedwatchlist...
2011-11-14 Roan Kattouw(bug 29854) Store protocol-relative links twice in...
2011-11-14 Roan Kattouw(bug 26909) Add dir parameter for prop= API modules...
2011-11-13 Alexandre EmsenhuberRemoved usage of $wgUser in block and unblock processing:
2011-11-12 Alexandre EmsenhuberUse WikiPage instead of Article
2011-11-10 Sam ReedDocumentation
2011-11-10 Jure Kajzer* sry about that :S ... 10x Aaron
2011-11-10 Jure Kajzer* fix as per comment on CR r102625#c25856
2011-11-10 Alexandre EmsenhuberMade DifferenceEngine use a context instead of global...
2011-11-10 Jure Kajzer* Added getInfinity to DatabaseOracle
2011-11-09 Roan Kattouw(bug 32256) API list=search stops at first invalid...
2011-11-08 Alexandre EmsenhuberUse the local context instead of $wgOut, now that we...
2011-11-05 Alexandre Emsenhuber* Use WikiPage instead of Article for doPurge(), gettin...
next