There is a client time in the entries for a post. When mblog server create html for postview.xls, all the entries should be sorted by client time instead of the time received at server side.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
because roller don't know the sequence. actually, I am think client side should control the send sequence. Let's talk
There is a client time in the entries for a post. When mblog server create html for postview.xls, all the entries should be sorted by client time instead of the time received at server side.
fixed
reopen the bug. The sequence is still wrong.
Please refer to
http://mblog.no-ip.biz:9080/mblog/ea3@aaa.com-302703075/entry/2009_08_23_15_54
I first wrote 1 on page. Then changed to "2".
It should first display 1, then display 2.
my test error
The sequence is not correct.
My input sequence is "1", "2", "3", "4".
Display sequence is "4","3",""2","1"
fixed