MediaWiki REL1_32
|
Static Public Member Functions | |
static | confirmEditMerged ( $context, $content, $status, $summary, $user, $minorEdit) |
static | confirmEditPage (EditPage $editpage) |
static | confirmEditSetup () |
static | confirmEmailUser ( $from, $to, $subject, $text, &$error) |
static | efReCaptcha () |
Extension function, moved from ReCaptcha.php when that was decimated. | |
static | getInstance () |
Get the global Captcha instance. | |
static | injectEmailUser (&$form) |
static | onAlternateEditPreview (EditPage $editor, &$content, &$html, &$po) |
AlternateEditPreview hook handler. | |
static | onAPIGetAllowedParams (&$module, &$params, $flags=1) |
APIGetAllowedParams hook handler Default $flags to 1 for backwards-compatible behavior. | |
static | onAuthChangeFormFields (array $requests, array $fieldInfo, array &$formDescriptor, $action) |
static | onFancyCaptchaSetup () |
Callback for extension.json of FancyCaptcha to set a default captcha directory, which depends on wgUploadDirectory. | |
static | onPageContentSaveComplete (WikiPage $wikiPage, User $user, Content $content, $summary, $isMinor, $isWatch, $section, $flags, $revision, Status $status, $baseRevId) |
PageContentSaveComplete hook handler. | |
static | onReCaptchaSetup () |
Callback for extension.json of ReCaptcha to require the recaptcha library php file. | |
static | onTitleReadWhitelist (Title $title, User $user, &$whitelisted) |
TitleReadWhitelist hook handler. | |
static | showEditFormFields (&$editPage, &$out) |
Static Protected Attributes | |
static | $instanceCreated = false |
Definition at line 3 of file ConfirmEditHooks.php.
|
static |
RequestContext | $context | |
Content | $content | |
Status | $status | |
string | $summary | |
User | $user | |
bool | $minorEdit |
Definition at line 35 of file ConfirmEditHooks.php.
References $content, $context, and getInstance().
|
static |
EditPage | $editpage |
Definition at line 75 of file ConfirmEditHooks.php.
References getInstance().
|
static |
Definition at line 131 of file ConfirmEditHooks.php.
References wfDeprecated().
|
static |
MailAddress | $from | |
MailAddress | $to | |
string | $subject | |
string | $text | |
string | &$error |
Definition at line 103 of file ConfirmEditHooks.php.
References getInstance().
|
static |
Extension function, moved from ReCaptcha.php when that was decimated.
Make sure the keys are defined.
Definition at line 191 of file ConfirmEditHooks.php.
References $wgServerName, and recaptcha_get_signup_url().
|
static |
Get the global Captcha instance.
Definition at line 11 of file ConfirmEditHooks.php.
Referenced by confirmEditMerged(), confirmEditPage(), confirmEmailUser(), SpecialCaptcha\execute(), CountFancyCaptchas\execute(), DeleteOldFancyCaptchas\execute(), GenerateFancyCaptchas\execute(), CaptchaPreAuthenticationProvider\getAuthenticationRequests(), CaptchaAuthenticationRequest\getFieldInfo(), CaptchaAuthenticationRequest\getMetadata(), injectEmailUser(), CaptchaAuthenticationRequest\loadFromSubmission(), onAPIGetAllowedParams(), onAuthChangeFormFields(), ReCaptcha\onAuthChangeFormFields(), ReCaptchaNoCaptcha\onAuthChangeFormFields(), CaptchaPreAuthenticationProvider\postAuthentication(), showEditFormFields(), CaptchaPreAuthenticationProvider\testForAccountCreation(), and CaptchaPreAuthenticationProvider\testForAuthentication().
|
static |
HTMLForm | &$form |
Definition at line 91 of file ConfirmEditHooks.php.
References getInstance().
|
static |
AlternateEditPreview hook handler.
Replaces the preview with a check of all lines for the [[MediaWiki:Captcha-ip-whitelist]] interface message, if it validates as an IP address.
EditPage | $editor | |
Content | &$content | |
string | &$html | |
ParserOutput | &$po |
Definition at line 228 of file ConfirmEditHooks.php.
References $content, $css, $editor, $html, $lang, $line, $lines, and $out.
|
static |
APIGetAllowedParams hook handler Default $flags to 1 for backwards-compatible behavior.
ApiBase | &$module | |
array | &$params | |
int | $flags |
Definition at line 115 of file ConfirmEditHooks.php.
References $params, and getInstance().
|
static |
array | $requests | |
array | $fieldInfo | |
array | &$formDescriptor | |
string | $action |
Definition at line 125 of file ConfirmEditHooks.php.
References $formDescriptor, $requests, and getInstance().
|
static |
Callback for extension.json of FancyCaptcha to set a default captcha directory, which depends on wgUploadDirectory.
Definition at line 172 of file ConfirmEditHooks.php.
References $wgUploadDirectory.
|
static |
PageContentSaveComplete hook handler.
Clear IP whitelist cache on page saves for [[MediaWiki:Captcha-ip-whitelist]].
WikiPage | $wikiPage | |
User | $user | |
Content | $content | |
string | $summary | |
bool | $isMinor | |
bool | $isWatch | |
string | $section | |
int | $flags | |
int | $revision | |
Status | $status | |
int | $baseRevId |
Definition at line 60 of file ConfirmEditHooks.php.
References $cache, and WikiPage\getTitle().
|
static |
Callback for extension.json of ReCaptcha to require the recaptcha library php file.
FIXME: This should be done in a better way, e.g. only load the libraray, if really needed.
Definition at line 183 of file ConfirmEditHooks.php.
|
static |
EditPage | &$editPage | |
OutputPage | &$out |
Definition at line 83 of file ConfirmEditHooks.php.
References $out, and getInstance().
|
staticprotected |
Definition at line 4 of file ConfirmEditHooks.php.