Commit Graph

50 Commits (c66ded6bf8e16b36034f3f9379d65f5a0e20e21c)

Author SHA1 Message Date
Slava Pestov 3712ae68e5 fix read line, and add read line regression tests 2004-08-23 01:56:06 +00:00
Chris Double 549e17a539 Add line endings to files. 2004-08-22 23:39:14 +00:00
Chris Double 846db119f6 Was logging the post alist before converting it to a string. Removed to
get things working with native factor. Various fixes to get things
loading in native factor.
2004-08-22 23:29:39 +00:00
Slava Pestov 5b24e99fc9 working on cfactor bootstrap 2004-08-20 22:48:08 +00:00
Slava Pestov 2fccd38742 add irc.factor to contrib 2004-08-20 06:43:06 +00:00
Chris Double e363a194da revert workaround for native factor problem now that it is fixed. 2004-08-20 00:12:23 +00:00
Chris Double 0ad8cb57d7 workaround for native factor bug in processing lists 2004-08-20 00:02:01 +00:00
Chris Double 2806da7eed get things working with native factor. 2004-08-19 23:57:45 +00:00
Chris Double 50408f1bcc Fix cont-html to work with new word defining words. 2004-08-19 23:46:14 +00:00
Chris Double 8623011d35 Fixes to get cont-responder working with latest httpd changes. 2004-08-19 23:33:58 +00:00
Chris Double 00c2d5f058 Changes to get things working with latest factor updates. Post requests
are currently broken.
2004-08-19 22:04:10 +00:00
Chris Double 7d583b43d1 Added more stuff to parser combinator documentation. 2004-08-16 23:14:51 +00:00
Chris Double 0c3fa9d74c Added parser combinator and lazy evaluation library. 2004-08-15 23:23:47 +00:00
Chris Double 9f052b3c82 Some changes to get things working in native factor. 2004-08-08 05:29:01 +00:00
Chris Double 4a562eb0c9 cont-html is essentially rewritten to not use a quotation between the
opening and closing tags. This actually simplifies the code quite a bit.
The current downside is the the code using the tags is not pretty
printed very well (ie. no indenting).
2004-08-02 21:35:22 +00:00
Chris Double 62c349a356 made browser columns fixed width 2004-08-02 21:34:46 +00:00
Chris Double 82e1321e22 added width attribute 2004-08-02 21:34:21 +00:00
Chris Double 5973009ed1 label browser column headings 2004-08-02 21:33:58 +00:00
Chris Double 5503ce06ce add ability to change todo password 2004-08-02 21:33:35 +00:00
Chris Double df455b5de8 Added edit functionality and styling to todo application 2004-08-01 22:30:47 +00:00
Chris Double 616f2bd2d9 added link element, rel attribute for styled-page. 2004-08-01 22:30:22 +00:00
Chris Double 13bcbfd465 Add vm statistics to browser 2004-08-01 22:29:51 +00:00
Chris Double be47ff8672 make browser editing optional 2004-08-01 22:29:32 +00:00
Chris Double ac0e0432a0 add editing functionality to browser 2004-08-01 22:29:11 +00:00
Chris Double c72246cedd Post requests were being decoded before splitting into an ALIST. This
caused problems if the post data contained an '&' or '='. Now the
decoding is done after the splitting. Also added logging of the original
post data and the decoded alist.
2004-08-01 22:28:50 +00:00
Chris Double 7c0ae6a136 added first cut of browser code 2004-08-01 22:28:17 +00:00
Chris Double 97073b654f misc. refactorings. added onchange attribute. Various refactorings. 2004-08-01 22:27:30 +00:00
Chris Double f4bed8c0f3 added select and option elements to cont-html 2004-08-01 22:26:53 +00:00
Chris Double 7b0adf3072 reorganise loader file 2004-08-01 22:26:30 +00:00
Chris Double 722a8f888c added live search facility for words to eval-responder 2004-08-01 22:26:07 +00:00
Chris Double a91cda2e8f move button to cont-utils 2004-08-01 22:25:40 +00:00
Chris Double 109559a1ae added colspan attribute to cont-html 2004-08-01 22:25:17 +00:00
Chris Double 78ff8782d7 seperate out javascript code into an include rather than incline for
ive-updater
2004-08-01 22:24:42 +00:00
Chris Double e16bdb46d2 seperate out javascript code into an include rather than inline for
live-updater
2004-08-01 22:24:17 +00:00
Chris Double 431618aea0 factor out reusable code from live-updater-responder and put in
live-updater
2004-08-01 22:23:38 +00:00
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