Changes between Version 1 and Version 2 of Ticket #43316, comment 32
- Timestamp:
- 03/11/2018 06:08:05 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43316, comment 32
v1 v2 3 3 This is still going to be an "automatic" decision. We will need a good method of determining when the post data is sufficiently different, `strlen()` may work but some basic diff that counts the changes would be better. 4 4 5 Basically we will "redirect" a draft autosave requests to do "full" save (update the post + create a revision) when the content of the autosave is sufficiently different from the last draft.5 Basically we will "redirect" a draft autosave requests to do "full" save (update the post + create a revision) when the content of the autosave is sufficiently different from the last revision.