From: pkiddie <pk...@us...> - 2005-08-03 13:57:30
|
Update of /cvsroot/stack/stack-1-0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28425 Modified Files: Tag: development_xmlrqp changelog.txt Log Message: Index: changelog.txt =================================================================== RCS file: /cvsroot/stack/stack-1-0/Attic/changelog.txt,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -C2 -d -r1.1.2.2 -r1.1.2.3 *** changelog.txt 1 Aug 2005 21:56:24 -0000 1.1.2.2 --- changelog.txt 3 Aug 2005 13:57:21 -0000 1.1.2.3 *************** *** 26,33 **** Known issues: ! Process running times do not seem to correlate in Windows 98 ! stackUpdateDatabase is run before the database is set up on a fresh installation of STACK ! Order of question fields in stackQuestion is important - must relate to the database entries. ! confusing under windows how to make sure CAS is working added a couple of comments. --- 26,38 ---- Known issues: ! - Process running times do not seem to correlate in Windows 98 ! - stackUpdateDatabase is run before the database is set up on a fresh installation of STACK ! - Order of question fields in stackQuestion is important - must relate to the database entries. ! - confusing under windows how to make sure CAS is working added a couple of comments. ! - In the potential response schema structure, the possible enumerations for RawMarkMod and AnsTest are not output. This ! is a known issue and is due to the $markmods array which holds the possible values being present in stackAuthor - not ! stackQuestion as expected. ! - AnsTest values to be written out in schema. ! |