K 10
svn:author
V 7
abbagom
K 8
svn:date
V 27
2009-03-26T17:25:18.070786Z
K 7
svn:log
V 1289
Test & Patch Result.
1. send_taglist when there's no tags in server. => TagList_encoded should be initialized, because it's never generated when TAG list is empty. @ SERVER
2. When "ID/Email/ETC" item of authentication/registration form is null or several words, it makes problem. => The contents of ETC should be url-encoded/decoded for transfer @ SERVER/CLIENT
3. When Email/etc is empty, server returned error message. It is natural, but seems insane and not clear at GUI. => When email/etc contents are null, it is replaced some character automatically.
4. At proc window_upload, it makes error when cancel button is pressed. => Syntax error: llength $UploadFileInfo
5. At proc window_upload, it makes error when contents are empty and upload button is pressed. => At earlier code, file existance function can't check when FullyQualifiedFileList is null list. So I had to add exception handling for [llength $FullyQualifiedFileList] == 0.
6. Why filelist is not displayed when tags are selected? => Selected Tags should be used for Get_FileList_in_listformat, instead of TagList variable.
7. When I choose ___NotCompleted___ in filelist, server returned nothing then client was frezzed. => Update server to respond "Error" when there's no such an information file or file is not ready.
END
