Commit Graph

309 Commits

Author SHA1 Message Date
Eli Barzilay
17090fca4f A bunch of fprintf' -> eprintf' conversions (and a few related things). 2012-05-06 12:06:00 -04:00
Eli Barzilay
5fd13c82c3 Recommend using racket' rather than gracket-text' in the handin quickstart. 2012-05-03 10:24:05 -04:00
Eli Barzilay
c007c345f9 A bunch of more typos like the ones in David's commit. 2012-02-21 14:21:43 -05:00
Eli Barzilay
5a6ed440a1 Allow `get-conf' to be used with any key.
Make it possible to put user settings in the configuration, with the
same benefits (auto-reloading).
2012-02-10 06:05:50 -05:00
Eli Barzilay
3dd9001fdd Sort out stuff around `timeout-control'.
1. The contract in the docs was wrong.

2. The docs used `#f' where the code was expecting 'disable, so made it
   accept both.

3. Don't recommend disabling the timer -- I had a case where the
   connection was left for more than a day as a result.  (Probably
   because there was a message after the receipt email.)
2012-01-23 17:06:19 -05:00
Matthew Flatt
e361acae0b handin server: add support for HTTPS uploads (when enabled) 2011-11-02 08:12:58 -06:00
Eli Barzilay
3c0147bd7c Workaround for a gui instantiation problem. 2011-09-15 00:59:45 -04:00
Ryan Culpepper
1b702a2ae3 docs reorganization
added tutorial, racket categories
  relabeled some other categories
  normalized manual names: de-bolded, changed some names
2011-07-01 17:16:53 -06:00
Matthew Flatt
f34a31cac9 "under <platform>" -> "on <platform>"; "X" -> "Unix"
I originally picked "under" as the preposition to go before
 a platform name, but obviously you should build "on" a
 platform, and "under" suddenly annoys me. The choice of "on"
 is now codified in the documentation style guide. Meanwhile,
 "Unix" insted of "X" seems more clear and consistent in the
 `racket/gui' docs.

 More usefully, this patch also fixes a few out-of-date
 platform-specific claims.
2011-06-17 18:54:43 -06:00
Robby Findler
fcfb422294 weeded out some more of the test-docs-complete.rkt files 2011-04-25 21:20:52 -05:00
Robby Findler
e7d0029aea added lots of new tests that our documentation is complete 2011-04-25 13:24:43 -05:00
David Van Horn
760a58b65d Fixes more spelling errors. 2011-02-04 19:44:13 -07:00
John Clements
8d7f29d0bb reworded to follow friedman's rule 2011-01-06 23:57:13 -08:00
Matthew Flatt
3a5f267983 Revert "move the handin-server docs out of the user's space and into the plt/doc"
This reverts commit e6d45e2ae6.
[for now, so that the distribution build can work]
2011-01-03 18:05:07 -07:00
Robby Findler
e6d45e2ae6 move the handin-server docs out of the user's space and into the plt/doc 2011-01-03 11:38:56 -06:00
Robby Findler
6c4f75365b handin server docs tweaks 2011-01-03 11:38:54 -06:00
Matthew Flatt
8190f3341b remove bogus #:namespace argument from handin status servlet runner 2011-01-03 07:21:51 -07:00
Jay McCarthy
31f8679e34 Updating handin to use new compat interface 2010-12-07 14:14:54 -07:00
Jay McCarthy
28bf36b753 Use compat lib 2010-12-07 14:14:52 -07:00
Eli Barzilay
6b8b0b16b9 Fix for matrix snips 2010-11-09 20:13:07 -05:00
Eli Barzilay
b3cfbe77c9 Minor typo in error call 2010-10-12 20:58:07 -04:00
Eli Barzilay
e95602b8e4 Update raco pack command-line 2010-10-01 22:22:36 -04:00
Eli Barzilay
4117dfcc38 Oops, the magic list has fixed strings, not regexps 2010-09-20 15:39:25 -04:00
Eli Barzilay
688b08408f Magic string still has ".ss" in it. 2010-09-20 09:27:54 -04:00
Eli Barzilay
d32400dd76 More racketizations 2010-09-13 02:35:22 -04:00
Eli Barzilay
d0a2d617c8 No need for "fake-" now, since racket resolves at the file level. 2010-09-13 02:35:22 -04:00
Eli Barzilay
6b471afcfd Racketized handin-server 2010-09-12 02:22:59 -04:00
Eli Barzilay
606b7f60dc Lots of "~e" to "~.s" changes. 2010-08-25 17:17:01 -04:00
Matthew Flatt
967ac7275f change default handin file suffix 2010-08-25 06:04:27 -06:00
Matthew Flatt
59a930f166 rackety printing for handin-server checker 2010-08-25 06:00:34 -06:00
Matthew Flatt
43ecbe4837 rackety handin-server docs and other repairs 2010-08-19 15:56:07 -06:00
Matthew Flatt
7ee7106b2d fix handin-server reloading for ss<->rkt 2010-08-19 15:50:59 -06:00
Matthew Flatt
1437d47fda fix handin server's web-server wrapping to handle tcp-addresses on a listener 2010-08-19 15:01:58 -06:00
Eli Barzilay
de0cc7771b A lot of "DrScheme" -> "DrRacket"s. 2010-05-17 01:27:03 -04:00
Eli Barzilay
0aab34154a Update handin-server docs. 2010-05-11 00:31:28 -04:00
Matthew Flatt
28b4043077 rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
Eli Barzilay
e9c0ba7398 do a post-redirect-get to avoid the usual problems
svn: r18317
2010-02-24 11:15:37 +00:00
Eli Barzilay
c88a5a6856 A bunch of additional typos
svn: r17976
2010-02-05 03:21:52 +00:00
Stevie Strickland
8bc420da4c The contract on sequencer:make requires arguments that conform to
dispatcher/c, which #f does not.

svn: r17958
2010-02-03 16:39:18 +00:00
Eli Barzilay
b33455dc8e case-fold username in servlet when needed
svn: r17591
2010-01-10 04:12:48 +00:00
Eli Barzilay
b50ae83a27 switch from scheme to scheme/base
svn: r17472
2010-01-03 21:24:39 +00:00
Eli Barzilay
3727ec4f9a better text
svn: r17459
2010-01-01 20:59:04 +00:00
Robby Findler
17937627e1 clarified the message docs
svn: r17458
2010-01-01 20:35:30 +00:00
Eli Barzilay
d5f1f59d77 The `https-port-number' configuration is meaningless, removed and
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
2009-12-31 07:43:23 +00:00
Eli Barzilay
237682244c The embedded web server works now on the same port as the handin server.
Small change to protocol: the client should send "handin" first

svn: r17448
2009-12-31 07:17:18 +00:00
Eli Barzilay
c7653ad43b still, should return the web server controller function
svn: r17435
2009-12-30 11:24:09 +00:00
Eli Barzilay
de80d826df report after the web server started
svn: r17434
2009-12-30 11:20:05 +00:00
Eli Barzilay
66aa708427 use log-line for connection errors, announce shutting down and kill web-server when it happens
svn: r17433
2009-12-30 11:01:36 +00:00
Eli Barzilay
1d7f3ff2f4 better messages, clarify comment
svn: r17431
2009-12-30 04:16:32 +00:00
Eli Barzilay
2e4926ebb3 Remove code that serves static files, it's not doing anything anyway if
the servlet is used for all paths.

svn: r17429
2009-12-29 16:09:04 +00:00