MWStew icon indicating copy to clipboard operation
MWStew copied to clipboard

Field validation against MediaWiki.org for extension name

Open mattflaschen opened this issue 8 years ago • 2 comments

If Extension:ExtensionName is taken (as determined by checking MediaWiki.org API with JSONP), show an error on the field and don't let them download.

mattflaschen avatar Mar 14 '16 04:03 mattflaschen

Is this possible or even correct? A simple popular extension name may be being used by old abandoned code. We should definitely show a warning if their chosen name is known about, but probably not a fatal error.

edg2s avatar Apr 05 '16 12:04 edg2s

There could be some kind of override, but I would argue this is rarely a good idea. It's not that hard to find a non-colliding name, and save people a lot of trouble down the road.

mattflaschen avatar Apr 05 '16 23:04 mattflaschen