r64708 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64707‎ | r64708 | r64709 >
Date:15:47, 7 April 2010
Author:ialex
Status:resolved (Comments)
Tags:
Comment:
* Special:ChangePassword no longer loads user javascript
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/specials/SpecialResetpass.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialResetpass.php
@@ -31,6 +31,7 @@
3232
3333 $this->setHeaders();
3434 $this->outputHeader();
 35+ $wgOut->disallowUserJs();
3536
3637 if( !$wgAuth->allowPasswordChange() ) {
3738 $this->error( wfMsg( 'resetpass_forbidden' ) );
Index: trunk/phase3/RELEASE-NOTES
@@ -94,6 +94,7 @@
9595 exceeding $wgMaxImageArea can still be embedded at original size
9696 * (bug 23078) "All public logs" option on Special:Log is now always the first
9797 item
 98+* Special:ChangePassword no longer loads user javascript
9899
99100 === API changes in 1.17 ===
100101 * (bug 22738) Allow filtering by action type on query=logevent

Follow-up revisions

RevisionCommit summaryAuthorDate
r64816Fixes for r64708:...ialex18:21, 9 April 2010

Comments

#Comment by Umherirrender (talk | contribs)   17:05, 7 April 2010

Already in function showForm (r22013). Maybe use the same place in Preferences, ResetPass and Userlogin.

Status & tagging log