Changes between Initial Version and Version 1 of Ticket #17397, comment 12
- Timestamp:
- 09/12/2013 12:18:41 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17397, comment 12
initial v1 3 3 Adding a site through `site-new.php` restricts it to `[a-zA-Z0-9-]`. We could cheat a bit and make that `[a-zA-Z0-9-.]` for now, just to allow for `.` to be entered on new sites, though we'd still be ignoring a bunch of valid characters for domains. 4 4 5 I think @tlovett1's [attachment:17 6397.diff] is likely the right answer here until something like #17948 is used to revamp the experience entirely. It applies cleanly on trunk at the moment.5 I think @tlovett1's [attachment:17397.diff] is likely the right answer here until something like #17948 is used to revamp the experience entirely. It applies cleanly on trunk at the moment.