mediawiki-extensions-Visual.../includes
Thiemo Kreuz f1dcc5d3c8 Prefer UserIdentity::isRegistered over isAnon
isRegistered is part of the slick UserIdentity interface, i.e.
it's the more "canonical" form. This change makes it a bit
easier to move away from using the huge (4000+ LOC) User class
everywhere, in favor of the UserIdentity interface, where
possible.

This patch is meant as a small step towards this goal. I tried
to replace some usages of User type hints already, but prefer
to go in small, incremental steps.

Change-Id: I827b83a5304b1975437d5fd5083f2877dba6f6d8
2021-01-07 17:01:22 +01:00
..
ApiParsoidTrait.php Remove non-helpful lines of documentation 2020-10-07 15:24:50 +02:00
ApiVisualEditor.php Prefer UserIdentity::isRegistered over isAnon 2021-01-07 17:01:22 +01:00
ApiVisualEditorEdit.php Prefer UserIdentity::isRegistered over isAnon 2021-01-07 17:01:22 +01:00
SpecialCollabPad.php Make import button progressive (but not primary) 2020-07-31 16:10:05 +01:00
VisualEditorDataModule.php doc: Bump copyright year for 2020 2020-01-08 09:13:24 -08:00
VisualEditorDesktopArticleTargetInitModule.php doc: Bump copyright year for 2020 2020-01-08 09:13:24 -08:00
VisualEditorHooks.php Prefer UserIdentity::isRegistered over isAnon 2021-01-07 17:01:22 +01:00