John Benediktsson
|
71ef8a22c2
|
disambiguate namespaces:set and sets:set.
|
2016-03-29 17:14:42 -07:00 |
Doug Coleman
|
d3bc2035a2
|
factor: remove rest of double paren words.
|
2016-03-25 03:13:27 -07:00 |
John Benediktsson
|
5f682c18de
|
use the new bytes>hex-string.
|
2016-03-16 10:13:56 -07:00 |
Björn Lindqvist
|
cc4bb991b2
|
webapps.wiki.example: new vocab to show how the wiki webapp should be
run
it's a little tricky to figure out so a vocab demonstrating it is useful
|
2015-10-04 03:07:29 +02:00 |
Björn Lindqvist
|
28c179cf59
|
furnace.recaptcha: logic in recaptcha-url was wrong, fix and test case
|
2015-10-04 02:26:02 +02:00 |
Björn Lindqvist
|
6b940cb972
|
furnace.auth.login: name of the realm is already set in the <login-realm> constructor
|
2015-10-02 13:14:26 +02:00 |
John Benediktsson
|
e477f6996f
|
Fix comments to be ! not #!.
|
2015-09-08 16:15:10 -07:00 |
John Benediktsson
|
2bb93f1b72
|
furnace.actions: return Method Not Allowed if not GET/HEAD/POST.
|
2015-08-15 16:57:40 -07:00 |
John Benediktsson
|
ceb75057da
|
change ERROR: words from throw-foo back to foo.
|
2015-08-13 16:13:05 -07:00 |
Doug Coleman
|
b6be8685c3
|
basis: ERROR: changes.
|
2015-08-13 03:20:39 -07:00 |
Doug Coleman
|
e0d1b14e5c
|
factor: don't need FROM: namespaces => set or namespaces:set anymore
|
2015-08-12 11:25:57 -05:00 |
Doug Coleman
|
330c7ba156
|
factor: Removing SLOT: nth/at/global in favor of using change: at for tuple slots named ``at`` and change-at for hashtables.
Redo many FROM: and QUALIFIED: and using lists.
|
2015-08-12 08:49:02 -05:00 |
Doug Coleman
|
1fcf96cada
|
factor: remove """ string syntax for now. there are HEREDOC:, STRING:, escaping \", and something else soon.
|
2015-07-25 22:59:56 -07:00 |
John Benediktsson
|
5eec781b40
|
use ``if*`` instead of ``dup [ ] [ drop ] if``.
|
2015-07-20 22:24:30 -07:00 |
Doug Coleman
|
e4c39bcf3c
|
factor: superclass -> superclass-of, superclasses -> superclasses-of
|
2015-07-20 00:46:33 -07:00 |
Doug Coleman
|
892c62e1dc
|
factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test
|
2015-07-03 09:39:59 -07:00 |
Doug Coleman
|
43d6f1d3e2
|
factor: Retrying on the unit tests. Also normalize some syntax with FUNCTION:.
|
2015-07-02 17:28:17 -07:00 |
Doug Coleman
|
59f3b1ea57
|
Revert "factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!"
Needs a bit more work.
This reverts commit 7e54cc2824 .
|
2015-07-02 13:47:06 -07:00 |
Doug Coleman
|
7e54cc2824
|
factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!
|
2015-07-02 11:36:08 -07:00 |
Doug Coleman
|
999aa7c897
|
factor: clean up spaces in -tests files
|
2015-07-02 10:34:01 -07:00 |
Doug Coleman
|
e3cb325040
|
factor: clean up whitespace in -docs files
|
2015-07-02 10:31:22 -07:00 |
Doug Coleman
|
352e5de16a
|
core, basis, extra: Remove DOS line endings from files.
Remove whitespace from end of lines.
Add a newline to the end of each file.
|
2015-06-29 17:25:40 -07:00 |
Doug Coleman
|
f680288b4a
|
furnace.auth: rename profile to current-profile
|
2015-06-08 17:29:48 -07:00 |
John Benediktsson
|
296968580a
|
use assoc-reject instead of [ ... not ] assoc-filter.
|
2015-05-12 19:08:42 -07:00 |
Björn Lindqvist
|
ba8caa72fb
|
io.crlf: the lf>crlf and crlf>lf words looks generally useful, lets put them in io.crlf to reduce some code duplication
|
2015-05-12 09:32:05 -07:00 |
Björn Lindqvist
|
f75ee294e7
|
http.server.requests: refactor the http.server vocabs request handling into its own vocab
|
2015-05-12 09:31:21 -07:00 |
John Benediktsson
|
a5339d48c8
|
furnace.utilities: use "header" word, some cleanup.
|
2015-04-17 17:54:13 -07:00 |
Benjamin Pollack
|
2c3dd8c3c8
|
Remove executable bit from tons of files that aren't
|
2014-11-05 20:40:42 -08:00 |
John Benediktsson
|
5208f8bf4f
|
furnace.utilities: fix docs for resolve-word-path.
|
2014-11-03 22:26:22 -08:00 |
Björn Lindqvist
|
e206a5e453
|
furnace.utilities: refactor to not use make
|
2014-11-03 20:49:18 -08:00 |
Björn Lindqvist
|
b29aa88f3c
|
furnace.utilities: use a method based on where instead of vocab-path to find dir of vocab
|
2014-11-03 20:49:18 -08:00 |
Björn Lindqvist
|
1824680ad1
|
furnace.db: db-persistence needs a dispose word that delegates to its pool slot
tests in http.tests refactored using "with-words" so that they always
dispose any db-persistence instances they create.
|
2014-09-28 20:39:25 -07:00 |
John Benediktsson
|
57f9d78892
|
improve help by linking to types directly.
|
2014-05-23 20:20:15 -07:00 |
John Benediktsson
|
98935b7f15
|
docs: change ``{ $quotation "( x -- y )" }`` to ``{ $quotation ( x -- y ) }``.
|
2014-05-18 20:09:10 -07:00 |
John Benediktsson
|
78d0aad87d
|
http.server.responses: adding <html-content>, use it.
|
2014-04-22 13:47:25 -07:00 |
John Benediktsson
|
712be93989
|
http.client: remove http-get* and its friends, change http-request* and with-http-request* to not check response codes.
|
2014-03-12 19:39:15 -07:00 |
Jon Harper
|
a3fcaf4a11
|
Fix furnace basic auth; add test
|
2013-11-09 22:22:12 +01:00 |
Jon Harper
|
586bd22743
|
Fix doc link for furnace user-admin webapp
|
2013-11-03 15:19:20 +01:00 |
John Benediktsson
|
39fd41b69a
|
http.client: use new http-post* word.
|
2013-10-12 10:29:34 -07:00 |
John Benediktsson
|
832a06e848
|
furnace.auth.providers.db: make test db name use cpu name.
|
2013-05-14 11:32:20 -07:00 |
John Benediktsson
|
1754ab73bd
|
basis: fewer tokens when possible using if*.
|
2013-03-23 22:25:02 -07:00 |
Doug Coleman
|
8c19602ae9
|
assocs: Add of and ?of. Change all the things at once! Fixes #701.
|
2013-03-23 14:59:07 -07:00 |
John Benediktsson
|
4e72d80256
|
Using "same?" in more places.
|
2012-07-21 10:22:44 -07:00 |
John Benediktsson
|
559b5bfa5b
|
using the new H{ } make.
|
2012-07-19 09:50:09 -07:00 |
Joe Groff
|
9d5e676b26
|
Revert "pubsubhubbub support by samueltardieu". Fixes #455.
This reverts commit e3483c9c03 .
|
2011-12-14 13:13:18 -08:00 |
Joe Groff
|
aa1ad21d72
|
fix help-lint failures
|
2011-12-14 11:33:17 -08:00 |
Joe Groff
|
4552caf489
|
furnace.auth.providers.couchdb: fix manifest
|
2011-11-30 17:58:52 -08:00 |
Joe Groff
|
7897b14223
|
furnace.auth.providers.couchdb: fix load error
|
2011-11-28 18:55:11 -08:00 |
John Benediktsson
|
1eaea88912
|
pubsubhubbub support by samueltardieu. Fixes #148.
|
2011-11-28 09:57:03 -08:00 |
Alex Drummond
|
93fa3c1670
|
CouchDB auth provider (furnace.auth.providers.couchdb)
|
2011-11-28 09:45:42 -08:00 |