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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|javascript                  |
            Summary|Remove wikibits.js          |Set
                   |                            |$wgIncludeLegacyJavaScript
                   |                            |= false by default

--- Comment #3 from Krinkle <krinklem...@gmail.com> 2012-01-20 23:16:29 UTC ---
(In reply to comment #2)
> For the record, the legacy wikibits is included by these lines:
> if ( $wgIncludeLegacyJavaScript ){
>         $this->addModules( 'mediawiki.legacy.wikibits' );
> }
> from
> http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/includes/OutputPage.php?view=markup#l2452
> 
> So, this bug is about changing $wgIncludeLegacyJavaScript to false once we 
> have
> replacements for the legacy functions.

Yep, and even after that default is changed:
* wikis can still set it to true

* any extension module or gadget can list it as a dependency and ResourceLoader
will make sure it's loaded before the rest of the module.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
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