[wp-trac] [WordPress Trac] #11410: Check whether post has transferred correctly before saving
WordPress Trac
wp-trac at lists.automattic.com
Sat Dec 12 18:11:27 UTC 2009
#11410: Check whether post has transferred correctly before saving
--------------------------+-------------------------------------------------
Reporter: caesarsgrunt | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.0
Component: Editor | Version: 2.9
Severity: major | Keywords: needs-patch
--------------------------+-------------------------------------------------
I often save a post, and find that only half of the post has been
transferred and saved. This is undoubtedly due to my incredibly slow
internet connection, but it is still extremely frustrating when I loose a
whole load of changes by having to revert to the last revision to get the
rest of my post back. And of course if it's the first time I've saved it,
I have to start from scratch. (Yes, I should save more often, but (a) I
get more useless revisions and (b) it takes soooo long on my
connection...)
Proposed solution:[[BR]]
Before saving, create an md5 hash of the post using JavaScript. Submit
this with the post, and compare it to the md5 hash of the received data
before saving.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/11410>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list