[Bug 25322] Possible issue with addOnloadHook in wikibits

2011-02-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25322

Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID

--- Comment #6 from Roan Kattouw roan.katt...@gmail.com 2011-02-22 21:19:56 
UTC ---
(In reply to comment #5)
 (In reply to comment #4)
 
 What was the outcome  ?

I don't remember, but I think we can close this one.

-- 
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 25322] Possible issue with addOnloadHook in wikibits

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

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #5 from Krinkle krinklem...@gmail.com 2010-12-09 20:19:07 UTC ---
(In reply to comment #4)

What was the outcome  ?

-- 
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 25322] Possible issue with addOnloadHook in wikibits

2010-10-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25322

MZMcBride b...@mzmcbride.com changed:

   What|Removed |Added

 Blocks||24415

-- 
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 25322] Possible issue with addOnloadHook in wikibits

2010-09-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25322

--- Comment #1 from Roan Kattouw roan.katt...@gmail.com 2010-09-27 08:39:36 
UTC ---
Exactly how are you adding the JS to the page? Adding JS inline (that is, at
arbitrary locations in the body) is no longer supported. Instead, use
$wgOut-addScript() or $wgOut-addScriptFile(). This previously used to put
scripts in the head, but will now put them in the location where the resource
loader expects them. Of course, porting your extension(s) to use the resource
loader would be even nicer (but kills 1.16 compat).

-- 
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 25322] Possible issue with addOnloadHook in wikibits

2010-09-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25322

--- Comment #2 from Jeroen De Dauw jeroen_ded...@yahoo.com 2010-09-27 
09:00:21 UTC ---
PHP: http://dpaste.org/O2Eh/

Using $wgOut-addScript() instead seems to work fine at first try. IIRC, there
was a reason for not using this though, as it didn't work correctly in all
contexts. Unfortunately I can't remember the details.

I'll look into making Maps and Semantic Maps use the resource loader as soon as
there is decent documentation.

-- 
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 25322] Possible issue with addOnloadHook in wikibits

2010-09-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25322

--- Comment #3 from Trevor Parscal tpars...@wikimedia.org 2010-09-27 20:14:39 
UTC ---
Can this be closed then? It sounds like this was just unsupported behavior not
a bug.

-- 
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 25322] Possible issue with addOnloadHook in wikibits

2010-09-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25322

--- Comment #4 from Roan Kattouw roan.katt...@gmail.com 2010-09-27 20:17:52 
UTC ---
(In reply to comment #3)
 Can this be closed then? It sounds like this was just unsupported behavior not
 a bug.
It's unsupported behavior that I think should be supported in some way. Not
sure which yet. Let's talk about this tomorrow.

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