| Commit message (Expand) | Author | Age | Files | Lines |
* | Namespace all remaining files in includes/changetags | James D. Forrester | 2025-03-25 | 1 | -1/+1 |
* | ApiProtect: parse expiries using ExpiryDef::normalizeExpiry | MusikAnimal | 2025-02-10 | 1 | -16/+14 |
* | api: Use type-declaration for string arg in ApiBase::__construct | Umherirrender | 2024-10-17 | 1 | -8/+1 |
* | Add namespace to includes/api classes | James D. Forrester | 2024-09-25 | 1 | -0/+6 |
* | Move user options related classes into its own namespace | Martin Urbanec | 2023-11-29 | 1 | -1/+1 |
* | Get correct main page in API call examples | Ammar Abdulhamid | 2023-09-20 | 1 | -3/+7 |
* | Use real type hints for services etc. in api/ except ApiQuery*.php | Bartosz Dziewoński | 2023-08-29 | 1 | -2/+1 |
* | Api: Fix some very old copyright statements for Roan | James D. Forrester | 2023-03-16 | 1 | -1/+1 |
* | api: Replace numerous more deprecated constants | Reedy | 2022-06-06 | 1 | -1/+1 |
* | api: Replace numerous deprecated constants | Reedy | 2022-06-06 | 1 | -10/+11 |
* | Remove usages of deprecated Title::getRestrictionTypes | Umherirrender | 2022-04-13 | 1 | -2/+9 |
* | Use MainConfigNames instead of string literals, #2 | Aryeh Gregor | 2022-04-13 | 1 | -2/+4 |
* | Try to ensure tags are arrays | Arlo Breault | 2022-03-04 | 1 | -1/+1 |
* | api: Inject services into ApiWatchlistTrait | Umherirrender | 2021-07-06 | 1 | -3/+20 |
* | Use the edited page's title for magic words in action=edit error messages | Bartosz Dziewoński | 2021-05-21 | 1 | -0/+1 |
* | SECURITY: Allow user to only apply protection they have right to do so via ac... | Reedy | 2021-04-08 | 1 | -1/+5 |
* | Convert ChangeTags public interface to Authority. | Petr Pchelko | 2021-02-24 | 1 | -1/+1 |
* | Remove requirement for ApiWatchlistTrait to be in ApiBase. | Ammar Abdulhamid | 2020-09-07 | 1 | -1/+1 |
* | Add watchlist expiry support to applicable APIs | MusikAnimal | 2020-07-13 | 1 | -11/+13 |
* | Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull | James D. Forrester | 2020-01-10 | 1 | -1/+1 |
* | Remove "Created on" from file header comments | Umherirrender | 2018-01-26 | 1 | -4/+0 |
* | Make API documentation links language aware | Baha | 2017-04-05 | 1 | -1/+1 |
* | ApiResult: Add ApiResult::formatExpiry() | Brad Jorsch | 2017-01-11 | 1 | -3/+1 |
* | API: i18n for warnings and errors | Brad Jorsch | 2016-12-06 | 1 | -13/+9 |
* | Add tags support to patrol, protect, unblock, and undelete | Geoffrey Mon | 2016-02-29 | 1 | -1/+17 |
* | Convert all array() syntax to [] | Kunal Mehta | 2016-02-17 | 1 | -31/+31 |
* | Remove various unused variables | Reedy | 2015-11-07 | 1 | -1/+0 |
* | API: Log all deprecated parameter uses to api-feature-usage.log | Brad Jorsch | 2015-11-03 | 1 | -3/+0 |
* | Change API result data structure to be cleaner in new formats | Brad Jorsch | 2015-04-20 | 1 | -1/+1 |
* | Merge "API: Overhaul ApiResult, make format=xml not throw, and add json forma... | jenkins-bot | 2015-04-16 | 1 | -1/+1 |
|\ |
|
| * | API: Overhaul ApiResult, make format=xml not throw, and add json formatversion | Brad Jorsch | 2015-04-10 | 1 | -1/+1 |
* | | Clean up handling of 'infinity' | Brad Jorsch | 2015-03-13 | 1 | -5/+4 |
|/ |
|
* | Refactor out 'infinity' variants | JuneHyeon Bae | 2015-03-12 | 1 | -1/+1 |
* | API: Fix access on getExamplesMessages | Brad Jorsch | 2014-10-29 | 1 | -1/+1 |
* | API: Internationalize all remaining core API modules | Brad Jorsch | 2014-10-20 | 1 | -31/+9 |
* | API: Overhaul token handling | Brad Jorsch | 2014-08-26 | 1 | -10/+1 |
* | API: Log usage of various deprecated features | Brad Jorsch | 2014-08-14 | 1 | -0/+3 |
* | API: Remove action=paraminfo 'props' and 'errors' result properties | Brad Jorsch | 2014-08-07 | 1 | -25/+0 |
* | API: Allow 'infinity' as a valid protection expiry | Kunal Mehta | 2014-06-15 | 1 | -2/+2 |
* | Switch API to use Config classes | Reedy | 2014-06-15 | 1 | -2/+1 |
* | Add final period to API module descriptions | addshore | 2014-03-10 | 1 | -1/+1 |
* | Update formatting | Siebrand Mazeland | 2014-02-06 | 1 | -4/+7 |
* | Fix CodeSniffer errors and warnings (final round for API classes) | Siebrand Mazeland | 2013-11-15 | 1 | -10/+27 |
* | Update formatting on API classes, Part 3 | Siebrand Mazeland | 2013-11-14 | 1 | -5/+6 |
* | Cleanup watchlist preference usage | Brad Jorsch | 2013-11-08 | 1 | -1/+1 |
* | Return errors from WatchAction | Brad Jorsch | 2013-06-20 | 1 | -2/+1 |
* | Fixed many small spelling mistakes and php docs, var decl. | Yuri Astrakhan | 2013-03-10 | 1 | -1/+1 |
* | api: remove duplicate __contruct calls | Antoine Musso | 2013-01-29 | 1 | -4/+0 |
* | (bug 35885) remove api version string and parameter | Yuri Astrakhan | 2013-01-18 | 1 | -4/+0 |
* | Add hint for pipe-separated list to action=help | umherirrender | 2012-07-29 | 1 | -1/+1 |