[Bug 18958] reuse $wgDisableLangConversion to be able to disable the conversion entirely

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

--- Comment #6 from Liangent  2012-08-25 13:00:01 UTC ---
Current state:

1. $wgDisableLangConversion is still there as a working conf setting.
2. User pref setting hadn't been used for years, and was removed in I92e8de7d.
*

* No good reason to make this working, as this user will not be able to view
pages written by others with any conversion syntax. It's more usable to set
user variant to the main language code.

The issue reported by mybugs.mail:

Have to be fixed after I90965346 is merged or there'll be a conflict (not
merging conflict but designing conflict), but I90965346 depends on Iec98e472
which is pending review.

-- 
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 18958] reuse $wgDisableLangConversion to be able to disable the conversion entirely

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

Nemo_bis  changed:

   What|Removed |Added

   Keywords||i18n
 CC||federicol...@tiscali.it

-- 
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 18958] reuse $wgDisableLangConversion to be able to disable the conversion entirely

2010-08-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18958

--- Comment #5 from Helder  2010-08-15 18:49:53 BRT ---
I'm not sure if it is related to this bug, but if I add

$wgDisableLangConversion = true;

to LocalSettings.php and create a page with a+b, it is displayed
-{R|a + b}- (and if I remove the setting, the formula works as expected).

Should this be reported as a new bug or is it a consequence of this one?

-- 
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 18958] reuse $wgDisableLangConversion to be able to disable the conversion entirely

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


Tim Starling  changed:

   What|Removed |Added

  Component|User preferences|Language converter




-- 
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 18958] reuse $wgDisableLangConversion to be able to disable the conversion entirely

2009-06-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18958


Andrew Garrett  changed:

   What|Removed |Added

 Blocks|18870   |
 Depends on||18870




-- 
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 18958] reuse $wgDisableLangConversion to be able to disable the conversion entirely

2009-06-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18958


Shinjiman  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |




--- Comment #4 from Shinjiman   2009-06-04 09:54:03 UTC ---
Reverted in r51460 by Werdna, per issues pointed out on Code Review.


-- 
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 18958] reuse $wgDisableLangConversion to be able to disable the conversion entirely

2009-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18958





--- Comment #3 from Shinjiman   2009-06-03 08:24:10 UTC ---
A type check has been applied on r51390 to check whether is is 0 (disabled) or
null (not set, by default).


-- 
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 18958] reuse $wgDisableLangConversion to be able to disable the conversion entirely

2009-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18958


Shinjiman  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #2 from Shinjiman   2009-05-28 18:17:07 UTC ---
Hopefully this could be fixed on r51128.

The variabled is changed from $wgDisableLangConversion to $wgEnableVariants 
to make this more clear. :)


-- 
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 18958] reuse $wgDisableLangConversion to be able to disable the conversion entirely

2009-05-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18958


Brion Vibber  changed:

   What|Removed |Added

 CC||br...@wikimedia.org




--- Comment #1 from Brion Vibber   2009-05-27 18:19:18 UTC 
---
Negative settings like this are confusing; if it's necessary at all as a site
setting it should be something like $wgEnableLangConversion (or
$wgEnableLangVariants?). This was false means off and true means on, which is
easier to remember. :)


-- 
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