Eli Barzilay
1297aa36f0
Catch errors when retrieving files.
...
svn: r1327
2005-11-16 17:08:18 +00:00
Eli Barzilay
42ba923c45
better error on hangup
...
svn: r1307
2005-11-14 06:20:33 +00:00
Eli Barzilay
c88354bb17
small fixes
...
svn: r1295
2005-11-12 16:08:46 +00:00
Eli Barzilay
2047a756c7
svn: r1278
2005-11-11 02:37:25 +00:00
Eli Barzilay
e2c19981e2
svn: r1277
2005-11-11 00:34:02 +00:00
Eli Barzilay
8c6cebc45c
user checker that uses a team file dynamically
...
svn: r1261
2005-11-08 23:23:08 +00:00
Eli Barzilay
f359af27b3
svn: r1179
2005-10-30 12:23:47 +00:00
Eli Barzilay
d044b06b27
deal with eof a little better
...
svn: r1071
2005-10-13 18:43:27 +00:00
Eli Barzilay
03cde66969
Make it possible to control the current timeout.
...
svn: r1046
2005-10-11 19:38:37 +00:00
Eli Barzilay
f30e285be4
Make `with-watcher' deal with timeouts if not in 3m,
...
removed timeout from `run-server'.
svn: r1040
2005-10-11 05:36:32 +00:00
Eli Barzilay
778075ac2a
Add support for text boxes, xml boxes, and scheme boxes.
...
svn: r1030
2005-10-09 04:59:10 +00:00
Eli Barzilay
dff3e69814
dont ignore checker body if not evaluating submission
...
svn: r1029
2005-10-09 02:51:29 +00:00
Eli Barzilay
af24612618
reorganize text
...
svn: r1028
2005-10-09 02:45:13 +00:00
Eli Barzilay
ec66204e56
added defaults
...
svn: r1027
2005-10-09 01:06:31 +00:00
Eli Barzilay
e323d15247
* Added a (message "..." 'final) that can be used to leave a message when
...
handin is done.
* Added `add-header-line' and a `:user-error-message' option to extra-utils.ss
svn: r1025
2005-10-09 00:56:06 +00:00
Eli Barzilay
bedb4235c3
make LOG available for user code
...
svn: r1023
2005-10-08 03:38:02 +00:00
Eli Barzilay
6afc5dd4e5
Added the ability to have pre- and post-checkers.
...
Added and documented extra-utils.ss.
svn: r1009
2005-10-07 14:38:09 +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
a3fae4a355
oops, still using the same protocol
...
svn: r893
2005-09-21 04:41:51 +00:00
Eli Barzilay
b6e2853d2c
better description
...
svn: r892
2005-09-21 04:36:55 +00:00
Eli Barzilay
bb60675440
check that cleanup dir exists
...
svn: r884
2005-09-20 03:21:36 +00:00
Matthew Flatt
3c487a849b
better timeout error message, doc revisions
...
svn: r865
2005-09-16 19:48:58 +00:00
Eli Barzilay
d7b59fdd60
Copy execution counts (and do it at the right place)
...
svn: r860
2005-09-15 22:08:10 +00:00
Eli Barzilay
b28a6df99b
* Added functionality for checking coverage information
...
* Submissions are opened with line counting
svn: r853
2005-09-14 18:23:05 +00:00
Eli Barzilay
957943f162
encode paths in url strings
...
svn: r845
2005-09-13 00:38:04 +00:00
Eli Barzilay
57e6e0c2b5
fixes for tight-security guard
...
svn: r838
2005-09-12 16:51:25 +00:00
Eli Barzilay
8ebf009e18
two path bugs
...
svn: r837
2005-09-12 16:25:00 +00:00
Eli Barzilay
8b5832a24d
Improved status servlet.
...
svn: r830
2005-09-10 18:54:04 +00:00
Eli Barzilay
690c4b2517
semaphore for cleanup, configurable error messages
...
svn: r827
2005-09-10 10:00:52 +00:00
Eli Barzilay
6cb6343634
svn: r826
2005-09-10 08:23:35 +00:00
Eli Barzilay
ffef6a75bf
svn: r824
2005-09-10 07:49:12 +00:00
Eli Barzilay
9fbf8f47eb
Completed cleaup facility
...
svn: r821
2005-09-09 22:21:54 +00:00
Matthew Flatt
adec0ec106
new-user lock, more username restrictions
...
svn: r817
2005-09-09 20:43:29 +00:00
Eli Barzilay
6c8bd4e087
Removing only files and dirs that are newer in SUCCESS
...
svn: r811
2005-09-09 15:05:25 +00:00
Eli Barzilay
12260024e8
Using a cleanup mechanism now -- eager version that removes all previous
...
contents.
svn: r810
2005-09-09 14:41:27 +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
39a44d0849
added user-directory lock
...
svn: r796
2005-09-08 13:34:52 +00:00
Matthew Flatt
c401823251
highest should be lowest
...
svn: r788
2005-09-07 19:19:41 +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
db88fcba02
updated for new web-server
...
svn: r679
2005-08-26 00:57:51 +00:00
Matthew Flatt
6d0fdec1df
handin icon and doc fixes
...
svn: r634
2005-08-22 18:45:51 +00:00
Matthew Flatt
782d950a05
more handin-server fixes
...
svn: r603
2005-08-16 21:11:50 +00:00
Matthew Flatt
697043dbc1
handin server/client fixup
...
svn: r601
2005-08-16 20:17:55 +00:00
Eli Barzilay
daa18fcba0
typos
...
svn: r66
2005-06-08 00:28:39 +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