replaced with `use-https' which defaults to #t. If the web server is
disabled, run a tiny "server" that spits out a message -- to avoid
students complaining that something is broken.
Configuration files with `https-port-number' will throw an error, and
should be upgraded.
svn: r17450
* Improved comment about it
* Use `raise-user-error' to avoid redundant context printout
* Check that the configuration content is a proper alist
svn: r16338
thread, then when mzscheme dies (for example, when there's an error
starting the server) it will kill the thread before it shows any output,
so nothing is shown. Instead, write to both ports directly.
svn: r16194
longer any need to restart the server.
* Added a 'hook-file option that specifies a module providing a
generic hook. Useful for notifications when important things
happen, but can be used for anything. Reloaded on change too.
svn: r5463
* rename `current-run-status' -> `set-run-status'
* coverage should work fine with non-textual submissions
* added `current-error-message-tweaker', "checker.ss"-based checkers now use it
to show which expression caused an error ("handin-server.ss" uses
`tweak-error-message'). (This feature is a hack, and currently undocumented)
svn: r5415
instead of moving directories.
* Don't show solutions in active assignments, also check that when downloading
files.
* Improved (no `suffix:') error messages for errors that users should
eventually see.
svn: r5331
* New configuration options to set output log, log file, and web log file
* Centralized dealing with configuration options (including conversions and
defaults)
svn: r4890
- uses a plain prefix-style log
- does not save the log to log.ss (customization options will be coming up)
* Use that in the status servlet too
* Renamed `LOG' to `log-line'
(it is now just printing to the current error port)
* Reformatted doc.txt, and some code
* Always use Content-Disposition, with `inline' for non-wxme files
* Moved run-status to private
svn: r4831