aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiFeedWatchlist.php
Commit message (Expand)AuthorAgeFilesLines
* Move init of array outside of try/catch in api action=feedwatchlistUmherirrender2020-07-271-1/+1
* Unsuppress PhanParamsTooManyDaimona Eaytoy2019-10-101-0/+1
* Unsuppress another phan issue (part 7)Daimona Eaytoy2019-09-031-0/+1
* Remove all $wgParser use from coreAryeh Gregor2019-04-171-2/+4
* Remove comments literally repeating the next line of codeThiemo Kreuz2019-02-271-2/+0
* Use (int) rather than intval()Reedy2019-02-251-1/+1
* Link log entries to Special:Log on ApiFeedWatchlistLukBukkit2018-12-121-2/+7
* API: Remove long-deprecated methods (and one class)Brad Jorsch2018-10-151-6/+2
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz DziewoƄski2018-05-301-2/+2
* Remove "Created on" from file header commentsUmherirrender2018-01-261-4/+0
* ApiFeedWatchlist: Use guessSectionNameFromWikiText()Roan Kattouw2017-12-071-4/+1
* ApiFeedWatchlist: Fix copy-paste errorBrad Jorsch2017-09-141-1/+1
* Make API documentation links language awareBaha2017-04-051-1/+1
* Un-blacklist PhanUndeclaredVariableErik Bernhardson2017-01-181-0/+1
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-8/+19
* Convert all array() syntax to []Kunal Mehta2016-02-171-18/+18
* API: Add isset() to avoid PHP warningBrad Jorsch2015-12-021-1/+3
* ApiFeedWatchlist: Set messages for param-per-value too when copying from ApiQ...Brad Jorsch2015-11-161-0/+7
* Fix casing of function calls in APIReedy2015-11-071-1/+1
* ApiFeedWatchlist: Handle revdelBrad Jorsch2015-07-101-2/+12
* Fix some PHPCS issuesJackmcbarn2015-06-261-1/+2
* API: Overhaul ApiResult, make format=xml not throw, and add json formatversionBrad Jorsch2015-04-101-4/+5
* API: Handle invalid titles in action=feedwatchlistBrad Jorsch2015-03-031-2/+17
* API: Fix access on getExamplesMessagesBrad Jorsch2014-10-291-1/+1
* API: Internationalize all remaining core API modulesBrad Jorsch2014-10-201-35/+27
* API: Remove action=paraminfo 'props' and 'errors' result propertiesBrad Jorsch2014-08-071-7/+0
* Switch API to use Config classesReedy2014-06-151-12/+11
* Always link to diff in watchlist feedrobin2014-05-101-12/+3
* Fixed some @params documentation (includes/api)umherirrender2014-04-181-1/+1
* Add final period to API module descriptionsaddshore2014-03-101-1/+1
* Address errors and warnings in CodeSniffer in api/Siebrand Mazeland2013-11-171-4/+13
* Update formatting on API classesSiebrand Mazeland2013-11-141-1/+3
* Correctly use $wgFeedLimit in page history feedMatmaRex2013-07-071-1/+1
* (bug 47219) Allow specifying change type of Wikipedia feed itemskaligula2013-04-301-0/+6
* Fixed spacing in api folderumherirrender2013-04-201-2/+2
* Support for linking directly to sections in ApiFeedWatchlist.kaligula2013-04-091-1/+22
* (bug 25325) fix hiding bot editskaligula2013-03-241-19/+38
* (bug 25325) fix wlexcludeuser for ApiFeedWatchlistMatmaRex2013-03-101-5/+5
* api: remove duplicate __contruct callsAntoine Musso2013-01-291-4/+0
* (bug 35885) remove api version string and parameterYuri Astrakhan2013-01-181-4/+0
* Minor cleanupYuri Astrakhan2013-01-121-1/+1
* Use wfMessage instead of deprecated wfMsg*Alex Monk2012-08-181-3/+4
* escape HTML elements in docblock with double quotesAntoine Musso2012-07-151-1/+1
* 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
* Add Platonides' "add wlexcludeuser to feedwatchlist" patch from bug 25325Sam Reed2011-11-141-2/+9
* DocumentationSam Reed2011-10-271-0/+4
* Followup r85756Sam Reed2011-10-131-1/+1
* Return documentationSam Reed2011-09-211-0/+2
* Based on diff to wikia, set more functions consistently public rather than pr...Sam Reed2011-08-171-1/+1