aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/SpecialWatchlist.php
Commit message (Expand)AuthorAgeFilesLines
...
* Watchlist tools should be more flexible for styling by skinsJon Robson2022-01-241-5/+24
* Allow setting max execution time to several special pagesAmir Sarabadani2021-12-151-0/+1
* specials: Replace call to deprecated function IDatabase::dataSeekAmir Sarabadani2021-12-031-2/+2
* Watchlist: Add space in filters checkboxMaggie Epps2021-11-011-1/+1
* Replace deprecated User function in ChangesListSpecialPageUmherirrender2021-10-011-4/+26
* docs: Improve doc types around changes list and the changes special pageUmherirrender2021-08-311-8/+8
* Change trivial use of getVal('action') to getRawValTimo Tijhof2021-08-261-1/+1
* Hard deprecate User::getIntOption()Alexander Vorwerk2021-08-111-1/+7
* Revert "Use CsrfTokenSet as CSRF token source"Kunal Mehta2021-08-051-2/+2
* Use CsrfTokenSet as CSRF token sourcePetr Pchelko2021-07-121-2/+2
* Reorder tables in SpecialWatchlistPetr Pchelko2021-05-061-1/+1
* Avoid SpecialPage::getConfig in constructor on Special:Watchlist/EditWatchlistUmherirrender2021-05-041-12/+5
* Rename WatchlistNotificationManager to WatchlistManagerCindy Cicalese2021-04-071-7/+7
* Fix sub class documentation about SpecialPage::execute accepts nullUmherirrender2021-03-191-1/+1
* Introduce SpecialPage::getAuthority shortcut to contextPetr Pchelko2021-03-021-1/+1
* Convert first batch of special pages to AuthorityPetr Pchelko2021-03-011-9/+3
* Use static closures where safe to useUmherirrender2021-02-111-1/+1
* Inject services into SpecialWatchlist/SpecialEditWatchlistUmherirrender2020-11-231-20/+42
* Replace deprecated User::getOption in SpecialWatchlistUmherirrender2020-11-071-19/+28
* Remove documentation that literally repeats the codeThiemo Kreuz2020-10-271-3/+0
* watchlist: Always insert unwatch text instead of nothingbrandonxlf2020-08-311-2/+3
* Update language in watchlist expiryhmonroy2020-08-141-1/+6
* Merge "Add watchlist clock icon to RecentChanges"jenkins-bot2020-08-011-5/+0
|\
| * Add watchlist clock icon to RecentChangesSam Wilson2020-07-281-5/+0
* | includes: Use expression assignment operator += or |= where possibleUmherirrender2020-07-311-1/+1
|/
* Display remaining watch period in watchstarsuecarmol2020-07-181-8/+24
* Add clock icon to expiring items in Special:WatchlistSam Wilson2020-06-191-0/+6
* Use WatchlistNotificationManager in SpecialWatchlistDannyS7122020-06-051-1/+3
* Hooks::run() call site migrationTim Starling2020-05-301-1/+2
* Merge "Fix the rest of includes/specials/ Squiz.Scope.MethodScope.Missing"jenkins-bot2020-05-191-2/+2
|\
| * Fix the rest of includes/specials/ Squiz.Scope.MethodScope.MissingReedy2020-05-181-2/+2
* | Merge "Fix some includes/specials/ Squiz.Scope.MethodScope.Missing"jenkins-bot2020-05-191-1/+1
|\|
| * Fix some includes/specials/ Squiz.Scope.MethodScope.MissingReedy2020-05-181-1/+1
* | Use same WatchedItemStore object everywhere in SpecialWatchlistSam Wilson2020-05-181-12/+7
|/
* Filter out expired items from Special:Watchlist pagehmonroy2020-04-271-0/+6
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-1/+1
* Replace some oldskool @see with @inheritDocThiemo Kreuz2019-11-081-1/+1
* Remove parameters to function that never takes anyMax Semenik2019-11-031-1/+1
* Replace usages of deprecated User::isAllowed. Step 2.Petr Pchelko2019-09-111-5/+3
* Unsuppress another phan issue (part 7)Daimona Eaytoy2019-09-031-0/+1
* Deprecate and replace usages of User:isAllowed{All,Any}Petr Pchelko2019-08-211-1/+4
* watchlist: make getLatestNotificationTimestamp() method use the correct userAaron Schulz2019-05-211-1/+1
* watchlist: fix nonsensical timestamp/boolean comparisons in EnhancedRecentCha...Aaron Schulz2019-05-091-0/+3
* watchlist: cleanup various method/variable names and comments in watchlist/st...Aaron Schulz2019-05-091-4/+4
* Consolidate duplicated unseen change logic and fix inconsistent codeAaron Schulz2019-05-031-14/+17
* Don't pass Config to service constructorsAryeh Gregor2019-05-021-1/+8
* Merge "Merge last-seen stash data at more points in SpecialWatchlist"jenkins-bot2019-04-191-10/+30
|\
| * Merge last-seen stash data at more points in SpecialWatchlistAaron Schulz2019-04-101-10/+30
* | RCFilters: display timestamp of new changes in refresh linkStephane Bisson2019-04-161-1/+2
* | Rename un-prefixed rcfilters selectorsEd Sanders2019-04-151-4/+6
|/