Commit Graph

65 Commits (3480a93fd5e92d3d632111a863f2f3b554209874)

Author SHA1 Message Date
Slava Pestov 99b23348a8 Various furnace improvements; add present vocabulary for converting objects to human-readable strings 2008-06-05 00:18:36 -05:00
Slava Pestov 9861146d8d Implement flash scopes, improved validation and login page, improved http-post 2008-06-04 19:54:05 -05:00
Slava Pestov d35f25f334 Fix load errors 2008-06-02 17:51:06 -05:00
Slava Pestov bf40d2b8c7 Remove obsolete files 2008-06-02 15:00:43 -05:00
Slava Pestov 9bd38767ab Big web framework refactoring 2008-06-02 15:00:03 -05:00
Slava Pestov c5c65a4ce4 Web framework refactoring work in progress 2008-06-01 17:22:39 -05:00
Slava Pestov d57c66690d Fix errors reported by builder 2008-05-29 02:47:30 -05:00
Slava Pestov 91d7adcbf1 Comparison component 2008-05-27 00:01:27 -05:00
Slava Pestov be0d85180f Debugging validation 2008-05-26 02:54:53 -05:00
Slava Pestov d589ac19dd Reworking validation 2008-05-26 00:47:27 -05:00
Slava Pestov 0dc90434e2 Merge branch 'master' of git://factorcode.org/git/factor 2008-05-25 18:33:34 -05:00
Slava Pestov 9100398adf Add more chloe tags, and tests 2008-05-24 01:28:48 -05:00
Doug Coleman 7a408dcf55 mmmm....upgrades
better html analyzer
2008-05-23 23:34:10 -05:00
Slava Pestov 53857fdfee Move farkup, code, inspector components to html.components 2008-05-23 22:32:39 -05:00
Slava Pestov 376c73c7c8 Convert HTML streams to use inheritance and new accessors, fix a bug 2008-05-23 22:20:27 -05:00
Slava Pestov 8327449a65 Move templates to html vocabulary 2008-05-23 19:16:21 -05:00
Slava Pestov f693c69c40 Move HTML components to html.components, refactor 2008-05-23 17:33:31 -05:00
Doug Coleman 44d0490ec0 fix compile error on html.parser
added some more screen scraping words
2008-05-19 18:58:56 -05:00
Slava Pestov 2cbfa9c2d7 Move destructors to core 2008-05-14 23:23:12 -05:00
Slava Pestov c60baf1232 sift and harvest words added 2008-05-13 23:36:55 -05:00
Doug Coleman fd531c1a31 rename butlast to but-last 2008-05-07 01:38:34 -05:00
Doug Coleman 7c09936f30 use butlast, butlast-slice
"extra/foo" resource-path -> "resource:extra/foo"
2008-05-06 12:37:11 -05:00
Slava Pestov 75fb15ee4c Split stdio up into input-stream/output-stream, pipes work in progress 2008-05-05 02:19:25 -05:00
Slava Pestov 117f6dd804 New validation message concept, t:button tag, fixes 2008-05-02 21:18:49 -05:00
Slava Pestov c6e91eb009 Add new attribute 2008-05-01 21:42:59 -05:00
Doug Coleman 439c138aa5 fix load errors 2008-04-26 11:03:41 -05:00
Doug Coleman 4d0ba8c3c1 reverse args for assoc-diff, diff
fix lots of usings
fix help lint
2008-04-26 02:01:43 -05:00
Doug Coleman b7c1f9dbe8 extra changes:
index* -> index-from
last-index* -> last-index-from
1 tail -> rest
1 tail-slice -> rest-slice
subset -> filter
prepose
find* -> find-from
find-last* -> find-last-from
before, after generic, < for integers
make between? work for timestamps
2008-04-25 23:17:08 -05:00
Slava Pestov 4235715af9 Add an attribute 2008-04-17 05:17:41 -05:00
Slava Pestov 490d7fed0b Fixing minor bugs 2008-04-14 06:04:01 -05:00
Doug Coleman 72080fda4a construct-boa -> boa
construct-empty -> new
2008-04-13 15:06:27 -05:00
Doug Coleman 5fa3bd8c74 cond/case 2008-04-11 12:55:57 -05:00
Doug Coleman 3e7940216e swap append to swap append
refactoring path+ to append-path
swap path+ to prepend-path
calendar gmt-offset to duration
2008-03-19 19:15:32 -05:00
Alex Chapman 641d345a99 Merge git://factorcode.org/git/wrunt into experimental 2008-03-08 10:22:34 +11:00
Doug Coleman 915fd4e0f8 fix two load errors 2008-03-07 16:45:11 -06:00
Doug Coleman ebc0127d01 Merge branch 'master' of git://factorcode.org/git/factor
Conflicts:

	extra/html/parser/analyzer/analyzer.factor
2008-03-06 17:12:15 -06:00
Doug Coleman 488579e1c0 add some more find words 2008-03-06 17:09:48 -06:00
dharmatech a336cb7570 Unit test fixes 2008-03-06 13:46:15 -06:00
Alex Chapman 89b669a058 html.elements: add the media element property 2008-03-04 11:16:06 +11:00
Slava Pestov e98cd1fd59 New convention for unit tests 2008-03-01 17:00:45 -05:00
Slava Pestov 84016a36c0 Regression fixes 2008-02-25 19:37:43 -06:00
Daniel Ehrenberg f6845d43d3 Massive name change in files, string streams 2008-02-15 22:20:31 -06:00
Doug Coleman 3b6e6a1e13 add query>hash* to html.parser.analyzer 2008-02-11 17:19:27 -06:00
Doug Coleman 34c1170963 add a few utility words 2008-02-11 16:27:40 -06:00
Eduardo Cavazos 5da80f7e5d Lot's of load-everything fixes.
* untabify things
  * using ascii or unicode
2008-02-02 00:29:47 -06:00
Daniel Ehrenberg fad00e2316 Merge branch 'master' of git://factorcode.org/git/factor
Conflicts:

	extra/html/elements/elements.factor
	extra/html/html.factor
	extra/tar/tar.factor
	extra/webapps/pastebin/pastebin.factor

Resolving my stupid use conflict
2008-02-01 15:39:42 -06:00
Eduardo Cavazos d7c1349c8d Fix a bunch of load-everything hiccups 2008-01-31 23:21:06 -06:00
Daniel Ehrenberg 4e3426d871 Fixing various use clauses 2008-01-31 12:21:49 -06:00
Slava Pestov 926e09a46a New dispose word and with-dispose combinator, docs for io.monitor, working on O(1) stream timeouts 2008-01-31 00:52:06 -06:00
Slava Pestov 1c91a286e5 Updating summary and authors 2008-01-27 01:02:31 -04:00