Last modified: 2013-04-22 16:15:01 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 T47928, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 45928 - E:OpenID still checks the deprecated $wgAllowRealName (need to add a backward compatible patch)
E:OpenID still checks the deprecated $wgAllowRealName (need to add a backward...
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
OpenID (Other open bugs)
master
All All
: Low normal (vote)
: ---
Assigned To: T. Gries
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-03-09 11:03 UTC by T. Gries
Modified: 2013-04-22 16:15 UTC (History)
2 users (show)

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


Attachments

Description T. Gries 2013-03-09 11:03:08 UTC
http://www.mediawiki.org/wiki/Manual:$wgAllowRealName

An backward compatible patch is needed.
Comment 1 Bawolff (Brian Wolff) 2013-03-09 11:05:31 UTC
Note, since 1.16 setting $wgAllowRealName should have automatically set the $wgHiddenPref thing. So you only really need to check for $wgHiddenPref (unless you want back compat going wayyy back).
Comment 2 T. Gries 2013-03-09 12:59:58 UTC
is

+ if ( in_array( 'realname', $wgHiddenPrefs ) {}

the correct replacement for

+ if ( $wgAllowRealname ) { }

or is it the negation - because "HiddenPrefs" suggest something like that ?

I need to RTFM.
Comment 3 T. Gries 2013-03-09 13:21:49 UTC
https://gerrit.wikimedia.org/r/#/c/52976/1
Comment 4 T. Gries 2013-03-10 01:54:54 UTC
fixed in 9081b7a0aea210255571af4cecbd866106c9cf21

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


Navigation
Links