Actions
Defect #3777
closedLong wiki pages drop text when edited
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-08-25
Due date:
% Done:
0%
Estimated time:
Resolution:
Duplicate
Affected version:
Description
When editing long wiki pages, text "disappears" from the end of the document. This seems to be caused by the fact that Redmine uses datatype "text" (at least in MySQL) to store wiki page contents. Pages exceeding 65535 characters are truncated.
This should probably be changed to MEDIUMTEXT or LONGTEXT or similar, or the system should as a minimum give the user a warning (right now, submissions of changes to a wiki page are accepted and text is simply silently discared from the end of the document).
Related issues
Updated by Mischa The Evil about 15 years ago
- Category deleted (
Wiki) - Resolution set to Duplicate
Closed as a duplicate of issue #1071.
Actions