https://bugzilla.wikimedia.org/show_bug.cgi?id=60807
--- Comment #1 from Sage Ross <[email protected]> --- During course page creation, the course title gets pulled in from the user's input in the ep.addcourse.js module. The title gets normalized for the url of the "creating course" page, but the raw form of the input is loaded for page title and course name. Thus, either including inadvertant characters that get stripped out of the url (like a tab), or inserting any illegal title characters in the course adding/editing interface will result in this error upon save, the system tries to save an illegal value for the title. Changing the title from the editing/adding interface will be disabled, so we'll just need to make sure the title from ep.addcourse.js either gets sanitized or gets fully validated as a legal title: https://www.mediawiki.org/wiki/Help:Bad_title -- 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
