[Bug 39045] Incomplete i18n for log entries in CentralAuth

2013-07-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39045

--- Comment #5 from Siebrand s.mazel...@xs4all.nl ---
This was reported again at
https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Centralauth-rightslog-entry-grouprename/uk

-- 
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 39045] Incomplete i18n for log entries in CentralAuth

2013-07-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39045

--- Comment #6 from Jan Luca j...@jans-seite.de ---
Maybe the changes in [[gerrit:38137]] can help here?

-- 
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 39045] Incomplete i18n for log entries in CentralAuth

2013-07-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39045

--- Comment #7 from Siebrand s.mazel...@xs4all.nl ---
(In reply to comment #6)
 Maybe the changes in [[gerrit:38137]] can help here?

It won't hurt, but doesn't solve.
https://www.mediawiki.org/wiki/Logging_to_Special:Log#1.19_and_later needs to
be applied.

-- 
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 39045] Incomplete i18n for log entries in CentralAuth

2013-02-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39045

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Low

-- 
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 39045] Incomplete i18n for log entries in CentralAuth

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

Amir E. Aharoni amir.ahar...@mail.huji.ac.il changed:

   What|Removed |Added

 CC||amir.ahar...@mail.huji.ac.i
   ||l
Summary|Incomplete i18n for log |Incomplete i18n for log
   |entries |entries in CentralAuth

-- 
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 39045] Incomplete i18n for log entries

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

--- Comment #3 from Niklas Laxström niklas.laxst...@gmail.com 2012-08-06 
12:49:00 UTC ---
The information should be stored in extra parameters for the log entry, and
i18ned when displaying it (as opposed to save time).

-- 
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 39045] Incomplete i18n for log entries

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

Marco Aurelio maure...@gmx.es changed:

   What|Removed |Added

 CC||maure...@gmx.es

--- Comment #4 from Marco Aurelio maure...@gmx.es 2012-08-06 20:29:29 UTC ---
(In reply to comment #2)
 (In reply to comment #1) 
  It is not much work to change the code but I think the author has made his
  thoughts about using wfMsgForContent() instead of wfMsg(). Should we change
  this?
 
 That would log in the performer's user language and make even more o a mess, 
 as
 the log entries would display in multiple languages.

Per Siebrand. That happened in the past and was a complete dissaster.
CentralAuth logs showed in the language of the performer. Please don't do that.

-- 
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 39045] Incomplete i18n for log entries

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

Jan Luca j...@jans-seite.de changed:

   What|Removed |Added

 CC||j...@jans-seite.de

--- Comment #1 from Jan Luca j...@jans-seite.de 2012-08-05 11:20:05 UTC ---
These texts are localised by translatewiki.net (e.g.
centralauth-log-status-locked) but the code uses wfMsgForContent(...) when
create the log entry. 

It is not much work to change the code but I think the author has made his
thoughts about using wfMsgForContent() instead of wfMsg(). Should we change
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 39045] Incomplete i18n for log entries

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

Siebrand s.mazel...@xs4all.nl changed:

   What|Removed |Added

 CC||s.mazel...@xs4all.nl

--- Comment #2 from Siebrand s.mazel...@xs4all.nl 2012-08-05 11:28:01 UTC ---
(In reply to comment #1) 
 It is not much work to change the code but I think the author has made his
 thoughts about using wfMsgForContent() instead of wfMsg(). Should we change
 this?

That would log in the performer's user language and make even more o a mess, as
the log entries would display in multiple languages.

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