Rotem Dan wrote:
That's about it. The most urgent one is the problem with TeX (should always show as PNG for anonymous and registered users). Fixing the IE problem with "back" "forward" would also be nice (if possible).
Cheers,
Rotem
Defaults on LanguageHe.php on meta are now:
/* private */ $wgDefaultUserOptionsHe = array( "quickbar" => 2, "underline" => 1, "hover" => 1, "cols" => 80, "rows" => 25, "searchlimit" => 20, "contextlines" => 5, "contextchars" => 50, "skin" => 0, "math" => 0, "rcdays" => 7, "rclimit" => 50, "highlightbroken" => 1, "stubthreshold" => 0 );
ie. I changed "math" => 1 to "math" => 0 to make TeX always render as PNG thus fix the RTL display bug with TeX (see the bug report in previous message for more about this).
In the case of Erik who does not seem to trust me, see http://he.wikipedia.org/wiki/%D7%AA%D7%95%D7%A8%D7%AA_%D7%94%D7%A7%D7%91%D7%...
Note one of the formulas on this article about set theory shows " {A = {a,b,c " instead of " A = {a,b,c} " when TeX is set to be rendered as HTML. (The same problem exists in another formula later on the article)
Please update http://meta.wikipedia.org/wiki/LanguageHe.php to http://he.wikipedia.org and CVS
Rotem