put vocab and word name in browser titlebar. update cont-responder documentation. Added information on 'show-final' and updated examples that had suferred code rot (ie. Change use of times*, succ, pred, [ | ], etc).. remove setting of responder name in browser. The setting of the name caused the browser-edit responder to jump to the browser responder when a word was clicked.. added show-final to cont-responder. add responder-items word for debugging in cont-responder. changed expiry of cont-responder continuations. When the continuations are expired they are now removed from the hash table. Previously each request would rebuild the continuation table containing the non-expired continuations.. convert from hashtables to typles in cont-responder. move to using symbols for variable names in cont-responder. convert USE: to USING: in cont-responder. various minor cont-responder refactorings. refactor init-cont-responder. merge cont-get-responder and cont-put-responder into one. refactor cont-get-responder. fix cont-responder bug involving redirects. When a cont-responder request for an expired page was made the 'redirect' flag was not correctly reset. This resulted in initial requests of a responder redirecting when it wasn't supposed to. Tidied up the area of redirects and post-refresh-get pattern.. added use of show-final to todo-list. |
||
|---|---|---|
| .. | ||
| browser-responder.factor | ||
| cont-responder.factor | ||
| default-responders.factor | ||
| file-responder.factor | ||
| html-tags.factor | ||
| html.factor | ||
| http-common.factor | ||
| httpd.factor | ||
| quit-responder.factor | ||
| resource-responder.factor | ||
| responder.factor | ||
| test-responder.factor | ||
| url-encoding.factor | ||