Commit Graph

465 Commits (9e5b6424a1a9eda7609916b43ac21a7b39d02f8c)

Author SHA1 Message Date
Chris Double f7bda63625 tidy up live-updater responder 2004-08-01 22:23:06 +00:00
Chris Double 26aada47ee Added live update example. 2004-07-28 21:54:24 +00:00
Chris Double 73c8f77eda Add code to run http in a thread, catching errors and restarting. 2004-07-28 01:53:55 +00:00
Chris Double a80e32934c Added script, div and span. Added src and language attributes. 2004-07-28 01:53:33 +00:00
Chris Double 6480e75db6 add focus setting to eval-responder.
added accesskey attribute.
clean up eval-responder user interface.
Added history display. Added ability to click history and callstack .
entries and have them added to the evaluator textarea. Various code .
tidyups..
added style and valign attributes.
add html layout routines.
add onclick attribute.
added id attribute to cont-html.
2004-07-26 21:48:58 +00:00
Chris Double 8f3ba5b97e Use str-lexi> for sorting priorities. This allows alphanumeric
characters as a priority and prevents errors in that case.
2004-07-26 04:00:56 +00:00
Chris Double 5c664feeed Made the eval textarea bigger. 2004-07-26 02:28:11 +00:00
Chris Double 905f658551 added rows and cols attributes. 2004-07-26 02:27:48 +00:00
Chris Double cb918db171 Add style to factor output allowing "see", etc to be hyperlinked. 2004-07-26 00:47:15 +00:00
Chris Double d591e6187b Add file containing common routines for continuation based httpd
responders.
2004-07-25 22:35:51 +00:00
Chris Double bdf0a68a81 Added load.factor to provide words for loading cont-responder files for
testing.
2004-07-25 22:34:40 +00:00
Chris Double dafe413349 add th tag and border= attribute to cont-html.
change loader to optionally load in thread.
multiline post requests now work. Removed usage of regular
expresions .
and parse post requests using string functions instead.
add eval-responder example.
added eval-responder to loader.
Added cont-utils.factor. This contains commonly used higher level
words for continuation based responders.
Modified the todo-example to use these words, removing those it had
with similar functionality.
Change load.factor to use different words for running the files.
2004-07-25 22:31:25 +00:00
Chris Double 04880642c7 making todo list more complete
Fixed security issue if user entered certain characters in username
field.
Added 'mark complete'
Added 'delete item'
Refactored into smaller words.
refactoring of registration form in todo list
show now returns a namespace
open html words were acting like closed words and generating a close
tag. This is fixed in this patch.
convert table writes to use table word.
2004-07-22 22:04:53 +00:00
Chris Double a90e22cd52 Added todo list cont-responder example. 2004-07-21 23:22:35 +00:00
Chris Double b1ff1f41f5 Added continuation based httpd responder. 2004-07-21 23:21:22 +00:00