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

--- Comment #5 from Reedy <[email protected]> 2011-07-26 13:52:00 UTC ---
The mysql4 issue is subqueries

ie SELECT * FROM bar where foo in ( SELECT * FROM foo )

Although most of the cluster has been upgraded, from memory we do still have
some machines still running MySQL 4 still.

For the JS, I could find no reference to it being included (and hence loaded)
anywhere in your files.

Just found it

        if ( isset( $tagElementIdBase ) ) {
            $jsPath = "$wgScriptPath/extensions/CollabWatchlist/js";
            $ret .= Xml::element( 'script',
                array(
                    'type' => $wgJsMimeType,
                    'src' => "$jsPath/CollabWatchlist.js",
                ),
                '', false
            );
        }


As per above, you should be using the ResourceLoader to load it, and then get
it added onto the pages when you want it. Minification, and such gets done for
you, and makes it nicer to be loaded into MediaWiki


Oh, and null should be lowercase ;)

-- 
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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to