Small improvements:
- "save and continue" button now only sends the metadata information on post, the text is queried in the server by mobwrite (done on item's modify method).
- Item names is passed now as a sha1 hash to mobwrite (similar to caching), as it prevents problems with special characters.
- Text is cleared when last editor exit from the page.
- As Opera doesn't trigger the onunload event correctly, associated it with cancel button.
issue merge 1
merging seems not to be correct if you delete in one browser and edit in the other. e.g.
add in one of your browsers and wait until it is synced.
1 2 3 4 5 6
Then remove all lines in one browser while you add on the other browser
7
Wait for the next sync. After it is synced both browsers don't show any line. (everything is purged)
issue merge 2
Start with one editing in one window adding
111
while the second edits before syncing
111222
After syncing the edits of the second one are replaced by the firsts data
111