Commit Graph

  • 0534266490 Merge branch 'master' of github.com:visionmedia/express Tj Holowaychuk 2011-08-22 10:05:13 -07:00
  • 3888468a96 Fixed multiple param callback regression. Closes #824 [reported by TroyGoode] Tj Holowaychuk 2011-08-22 10:04:46 -07:00
  • 71aca3c199 fixed some tests Tj Holowaychuk 2011-08-22 09:51:22 -07:00
  • a6b70ceca4 fixed tests Tj Holowaychuk 2011-08-22 09:47:43 -07:00
  • 72fab80a74 Merge pull request #821 from pikeas/patch-1 TJ Holowaychuk 2011-08-21 10:40:42 -07:00
  • c8ab058842 Fixing typo: interacte -> interact pikeas 2011-08-22 16:11:15 +09:00
  • b166fd7d6e local -> localhost Tj Holowaychuk 2011-08-20 15:53:16 -07:00
  • 45757a0f1a bump express(1) version Tj Holowaychuk 2011-08-20 04:33:51 -07:00
  • 9545face97 mime 1.2.2 dep Tj Holowaychuk 2011-08-20 04:29:19 -07:00
  • 6dacd51b81 connect 1.6.2 dep Tj Holowaychuk 2011-08-20 04:28:48 -07:00
  • 571a182712 Added logger() to generated express(1) app Tj Holowaychuk 2011-08-20 04:02:33 -07:00
  • e3aabdc2bc Added make benchmark for experimental continuous-benchmarking tool Tj Holowaychuk 2011-08-20 03:19:59 -07:00
  • 4d8d5b12f2 Release 2.4.5 Tj Holowaychuk 2011-08-19 10:12:38 -07:00
  • 24a4a80ccd Release 2.4.5 2.4.5 Tj Holowaychuk 2011-08-19 10:12:38 -07:00
  • 5785e7e2e5 removed dynamicHelpers Tj Holowaychuk 2011-08-19 10:07:19 -07:00
  • 81f311105c removed app.helpers() use app.locals() Tj Holowaychuk 2011-08-19 10:05:47 -07:00
  • ad3679fcb8 haha... Tj Holowaychuk 2011-08-19 10:05:25 -07:00
  • 2fdd906a41 docs Tj Holowaychuk 2011-08-19 08:53:02 -07:00
  • 71cc6bac22 google analytics Tj Holowaychuk 2011-08-19 08:51:54 -07:00
  • 29508f1cc7 changed -css, --template to --stylus, --ejs Tj Holowaychuk 2011-08-18 17:25:32 -07:00
  • 426ba62348 rewrote express(1) to use commander.js Tj Holowaychuk 2011-08-18 17:21:39 -07:00
  • d2df055abe fixed res.sendfile() 404 support Tj Holowaychuk 2011-08-18 15:59:35 -07:00
  • d3ccdbcf72 build res.download() on top of res.sendfile() Tj Holowaychuk 2011-08-18 15:43:19 -07:00
  • 7a476fc964 make res.sendfile() more like res.download(). Closes #774 Tj Holowaychuk 2011-08-18 15:38:22 -07:00
  • 5da28be2b2 refactored res.sendfile() Tj Holowaychuk 2011-08-18 15:28:19 -07:00
  • 0932bdea30 OCD Tj Holowaychuk 2011-08-18 14:35:56 -07:00
  • 3a46660932 typo. Closes #815 Tj Holowaychuk 2011-08-18 09:03:46 -07:00
  • 75054e17cf Refactored Route to use a single array of callbacks Tj Holowaychuk 2011-08-17 15:48:27 -07:00
  • adca07a858 Refactored Route to use a single array of callbacks Tj Holowaychuk 2011-08-17 15:48:27 -07:00
  • 664907f02e fixed route error handlers when errors are thrown Tj Holowaychuk 2011-08-17 14:39:27 -07:00
  • 6b924bf1df fixed route error handlers when errors are thrown Tj Holowaychuk 2011-08-17 14:39:27 -07:00
  • f977272732 Added support for routes to handle errors. Closes #809 Tj Holowaychuk 2011-08-17 14:33:11 -07:00
  • eb88f160b6 Added support for routes to handle errors. Closes #809 Tj Holowaychuk 2011-08-17 14:33:11 -07:00
  • d10b7b43ea Added shorthand for the parsed request's pathname Tj Holowaychuk 2011-08-17 14:20:10 -07:00
  • e9abe1b846 Merged basepath setting. Closes #813 Tj Holowaychuk 2011-08-17 10:13:25 -07:00
  • 01e6df759e Added "basepath" setting to work in conjunction with reverse proxies etc. Closes #805 Tj Holowaychuk 2011-08-17 09:27:28 -07:00
  • cc21f38664 qs >= 0.3.1 Tj Holowaychuk 2011-08-17 07:53:16 -07:00
  • 1dc4e6fcb4 qs >= 0.3.1 Tj Holowaychuk 2011-08-17 07:53:16 -07:00
  • 34606c26f0 use nextRoute() internally Tj Holowaychuk 2011-08-16 18:29:57 -07:00
  • fff6951d94 use nextRoute() internally Tj Holowaychuk 2011-08-16 18:29:57 -07:00
  • be9d66a574 Changed: removed .call(self) for route callbacks Tj Holowaychuk 2011-08-16 18:28:41 -07:00
  • 1ebd49af75 Changed: removed .call(self) for route callbacks Tj Holowaychuk 2011-08-16 18:28:41 -07:00
  • ed9fcde499 Added app.routes.all(). Closes #803 Tj Holowaychuk 2011-08-16 17:51:20 -07:00
  • 8c2107e337 Added app.routes.all(). Closes #803 Tj Holowaychuk 2011-08-16 17:51:20 -07:00
  • cddc5442f1 typo Tj Holowaychuk 2011-08-15 16:31:11 -07:00
  • 3c2139b0c3 Fixed res.redirect() on windows due to join() usage. Closes #808 Tj Holowaychuk 2011-08-15 13:46:58 -07:00
  • ac8cb270fe Fixed res.redirect() on windows due to join() usage. Closes #808 Tj Holowaychuk 2011-08-15 13:46:58 -07:00
  • 7eeec91ab5 russian docs Tj Holowaychuk 2011-08-14 09:36:07 -07:00
  • fdd43ee448 link to russian docs booyah! Tj Holowaychuk 2011-08-14 09:35:03 -07:00
  • ca75492512 Added support for multiple callbacks for app.param(). Closes #801 Tj Holowaychuk 2011-08-11 11:07:04 -07:00
  • d54ee58f93 Added support for multiple callbacks for app.param(). Closes #801 Tj Holowaychuk 2011-08-11 11:07:04 -07:00
  • ce0fa0a3b2 Added test for multiple app.param() calls for the same param Tj Holowaychuk 2011-08-11 10:17:23 -07:00
  • a2a7644794 added another test Tj Holowaychuk 2011-08-11 10:12:16 -07:00
  • e2f41147ed added another test Tj Holowaychuk 2011-08-11 10:12:16 -07:00
  • 91aebc758c Added test for app.param(fn) Tj Holowaychuk 2011-08-11 10:11:00 -07:00
  • af3f7f0a65 Added test for app.param(fn) Tj Holowaychuk 2011-08-11 10:11:00 -07:00
  • ca0d29d811 expose list of http methods supported Tj Holowaychuk 2011-08-10 16:12:21 -07:00
  • c8c6aa2a1f Added res.get(field) as an alternative to res.header(field) Tj Holowaychuk 2011-08-10 14:15:37 -07:00
  • 19a1a22e63 Added res.set(field, val) as an alternative to res.header() Tj Holowaychuk 2011-08-10 14:13:36 -07:00
  • c729d62f89 another sidebar Tj Holowaychuk 2011-08-08 17:33:50 -07:00
  • 1793b50e6b sidebar example Tj Holowaychuk 2011-08-08 17:25:54 -07:00
  • 23dbe6a5f0 better layout control example Tj Holowaychuk 2011-08-08 17:15:13 -07:00
  • 509601e617 fixed app.locals precedence Tj Holowaychuk 2011-08-08 17:01:07 -07:00
  • d58beed752 Removed default local "app" Tj Holowaychuk 2011-08-08 16:51:41 -07:00
  • fd5d1076dc make req.notify() arity based Tj Holowaychuk 2011-08-08 16:45:22 -07:00
  • 05b76a1f93 prepping blog example for new express Tj Holowaychuk 2011-08-08 16:40:09 -07:00
  • f84ec803a4 use "dev" logger in blog example Tj Holowaychuk 2011-08-08 16:27:20 -07:00
  • a37003945b docs Tj Holowaychuk 2011-08-05 19:35:11 -07:00
  • 75361fb177 Release 2.4.4 2.4.4 Tj Holowaychuk 2011-08-05 04:29:52 -07:00
  • 21f9b386db empty string Tj Holowaychuk 2011-08-05 04:28:31 -07:00
  • 271cb16ecd Fixed res.send(204) (again?) Tj Holowaychuk 2011-08-05 04:28:08 -07:00
  • c35cd7fcb7 Changed res.{send,json}() status code to the first arg at all times Tj Holowaychuk 2011-08-04 13:30:12 -07:00
  • bb9d50579b docs Tj Holowaychuk 2011-08-04 12:01:11 -07:00
  • 54d37512f5 Refactored res.header() Tj Holowaychuk 2011-08-03 20:00:39 -07:00
  • 803ec213d7 Fixed res.header() intention of a set, even when undefined Tj Holowaychuk 2011-08-03 19:59:40 -07:00
  • c516be8c4b added header.jade to jade example Tj Holowaychuk 2011-08-02 08:59:14 -07:00
  • 9e9042f1eb added header.jade to jade example Tj Holowaychuk 2011-08-02 08:59:14 -07:00
  • 82c78ec8f9 semi Tj Holowaychuk 2011-07-29 11:02:50 -07:00
  • b1d4b71609 Refactored req.accepts() Tj Holowaychuk 2011-07-29 11:02:20 -07:00
  • 7440c7ddc7 more tests Tj Holowaychuk 2011-07-29 09:55:52 -07:00
  • ec4c86f46d fixed * consumption Tj Holowaychuk 2011-07-29 09:51:09 -07:00
  • 45f22ec602 specialcase .:format routing to not include a dot in the capture group Arpad Borsos 2011-07-28 12:32:14 +02:00
  • 624dad5a78 Merge branch 'integration' Tj Holowaychuk 2011-07-29 09:40:18 -07:00
  • f4080210bd specialcase .:format routing to not include a dot in the capture group Arpad Borsos 2011-07-28 12:32:14 +02:00
  • 0e1eb72058 fixed a jade test Tj Holowaychuk 2011-07-29 09:22:05 -07:00
  • c631eb43e3 Fixed 204 / 304 responses Tj Holowaychuk 2011-07-29 09:31:45 -07:00
  • 376bedf624 Changed res.send(null) responds with empty string Tj Holowaychuk 2011-07-29 09:30:35 -07:00
  • 36e9c02f6f fixed a response test Tj Holowaychuk 2011-07-29 09:26:58 -07:00
  • 8f798569a8 fixed a jade test Tj Holowaychuk 2011-07-29 09:22:05 -07:00
  • 8c0e47baf9 more tests for routing Tj Holowaychuk 2011-07-27 09:02:31 -07:00
  • 461473e48e more tests Tj Holowaychuk 2011-07-27 09:00:53 -07:00
  • 8b1f109c1d renamed a test Tj Holowaychuk 2011-07-27 09:00:07 -07:00
  • e005cb31d8 Merge branch 'master' of github.com:visionmedia/express Tj Holowaychuk 2011-07-27 08:59:27 -07:00
  • 579836e221 docs Tj Holowaychuk 2011-07-27 08:58:58 -07:00
  • b977ee6160 Fix the behavior for setting up routes with * in them. ctide 2011-07-26 15:55:50 -07:00
  • ddce65b9dd Merge pull request #777 from purohit/master TJ Holowaychuk 2011-07-25 17:59:57 -07:00
  • e0e1105965 Fixing the misspelling of "manor" with "manner" in the 4 places it occurs. Ashwin Purohit 2011-07-25 17:02:23 -07:00
  • 1f520f9f99 added express-resource to readme Tj Holowaychuk 2011-07-25 11:20:32 -07:00
  • 05a929deb6 tweak generated stylus Tj Holowaychuk 2011-07-25 11:15:10 -07:00
  • 4690b6cdf2 tweak generated stylus Tj Holowaychuk 2011-07-25 11:15:10 -07:00