[Bug 38101] Support switching content language variants

2013-04-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38101

--- Comment #9 from Derk-Jan Hartman hartman.w...@gmail.com ---
Confirmed fixed, though I note that it doesn't skip over some of the
aliases/disabled versions of variants:

See also SkinTemplate.php which is responsible for this in skins.


// Loops over each variant
foreach( $variants as $code ) {
// Gets variant name from
language code
$varname =
$pageLang-getVariantname( $code );
// Checks if the variant is
marked as disabled
if( $varname == 'disable' ) {
// Skips this variant
continue;
}
// Appends variant link
   
$content_navigation['variants'][] = array(
'class' = ( $code ==
$preferred ) ? 'selected' : false,
'text' = $varname,
'href' =
$title-getLocalURL( array( 'variant' = $code ) + $params ),
'lang' = $code,
'hreflang' = $code
);
}

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38101] Support switching content language variants

2012-12-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38101

Jon jrob...@wikimedia.org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38101] Support switching content language variants

2012-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38101

Juliusz Gonera jgon...@wikimedia.org changed:

   What|Removed |Added

 Status|REOPENED|ASSIGNED
 CC||jgon...@wikimedia.org
   Assignee|wikibugs-l@lists.wikimedia. |jgon...@wikimedia.org
   |org |

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38101] Support switching content language variants

2012-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38101

Juliusz Gonera jgon...@wikimedia.org changed:

   What|Removed |Added

 CC||mgro...@wikimedia.org

--- Comment #8 from Juliusz Gonera jgon...@wikimedia.org ---
*** Bug 41875 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38101] Support switching content language variants

2012-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38101

--- Comment #7 from Derk-Jan Hartman hartman.w...@gmail.com 2012-10-14 
14:42:20 UTC ---
Created attachment 11193
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=11193
screenshot

Since it seems rather common that people forget what variants are, I'll add a
screenshot, will save some discussion hopefully.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38101] Support switching content language variants

2012-10-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38101

Derk-Jan Hartman hartman.w...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|DUPLICATE   |

--- Comment #3 from Derk-Jan Hartman hartman.w...@gmail.com 2012-10-11 
07:45:41 UTC ---
@Brion, this ticket was about content language variants, bug 21806 is about
interface language variants.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38101] Support switching content language variants

2012-10-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38101

--- Comment #4 from Jon jrob...@wikimedia.org 2012-10-11 14:16:45 UTC ---
You can switch the language of the content... am I misunderstanding?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38101] Support switching content language variants

2012-10-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38101

Jon jrob...@wikimedia.org changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #5 from Jon jrob...@wikimedia.org 2012-10-11 23:40:20 UTC ---
In non-beta you click the W
In beta go to the blue ribbon poking from the right and expand it to choose a
language

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38101] Support switching content language variants

2012-10-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38101

Daniel Friesen mediawiki-b...@nadir-seen-fire.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

--- Comment #6 from Daniel Friesen mediawiki-b...@nadir-seen-fire.com 
2012-10-12 03:09:30 UTC ---
(In reply to comment #4)
 You can switch the language of the content... am I misunderstanding?

That's language_urls a list of interlanguage links to other wikis.

Some languages such as zh have variants. These are kind of like sub-languages
on the same wiki. Usually the same text in another script or something. This
works by running a language converter over the page content.

You can see the variant menu by going to https://zh.wikipedia.org/ and looking
at the menu beside the two namespace tabs.

This is missing from the mobile site. So it's not fixed.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38101] Support switching content language variants

2012-10-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38101

Brion Vibber br...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE

--- Comment #2 from Brion Vibber br...@wikimedia.org 2012-10-10 21:03:09 UTC 
---
Duping to bug 21806.

*** This bug has been marked as a duplicate of bug 21806 ***

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38101] Support switching content language variants

2012-07-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38101

Derk-Jan Hartman hart...@videolan.org changed:

   What|Removed |Added

 Blocks||32906

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38101] Support switching content language variants

2012-07-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38101

--- Comment #1 from Derk-Jan Hartman hart...@videolan.org 2012-07-01 13:49:20 
UTC ---
See also brion's comments:
https://bugzilla.wikimedia.org/show_bug.cgi?id=32906#c10

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38101] Support switching content language variants

2012-07-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38101

Jon jrob...@wikimedia.org changed:

   What|Removed |Added

 CC||jrob...@wikimedia.org
   Severity|normal  |enhancement

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38101] Support switching content language variants

2012-07-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38101

Jon jrob...@wikimedia.org changed:

   What|Removed |Added

 CC||aricha...@wikimedia.org,
   ||prei...@wikimedia.org,
   ||tf...@wikimedia.org
  Component|Content |MobileFrontend
Version|.5  |master
Product|Wikimedia Mobile|MediaWiki extensions

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l