Last modified: 2011-09-20 11:29:13 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 T32938, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 30938 - Enable $wgExtraGenderNamespaces on plwiki *BEFORE* MW1.18 deployment
Enable $wgExtraGenderNamespaces on plwiki *BEFORE* MW1.18 deployment
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Normal enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
: i18n, shell
Depends on:
Blocks: 29876
  Show dependency treegraph
 
Reported: 2011-09-16 20:06 UTC by Leinad
Modified: 2011-09-20 11:29 UTC (History)
3 users (show)

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


Attachments

Description Leinad 2011-09-16 20:06:01 UTC
Per bug10064, bug17160 and bug27398, please enable $wgExtraGenderNamespaces on plwiki with the following configuration:

$wgExtraGenderNamespaces = array(
NS_USER => array( 'male' => 'Wikipedysta', 'female' => 'Wikipedystyka' ),
NS_USER_TALK => array( 'male' => 'Dyskusja_wikipedysty', 'female' => 'Dyskusja_wikipedystki' ),
);

You have to make live this configuration before MediaWiki 1.18 deployment, because changes from bug27385 without the above configuration will cause problem with namespaces on Polish Wikipedia - users with specified in Preferences "male" gender will still have namespace "Wikipedysta:", but users with specified "female" gender will get namespace "Użytkowniczka:".
Comment 1 Leinad 2011-09-16 21:43:51 UTC
I made a mistake in one of names, so once again:

$wgExtraGenderNamespaces = array(
NS_USER => array( 'male' => 'Wikipedysta', 'female' => 'Wikipedystka' ),
NS_USER_TALK => array( 'male' => 'Dyskusja_wikipedysty', 'female' =>
'Dyskusja_wikipedystki' ),
);
Comment 2 Sam Reed (reedy) 2011-09-16 23:48:44 UTC
(In reply to comment #0)
> You have to make live this configuration before MediaWiki 1.18 deployment,
> because changes from bug27385 without the above configuration will cause
> problem with namespaces on Polish Wikipedia - users with specified in
> Preferences "male" gender will still have namespace "Wikipedysta:", but users
> with specified "female" gender will get namespace "Użytkowniczka:".

If that's the case, it needs fixing for any and all wikis that have got it setup

Ar, De, Es, He, Pl, Pt and Pt_br...
Comment 3 Leinad 2011-09-17 00:09:44 UTC
(In reply to comment #2)
> If that's the case, it needs fixing for any and all wikis that have got it
> setup
> 
> Ar, De, Es, He, Pl, Pt and Pt_br...

Yep, you are right. The problem occurs only there where is configured using $wgExtraNamespaces local user namespaces like "Wikipedian".

All projects should be informed about this case. If they don't request for similar configuration with specified female form, you will have to set in $wgExtraGenderNamespaces for female form the same name as in male form in $wgExtraNamespaces.

PS. For other Polish projects I will open bugs in the next week, because it's not so clear like in Polish Wikipedia with "Wikipedian", for example Wikisource community have to discuss whether "Wikiskryba" is a gender neutral word.
Comment 4 Sam Reed (reedy) 2011-09-19 08:44:07 UTC
Ok, test2 get's done later today, and the first wiki with differences is hewiki on Wednesday

For the rest of them that are set, we've got about 2 weeks till this happens.

I'll confirm with Niklas, but if we need to at least set the gender neutral version (as a basis if we don't receive the actual names) for each wiki with the gendering, we might aswell add that in now, as it won't affect 1.17, but will then start workign for 1.18 as the deployments roll out
Comment 5 Niklas Laxström 2011-09-19 10:48:39 UTC
With r97461 we can at least keep the status quo without hassle. The downside is that some languages won't get gendered namespaces even if core has them (but most languages don't even have them in core yet).
Comment 6 Leinad 2011-09-19 11:58:00 UTC
I checked r97461, looks on reasonable solution :)

And yes, imho there is no problem to add now $wgExtraGenderNamespaces configuration (if already some project requested, like pl.wiki) and it will start workign for 1.18.

PS. On http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php also cswiki and cswikinews have configured in $wgNamespaceAliases female user namespaces, so you could consider to set it as $wgExtraGenderNamespaces.
Comment 7 Sam Reed (reedy) 2011-09-20 11:29:13 UTC
'wgExtraGenderNamespaces' => array(
    'default' => array(),
    'plwiki' => array( NS_USER => array( 'male' => 'Wikipedysta', 'female' => 'Wikipedystyka' ), NS_USER_TALK => array( 'male' => 'Dyskusja_wikipedysty', 'female' => 'Dyskusja_wikipedystki' ) ),
)

cswiki/cswikinews should be logged as a separate bug probably. Also, be explicit of what wants to go where...

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


Navigation
Links