https://bugzilla.wikimedia.org/show_bug.cgi?id=61416
--- Comment #4 from Bartosz DziewoĆski <[email protected]> --- (In reply to Nemo from comment #3) > I understand that the implementation issues with JavaScript described in > http://lists.wikimedia.org/pipermail/design/2014-January/001357.html were > solved Yes, there is a non-JavaScript fallback and I solved the validity checking thing by just doing everything server-side. A better solution would be to do what Umherirrender suggested in comment 0: > Along to the warning it can be possible to add a api call for validation of > the username and provide ajax warnings, so the user has not to resubmit the > form. This can be reached by a dry-run parameter for API's > action=accountcreation. For non-javascript users the warning should stay. (I currently implemented some custom checking for just the username.) This would require some reworking of the internals, I'm afraid. -- 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
