https://bugzilla.wikimedia.org/show_bug.cgi?id=16755
Purodha Blissenbach <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |odha.net --- Comment #1 from Purodha Blissenbach <[email protected]> 2008-12-27 14:37:00 UTC --- Just for the records: There are several possible solutions to the problem: 1. without source code change: 1.1 localize the error message to something that does not display anything, e.g. "-" or "&x32;" or "" 1.2 Wrap the 2nd, and following, DEFAULTSORT(s) in a <span style="display:none">…</span>, or similar whenever you do not want an error to be shown 2. with source code alterations: 2.1 Omit the error message entirely 2.2 Add a parameter to DEFAULTSORT, supplying a local error message, which can be specified as an empty string 2.3 Add a parameter to DEFAULTSORT, suppessing the error message 2.4 Add a setting to the Wiki configuration that enables/disables the DEFAULTSORT error check 3. likely, there are more possibilites Which would be best? -- 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
