other part of the r53342 commit
[lhc/web/wiklou.git] / includes / api / ApiBase.php
2009-07-15 Michael Daleother part of the r53342 commit
2009-07-14 Michael Dalehere it is ... the upload-api, script-server, js2 ...
2009-07-12 Bryan Tong Minh(bug 18533) Add readonly reason to readonly exception
2009-05-09 Roan KattouwAPI: (bug 18731) Show correct SVN links for extension...
2009-05-07 Chad HorohoeDon't explicitly check for false. Most modules without...
2009-04-27 Roan KattouwAPI: Fix regression from r32224 with caused bug 18597...
2009-03-29 Roan KattouwFollowup to r49013: forgot to commit ApiBase.php
2009-03-26 Roan KattouwAPI: Add nosuchuser message to ApiBase::$messageMap
2009-03-18 Alexandre EmsenhuberChanged ereg(i)_replace to preg_replace, the former...
2009-03-07 Alexandre EmsenhuberPer anomie's report on IRC: $wgMaxArticleSize is in...
2009-03-06 Roan Kattouw* API: (bug 17774) API pretends action=query doesn...
2009-02-28 Roan Kattouw* API: (bug 13209) Add rvdiffto parameter to prop=revisions
2009-02-27 Roan KattouwAPI: (bug 17703) Fix regression from r47039 causing...
2009-02-11 Roan Kattouw* API: Add documentation to important API classes
2009-02-09 Roan Kattouw* API: (bug 17357) Add subpage moving to the API
2009-02-05 Roan Kattouw* API: BREAKING CHANGE: (bug 11430) Return fewer result...
2009-02-04 Roan Kattouw* API: (bug 17007) Add action=import
2009-01-31 Roan KattouwRevert r46512 (Add "check" parameter to action=email...
2009-01-29 Roan KattouwAdd the 'movenotallowedfile' message to the API message...
2009-01-29 X!Add "check" parameter to action=email
2009-01-26 Roan Kattouw* API: (bug 15949) Add undo functionality to action...
2009-01-23 Roan KattouwAPI: Fix profiling errors caused by calling wfProfileCl...
2009-01-20 Alex ZMake API action=delete respect $wgDeleteRevisionsLimit
2008-12-21 Roan KattouwAPI: Fix weird ==/=== bug in API help: a possible value...
2008-12-17 Roan KattouwAPI: Crusade against extract(). Left one extract()...
2008-10-30 Roan KattouwAPI: Fix r42813, committed some stuff that shouldn...
2008-10-30 Roan KattouwAPI: Tweak r42794 (add docs for ApiBase class constants...
2008-10-30 Chad HorohoeAdd some docs on these class constants
2008-10-25 Tim StarlingRemoved all instances of empty() where error suppressio...
2008-10-24 Roan KattouwAPI: * BREAKING CHANGE: (bug 16074) Providing prop...
2008-10-07 Roan Kattouw* (bug 15845) API: Added pageid/fromid parameter to...
2008-10-04 Roan KattouwAPI: * (bug 15785) Allow for different expiry times...
2008-09-18 Alex Z*Don't let the API action=protect set actions that...
2008-09-14 Thomas BleherEscape $1 in message (was PHP syntax error)
2008-09-07 Roan Kattouw(bug 15359) Add APIGetAllowedParams and APIGetParamDesc...
2008-09-04 Roan Kattouw(bug 15466) Added action=purge to the API. Modified...
2008-09-04 Roan Kattouw* Split patrol code
2008-08-29 Bryan Tong MinhFix for my previous commit: Filter out null values
2008-08-29 Bryan Tong MinhAdd a function to require one and only one parameter...
2008-08-27 Roan KattouwFix fatal error caused by missing comma
2008-08-27 Bryan Tong Minh* Fixup validation methods in UserEmailForm a bit so...
2008-08-26 Roan KattouwAPI: Improvements to action=emailuser:
2008-08-26 Roan KattouwAPI: Throwing a more specific error message when the...
2008-08-05 Roan KattouwAPI:
2008-08-05 Chad HorohoeBadaccess-group1/2 no longer exist.
2008-06-15 Roan KattouwAPI: Add nocreate parameter to action=edit
2008-06-12 Roan Kattouw(bug 14459) Added prependtext and appendtext parameters...
2008-05-28 Roan KattouwAPI: Added optional md5 parameter to action=edit. If...
2008-05-27 Roan Kattouw* Refactor Title::isValidMoveOperation() and Title...
2008-05-20 Roan KattouwHandle multiple warnings correctly in ApiBase::setWarni...
2008-05-20 Roan KattouwAPI: Unrecognized values for multivalue parameters...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-06 Victor Vasiliev* (bug 13965) Hardcoded 51 limit on titles is too limiting
2008-05-03 Aaron SchulzPut some upper limit here
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-04-05 Bryan Tong Minh(bug 11673) Return error 'unknown_action' in specified...
2008-03-30 Roan KattouwAPI: Forgot a whole bunch of messages specific to ApiEd...
2008-03-28 Roan KattouwRemove stray backslash
2008-03-25 Roan KattouwAPI: Rename dontcreate to createonly, which actually...
2008-03-25 Roan KattouwFixing E_NOTICE
2008-03-25 Roan KattouwAPI: Adding dontcreate parameter to action=edit
2008-03-25 Roan KattouwAPI: Added help text message that specifies whether...
2008-03-24 Alexandre Emsenhuber* Fixed call to deprecated functions
2008-03-21 Aaron Schulz$value should come in as a string (if it doesn't, trim...
2008-03-20 Victor VasilievHandle empty sets correctly
2008-02-25 Roan KattouwAPI: Fixing limit=max output; previous implementation...
2008-01-25 Roan KattouwFixing some messages in ApiBase
2008-01-18 Roan KattouwAPI: Making a bunch of state-changing modules require...
2008-01-18 Roan Kattouw* Changing PageArchive::undelete() and undeleteRevision...
2008-01-18 Roan Kattouw* Refactored IPUnblockForm::doUnblock() to return an...
2008-01-18 Roan Kattouw* Refactoring IPBlockForm::doBlock() to return message...
2008-01-18 Roan KattouwAPI:
2008-01-18 Roan KattouwAPI: Unifying "the ... parameter must be set" messages...
2008-01-18 Roan KattouwCore:
2008-01-18 Roan KattouwAPI:
2008-01-15 Roan KattouwAPI:
2008-01-12 Daniel CannonAPI: Various docu and clean-up.
2008-01-05 Rotem LissQuick solution for problems with limit=max when using...
2007-12-02 Victor VasilievAPI:
2007-11-29 Victor Vasiliev* Add limit=max to API. It also adds limit info to...
2007-11-29 Roan KattouwAdding apihighlimits permission. Users with this permis...
2007-11-19 Roan KattouwRevert part of Brion's 27627: please don't throw away...
2007-11-19 Brion VibberRevert r27581, 27598, 27626
2007-11-19 Victor Vasiliev* Use ApiBase::dieDebug() to render maxlag error properly
2007-11-17 Victor VasilievAPI:
2007-08-20 Nick JenkinsVariable $user seemed to be used before it was defined...
2007-07-15 Yuri AstrakhanAPI: Removed maximum limit checking when running api...
2007-07-07 Yuri AstrakhanAPI: implemented prop=imageinfo, minor cleanup
2007-07-06 Yuri AstrakhanAPI: Backlink-style queries (backlinks, imageusage...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-25 Yuri AstrakhanAPI: Fixed error codes encoding per bug 10308.
2007-05-22 Yuri AstrakhanAPI: applied the patch by amidaniel to allow the same...
2007-05-21 Yuri AstrakhanAPI:
2007-05-20 Yuri AstrakhanAPI: documentation and cleanup.
2007-05-20 Yuri AstrakhanAPI:
2007-05-19 Yuri AstrakhanAPI: fixed Bug 9969: SQL error when an improper title...
2007-05-19 Yuri Astrakhanupdated with the last api changes
2007-05-19 Yuri Astrakhan* API: Watchlist feed allows 'hours' parameter of how...
2007-05-19 Yuri AstrakhanAPI: minor code cleanup. Bug that exposed secure wiki...
2007-05-19 Yuri AstrakhanAPI: resolved bug 8772: Parameter to limit results...
next