Allow changes to be saved even when ticket has been modified
Description
A plugin that replaces the default trac ticket validation with a version that, after showing you the warning (Warning: Sorry, can not save your changes. This ticket has been modified by someone else since you started), allows you to save anyway.
The vast majority of times this error is signaled, both changes are additive and can be safely applied so lets not force people to jump through hoops unnecessarily.
This is what happens when someone made a comment while you were commenting:
This is what happens when someone has edited the description. If you save you will lose their change (so go edit it back in)
Bugs/Feature Requests
Existing bugs and feature requests for OverrideEditPlugin are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from:
Source
You can check out OverrideEditPlugin from:
or browse the source with Trac.
Example
Mostly just allow you to bypass the warning about the ticket changing since you last looked at it.
Recent Changes
[11104] by bobbysmith007 on 01/03/12 21:31:45
dont do our special stuff if there is not a ticket id. we must be on a saved ticket with a ticket id in the request for this to behave fix #9660
[8290] by bobbysmith007 on 07/22/10 17:58:31
fixed bug in parsing some iso8601 dates that cause the time to be off by a millisecond or so, and thus fail ticket validation. fix #7402
[8283] by bobbysmith007 on 07/19/10 22:53:56
fixed egregious bug that disalloowed newtickets
[8282] by bobbysmith007 on 07/19/10 22:44:54
added iso8601 datetime stuff
Author/Contributors
Author: bobbysmith007
Contributors:
Attachments
- new_ticket_validation.png (7.5 kB) -
a screen shot of a description change
, added by bobbysmith007 on 02/19/10 15:43:33. - new_ticket_validation2.png (3.6 kB) -
Another screen shot
, added by bobbysmith007 on 02/19/10 15:47:28.

