[Bug 42192] Page reload gives error mw.getConfig is not a function

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42192

--- Comment #1 from Lupo lupo.bugzi...@gmail.com 2012-11-16 12:48:22 UTC ---
Also see [[en:Wikipedia:Village pump (technical)#Missing Gadgets Tab]].

-- 
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 42192] Page reload gives error mw.getConfig is not a function

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42192

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |High
 CC||aklap...@wikimedia.org
   Severity|normal  |major

--- Comment #2 from Andre Klapper aklap...@wikimedia.org 2012-11-16 14:51:45 
UTC ---
Cannot reproduce with Ctrl+F5 in Firefox 16.0.2.

-- 
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 42192] Page reload gives error mw.getConfig is not a function

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42192

--- Comment #3 from Michael Dale d...@ucsc.edu 2012-11-16 15:50:12 UTC ---
I was able to recreate only with the monobook skin.. Appears the resource
loader is doing something strange, or at least inconsistent with debug mode and
when vector skin is active. 

To fix I switched usage to mw.config.get ( the master function ) so the
mediaWiki.loader wrapping of mw.getConfig won't need to be loaded in time. 

https://gerrit.wikimedia.org/r/33728

-- 
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 42192] Page reload gives error mw.getConfig is not a function

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42192

Lupo lupo.bugzi...@gmail.com changed:

   What|Removed |Added

   Priority|High|Highest
   Severity|major   |critical

--- Comment #4 from Lupo lupo.bugzi...@gmail.com 2012-11-16 21:27:58 UTC ---
More reports on this at

https://en.wikipedia.org/wiki/Wikipedia:Village_pump_%28technical%29#Hotcat_not_working

Also, the enhanced recent changes (with the JS collapsing support) doesn't
work; the collapsing JS evidently doesn't run.

-- 
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 42192] Page reload gives error mw.getConfig is not a function

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42192

--- Comment #5 from Lupo lupo.bugzi...@gmail.com 2012-11-16 21:35:06 UTC ---
Michael:

IE8 on Win7 tells me the error was in line 0, column 529: that's exactly the
mw.getConfig() I commented on in https://gerrit.wikimedia.org/r/#/c/33210/

Is it perhaps possible that the module providing this function arrives after
DOM ready?

-- 
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 42192] Page reload gives error mw.getConfig is not a function

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42192

Max Semenik maxsem.w...@gmail.com changed:

   What|Removed |Added

 CC||maxsem.w...@gmail.com

--- Comment #6 from Max Semenik maxsem.w...@gmail.com 2012-11-16 21:56:02 UTC 
---
This is especially funny since getConfig() is provided by MwEmbedSupport, but
used by TMH which gives another opportunity to shoot yourself on the foot due
to borked dependencies. And it saves exactly one keystroke to type, not
counting the Shift key; if we count it, we're even.

-- 
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 42192] Page reload gives error mw.getConfig is not a function

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42192

Max Semenik maxsem.w...@gmail.com changed:

   What|Removed |Added

   Keywords||patch-in-gerrit

--- Comment #7 from Max Semenik maxsem.w...@gmail.com 2012-11-16 22:00:40 UTC 
---
https://gerrit.wikimedia.org/r/33819

-- 
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 42192] Page reload gives error mw.getConfig is not a function

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42192

--- Comment #8 from Michael Dale d...@ucsc.edu 2012-11-16 22:24:21 UTC ---
Thanks Max, tested and merged. 

Note: mw.getConfig per-dated mw.config.get, and while we should have global
updated name of the function earlier, its not good that the Resource Loader
behaviour is differently in debug mode from production mode.

-- 
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 42192] Page reload gives error mw.getConfig is not a function

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42192

Max Semenik maxsem.w...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #9 from Max Semenik maxsem.w...@gmail.com 2012-11-16 23:06:34 UTC 
---
Deployed.

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