MediaWiki REL1_35
MediaWiki Namespace Reference

A helper class for throttling authentication attempts. More...

Namespaces

namespace  Api
 
namespace  Auth
 
namespace  Block
 
namespace  Cache
 
namespace  ChangeTags
 
namespace  Config
 
namespace  Content
 
namespace  DB
 
namespace  Debug
 
namespace  Diff
 
namespace  Edit
 
namespace  EditPage
 
namespace  Hook
 
namespace  HookContainer
 
namespace  Http
 
namespace  Installer
 
namespace  Interwiki
 Copyright (C) 2018 Kunal Mehta legok.nosp@m.tm@m.nosp@m.ember.nosp@m..fsf.nosp@m..org
 
namespace  Languages
 
namespace  Linker
 
namespace  Logger
 
namespace  Mail
 
namespace  Message
 
namespace  Navigation
 
namespace  Page
 
namespace  Permissions
 
namespace  Preferences
 
namespace  ResourceLoader
 
namespace  Rest
 
namespace  Revision
 
namespace  Search
 
namespace  Session
 
namespace  Shell
 Copyright (C) 2017 Kunal Mehta legok.nosp@m.tm@m.nosp@m.ember.nosp@m..fsf.nosp@m..org
 
namespace  Site
 
namespace  Sparql
 
namespace  SpecialPage
 
namespace  Storage
 
namespace  Tidy
 
namespace  User
 
namespace  Widget
 

Classes

class  BadFileLookup
 
class  ExtensionInfo
 
class  HeaderCallback
 
class  MediaWikiServices
 MediaWikiServices is the service locator for the application scope of MediaWiki. More...
 
class  OutputHandler
 
class  ProcOpenError
 @newable More...
 
class  ShellDisabledError
 @newable More...
 

Detailed Description

A helper class for throttling authentication attempts.

A handler base class which unpacks parameters from the path template and passes them as formal parameters to run().

A handler that returns Parsoid HTML for the following routes:

Class LanguageLinksHandler REST API handler for /page/{title}/links/language endpoint.

Converts MessageValue message specifiers to localized plain text in a certain language.

Class ContentHandlerFactory \Content.

\Auth

Since
1.27
1.35

The caller cannot modify the details of message translation, such as which of multiple sources the message is taken from. Any such flags may be injected into the factory constructor.

Implementations of TextFormatter are not required to perfectly format any message in any language. Implementations should make a best effort to produce human-readable text.

\MessageFormatter

\Rest\Handler

  • /page/{title}/html,
  • /page/{title}/with_html
  • /page/{title}/bare routes. Currently the HTML is fetched from RESTBase, thus in order to use the routes, RESTBase must be installed and VirtualRESTService for RESTBase needs to be configured.

Class PageHTMLHandler \Rest\Handler

run() must be declared in the subclass. It cannot be declared as abstract here because it has a variable parameter list.

Stable to extend \Rest