a0c7e80835tidy up browser title. 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.
Chris Double
2005-02-21 00:47:08 +0000
ba492a60d8built in type slot meta refactoring; string capacity is now a tagged slot; references word
Slava Pestov
2005-02-21 00:03:37 +0000
e91e0edc3bfix text rendering crash with strings containing nulls
Slava Pestov
2005-02-20 05:01:05 +0000
3bf3e13f2eregister declarations for powerpc
Slava Pestov
2005-02-20 04:25:21 +0000
ae27f48d12minor fix for rollovers
Slava Pestov
2005-02-20 03:55:45 +0000
9eb0046f09ds is in esi now
Slava Pestov
2005-02-17 04:24:35 +0000
e92757e93cworking on jEdit plugin
Slava Pestov
2005-02-17 02:54:36 +0000
c1ca6b761eChange default timeout for continuation responder. Update live updater and todo list code for stream and read word changes.
Chris Double
2005-02-16 01:38:21 +0000
74bf210b1cAdded missing files.
Chris Double
2005-02-14 22:19:09 +0000
e5228b435fadd missing files.
Chris Double
2005-02-14 22:18:51 +0000
0b3a34d0c8add browser style to words to allow browsing source. add browser and cont-responder to factor httpd. add cont-responder tutorial to main doc dicretory. mention location of cont-test.factor in tutorial. change defauly startup location of browser.
Chris Double
2005-02-14 21:44:15 +0000
a3a1cf8a8cFix bugs with browser responder. Fix url>path so it doesn't double decode query parameters.
Chris Double
2005-02-13 02:51:33 +0000
82e22a0841text fields in the UI
Slava Pestov
2005-02-13 02:15:30 +0000
b141634910Fix for browser responder for where vocab or word doesn't exist
Chris Double
2005-02-13 01:57:34 +0000
f88bfcf2a8Refactorings of the cont-responder and sqlite code. The browser responder now accepts 'word' and 'vocab' as query parameters. The cont-responder takes the continuation id as a query parameter instead of part of the url.
Chris Double
2005-02-13 01:08:32 +0000
a8c34f50a8tuple dispatch compiled, adding USING: to more files, inference terminator cleanup, jedit cleanup, new reload word to reload a word's source file
Slava Pestov
2005-02-09 03:02:44 +0000