Increase the maximum length of include / exclude regular expressions
deviantintegral - June 4, 2009 - 22:04
| Project: | External Links |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
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.
| Attachment | Size |
|---|---|
| increase_regex_length.patch | 899 bytes |

#1
A very reasonable request. Would you be opposed to removing the "maxlength" property entirely? Using NULL ensures that no value is added at all.
#2
I've committed the patch from #1.
#3
Automatically closed -- issue fixed for 2 weeks with no activity.
#4
I also ran into this problem, glad to find a committed patch!
Do we get a new release to go with it?
#5
Sure, doesn't look like there have been any other issues filed in a few months, I'll make a new release tonight.
#6
Great, thanks!
#7
Automatically closed -- issue fixed for 2 weeks with no activity.