Tj Holowaychuk
|
a75a119e2f
|
Added default view engine support
Now app.set("view engine", "jade") allows you to
res.render("jade")
|
2010-07-08 14:31:27 -07:00 |
|
Tj Holowaychuk
|
8beae065cf
|
Added view callback error test
|
2010-07-08 13:17:30 -07:00 |
|
Tj Holowaychuk
|
0e7d39aa13
|
Added invalid view test
|
2010-07-08 13:16:36 -07:00 |
|
Tj Holowaychuk
|
55a29808c9
|
Added view callback test
|
2010-07-08 13:09:15 -07:00 |
|
Tj Holowaychuk
|
e850d1073d
|
Partials without extensions use the same extension as the parent view
|
2010-07-08 11:01:20 -07:00 |
|
Tj Holowaychuk
|
5842a3bba6
|
Added test for non-collection partial support
|
2010-07-08 10:38:30 -07:00 |
|
Tj Holowaychuk
|
fcf691d97c
|
Added view test for magic locals
|
2010-07-08 10:27:23 -07:00 |
|
Tj Holowaychuk
|
a32c7d5f07
|
Added as: global support
|
2010-07-08 10:24:12 -07:00 |
|
Tj Holowaychuk
|
edfb18b75a
|
Added as: this support
|
2010-07-08 10:17:11 -07:00 |
|
Tj Holowaychuk
|
5544c5d5d4
|
Added collection "as" option test
|
2010-07-08 10:13:24 -07:00 |
|
Tj Holowaychuk
|
22100f7c3a
|
Added support for partial(view, array) as collection
|
2010-07-08 10:09:03 -07:00 |
|
Tj Holowaychuk
|
8ece01ccda
|
Fixed partial support
|
2010-07-08 09:56:03 -07:00 |
|
Tj Holowaychuk
|
e58f4683d1
|
Finished req.accepts()
|
2010-07-07 17:00:23 -07:00 |
|
Tj Holowaychuk
|
9750817bf0
|
Added more tests for req.accepts()
|
2010-07-07 16:44:42 -07:00 |
|
Tj Holowaychuk
|
cf37966e39
|
Added req.accepts()
|
2010-07-07 16:38:23 -07:00 |
|
Tj Holowaychuk
|
046172e5d9
|
Added req.param() POST support via connect.bodyDecoder()
|
2010-07-07 16:05:32 -07:00 |
|
Tj Holowaychuk
|
c74446e38c
|
Added req.param()
|
2010-07-07 15:54:25 -07:00 |
|
Tj Holowaychuk
|
7897460993
|
Added req.header() tests
|
2010-07-07 15:38:06 -07:00 |
|
Tj Holowaychuk
|
dc5caebbf8
|
Added haml test
|
2010-07-07 15:10:16 -07:00 |
|
Tj Holowaychuk
|
14280dfedb
|
Added buffer support to res.send()
|
2010-07-07 14:54:23 -07:00 |
|
Tj Holowaychuk
|
8fdf11135a
|
Added res.attachment()
|
2010-07-07 14:45:45 -07:00 |
|
Tj Holowaychuk
|
c8baa8f349
|
Added res.send() Content-Type precedence test
|
2010-07-07 14:38:41 -07:00 |
|
Tj Holowaychuk
|
395d14ab58
|
Allowing status as first or second arg to res.send()
|
2010-07-07 14:25:06 -07:00 |
|
Tj Holowaychuk
|
0d4b57df7a
|
req.send() headers take precedence
|
2010-07-07 14:11:00 -07:00 |
|
Tj Holowaychuk
|
838c470017
|
Added res.header()
|
2010-07-07 14:02:16 -07:00 |
|
Tj Holowaychuk
|
f0a09665db
|
res.send() only setting Content-Type when not already present
|
2010-07-07 13:57:56 -07:00 |
|
Tj Holowaychuk
|
ac17a6afcf
|
Added res.contentType() tests
|
2010-07-07 13:32:16 -07:00 |
|
Tj Holowaychuk
|
35af1bab30
|
Added req.xhr as alias of req.isXMLHttpRequest
|
2010-07-07 13:22:59 -07:00 |
|
Tj Holowaychuk
|
1fe7bb271a
|
Added req.isXMLHttpRequest
|
2010-07-07 13:21:07 -07:00 |
|
Tj Holowaychuk
|
70d9ef4f77
|
Added test for next()ing
|
2010-07-07 11:56:37 -07:00 |
|
Tj Holowaychuk
|
3da75726d3
|
Error handling for views
|
2010-07-06 07:53:18 -07:00 |
|
Tj Holowaychuk
|
874975da54
|
Added response helpers
|
2010-07-05 21:37:56 -07:00 |
|
Tj Holowaychuk
|
4c0704e338
|
Started implementing partials again
|
2010-07-05 16:50:37 -07:00 |
|
Tj Holowaychuk
|
414acbc9ec
|
Added layout support
|
2010-07-05 16:29:39 -07:00 |
|
Tj Holowaychuk
|
21f904db42
|
Started ServerResponse#render()
|
2010-07-05 16:14:34 -07:00 |
|
Tj Holowaychuk
|
3f989191e3
|
Added failing constructor middleware test
|
2010-07-05 15:49:38 -07:00 |
|
Tj Holowaychuk
|
2bea014e89
|
Added middleware usage test
|
2010-07-05 15:43:10 -07:00 |
|
Tj Holowaychuk
|
d803924ef0
|
Added Server#{set,enable,disable}() and friends
|
2010-07-05 15:32:54 -07:00 |
|
Tj Holowaychuk
|
1dcb7eaf1f
|
.
|
2010-07-05 15:13:19 -07:00 |
|
Tj Holowaychuk
|
5f9e4ace2f
|
Added basic app test
|
2010-07-05 15:02:25 -07:00 |
|
Tj Holowaychuk
|
6386330973
|
Started tests
|
2010-07-05 14:58:38 -07:00 |
|
Tj Holowaychuk
|
e2fca29c91
|
Cleared out makefile
|
2010-07-05 14:51:45 -07:00 |
|