[Bug 32906] Support for switching language variants

2013-10-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32906

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

   What|Removed |Added

 Status|ASSIGNED|NEW
Version|1.0.0 (Android) |Unspecified
   Assignee|br...@wikimedia.org |wikibugs-l@lists.wikimedia.
   ||org

--- Comment #29 from Brion Vibber br...@wikimedia.org ---
This is planned for the new app.

-- 
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 32906] Support for switching language variants

2013-03-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32906

Bug 32906 depends on bug 41995, which changed state.

Bug 41995 Summary: action=mobileview doesn't convert page title, section names 
to language variants
https://bugzilla.wikimedia.org/show_bug.cgi?id=41995

   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 32906] Support for switching language variants

2013-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32906

Ryu, Cheol ry...@yahoo.com changed:

   What|Removed |Added

 CC||rch...@gmail.com,
   ||ry...@yahoo.com

-- 
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 32906] Support for switching language variants

2013-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32906

Ryu, Cheol ry...@yahoo.com changed:

   What|Removed |Added

 CC|ry...@yahoo.com |

-- 
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 32906] Support for switching language variants

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

Bug 32906 depends on bug 38101, which changed state.

Bug 38101 Summary: Support switching content language variants
https://bugzilla.wikimedia.org/show_bug.cgi?id=38101

   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 32906] Support for switching language variants

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

Liangent liang...@gmail.com changed:

   What|Removed |Added

 Depends on||42240

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 32906] Support for switching language variants

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

--- Comment #28 from Liangent liang...@gmail.com 2012-11-11 08:52:43 UTC ---
(In reply to comment #25)
 Right; then make it explicit when doing that refactoring.
 
 Bonus points for devising unit tests. :)

OK one case came just now: some user reports bug 42002. With this implicit
parameter we can just let TimedText:XXX.LANG.srt have page language = LANG,
then pass in a variant=XX parameter (because we're using api.php?action=parse)
but what if the parameter goes away?

btw. after the fix we should really let action=parse accept a explicit
variant parameter.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 32906] Support for switching language variants

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

--- Comment #16 from Brion Vibber br...@wikimedia.org 2012-11-10 13:16:48 UTC 
---
Looks like the system already supports passing a 'variant' parameter on the
request, it's just that since it's handled internally by LanguageConverter and
friends it's not documented on the API. :)

We'd still need to export them in a machine-readable way, or hardcode them in
the app (easy but annoying to maintain), then make sure we have a UI for
selecting it and include it in the request.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 32906] Support for switching language variants

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

--- Comment #17 from Brion Vibber br...@wikimedia.org 2012-11-10 13:17:04 UTC 
---
Doc for 'variant' on action=mobileview: https://gerrit.wikimedia.org/r/32718

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 32906] Support for switching language variants

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

--- Comment #18 from Liangent liang...@gmail.com 2012-11-10 16:31:29 UTC ---
(In reply to comment #16)
 Looks like the system already supports passing a 'variant' parameter on the
 request, it's just that since it's handled internally by LanguageConverter and
 friends it's not documented on the API. :)
 
 We'd still need to export them in a machine-readable way, or hardcode them in
 the app (easy but annoying to maintain), then make sure we have a UI for
 selecting it and include it in the request.

It seems the language converter go to check $wgRequest for variant directly and
it's a part of the parsing process. Does this violate the No $wg*** in Parser
principle, or al least should be context-fied?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 32906] Support for switching language variants

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

--- Comment #19 from Daniel Friesen mediawiki-b...@nadir-seen-fire.com 
2012-11-10 17:41:26 UTC ---
(In reply to comment #18)
 (In reply to comment #16)
  Looks like the system already supports passing a 'variant' parameter on the
  request, it's just that since it's handled internally by LanguageConverter 
  and
  friends it's not documented on the API. :)
  
  We'd still need to export them in a machine-readable way, or hardcode them 
  in
  the app (easy but annoying to maintain), then make sure we have a UI for
  selecting it and include it in the request.
 
 It seems the language converter go to check $wgRequest for variant directly 
 and
 it's a part of the parsing process. Does this violate the No $wg*** in 
 Parser
 principle, or al least should be context-fied?

As far as I can see the variant code doesn't use any request data in the parser
context.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 32906] Support for switching language variants

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

--- Comment #20 from Liangent liang...@gmail.com 2012-11-10 17:53:22 UTC ---
(In reply to comment #19)
 (In reply to comment #18)
  (In reply to comment #16)
   Looks like the system already supports passing a 'variant' parameter on 
   the
   request, it's just that since it's handled internally by 
   LanguageConverter and
   friends it's not documented on the API. :)
   
   We'd still need to export them in a machine-readable way, or hardcode 
   them in
   the app (easy but annoying to maintain), then make sure we have a UI for
   selecting it and include it in the request.
  
  It seems the language converter go to check $wgRequest for variant directly 
  and
  it's a part of the parsing process. Does this violate the No $wg*** in 
  Parser
  principle, or al least should be context-fied?
 
 As far as I can see the variant code doesn't use any request data in the 
 parser
 context.

Some functions parser calls as a part of parsing do global $wgRequest.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 32906] Support for switching language variants

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

--- Comment #21 from Liangent liang...@gmail.com 2012-11-10 18:00:55 UTC ---
(In reply to comment #20)
 Some functions parser calls as a part of parsing do global $wgRequest.

To clarify:

Parser::parse() calls Language::convert() in line 414.
which calls LanguageConverter::convert() in line 3537.
which calls LanguageConverter::getPreferredVariant() in line 605.
which does global $wgUser, *and* calls LanguageConverter::getURLVariant() and
LanguageConverter::getHeaderVariant() in line 163 and line 168.
which do global $wgRequest.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 32906] Support for switching language variants

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

--- Comment #22 from Daniel Friesen mediawiki-b...@nadir-seen-fire.com 
2012-11-10 18:09:04 UTC ---
Ah... crap, right. Missed examining convert.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 32906] Support for switching language variants

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

--- Comment #23 from Brion Vibber br...@wikimedia.org 2012-11-10 18:15:27 UTC 
---
Yes, it's a terrible abstraction violation worthy of great headdesks. :) But...
it works for now, and documenting it means we can use it and can worry about
refactoring the guts later and replacing the implicit 'variant' parameter with
an explicit one that gets passed into the ParserOptions object cleanly.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 32906] Support for switching language variants

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

--- Comment #24 from Liangent liang...@gmail.com 2012-11-10 18:19:42 UTC ---
(In reply to comment #23)
 Yes, it's a terrible abstraction violation worthy of great headdesks. :) 
 But...
 it works for now, and documenting it means we can use it and can worry about
 refactoring the guts later and replacing the implicit 'variant' parameter with
 an explicit one that gets passed into the ParserOptions object cleanly.

But refactoring may mean that we need to fix parser callers, and it may trash
our work we do now attempting to use the implicit variant parameter.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 32906] Support for switching language variants

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

--- Comment #25 from Brion Vibber br...@wikimedia.org 2012-11-10 18:25:15 UTC 
---
Right; then make it explicit when doing that refactoring.

Bonus points for devising unit tests. :)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 32906] Support for switching language variants

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

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

   What|Removed |Added

 Depends on||41995

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 32906] Support for switching language variants

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

--- Comment #26 from Brion Vibber br...@wikimedia.org 2012-11-11 04:16:53 UTC 
---
Filing a separate bug for variant support in action=mobileview: bug 41995.
Titles and section names need to be converted, which currently are not.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 32906] Support for switching language variants

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

--- Comment #27 from Brion Vibber br...@wikimedia.org 2012-11-11 04:20:51 UTC 
---
Work in progress in 'variants' branch on my clone:

https://github.com/brion/Wikipedia/commits/variants

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 32906] Support for switching language variants

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

Bug 32906 depends on bug 38101, which changed state.

Bug 38101 Summary: Support switching content language variants
https://bugzilla.wikimedia.org/show_bug.cgi?id=38101

   What|Old Value   |New Value

 Status|RESOLVED|REOPENED
 Resolution|DUPLICATE   |

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 32906] Support for switching language variants

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

Bug 32906 depends on bug 38101, which changed state.

Bug 38101 Summary: Support switching content language variants
https://bugzilla.wikimedia.org/show_bug.cgi?id=38101

   What|Old Value   |New Value

 Status|REOPENED|RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 32906] Support for switching language variants

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

Bug 32906 depends on bug 38101, which changed state.

Bug 38101 Summary: Support switching content language variants
https://bugzilla.wikimedia.org/show_bug.cgi?id=38101

   What|Old Value   |New Value

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 32906] Support for switching language variants

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

Bug 32906 depends on bug 38101, which changed state.

Bug 38101 Summary: Support switching content language variants
https://bugzilla.wikimedia.org/show_bug.cgi?id=38101

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||DUPLICATE

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 32906] Support for switching language variants

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

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

   What|Removed |Added

 CC||amir.ahar...@mail.huji.ac.i
   ||l

--- Comment #14 from Derk-Jan Hartman hart...@videolan.org 2012-07-01 
13:41:17 UTC ---
*** Bug 37582 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 32906] Support for switching language variants

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

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

   What|Removed |Added

 Depends on||38101

--- Comment #15 from Derk-Jan Hartman hart...@videolan.org 2012-07-01 
13:47:20 UTC ---
Added 38101 as blocker to this feature because it requires mobilefrontend work

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 32906] Support for switching language variants

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

Phil Chang phili...@gmail.com changed:

   What|Removed |Added

 Blocks|33957   |33855

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 32906] Support for switching language variants

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

--- Comment #12 from Phil Chang phili...@gmail.com 2012-01-26 01:20:48 UTC ---
*** Bug 32921 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 32906] Support for switching language variants

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

--- Comment #13 from Phil Chang phili...@gmail.com 2012-01-26 01:21:53 UTC ---
Bug 32921 seems related, possibly the same cause, but not sure what title
conversion means

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 32906] Support for switching language variants

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

Phil Chang phili...@gmail.com changed:

   What|Removed |Added

 Blocks|31805   |33957

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 32906] Support for switching language variants

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

Phil Chang phili...@gmail.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 32906] Support for switching language variants

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

--- Comment #10 from Brion Vibber br...@wikimedia.org 2012-01-04 18:26:00 UTC 
---
What we'd probably need is a couple of things:

* MobileFrontend needs to see what language variants are available and export
them in a machine-readable way (as well as some UI-accessible way for humans!)
* PhoneGap app needs to read that data out and make it available in some sort
of user interface
* PhoneGap app needs to take the variant preference and pass it on all your
URLs when actually loading (?)

May also have to consider how to properly deal with saved pages - can you save
the same page in different variants? Do we include the variant link in the URLs
when sharing and saving and in history?

Note that links within pages don't appear to be forced to the variant form;
they're all just using /wiki/whatever from what I can see, which means unless
we process the links, when navigating you'll jump back to the default setting.

-- 
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 32906] Support for switching language variants

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

Phil Chang phili...@gmail.com changed:

   What|Removed |Added

 Blocks|31447   |31805
 AssignedTo|wikibugs-l@lists.wikimedia. |br...@wikimedia.org
   |org |

--- Comment #11 from Phil Chang phili...@gmail.com 2012-01-04 18:31:46 UTC ---
removing as 1.0 blocker, assigning to 1.1 for now

-- 
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 32906] Support for switching language variants

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

Tomasz Finc tf...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

--- Comment #7 from Tomasz Finc tf...@wikimedia.org 2012-01-03 19:28:39 UTC 
---
This also affects Serbian.

-- 
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 32906] Support for switching language variants

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

--- Comment #8 from Phil Chang phili...@gmail.com 2012-01-03 23:34:32 UTC ---
Sounds like the list to test is sr, gan, iu, kk, ku, shi and tg

-- 
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 32906] Support for switching language variants

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

Phil Chang phili...@gmail.com changed:

   What|Removed |Added

 Blocks||31447

-- 
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 32906] Support for switching language variants

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

--- Comment #9 from Liangent liang...@gmail.com 2012-01-04 04:42:55 UTC ---
(In reply to comment #8)
 Sounds like the list to test is sr, gan, iu, kk, ku, shi and tg

and zh

-- 
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 32906] Support for switching language variants

2011-12-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32906

--- Comment #5 from Derk-Jan Hartman hart...@videolan.org 2011-12-19 08:33:32 
UTC ---
@Phil

App UI and interwiki are not the same as language variants.
We have a 3rd language option, and it's just for a few of the wiki's, they are
called Variants. Basically it's an option to switch script for the content
languages that can be transliterated into multiple scripts.

The Chinese language is one of those. You can switch between zh-cn, zh-hk,
zh-sg, zh-tw, with a small drop down menu right to the Talk page tab. All are
chinese, but all written differently. This option only shows and is only needed
on a couple of wiki's. I think the only other language that has this option is
the sr language wiki.

http://www.mediawiki.org/wiki/Language_in_MediaWiki

-- 
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 32906] Support for switching language variants

2011-12-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32906

--- Comment #6 from Liangent liang...@gmail.com 2011-12-19 14:11:24 UTC ---
(In reply to comment #5)
 I think the only other language that has this option is
 the sr language wiki.

Also gan, iu, kk, ku, shi and tg as well.

-- 
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 32906] Support for switching language variants

2011-12-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32906

--- Comment #4 from Liangent liang...@gmail.com 2011-12-16 09:47:38 UTC ---
What should be done for inter-wiki language variations?(In reply to comment #3)
 Both switching of app UI and inter-wiki language variations of an article are
 implemented. Can we close this?

What was done for inter-wiki language variations?

-- 
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 32906] Support for switching language variants

2011-12-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32906

Phil Chang phili...@gmail.com changed:

   What|Removed |Added

 CC||phili...@gmail.com

--- Comment #3 from Phil Chang phili...@gmail.com 2011-12-15 21:53:15 UTC ---
Both switching of app UI and inter-wiki language variations of an article are
implemented. Can we close this?

-- 
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 32906] Support for switching language variants

2011-12-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32906

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

   What|Removed |Added

Summary|Support for language|Support for switching
   |variants|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