r25478 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r25477‎ | r25478 | r25479 >
Date:15:05, 4 September 2007
Author:aaron
Status:old
Tags:
Comment:
*Comment grammar
Modified paths:
  • /trunk/phase3/includes/Title.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Title.php
@@ -1918,10 +1918,10 @@
19191919 }
19201920 // Allow IPv6 usernames to start with '::' by canonicalizing IPv6 titles.
19211921 // IP names are not allowed for accounts, and can only be referring to
1922 - // edits from the IP. IPv6, given '::' abbreviations and caps/lowercaps,
 1922+ // edits from the IP. Given '::' abbreviations and caps/lowercaps,
19231923 // there are numerous ways to present the same IP. Having sp:contribs scan
19241924 // them all is silly and having some show the edits and others not is
1925 - // inconsistent. Keep them normalized instead.
 1925+ // inconsistent. Same for talk/userpages. Keep them normalized instead.
19261926 $dbkey = $this->mNamespace == NS_USER ? IP::sanitizeIP( $dbkey ) : $dbkey;
19271927 // Any remaining initial :s are illegal.
19281928 if ( $dbkey !== '' && ':' == $dbkey{0} ) {

Follow-up revisions

RevisionCommit summaryAuthorDate
r25530Merged revisions 25454-25529 via svnmerge from...david08:28, 5 September 2007
r25564apiedit: Merging r25478 and beyond from trunkcatrope22:07, 5 September 2007

Status & tagging log