Page MenuHomePhabricator

Script errors displayed in Internet Explorer 7
Closed, InvalidPublic

Description

Author: nadeejw

Description:
Script errors are getting displayed in the followings.

  1. http://id.wikipedia.org/wiki/
  1. http://mk.wikipedia.org/wiki/ (page edit)
  1. http://en.wiktionary.org/wiki/da:Forside
  1. http://en.wiktionary.org/wiki/it:Pagina_principale
  1. http://en.wiktionary.org/wiki/nn:Hovudside
  1. http://en.wiktionary.org/wiki/sv:Huvudsida (recent changes)
  1. http://en.wiktionary.org/wiki/tl:Unang_Pahina
  1. http://en.wiktionary.org/wiki/fa:%D8%B5%D9%81%D8%AD%D9%87%E2%80%8C%DB%8C_%D8%A7%D8%B5%D9%84%DB%8C (page edit)
  1. http://en.wiktionary.org/wiki/ur:%D8%B5%D9%81%D8%AD%DB%81_%D8%A7%D9%88%D9%84
  1. http://en.wiktionary.org/wiki/bn:%E0%A6%AA%E0%A7%8D%E0%A6%B0%E0%A6%A7%E0%A6%BE%E0%A6%A8_%E0%A6%AA%E0%A6%BE%E0%A6%A4%E0%A6%BE (page edit)
  1. http://en.wiktionary.org/wiki/mr:%E0%A4%AE%E0%A5%81%E0%A4%96%E0%A4%AA%E0%A5%83%E0%A4%B7%E0%A5%8D%E0%A4%A0
  1. http://en.wiktionary.org/wiki/ko:%EC%9C%84%ED%82%A4%EB%82%B1%EB%A7%90%EC%82%AC%EC%A0%84:%EB%8C%80%EB%AC%B8 (page edit)
  1. http://sk.wikiquote.org/w/index.php?title=Sk%C3%BAmanie&action=history
  1. http://en.wikiquote.org/wiki/id:Halaman_Utama
  1. http://en.wikiquote.org/wiki/ro:Pagina_principal%C4%83
  1. http://en.wikiquote.org/wiki/sk:Hlavn%C3%A1_str%C3%A1nka
  1. http://en.wikiquote.org/wiki/bg:%D0%9D%D0%B0%D1%87%D0%B0%D0%BB%D0%BD%D0%B0_%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%86%D0%B0 (page edit)
  1. http://en.wikiquote.org/wiki/ru:%D0%97%D0%B0%D0%B3%D0%BB%D0%B0%D0%B2%D0%BD%D0%B0%D1%8F_%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%86%D0%B0
  1. http://en.wikiquote.org/wiki/ka:%E1%83%9B%E1%83%97%E1%83%90%E1%83%95%E1%83%90%E1%83%A0%E1%83%98_%E1%83%92%E1%83%95%E1%83%94%E1%83%A0%E1%83%93%E1%83%98
  1. http://en.wikiquote.org/wiki/fa:%D8%B5%D9%81%D8%AD%D9%87_%D8%A7%D8%B5%D9%84%DB%8C
  1. http://en.wikipedia.org/wiki/als:Portal:Dial%C3%A4kt-Neuigkeite (recent changes)

Version: unspecified
Severity: trivial

Details

Reference
bz27605
TitleReferenceAuthorSource BranchDest Branch
stub out basic group scraping and displaybrennen/extloc!1brennenwork/groupsmain
Customize query in GitLab

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:26 PM
bzimport set Reference to bz27605.

not sure if this is a MW/RL problem or something particular to WMF wikis. Marking as a WMF problem for now.

Tested on id.wikipedia.org and got

"onloadFuncts.length is null or not an object" Using debug=true, I found it was from this area:

59 window.addOnloadHook = function( hookFunct ) {
60 Allows add-on scripts to add onload functions
61 if( !doneOnloadHook ) {
62 onloadFuncts[onloadFuncts.length] = hookFunct;
63 } else {
64 hookFunct();
bug in MSIE script loading
65 }

Mostly broken javascript, deprecated functions and a few breakages due to the HTML structure/order that has changed in 1.17

Will move all of those wikis up in my Tour project [1]. I go through them by alphabet but I'll go through those first (I've done a few others like that as well).

Summarized my activity/checklist during the 1.17-edition of the Tour:

  • Fix broken javascript that thows exceptions and warnings
  • Update any calls to deprecated functionality with their successors to avoid breaking again when the deprecated functions are removed and to be future-proof
  • Remove any redundant defintions, statements and declerations in CSS that are now in-core
  • Validate with JSHint (atleast with non-strict options)
  • Where applicable contact the local JS developer(s) and make further suggesions with what's posisble with the new modules [2] (modules that aren't successors but simply new)

Krinkle

[1] http://meta.wikimedia.org/wiki/User:Krinkle/1-17-allwikis#La_Tour_de_Wiki
[2] http://www.mediawiki.org/wiki/ResourceLoader/Default_modules

Removing blocker for now. Cannot be fixed in core, but local javascript.

Most of these have been tour[1]'ed in the mean time.

Although not all of the linked wikis above have been toured yet, regardless, this is still not a bug in the software (atleast not anything specific).

Marking INVALID.

[1] http://meta.wikimedia.org/wiki/User:Krinkle/Le_Tour_de_Wikí#1-17_allwikis