wiki.techinc.nl/includes/Output
Bartosz Dziewoński d20454f468 OutputPage: Add showPermissionStatus(), deprecate showPermissionsErrorPage()
Now that PermissionManager can produce a PermissionStatus (1fbe8b761),
we need a way to display it without going through legacy error arrays.

Test plan:

* While logged out, access a page that all logged in users can access,
  that uses the PermissionsError class (e.g. Special:Upload)
* While not an administrator, access a page that only administrators
  can access, that uses the PermissionsError class (e.g. Special:Block)

Verify that you see the same error messages before and after this
change.

Change-Id: If21200ea1dd66f6443b03625d6a5b8ea416b2922
2024-07-29 23:33:50 +00:00
..
Hook Fix various version mention for class_alias 2024-07-05 18:39:49 +02:00
NoLocalSettings.php Add namespace to the root classes of ObjectCache 2024-07-10 00:14:54 +03:30
OutputHandler.php Standardise all our class alias deprecation comments for ease of grepping 2024-03-19 20:11:29 +00:00
OutputPage.php OutputPage: Add showPermissionStatus(), deprecate showPermissionsErrorPage() 2024-07-29 23:33:50 +00:00
StreamFile.php Use namespaced classes (3) 2024-06-16 20:26:43 +02:00