You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update ImportOreDict, OreDictEntryManager (update form only), and OreDictList to use HTMLFormg (#74).
Fix license issue on Special:Version (#76) (xbony2).
editEntry: Use sanitized inputs in SQL UPDATE. We sanitized the inputs to make sure there are no bad (empty, invalid string) values, but then use the provided inputs rather than the sanitized inputs in the SQL query. This was introduced in #54 (v3.2.0) and was exposed in the API as seen in #77.