aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryAllmessages.php
Commit message (Expand)AuthorAgeFilesLines
* Oh noes, moar http:// -> https://Sam Reed2011-11-281-2/+2
* Removed the 'eclipse helper' bit on top of every API moduleJohn Du Hart2011-11-161-5/+0
* Introduce MessageCache::getAllMessageKeys(), which returns all message keys s...Roan Kattouw2011-09-141-0/+15
* Introduce Language::getMessageKeysFor() and use it in ApiQueryAllmessagesRoan Kattouw2011-09-141-1/+1
* Clarify parameter description added in r95714Roan Kattouw2011-08-311-1/+1
* Add support to only return keys in ApiAllMessagesKrinkle2011-08-291-2/+6
* Based on diff to wikia, set more functions consistently public rather than pr...Sam Reed2011-08-171-1/+1
* Followup r92396Sam Reed2011-07-171-0/+4
* Swap else if for elseifSam Reed2011-06-171-1/+1
* * (bug 28249) allow dupes in meta=allmessages&amargsSam Reed2011-03-261-1/+2
* Fix artifact of 2 working copies from r83831Sam Reed2011-03-141-1/+1
* * (bug 27183) API: Add filter by customisation state for meta=allmessagesSam Reed2011-03-131-2/+34
* * (bug 27182) API: Add filter by prefix for meta=allmessagesSam Reed2011-03-131-5/+26
* * Add a amtitle param to meta=allmessagesAlexandre Emsenhuber2011-02-091-1/+14
* * Use wfMessage() instead of wfMsgGetKey()Alexandre Emsenhuber2011-02-031-29/+21
* Styleli[zs]e the API up to date (Been a while since)Sam Reed2010-12-301-2/+2
* Delete all the "API for MediaWiki 1.8+" commentsSam Reed2010-12-221-1/+1
* $name used in continue is undefined, use $messageSam Reed2010-09-251-1/+1
* Remove some unused variablesSam Reed2010-09-201-1/+0
* Standardised file description headers, added @fileAlexandre Emsenhuber2010-08-071-3/+4
* * (bug 24677) axto= parameters added to allcategories, allimages, alllinks, a...X!2010-08-061-0/+7
* Stylize API up to dateSam Reed2010-07-231-2/+2
* Rewrote r69339 etc. to clean up API cache header handling.Tim Starling2010-07-231-4/+14
* Big blitz on unused variables (a lot of $db = $this->getDb() )Sam Reed2010-07-221-1/+0
* API: Make output containing private or user-specific data uncacheable for log...Roan Kattouw2010-07-141-0/+3
* Correct the address of the FSF in some of the GPL headersDerk-Jan Hartman2010-06-211-1/+1
* Mixture of things.Sam Reed2010-05-111-1/+1
* Stylize Api upto dateSam Reed2010-04-171-2/+2
* Minor followup to r63425 and r63428Sam Reed2010-03-091-2/+3
* Restore $wgLang in ApiQueryAllmessages if changed during executionSam Reed2010-03-081-1/+7
* API: fix copyright symbol, coding style cleanup, more bracesJack Phoenix2010-02-241-23/+25
* Whitespace fixes for r62532Roan Kattouw2010-02-151-5/+5
* * helps address bug 22453, Enables the api to return PLURAL transforms. Michael Dale2010-02-151-3/+23
* Fix careless errors in r61442 and r61444.Tim Starling2010-01-291-2/+3
* More of r61437 (adding/removing whitespace)Sam Reed2010-01-231-2/+2
* stylize.php on API codeAryeh Gregor2010-01-111-18/+18
* * API: (bug 20700) Add amprop=default to list default messages in list=allmes...Roan Kattouw2009-09-181-25/+37
* follow-up r52858: remove unused "global $wgMessageCache;"Alexandre Emsenhuber2009-07-081-1/+0
* fi E_ERROR: Call to undefined method MessageCache::getExtensionMessagesFor() ...Alexandre Emsenhuber2009-07-071-2/+1
* Fix up r47037, which was itself a fix-up of r46845. Change suggested by Brad ...Roan Kattouw2009-02-091-4/+6
* Fix some more regressions from r46845 reported by Brad Jorsch on the mediawik...Roan Kattouw2009-02-091-1/+1
* * API: BREAKING CHANGE: (bug 11430) Return fewer results than the limit in so...Roan Kattouw2009-02-051-4/+13
* API: More cleanup:Roan Kattouw2008-07-101-2/+2
* API: Some cleanup and fixes before 1.13 is released:Roan Kattouw2008-07-101-1/+0
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-1/+1
* Nobody wants to touch this....Niklas Laxström2008-05-161-2/+0
* * remove end of line whitespaceSiebrand Mazeland2008-04-141-4/+4
* * Introduced list=allimagesVictor Vasiliev2008-03-171-1/+5
* API: Changing all modules' getParamDescription(), getAllowedParams() and getD...Roan Kattouw2008-01-281-3/+3
* (bug 12704) Adding amlang parameter to meta=allmessagesRoan Kattouw2008-01-201-1/+10