r70961 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70960‎ | r70961 | r70962 >
Date:14:37, 12 August 2010
Author:platonides
Status:ok
Tags:
Comment:
Follow up r70520. Use canonical class name.
Modified paths:
  • /trunk/phase3/includes/OutputPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/OutputPage.php
@@ -1973,7 +1973,7 @@
19741974 ) as $message ) {
19751975 $data['messages'][$message] = wfMsg( $message );
19761976 }
1977 - $this->addScript( Html::inlineScript( 'var passwordSecurity=' . FormatJSON::encode( $data ) ) );
 1977+ $this->addScript( Html::inlineScript( 'var passwordSecurity=' . FormatJson::encode( $data ) ) );
19781978 $this->addScriptFile( 'password.js' );
19791979 $this->addStyle( 'common/password.css' );
19801980 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r70520JavaScript-based password complexity checker on account creation and password...maxsem19:16, 5 August 2010

Status & tagging log