Last modified: 2010-05-15 15:38:27 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T6980, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 4980 - Forgotten test code in user.php 1.5-cvs (test code for CookiePrefix change ?)
Forgotten test code in user.php 1.5-cvs (test code for CookiePrefix change ?)
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
User login and signup (Other open bugs)
1.5.x
All All
: Normal normal with 1 vote (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-02-13 22:51 UTC by T. Gries
Modified: 2010-05-15 15:38 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description T. Gries 2006-02-13 22:51:53 UTC
line 1237 and 1240 appears to be test output code and creates [+] or [-] text on
user login screens:

  1236 : 	  vibber 	  1.120 	  if ( 1 == $this->getOption( 'rememberpassword' ) ) {
  1237 : 	  timstarling 	  1.176.2.3 	  $wgOut->addHTML("<font size=-2>[+]</font>");
  1238 : 	  	  	  setcookie( $wgCookiePrefix.'Token', $this->mToken, $exp,
$wgCookiePath, $wgCookieDomain );
  1239 : 	  vibber 	  1.120 	  } else {
  1240 : 	  timstarling 	  1.176.2.3 	  $wgOut->addHTML("<font size=-2>[-]</font>");
  1241 : 	  	  	  setcookie( $wgCookiePrefix.'Token', '', time() - 3600 );
  1242 : 	  vibber 	  1.120 	  }
  1243 : 	  	  	  }
  1244 :

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links