Changes between Version 3 and Version 4 of TEXT_SERVER_R0


Ignore:
Timestamp:
05/17/10 16:22:50 (15 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TEXT_SERVER_R0

    v3 v4  
    1111 
    1212== Task requirements == 
    13 The following two bugs should be fixed as part of this task: 
     13The following three bugs should be fixed as part of this task: 
     14 * Books on server cannot contain text - exceptions are thrown (background) and changes are seen only by the author that made them. Fix this 
    1415 * Currently special characters on the server coming from a Windows machine are encoded as cp1251 or cp1252 instead of Unicode. Thus a strange symbol appears on a Unix client instead of a new line for example. 
    1516 * When two people work collaboratively on the server, text is updated, but caret position is not. Same is true when two views share the same model (e.g. save a book and reopen it). Last caret position should be updated together with the text.