Commit Graph

14 Commits

Author SHA1 Message Date
Eli Barzilay
19c33a8e2a no need for string->immutable-string when creating exceptions
svn: r5372
2007-01-17 01:18:50 +00:00
Eli Barzilay
4d57d7b6be better error reports
svn: r5324
2007-01-12 05:35:22 +00:00
Eli Barzilay
95a1888c8f Misc improvements, the main two:
* No need to define `collection' in info.ss
* Catches connection error when using the management dialog (so it is
  still possible to uninstall)

svn: r5292
2007-01-10 09:19:31 +00:00
Eli Barzilay
4f4a6353c0 it is now possible to have hidden user fields
svn: r1810
2006-01-12 00:24:42 +00:00
Eli Barzilay
7a0fc6091a get only extra field names from the server
svn: r1808
2006-01-11 23:21:04 +00:00
Eli Barzilay
c47b962567 disconnect politely if there are no active assignments
svn: r1076
2005-10-13 22:12:22 +00:00
Eli Barzilay
0946433c82 * Added a message-final that can be used to leave a message when handin is
done.
* A little more pleasant error messages on submission errors.

svn: r1026
2005-10-09 01:03:49 +00:00
Eli Barzilay
b24429088b allow messages after commit
svn: r1008
2005-10-07 14:36:46 +00:00
Eli Barzilay
6d152fb925 * The protocol is changed, so its identifier is changed for safety
(from 'original to 'ver1).
* The client gets the list of extra fields from the server (when the
  dialog is used for the first time), the full-name, ID, and email
  fields are now part of this description which is in the server
  configuration file
* The network protocol has a generic initial part when clients set
  arbitrary key/values that are later used for actual actions
* In the submission dialog, there is a checkbox that makes it retrieve
  the submitted work instead of sending a new one.  The retrieved
  contents will pop up in a new DrScheme frame.  The file that is
  retrieved is the newest WXME file that is found in the student's
  main submission directory.
* The hack of returning a list from the checker is not needed now --
  it is possible to send text messages that are displayed on the
  handin dialog and it is also possible to send message-boxes and get
  the result that the client returns after getting the user response.
  This is a much better generalization of the single final popup that
  was enabled by the list hack.
* When registering, a second password for verification is required.
* It is now possible to edit any information field, with a
  configuration entry that locks by default any such changes.
* It is now possible to standard Unix encrypted passwords instead of
  MD5 hashes -- so a "users.ss" can be made from a plain /etc/passwd
  file.

svn: r995
2005-10-06 06:32:25 +00:00
Eli Barzilay
9eace8d11d Use write+flush in client.ss,
remove bogus second write from tool.ss.

svn: r891
2005-09-21 03:18:33 +00:00
Eli Barzilay
5622f9466a Lots of changes to the handin client and server, mostly being able to deal with
group submission.

svn: r809
2005-09-09 02:36:44 +00:00
Matthew Flatt
76ae386773 add support for message on handin accept, fixed minor GUI bug
svn: r733
2005-09-01 17:04:49 +00:00
Matthew Flatt
697043dbc1 handin server/client fixup
svn: r601
2005-08-16 20:17:55 +00:00
Eli Barzilay
017d151d59 Adding collects, with all the right properties (except eoln-style).
svn: r3
2005-05-27 18:56:37 +00:00