Last modified: 2010-12-03 21:33:14 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T25124, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 23124 - During editing the pages some mediawiki messages are not loaded
During editing the pages some mediawiki messages are not loaded
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
General/Unknown (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
: code-update-regression
: 23125 (view as bug list)
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-04-09 22:17 UTC by Leinad
Modified: 2010-12-03 21:33 UTC (History)
6 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Leinad 2010-04-09 22:17:54 UTC
After WMF software updating, on pl.wiki we do not see messages  [[MediaWiki:editing]], [[MediaWiki:editingsection]] and [[MediaWiki:editingcomment]].

On my own wiki I've tested http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/includes/EditPage.php and it works, so the issue is probably connected with failure during deploying.
Comment 1 Platonides 2010-04-09 22:26:58 UTC
That's another consequence of the setTitleText...
Comment 2 Conrad Irwin 2010-04-09 22:27:26 UTC
The same problem breaks {{DISPLAYTITLE}}. 

Seems to be a repeat of bug 22501
Comment 3 Platonides 2010-04-09 22:30:31 UTC
r64827 fixes it.
Comment 4 Platonides 2010-04-09 22:37:52 UTC
*** Bug 23125 has been marked as a duplicate of this bug. ***
Comment 5 Leinad 2010-04-09 22:40:36 UTC
Now it works, thank you. Marked as fixed.
Comment 6 Dan Barrett 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() ) );
                        }
                }
Comment 7 Dan Barrett 2010-12-03 16:39:30 UTC
Ignore the revision number (14934) on that diff: it's our local subversion server.
Comment 8 Platonides 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.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links