Actions
Patch #712
closedPatch for issue #711
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Projects
Target version:
-
Start date:
2008-02-22
Due date:
% Done:
0%
Estimated time:
Description
The attached patch will extend the table and validation limit to 60.
It also expands the html form element to fit more characters.
Files
Related issues
Updated by chris mcharg almost 17 years ago
Thanks for that Matt.
I checked that the patch increases the limit OK.
However it seems that validates_length_of does not support multibyte chars, at least with my setup, and the problem of characters being cut remains. I'd like to look into this if I can find the time.
Updated by Jean-Philippe Lang over 16 years ago
- Status changed from New to Closed
Fixed in r1220. The limit was set in the database to 255 to avoid multibyte chars problems.
Actions