aboutsummaryrefslogtreecommitdiffstats
path: root/includes/actions/WatchAction.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/exceptionJames D. Forrester2025-03-251-4/+4
* Namespace all remaining files in includes/actionsJames D. Forrester2025-03-191-0/+10
* Namespace all remaining files in includes/pageJames D. Forrester2025-03-181-0/+1
* WatchAction: Make onSuccess() easier to testBartosz Dziewoński2024-11-041-2/+7
* Fix some more bool/null message paramsBartosz Dziewoński2024-11-031-7/+7
* Use namespaced classes (3)Umherirrender2024-06-161-0/+1
* Add namespace and deprecation alias to WatchedItemStoreEbrahim Byagowi2024-05-201-0/+1
* Add namespace and deprecation alias to WatchedItemEbrahim Byagowi2024-05-171-0/+1
* Add namespace and deprecation alias to Xml and XmlSelectEbrahim Byagowi2024-05-161-0/+1
* Namespace includes/contextJames D. Forrester2024-02-081-0/+1
* Add exception handling in checkCanExecute methodDogu2024-01-031-0/+6
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-0/+1
* Use real type hints for services etc. in actions/Bartosz Dziewoński2023-08-291-2/+1
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-0/+1
* Allow watchlist UI for temp users with sufficient rightsTim Starling2023-08-231-1/+7
* Merge "Action: Remove deprecated constructor parameters"jenkins-bot2022-11-221-3/+3
|\
| * Action: Remove deprecated constructor parametersBartosz Dziewoński2022-11-031-3/+3
* | Various doc fixes about false and null on method arguments/return typesUmherirrender2022-11-031-1/+1
|/
* actions: Add Action::getAuthority and use itUmherirrender2022-07-081-1/+1
* Use MainConfigNames instead of string literals, #4Aryeh Gregor2022-04-261-1/+2
* TempUser UI tweaksTim Starling2022-04-261-2/+1
* Fix various real types related to scalar typesUmherirrender2022-03-101-1/+1
* Wrap StatusValue in Status for HTMLForm submit callbackAmmarpad2022-01-071-6/+6
* Remove hard deprecated Watchlist methods in User, Title, and WatchActionCindy Cicalese2021-10-041-104/+0
* Revert "Use CsrfTokenSet as CSRF token source"Kunal Mehta2021-08-051-4/+1
* Inject services into WatchAction and UnwatchActionDannyS7122021-07-291-6/+19
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* Use CsrfTokenSet as CSRF token sourcePetr Pchelko2021-07-121-1/+4
* Hard deprecate WatchAction::getWatchTokenvladshapik2021-06-231-0/+3
* Remove unused `'vertical-label' => true` from various formsBartosz Dziewoński2021-06-011-1/+0
* Hard deprecate watchlist methods in WatchActionCindy Cicalese2021-04-281-0/+3
* Fix parameter order of setWatch to match add/removeWatchCindy Cicalese2021-04-211-2/+2
* Replace doWatch/doUnwatch with addWatch*/removeWatch*Cindy Cicalese2021-04-201-8/+15
* Move watchlist-related methods from WatchAction to WatchlistManagerCindy Cicalese2021-04-201-73/+22
* Use WatchlistManager instead of User in WatchActionCindy Cicalese2021-04-191-2/+7
* Convert WatchAction to PageIdentitydaniel2021-04-061-20/+28
* Rename Authority::getPerformer() to ::getUser()Petr Pchelko2021-03-041-2/+2
* WatchAction:doWatchOrUnwarch - use AuthorityPetr Pchelko2021-03-031-7/+12
* Use context Authority in Actions for permission checksPetr Pchelko2021-02-221-8/+11
* Swap out uses of User->isLoggedIn() with ->isRegistered()James D. Forrester2020-12-221-2/+2
* Merge "Fix invalid watchlist expiry options"jenkins-bot2020-11-161-4/+37
|\
| * Fix invalid watchlist expiry optionsDayllan Maza2020-11-161-4/+37
* | Replace deprecated WikiPage::factory in action related classesUmherirrender2020-11-111-5/+6
|/
* WatchAction: avoid UPDATE when old and new watch period is indefiniteMusikAnimal2020-10-131-1/+4
* Normalize WatchedItem expiry fieldhmonroy2020-10-061-10/+6
* Use localized success message after watching via action=watchSam Wilson2020-09-171-6/+6
* Check existing watchitem when saving action=watchSam Wilson2020-09-091-4/+5
* Correct success messages for action=watchSam Wilson2020-09-031-1/+39
* Merge "Update language in watchlist expiry"jenkins-bot2020-08-171-2/+1
|\
| * Update language in watchlist expiryhmonroy2020-08-141-2/+1