[Bug 41341] MobileFrontend: Don't use ResourceLoader in beta on wikis running older mediawiki (no mobile "target" yet)

2012-12-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41341 Arthur Richards changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug 41341] MobileFrontend: Don't use ResourceLoader in beta on wikis running older mediawiki (no mobile "target" yet)

2012-10-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41341 --- Comment #9 from Brion Vibber 2012-10-25 21:04:33 UTC --- Config change to temporarily disable this feature until we improve the detection and fix it: https://gerrit.wikimedia.org/r/#/c/30070/ -- Configure bugmail: https://bugzilla.wikim

[Bug 41341] MobileFrontend: Don't use ResourceLoader in beta on wikis running older mediawiki (no mobile "target" yet)

2012-10-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41341 --- Comment #8 from Brion Vibber 2012-10-25 21:03:21 UTC --- I'd rather use something like method_exists( 'ResourceLoaderModule', 'getTargets') -- this will protect against the case we had where one 1.21alpha had the feature and another one di

[Bug 41341] MobileFrontend: Don't use ResourceLoader in beta on wikis running older mediawiki (no mobile "target" yet)

2012-10-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41341 --- Comment #7 from Krinkle 2012-10-25 21:01:15 UTC --- (In reply to comment #6) > Ahh I see > Sorry about that - I wrote the original comment in haste so that wasn't clear. > > Is there a way to make MobileFrontend throw an exception when the

[Bug 41341] MobileFrontend: Don't use ResourceLoader in beta on wikis running older mediawiki (no mobile "target" yet)

2012-10-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41341 --- Comment #6 from Jon 2012-10-25 20:55:22 UTC --- Ahh I see Sorry about that - I wrote the original comment in haste so that wasn't clear. Is there a way to make MobileFrontend throw an exception when there is not target ResourceLoader suppo

[Bug 41341] MobileFrontend: Don't use ResourceLoader in beta on wikis running older mediawiki (no mobile "target" yet)

2012-10-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41341 --- Comment #5 from Krinkle 2012-10-25 20:49:32 UTC --- (In reply to comment #3) > No.. the problem I am raising here is that if a version of MediaWiki is run > which has a ResourceLoader that does not support the target property - the > mobile

[Bug 41341] MobileFrontend: Don't use ResourceLoader in beta on wikis running older mediawiki (no mobile "target" yet)

2012-10-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41341 --- Comment #4 from Brion Vibber 2012-10-25 20:47:58 UTC --- We should probably set $wgMFEnableResourceLoader = false in the meantime; this will disable the partial RL enabling since we don't yet need it on wmf2 wikis and it's broken on wmf1 w

[Bug 41341] MobileFrontend: Don't use ResourceLoader in beta on wikis running older mediawiki (no mobile "target" yet)

2012-10-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41341 --- Comment #3 from Jon 2012-10-25 20:38:41 UTC --- No.. the problem I am raising here is that if a version of MediaWiki is run which has a ResourceLoader that does not support the target property - the mobile site will receive all javascript f

[Bug 41341] MobileFrontend: Don't use ResourceLoader in beta on wikis running older mediawiki (no mobile "target" yet)

2012-10-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41341 Krinkle changed: What|Removed |Added CC||krinklem...@gmail.com --- Comment #2 from Kr

[Bug 41341] MobileFrontend: Don't use ResourceLoader in beta on wikis running older mediawiki (no mobile "target" yet)

2012-10-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41341 Krinkle changed: What|Removed |Added Summary|Gadgets get loaded on older |MobileFrontend: Don't use