Currently, the maximum length is set to 128 characters, the default for a textfield. The attached patch increases it to 1024 characters as we were easily running into the 128 character limit with longer domains and subdomains.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | extlink_remove_regex_maxlength.patch | 1.04 KB | quicksketch |
| increase_regex_length.patch | 899 bytes | deviantintegral |
Comments
Comment #1
quicksketchA very reasonable request. Would you be opposed to removing the "maxlength" property entirely? Using NULL ensures that no value is added at all.
Comment #2
quicksketchI've committed the patch from #1.
Comment #4
Anonymous (not verified) commentedI also ran into this problem, glad to find a committed patch!
Do we get a new release to go with it?
Comment #5
quicksketchSure, doesn't look like there have been any other issues filed in a few months, I'll make a new release tonight.
Comment #6
Anonymous (not verified) commentedGreat, thanks!