Changes between Initial Version and Version 1 of Ticket #43316, comment 32
- Timestamp:
- 03/11/2018 04:26:12 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43316, comment 32
initial v1 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 so "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 draft.