Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Item name and mod abbreviation input validation #72

Open
elifoster opened this issue Aug 11, 2017 · 0 comments
Open

Item name and mod abbreviation input validation #72

elifoster opened this issue Aug 11, 2017 · 0 comments

Comments

@elifoster
Copy link
Member

elifoster commented Aug 11, 2017

The item names and mod abbreviations must go through input validation to ensure we don't have errors by putting weird characters in them. Both of these must match $wgLegalTitleChars (see also #56) to be valid for page titles.

After this is implemented, someone will need to run a script to check all tile names and mod abbreviations that they are valid. For invalid chars, someone will need to manually update the database directly (since invalid characters prevents you from saving any changes after the invalid characters are added).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant