[Bug 26514] let action=parse&prop=languageshtml return the right html

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

Umherirrender  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |INVALID

--- Comment #3 from Umherirrender  ---
languageshtml was deprecated with gerrit 96364, so no need to fix this anymore.

-- 
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 26514] let action=parse&prop=languageshtml return the right html

2011-08-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26514

Mark A. Hershberger  changed:

   What|Removed |Added

 AssignedTo|roan.katt...@gmail.com  |wikibugs-l@lists.wikimedia.
   ||org

-- 
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 26514] let action=parse&prop=languageshtml return the right html

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

--- Comment #2 from Umherirrender  2010-12-30 
20:36:20 UTC ---
It is the following (languagesHtml, not categoriesHtml):

+private function languagesHtml( $languages ) {
+global $wgOut, $wgUser;
+$wgOut->setLanguageLinks( $languages );
+$sk = $wgUser->getSkin();
+return $sk->otherLanguages();
+}

The function is not right for MonoBookTemplate and VectorTemplate, because
there it is done at another place, not by overriding otherLanguages.

-- 
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 26514] let action=parse&prop=languageshtml return the right html

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

--- Comment #1 from Reedy  2010-12-30 20:02:24 UTC ---
CC'd Priyanka

Added in r77896

+private function categoriesHtml( $categories ) {
+global $wgOut, $wgUser;
+$wgOut->addCategoryLinks( $categories );
+$sk = $wgUser->getSkin();
+return $sk->getCategories();
+}


Surely that does what you're asking for...?

Unless there's some extra skin parsing somewhere along the way

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