Summary:
Language entry value field in DB is too short
Detailed Description:
Language entry value field in DB is a VARCHAR(255), which may be too short for
some use.
I propose to use a TEXT field as all the content is stored in DB in TEXT fields.
Here is a patch that adds this functionnality :
http://pastebin.com/ehRghAQP
Regards,
Ludovic