mediawiki-extensions-Nuke/tests/phpunit
Kosta Harlan f1d53c8244
SpecialNuke: Display username next to pages for temp accounts
Why:

- When deleting pages created by temporary accounts via inputting an IP
  address, it's useful to see which temporary accounts were involved in
  creating the pages. This is currently not displayed because
  $row->rc_user_text is not set

What:

- Fetch the actor_name field unconditionally
- Display the page using the actor_name field
- Update tests for the change

Bug: T342785
Change-Id: Ic4112985874343ede78c4571bdfccc58977c5345
2024-10-28 21:06:57 +01:00
..
integration SpecialNuke: Display username next to pages for temp accounts 2024-10-28 21:06:57 +01:00
unit tests: Add basic test for HookRunner 2023-05-31 23:17:39 +02:00