Commit Graph

  • 3e80915454 Oops, still had some proto code in there ciaranj 2010-03-10 23:23:37 +00:00
  • 4063d2e2c4 Initial stab at async plugin execution ciaranj 2010-03-10 23:16:31 +00:00
  • ce9416857b Renamed params -> keys now that ext.js is fixed visionmedia 2010-03-10 13:39:49 -08:00
  • 575d5e8e57 Updated ext.js. Closes #227 visionmedia 2010-03-10 13:38:07 -08:00
  • 14ceb8c046 Release 0.5.0 visionmedia 2010-03-10 13:17:57 -08:00
  • c6c29ca505 Styling visionmedia 2010-03-10 13:07:04 -08:00
  • c551226504 More refactoring visionmedia 2010-03-10 13:06:10 -08:00
  • fcbc09543c More refactoring visionmedia 2010-03-10 13:04:12 -08:00
  • 6d83bb0026 Misc refactoring visionmedia 2010-03-10 13:00:43 -08:00
  • 0784a513c9 configure() using each() visionmedia 2010-03-10 12:48:48 -08:00
  • ebcdec0860 Misc refactoring visionmedia 2010-03-10 12:43:40 -08:00
  • 6805e4f28f Kinda updated feature list a bit visionmedia 2010-03-10 12:30:50 -08:00
  • 962f5fa412 Removed extname() / basename() utils. Using path module visionmedia 2010-03-10 12:27:49 -08:00
  • 1385988ab8 Better escape() util visionmedia 2010-03-10 12:24:08 -08:00
  • 6cc80f8c54 Removed toArray() util. use arguments.values visionmedia 2010-03-10 12:23:45 -08:00
  • d6c843962d Removed escapeRegexp() util visionmedia 2010-03-10 12:22:25 -08:00
  • 247e6ad9ab Removed process.mixin() dependency visionmedia 2010-03-10 12:17:10 -08:00
  • 364c131a4e Merge branch 'ext' visionmedia 2010-03-10 12:04:38 -08:00
  • b047325033 Updated ext and removed Collection visionmedia 2010-03-10 12:03:26 -08:00
  • 0894cfe058 Removed more Collection usage visionmedia 2010-03-10 11:21:29 -08:00
  • f4a9d7e70b Removed more Collection usage visionmedia 2010-03-10 11:18:14 -08:00
  • 593634fb5d Started removing usage of Collection visionmedia 2010-03-10 11:16:26 -08:00
  • 2932bf5006 make test / make init distinction visionmedia 2010-03-10 11:12:12 -08:00
  • 4b1c39fe41 Removed Collection specs visionmedia 2010-03-10 11:10:12 -08:00
  • ee91e3a139 Started removal of Collection visionmedia 2010-03-10 11:08:20 -08:00
  • e287b854a2 Added ext.js submodule visionmedia 2010-03-09 08:31:17 -08:00
  • 5458e5dd00 Misc refactoring visionmedia 2010-03-09 08:07:55 -08:00
  • ed30f37ca9 Fixing some comments visionmedia 2010-03-09 08:02:44 -08:00
  • 9e495f6bb8 Misc refactoring to multi-part handling visionmedia 2010-03-09 07:57:57 -08:00
  • 21566c49f0 update node version in readme push the stream.part bugfix from previous commit Aaron Heckmann 2010-03-08 23:56:43 -05:00
  • 0a225c13a4 refactor run callback add Server.error fix bug in run callback (accepts not defined) fix bug in stream.body event (part is undefined) Aaron Heckmann 2010-03-08 22:00:51 -05:00
  • 680c07a030 ensure uploaded files close before routing Aaron Heckmann 2010-03-08 21:16:56 -05:00
  • 8ee66dca22 Updated HTTP client. Closes #221 visionmedia 2010-03-08 18:43:38 -08:00
  • 60393f07ef Removed debugging data visionmedia 2010-03-08 18:43:05 -08:00
  • 34418b03fb HTTP client is resolving callback function amoung other args visionmedia 2010-03-08 18:42:28 -08:00
  • ce2f161f08 Implemented max redirects option for http client. Closes #204 visionmedia 2010-03-08 18:33:23 -08:00
  • d5ca1ea152 Started fixing HTTP client visionmedia 2010-03-08 18:08:09 -08:00
  • c3fec8225a Removed http client allowData visionmedia 2010-03-08 17:51:32 -08:00
  • bfff00826e Styling visionmedia 2010-03-08 17:11:16 -08:00
  • 61cb50b2bd Styling visionmedia 2010-03-08 17:09:36 -08:00
  • c8d3bfabc7 Styling visionmedia 2010-03-08 17:01:35 -08:00
  • 1ce212d33d Styling visionmedia 2010-03-08 17:00:56 -08:00
  • 3682f4f06a Styling visionmedia 2010-03-08 16:57:49 -08:00
  • 0f74408b0e Styling visionmedia 2010-03-08 16:56:31 -08:00
  • f7d7c4a8e0 Merge branch 'node-0.1.30' visionmedia 2010-03-08 16:42:41 -08:00
  • 0cb8d12796 Removed ElementCollection support visionmedia 2010-03-08 16:40:23 -08:00
  • 9586ecfd58 Multipart form-data / File uploading now works again Haven't re-implemented a timeout, wasn't sure what behaviour was wanted here...should be easy enough to do, wish I could get local tests working again :( ciaranj 2010-03-09 00:13:00 +00:00
  • 86217867f9 Now working on node 0.1.30 but using custom mixin ciaranj 2010-03-08 22:00:09 +00:00
  • 496de51a11 Common log client address instead of server address Aaron Heckmann 2010-02-27 15:07:49 -05:00
  • 38591d06a0 Deep copy request visionmedia 2010-03-05 07:32:57 -08:00
  • 91805f7da4 Shameless self promotion of ebook visionmedia 2010-02-22 14:48:43 -08:00
  • 7bd8340a8b Fixed Collection#clone() visionmedia 2010-02-22 13:30:46 -08:00
  • 4817007097 Re-throwing errors visionmedia 2010-02-22 13:26:35 -08:00
  • d5003feb39 Fixed mocks to match node api visionmedia 2010-02-22 08:08:51 -08:00
  • f03e460ca5 Started converting fs module visionmedia 2010-02-22 08:05:13 -08:00
  • 347c8847b0 Removed addErrback() from render() visionmedia 2010-02-12 10:36:23 -08:00
  • 9f48b32329 Benchmarks link visionmedia 2010-02-12 09:34:40 -08:00
  • 2f6dfbc165 Release 0.4.0 visionmedia 2010-02-11 17:02:30 -08:00
  • 49cb53d735 Merge branch 'route-http-client-security' visionmedia 2010-02-11 16:36:47 -08:00
  • 54f1a51a10 Throwing error when routes are added at runtime visionmedia 2010-02-11 16:36:38 -08:00
  • c6a2674c2b Merge branch 'http' visionmedia 2010-02-11 16:15:42 -08:00
  • 282a10ec83 RESTful route functions double as HTTP clients. Closes #69 visionmedia 2010-02-11 16:15:37 -08:00
  • 50276a06df Merge branch 'http-client' visionmedia 2010-02-11 16:11:00 -08:00
  • f452250f88 Added high level restful http client visionmedia 2010-02-11 16:10:43 -08:00
  • 9d44e237a5 Added status code string to error visionmedia 2010-02-11 15:30:16 -08:00
  • 9f0e5899c2 Fixed Host header issue visionmedia 2010-02-11 15:11:06 -08:00
  • e351a02a06 Merge branch 'flash' visionmedia 2010-02-11 14:22:59 -08:00
  • cd167ec777 Added flash() example to sample upload app visionmedia 2010-02-11 14:22:55 -08:00
  • 3290412477 Updated haml visionmedia 2010-02-11 14:02:26 -08:00
  • acf0128fb4 Merge branch 'view-context' visionmedia 2010-02-11 13:57:33 -08:00
  • e91ee22a89 Defaulting render() context to the current Request. Closes #197 visionmedia 2010-02-11 13:57:26 -08:00
  • 45ef08cf99 Release 0.3.0 visionmedia 2010-02-11 07:12:08 -08:00
  • baa7d12ed6 Updated haml / sass submodules. Closes #200 visionmedia 2010-02-11 07:09:15 -08:00
  • 822de581b3 flash() returns null when no flashes are available. Closes #198 visionmedia 2010-02-09 16:34:19 -08:00
  • 3863a76fc8 Merge branch 'flash' visionmedia 2010-02-09 08:41:32 -08:00
  • 9727fac291 Added flash support. Closes #64 visionmedia 2010-02-09 08:41:28 -08:00
  • 5cadbcbbd7 Start flash specs visionmedia 2010-02-07 21:30:28 -08:00
  • 8ee0294672 Started Flash support visionmedia 2010-02-07 21:29:15 -08:00
  • 99789c3182 Bump Aaron up as a contributor visionmedia 2010-02-07 21:11:29 -08:00
  • 406a7f4fc7 Merge branch 'integration' visionmedia 2010-02-07 21:02:23 -08:00
  • 5a11f82e0e Docs visionmedia 2010-02-07 21:02:21 -08:00
  • 33eca37ec9 added accepts support for media groups Aaron Heckmann 2010-02-06 23:20:30 -05:00
  • fbd9cdd11e updated accepts comments Aaron Heckmann 2010-02-06 22:36:05 -05:00
  • 6ec6657512 accepts now allows multiple args. fixes #117 Aaron Heckmann 2010-02-06 21:10:43 -05:00
  • 8e91d2039a Started high level HTTP api visionmedia 2010-02-05 15:16:48 -08:00
  • 1879648be7 Merge branch 'plugin-halt' visionmedia 2010-02-05 13:56:11 -08:00
  • 490770171d Hooks only exporting before()/after() visionmedia 2010-02-05 13:56:07 -08:00
  • 621063cc18 Added support for plugins to halt. Closes #189 visionmedia 2010-02-05 13:54:50 -08:00
  • 821defc11b Hook callbacks exported visionmedia 2010-02-05 13:52:54 -08:00
  • dbc1709e0e Added failing before() hook halt spec visionmedia 2010-02-05 13:43:20 -08:00
  • 4d1bda0601 Removed Route#run(). Closes #188 visionmedia 2010-02-05 13:39:52 -08:00
  • 1a9a3674c2 Fixed broken specs due to use(Cookie) missing visionmedia 2010-02-05 13:08:58 -08:00
  • 99b7e74422 Added alternate layout support. Closes #119 visionmedia 2010-02-05 13:08:28 -08:00
  • add0a43c40 Merge branch 'integration' visionmedia 2010-02-05 09:04:14 -08:00
  • 3dc7c6a254 Merge branch 'dev' of git://github.com/aheckmann/express into integration visionmedia 2010-02-05 09:04:08 -08:00
  • e645123fbd Release 0.2.1 visionmedia 2010-02-05 09:03:55 -08:00
  • 4b104db212 Merge commit 'express/master' into integration Aaron Heckmann 2010-02-05 11:50:12 -05:00
  • 7cdbca0dc9 We cannot use(Cookie) within Session.init() visionmedia 2010-02-05 08:18:24 -08:00
  • 7d5f06b048 Better use(Cookie) visionmedia 2010-02-05 08:12:51 -08:00
  • e823e31550 remove unneeded require call Aaron Heckmann 2010-02-05 11:10:01 -05:00