https://bugzilla.wikimedia.org/show_bug.cgi?id=25153

Krinkle <krinklem...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |krinklem...@gmail.com
         Resolution|                            |WONTFIX

--- Comment #3 from Krinkle <krinklem...@gmail.com> 2011-03-11 22:42:58 UTC ---
Marking WONTFIX as this seems something for client side rather than server
side.

In the client side you can set url-parameter debug=true (or enforce it via
$$wgResourceLoaderDebug i LocalSettings.php) at which points debug calls to
mw.log() will be outputted to a #mw-log-console (or your native JS Console if
you have one).

We should add mw.log() calls to the core modules to indicate when stuff is
loaded.

I've made a start in r83658. It not only logs when a module fails but also if
and when a module is loaded at all and which state it is set to.

It does it for all default modules except for special modules like startup,
site and user. But that's just a matter of adding a line like:

mw.log( 'Site module loaded' );

etc.

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

Reply via email to