MediaWiki master
|
Namespaces | |
namespace | Hook |
Classes | |
class | AuthManagerSpecialPage |
A special page subclass for authentication-related special pages. More... | |
class | ChangesListSpecialPage |
Special page which uses a ChangesList to show query results. More... | |
class | ContributionsSpecialPage |
Show user contributions in a paged list. More... | |
class | DisabledSpecialPage |
This class is a drop-in replacement for other special pages that need to be manually disabled. More... | |
class | FormSpecialPage |
Special page which uses an HTMLForm to handle processing. More... | |
class | ImageQueryPage |
Variant of QueryPage which uses a gallery to output results, thus suited for reports generating images. More... | |
class | IncludableSpecialPage |
Shortcut to construct an includable special page. More... | |
class | LoginSignupSpecialPage |
Holds shared logic for login and account creation pages. More... | |
class | PageQueryPage |
Variant of QueryPage which formats the result as a simple link to the page. More... | |
class | QueryPage |
This is a class for doing query pages; since they're almost all the same, we factor out some of the functionality into a superclass, and let subclasses derive from it. More... | |
class | RedirectSpecialArticle |
Helper for any RedirectSpecialPage which redirects the user to a particular article (as opposed to user contributions, logs, etc.). More... | |
class | RedirectSpecialPage |
Shortcut to construct a special page alias. More... | |
class | SpecialPage |
Parent class for all special pages. More... | |
class | SpecialPageFactory |
Factory for handling the special page list and generating SpecialPage objects. More... | |
class | SpecialRedirectToSpecial |
class | SpecialRedirectWithAction |
class | UnlistedSpecialPage |
Shortcut to construct a special page which is unlisted by default. More... | |
class | WantedQueryPage |
Base class for a "wanted" query page like WantedPages, WantedTemplates, etc. More... | |