[Bug 23124] During editing the pages some mediawiki messages are not loaded

2010-12-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23124

Dan Barrett mediaw...@blazemonger.com changed:

   What|Removed |Added

 CC||mediaw...@blazemonger.com

--- Comment #6 from Dan Barrett mediaw...@blazemonger.com 2010-12-03 16:38:50 
UTC ---
Can this patch be applied safely (by me) to MediaWiki 1.16, which has this bug?
It would be:

Index: includes/parser/Parser.php
===
--- includes/parser/Parser.php  (revision 14934)
+++ includes/parser/Parser.php  (working copy)
@@ -387,8 +387,7 @@
if ( $convruletitle ) {
$this-mOutput-setTitleText( $convruletitle );
} else {
-   $titleText = $wgContLang-convertTitle( $title
);
-   $this-mOutput-setTitleText( $titleText );
+ $this-mOutput-setTitleText( $wgContLang-convert(
$this-mOutput-getTitleText() ) );
}
}

-- 
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 23124] During editing the pages some mediawiki messages are not loaded

2010-12-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23124

--- Comment #7 from Dan Barrett mediaw...@blazemonger.com 2010-12-03 16:39:30 
UTC ---
Ignore the revision number (14934) on that diff: it's our local subversion
server.

-- 
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 23124] During editing the pages some mediawiki messages are not loaded

2010-12-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23124

--- Comment #8 from Platonides platoni...@gmail.com 2010-12-03 21:33:14 UTC 
---
If it works for you, it's fine, but take into account that it was then modified
by r64827, itself changed in r64856 and finally with r64876, which should be
the final fix to target.

-- 
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 23124] During editing the pages some mediawiki messages are not loaded

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

Leinad danny.lei...@gmail.com changed:

   What|Removed |Added

 CC||danny.lei...@gmail.com
   Severity|enhancement |normal

-- 
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 23124] During editing the pages some mediawiki messages are not loaded

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

Platonides platoni...@gmail.com changed:

   What|Removed |Added

 CC||platoni...@gmail.com

--- Comment #1 from Platonides platoni...@gmail.com 2010-04-09 22:26:58 UTC 
---
That's another consequence of the setTitleText...

-- 
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 23124] During editing the pages some mediawiki messages are not loaded

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

Conrad Irwin conrad.ir...@gmail.com changed:

   What|Removed |Added

 CC||conrad.ir...@gmail.com

--- Comment #2 from Conrad Irwin conrad.ir...@gmail.com 2010-04-09 22:27:26 
UTC ---
The same problem breaks {{DISPLAYTITLE}}. 

Seems to be a repeat of bug 22501

-- 
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 23124] During editing the pages some mediawiki messages are not loaded

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

--- Comment #3 from Platonides platoni...@gmail.com 2010-04-09 22:30:31 UTC 
---
r64827 fixes 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 23124] During editing the pages some mediawiki messages are not loaded

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

Platonides platoni...@gmail.com changed:

   What|Removed |Added

 CC||bawolff...@gmail.com

--- Comment #4 from Platonides platoni...@gmail.com 2010-04-09 22:37:52 UTC 
---
*** Bug 23125 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 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 23124] During editing the pages some mediawiki messages are not loaded

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

Leinad danny.lei...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #5 from Leinad danny.lei...@gmail.com 2010-04-09 22:40:36 UTC ---
Now it works, thank you. Marked as 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