id summary reporter owner description type status priority milestone component version severity resolution keywords cc branch changelog apichanges internalchanges 12725 Validate ticket comment changes Ryan J Ollos Ryan J Ollos "Discussed in #12722. `_validate_ticket` should probably be called because currently `max_comment_size` is not enforced for a comment edit: [browser:tags/trac-1.2/trac/ticket/web_ui.py#L1336]. `_validate_ticket` calls `ITicketManipulator`, which would allow additional rules to be enforced for ticket comment changes. `ICommentManipulator` (comment:2:ticket:12722) might provide a nicer interface, but I'm unsure if it's necessary. As suggested in #12642 for ticket workflow warnings, and similar to what is discussed in #11269, the warnings should be rendered near the comment edit box." enhancement closed normal 1.3.2 ticket system normal fixed "* Ticket comment edits are validated. `ITicketManipulators` are called and `[ticket] max_comment_size` is enforced. * Added ticket warnings above the preview."