https://bugzilla.wikimedia.org/show_bug.cgi?id=33158
Jack Phoenix <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #12 from Jack Phoenix <[email protected]> 2012-09-14 17:45:16 UTC --- For the Bugzilla 4.2 series (tested on a 4.2.1 installation), "FILTER url_quote", which is deprecated/no longer exists, needs to be swapped to "FILTER uri" in the following files, as per https://bugzilla.mozilla.org/show_bug.cgi?id=679096: http://svn.wikimedia.org/svnroot/mediawiki/trunk/tools/bugzilla/bugzilla-4.0/template/en/custom/global/site-navigation.html.tmpl http://svn.wikimedia.org/svnroot/mediawiki/trunk/tools/bugzilla/bugzilla-4.0/template/en/custom/global/search-links.html.tmpl http://svn.wikimedia.org/svnroot/mediawiki/trunk/tools/bugzilla/bugzilla-4.0/template/en/custom/global/user-links.html.tmpl This is, of course, assuming that the files in SVN are the most up-to-date ones and actually used. Without that simple change on those three files, Bugzilla will die with an "internal error" and an error message similar to this: Template->process() failed twice. First error: undef error - url_quote: filter not found Second error: undef error - url_quote: filter not found -- 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
