8e22009ca1Add another error handler in the reset from to catch errors occuring while running the servlet (perhaps with restored continuations).
interp
2002-11-09 18:25:20 +0000
fb75cd4efeAdd infrastructure for saving default values in get-results.
interp
2002-11-09 17:17:14 +0000
5e0e6abcb7update description of INPUT-FIELD-VALUE and insert one for RAW-INPUT-FIELD-VALUE
interp
2002-11-09 16:46:59 +0000
2d97ef42bcremove sub-attribute-bug from select and radio input fields
interp
2002-11-09 16:46:26 +0000
45a4c810a1Create HTML page before creating response object. This enables the possibility to nest calls to the SEND-HTML/SUSPEND and similar, but disables the access to the HTTPD-OPTIONS (that wasn't granted anyway, currently). This makes the add.scm servlet working again.
interp
2002-11-05 21:32:58 +0000
47a60a26d3Redesigning error catching machinery. Now no malicious servlet should be able to let the server crash.
interp
2002-11-05 10:21:15 +0000
2ab106745aGet rid of a bug. Filtering of instances is disabled to achieve this.
interp
2002-11-03 18:15:53 +0000
1374c4a8a6Rename some procedure to get references clear and to remove a small bug
interp
2002-11-03 18:00:12 +0000
d026036bf3Simple servlet api adopted from PLT. Example included
interp
2002-11-03 17:43:58 +0000
9815824581remove small typo from MAKE-PASSWORD
interp
2002-11-03 17:42:27 +0000
4d7d5b08cdDon't just say "#f" if you don't have an adminstrator's mail address. Be explicit.
interp
2002-11-03 14:41:43 +0000
2800b21feaBrowser caching may be a reason for wrong servlet request. Tell them about it.
interp
2002-11-03 14:37:53 +0000
7b5cf03385make target tags work on FreeBSD
interp
2002-10-31 13:07:31 +0000
a49fbee71fChange argument order in EXTRACT-BINDINGS and EXTRACT-SINGLE-BINDING to fit the one of the equivalent PLT procedure.
interp
2002-10-26 15:40:26 +0000
26683bd822* Move error handling of the servlets to the right point, i.e. after the reset. * Remove redirect 'feature'. It is not well tought out.
interp
2002-10-26 15:35:20 +0000
ddae6cfb3ccache GET-BINDINGS-RESULTS' results of POST requests with weak-pointers
interp
2002-10-26 15:20:56 +0000
588dc93ddf+ PMB is an uncompressed format---use smaller size. + Put the image in the image directory (we know, where we are...).
interp
2002-10-22 16:05:18 +0000
03da4f6e05Use image directory for gnuplot output.
interp
2002-10-22 16:01:25 +0000
fc7a6f3719Let pictures be created in the PBM format instead of the PNG format, because some installations of gnuplot cannot produce PNG, though it is a web standard. The PBM files may be converted to other file formats using the PBMPLUS package from http://www.acme.com/software/pbmplus/, including PNG.
interp
2002-10-22 15:34:59 +0000
25976c1f39export ADJUST-TIMEOUTdon't need defrec-package anymore
interp
2002-10-21 08:42:09 +0000
163e250b89Some versions using callback.More will come soon. To be improved.
interp
2002-10-21 08:41:00 +0000
13c001841bVarious changes and improvements, namely: + added links to previous menus + removed some typos + admin-servlets: + make unload all work + improved machine-user dialog + calculate.scm: + numbers are restored, if operator is changed
interp
2002-10-21 08:38:46 +0000
4925801b9euse DEFINE-RECORD-TYPE instead of DEFINE-RECORD
interp
2002-10-21 08:34:12 +0000
044c27e292make forms POSTing
interp
2002-10-09 15:14:54 +0000
db331ad0e3Wrap error-handler around calls to LAUNCH-NEW-INSTANCE and RESUME-URL in SERVLET-HANDLER. This will catch most errors, but will fail on some, e.g. procedure called with wrong number of arguments. As far as I see, the problem is the underlying error reporting system of Scsh/Scheme48. Maybe I'm wrong.
interp
2002-10-09 15:12:33 +0000
900f552ee1Wrap error-handler around calls to LAUNCH-NEW-INSTANCE and RESUME-URL. This will catch most errors, but will fail on some, e.g. procedure called with wrong number of arguments. As far as I see, the problem is the underlying error reporting system of Scsh/Scheme48. Maybe I'm wrong.
interp
2002-10-09 15:11:55 +0000
9e5d62aa77In MAKE-NUMBER-INPUT-FIELD set default value field only if default text is given.
interp
2002-10-05 11:58:52 +0000
12b2b96582remove some superfluous comments/code
interp
2002-10-04 15:56:58 +0000
23dfce1dc7add further configurable option: cache servlets
interp
2002-10-04 15:51:51 +0000
a920462ba1Use preserved-thread-fluids for the options. With this, the stay the same between to calls to the servlet-handler.
interp
2002-10-04 15:51:04 +0000
9fb5c80f65let MAKE-CHECKBOX-INPUT-FIELD accept a further argument: checked or not
interp
2002-10-04 15:29:50 +0000
fbc10a2f63mention and explain high order HTML tags
interp
2002-10-04 15:11:41 +0000
b625901bd1parameters to input field creators are optional on their own
interp
2002-10-04 14:33:27 +0000
a6b499426a+ Interface to MAKE-SELECT-INPUT-FIELD has changed + Add word space after `i.e.' and `e.g.'
interp
2002-10-04 14:07:46 +0000
85b0d91475MAKE-SELECT-INPUT-FIELD can now create select input fields with multiple selections. INPUT-FIELD-VALUE will always return a (possible empty) list in the multiple case.
interp
2002-10-04 13:56:46 +0000
eef78201f0ignore latex help files
interp
2002-10-03 13:35:16 +0000
67d1587e72first shot to a docu of servlets
interp
2002-10-03 13:33:41 +0000
08eee1915bIf URL in SHOW-OUTDATED is #f, no reload address is shown.
interp
2002-10-03 13:28:31 +0000
29abe30461let MAKE-NUMBER-INPUT-FIELD accept a default value
interp
2002-10-03 12:28:36 +0000
f9f854ef85add possibility to serve non-Scheme files
interp
2002-10-02 23:47:07 +0000
4899ff0453bug removal; add data table to result output
interp
2002-10-02 23:45:35 +0000
20ff8816a9+ feature: return-addresses; lets servlets give more than one possible address for the next step + plain-html: leaves given text untouched, like quote in scheme don't call it quote, because it is too similar to the HTML's tag <q> (that stands for 'quote')
interp
2002-10-02 20:28:39 +0000
61896c1238use MAKE-ADDRESS to generate return addresses
interp
2002-10-02 20:15:54 +0000
9203e245bfDon't use callbacks -- use several submit buttons or special return addresses.
interp
2002-10-02 19:13:14 +0000
d690a7a24edon't use callbacks, but two submit-buttons
interp
2002-10-02 18:22:19 +0000
03eeb86a5ffactor out transformers
interp
2002-10-02 12:02:56 +0000
c85bcfc502+ serlvet administration tool Note that the picture generation in admin-profiling.scm currently fails because of current restrictions in the servlet-handler (that cannot serve data files). No error capturing on wrong input in input-fields.
interp
2002-10-01 17:44:58 +0000
d3827d8e72some renames, some more exports in SERVLET-HANDLER/ADMIN
interp
2002-10-01 17:42:06 +0000
e68b320eb0allow default text for text input fields
interp
2002-10-01 17:40:08 +0000
349402b7ccuse PATH-LIST->FILE-NAME for file name assembling
interp
2002-10-01 12:22:37 +0000
a09d10850eSERVLET-HANDLER now accepts a second argument, the prefix for redirections
interp
2002-10-01 12:12:03 +0000
62ed566572adjust to recent code writing: more export in SERVLET-HANDLER/ADMIN, some import to SERVLET-HANDLER
interp
2002-10-01 12:10:58 +0000
4fdd1cdbbbOUTDATER added; URL tag accepts more text fields now
interp
2002-10-01 12:10:15 +0000
1ac0705aae+ longer instance lifetime + GET-INSTANCES returns all instances as an alist + let SEND/SUSPEND terminate correctly if instance has died in the meanwhile (may happen while administrating servlets)
interp
2002-10-01 12:08:42 +0000
3e9486573aadapt to recent change in creating form input fields
interp
2002-09-30 15:58:50 +0000
516d8221d7adapt to recent change in creating form input fields
interp
2002-09-30 15:25:59 +0000
2579598783+ servlet-handler/admin structure gives runtime access to servlet-handler options + several constructors for form input fields
interp
2002-09-30 14:43:15 +0000
db6b607d0fin ftpd: use signature calculus to get access to scsh's OPEN-OUTPUT-FILE instead of relying on the import order
interp
2002-09-30 10:42:34 +0000
30e66edc61+ longer standard instance lifetime + instance lifetime adjusted when new continuation is launched + GET-LOADED-PLUGINS and UNLOAD-PLUGIN + small bug fixes
interp
2002-09-30 07:53:00 +0000
d6c4304f45callbacks get the REQUEST, not the BINDINGS
interp
2002-09-29 16:42:53 +0000
aa7bcc6186+ add option instance-lifetime along with some functions + add instance surveillance thread that kills instance after a period of time
interp
2002-09-29 15:20:36 +0000