diff options
author | Matěj Suchánek <matejsuchanek97@gmail.com> | 2021-11-27 16:36:40 +0100 |
---|---|---|
committer | Martin Urbanec <martin.urbanec@wikimedia.cz> | 2023-03-13 01:59:35 +0100 |
commit | 94d080d30522971e0b418bf42c1c4271790a8c87 (patch) | |
tree | ccbbb2c94f825d1506c26ee86bec37b621607b47 /RELEASE-NOTES-1.40 | |
parent | a37c1d0b4a029590b8548c97cdbcdf1279a5f0df (diff) | |
download | mediawikicore-94d080d30522971e0b418bf42c1c4271790a8c87.tar.gz mediawikicore-94d080d30522971e0b418bf42c1c4271790a8c87.zip |
Allow marking recent changes about logged actions with bot flag
There was no clean way to do this but using the global state.
The parameter is three-state to keep backward compatibility.
Bug: T304428
Change-Id: I01c5f8e9646cbe861516100c3b8d165aefb95ca0
Diffstat (limited to 'RELEASE-NOTES-1.40')
-rw-r--r-- | RELEASE-NOTES-1.40 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE-NOTES-1.40 b/RELEASE-NOTES-1.40 index fef1ae03647d..f951332a06f9 100644 --- a/RELEASE-NOTES-1.40 +++ b/RELEASE-NOTES-1.40 @@ -105,6 +105,8 @@ For notes on 1.39.x and older releases, see HISTORY. * (T321412) Added new 'PageUndeleteComplete' hook which provides more thorough information about a page post restoration than the 'PageUndelete' hook passes. This provides similar functionality to the 'PageDeleteComplete' hook. +* Added new method ManualLogEntry::setForceBotFlag to allow forcing bot flag + for log entries which are inserted to the recent changes. * … === External library changes in 1.40 === |