index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
actions
/
WatchAction.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Namespace all remaining files in includes/exception
James D. Forrester
2025-03-25
1
-4
/
+4
*
Namespace all remaining files in includes/actions
James D. Forrester
2025-03-19
1
-0
/
+10
*
Namespace all remaining files in includes/page
James D. Forrester
2025-03-18
1
-0
/
+1
*
WatchAction: Make onSuccess() easier to test
Bartosz Dziewoński
2024-11-04
1
-2
/
+7
*
Fix some more bool/null message params
Bartosz Dziewoński
2024-11-03
1
-7
/
+7
*
Use namespaced classes (3)
Umherirrender
2024-06-16
1
-0
/
+1
*
Add namespace and deprecation alias to WatchedItemStore
Ebrahim Byagowi
2024-05-20
1
-0
/
+1
*
Add namespace and deprecation alias to WatchedItem
Ebrahim Byagowi
2024-05-17
1
-0
/
+1
*
Add namespace and deprecation alias to Xml and XmlSelect
Ebrahim Byagowi
2024-05-16
1
-0
/
+1
*
Namespace includes/context
James D. Forrester
2024-02-08
1
-0
/
+1
*
Add exception handling in checkCanExecute method
Dogu
2024-01-03
1
-0
/
+6
*
Namespace User under \MediaWiki\User
James D. Forrester
2023-09-19
1
-0
/
+1
*
Use real type hints for services etc. in actions/
Bartosz Dziewoński
2023-08-29
1
-2
/
+1
*
Reorg: Move Status to MediaWiki\Status\
Amir Sarabadani
2023-08-25
1
-0
/
+1
*
Allow watchlist UI for temp users with sufficient rights
Tim Starling
2023-08-23
1
-1
/
+7
*
Merge "Action: Remove deprecated constructor parameters"
jenkins-bot
2022-11-22
1
-3
/
+3
|
\
|
*
Action: Remove deprecated constructor parameters
Bartosz Dziewoński
2022-11-03
1
-3
/
+3
*
|
Various doc fixes about false and null on method arguments/return types
Umherirrender
2022-11-03
1
-1
/
+1
|
/
*
actions: Add Action::getAuthority and use it
Umherirrender
2022-07-08
1
-1
/
+1
*
Use MainConfigNames instead of string literals, #4
Aryeh Gregor
2022-04-26
1
-1
/
+2
*
TempUser UI tweaks
Tim Starling
2022-04-26
1
-2
/
+1
*
Fix various real types related to scalar types
Umherirrender
2022-03-10
1
-1
/
+1
*
Wrap StatusValue in Status for HTMLForm submit callback
Ammarpad
2022-01-07
1
-6
/
+6
*
Remove hard deprecated Watchlist methods in User, Title, and WatchAction
Cindy Cicalese
2021-10-04
1
-104
/
+0
*
Revert "Use CsrfTokenSet as CSRF token source"
Kunal Mehta
2021-08-05
1
-4
/
+1
*
Inject services into WatchAction and UnwatchAction
DannyS712
2021-07-29
1
-6
/
+19
*
build: Updating dependencies
libraryupgrader
2021-07-22
1
-1
/
+1
*
Use CsrfTokenSet as CSRF token source
Petr Pchelko
2021-07-12
1
-1
/
+4
*
Hard deprecate WatchAction::getWatchToken
vladshapik
2021-06-23
1
-0
/
+3
*
Remove unused `'vertical-label' => true` from various forms
Bartosz Dziewoński
2021-06-01
1
-1
/
+0
*
Hard deprecate watchlist methods in WatchAction
Cindy Cicalese
2021-04-28
1
-0
/
+3
*
Fix parameter order of setWatch to match add/removeWatch
Cindy Cicalese
2021-04-21
1
-2
/
+2
*
Replace doWatch/doUnwatch with addWatch*/removeWatch*
Cindy Cicalese
2021-04-20
1
-8
/
+15
*
Move watchlist-related methods from WatchAction to WatchlistManager
Cindy Cicalese
2021-04-20
1
-73
/
+22
*
Use WatchlistManager instead of User in WatchAction
Cindy Cicalese
2021-04-19
1
-2
/
+7
*
Convert WatchAction to PageIdentity
daniel
2021-04-06
1
-20
/
+28
*
Rename Authority::getPerformer() to ::getUser()
Petr Pchelko
2021-03-04
1
-2
/
+2
*
WatchAction:doWatchOrUnwarch - use Authority
Petr Pchelko
2021-03-03
1
-7
/
+12
*
Use context Authority in Actions for permission checks
Petr Pchelko
2021-02-22
1
-8
/
+11
*
Swap out uses of User->isLoggedIn() with ->isRegistered()
James D. Forrester
2020-12-22
1
-2
/
+2
*
Merge "Fix invalid watchlist expiry options"
jenkins-bot
2020-11-16
1
-4
/
+37
|
\
|
*
Fix invalid watchlist expiry options
Dayllan Maza
2020-11-16
1
-4
/
+37
*
|
Replace deprecated WikiPage::factory in action related classes
Umherirrender
2020-11-11
1
-5
/
+6
|
/
*
WatchAction: avoid UPDATE when old and new watch period is indefinite
MusikAnimal
2020-10-13
1
-1
/
+4
*
Normalize WatchedItem expiry field
hmonroy
2020-10-06
1
-10
/
+6
*
Use localized success message after watching via action=watch
Sam Wilson
2020-09-17
1
-6
/
+6
*
Check existing watchitem when saving action=watch
Sam Wilson
2020-09-09
1
-4
/
+5
*
Correct success messages for action=watch
Sam Wilson
2020-09-03
1
-1
/
+39
*
Merge "Update language in watchlist expiry"
jenkins-bot
2020-08-17
1
-2
/
+1
|
\
|
*
Update language in watchlist expiry
hmonroy
2020-08-14
1
-2
/
+1
[next]