aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryCategories.php
Commit message (Expand)AuthorAgeFilesLines
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-2/+2
* Convert all array() syntax to []Kunal Mehta2016-02-171-40/+40
* API: Use message-per-value for apihelp-query+categories-param-propumherirrender2015-08-061-1/+2
* Update getHelpUrls() for reworked mw.org API pagesRobinHood702015-05-041-1/+1
* Change API result data structure to be cleaner in new formatsBrad Jorsch2015-04-201-2/+2
* Removed FORCE INDEX from API category queriesAaron Schulz2015-02-231-2/+0
* API: Fix access on getExamplesMessagesBrad Jorsch2014-10-291-1/+1
* API: Internationalize all remaining core API modulesBrad Jorsch2014-10-201-28/+8
* API: Remove action=paraminfo 'props' and 'errors' result propertiesBrad Jorsch2014-08-071-25/+0
* Use precise ApiMain/ApiQuery type hints in all API modulesThiemo Mättig2014-05-161-1/+1
* Fixed some @params documentation (includes/api)umherirrender2014-04-181-1/+1
* Add final period to API module descriptionsaddshore2014-03-101-1/+1
* Fix CodeSniffer errors and warnings on a number of ApiQuery classesSiebrand Mazeland2013-11-151-4/+8
* Update formatting on some API classes (must've forgotten these)Siebrand Mazeland2013-11-141-5/+4
* Added spaces before and removed spaces after 'array'umherirrender2013-04-141-1/+1
* Remove spaces around ::umherirrender2013-04-031-1/+1
* Update PHPDoc commentsSiebrand Mazeland2013-04-021-1/+0
* fix some spacingumherirrender2013-03-071-1/+1
* (bug 35885) remove api version string and parameterYuri Astrakhan2013-01-181-4/+0
* API Cleanup: renamed '_badcontinue'->'badcontinue', one die()Yuri Astrakhan2013-01-141-4/+1
* Merge "escape HTML elements in docblock with double quotes"Aaron Schulz2012-07-181-1/+1
|\
| * escape HTML elements in docblock with double quotesAntoine Musso2012-07-151-1/+1
* | Avoid mangling fields in API continuation parametersBrad Jorsch2012-07-171-7/+4
|/
* Added result properties to action=paraminfoPetr Onderka2012-06-061-0/+19
* ORDER BY/GROUP BY accept arraysumherirrender2012-05-051-4/+4
* (bug 26909) follow up r102947: fix the navigation with 'dir'umherirrender2012-03-301-3/+4
* Change usage of quotes in API messages from ``x'' to "x".Siebrand Mazeland2012-01-131-1/+1
* Re-instate most of the revisions for bug 33147 "API examples should explain w...Sam Reed2011-12-271-4/+2
* Revert r106439, r106441 - bad formatting mushing separate lines togetherBrion Vibber2011-12-201-2/+4
* Convert a few more descriptionsSam Reed2011-12-161-4/+2
* Oh noes, moar http:// -> https://Sam Reed2011-11-281-1/+1
* Removed the 'eclipse helper' bit on top of every API moduleJohn Du Hart2011-11-161-5/+0
* (bug 26909) Add dir parameter for prop= API modules. Modified patch by Umheri...Roan Kattouw2011-11-141-2/+15
* 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
* Single messages can be passed as strings to Api::dieUsageMsg()Antoine Musso2011-05-191-1/+1
* API: BREAKING CHANGE: (bug 28541) Output of binary ICU sortkeys is broken. Ch...Roan Kattouw2011-04-171-3/+4
* Bit of documentation, explicitness, variable definitionSam Reed2011-02-241-1/+1
* More parameter documentationSam Reed2011-02-191-0/+4
* Delete all the "API for MediaWiki 1.8+" commentsSam Reed2010-12-221-1/+1
* Standardised file description headers, added @fileAlexandre Emsenhuber2010-08-071-3/+4
* Stylize API up to dateSam Reed2010-07-231-1/+1
* Rewrote r69339 etc. to clean up API cache header handling.Tim Starling2010-07-231-0/+4
* Big blitz on unused variables (a lot of $db = $this->getDb() )Sam Reed2010-07-221-1/+0
* * (bug 23473) - Give description of properties on all modulesSam Reed2010-06-231-1/+6
* Correct the address of the FSF in some of the GPL headersDerk-Jan Hartman2010-06-211-1/+1
* Per http://www.mediawiki.org/wiki/Special:Code/MediaWiki/66168#c7252 switch w...Sam Reed2010-06-201-2/+2
* Nuke $db->freeResult() from Api stuffsSam Reed2010-06-201-2/+0
* Mixture of things.Sam Reed2010-05-111-1/+1
* API: fix copyright symbol, coding style cleanup, more bracesJack Phoenix2010-02-241-50/+55