Commit Graph

  • 5ac5352e33 Fixed [23]04 support Tj Holowaychuk 2011-07-22 08:35:33 -07:00
  • 22204a5ce1 Fixed res.send(204) support. Closes #771 Tj Holowaychuk 2011-07-22 08:34:13 -07:00
  • 787a555253 Added route-loading example for another route loading technique Tj Holowaychuk 2011-07-20 12:33:53 -07:00
  • 388b84e858 node >= 0.4.9 < 0.7.0 for now Tj Holowaychuk 2011-07-19 16:14:48 -07:00
  • 7ffd17254a 3.0.0alpha1 soon Tj Holowaychuk 2011-07-19 16:13:29 -07:00
  • 00affe187c update jade dev dep Tj Holowaychuk 2011-07-19 14:43:53 -07:00
  • 1ec16c0450 qs >= 0.3.0 Tj Holowaychuk 2011-07-19 12:08:39 -07:00
  • 05844efbd6 qs >= 0.3.0 Tj Holowaychuk 2011-07-19 12:08:39 -07:00
  • 3ab37028fc Removed req.flash() references Tj Holowaychuk 2011-07-15 13:09:38 -07:00
  • 3a04888c5f docs Tj Holowaychuk 2011-07-15 12:12:46 -07:00
  • 6bd518241a refactored res.redirect() slightly Tj Holowaychuk 2011-07-15 11:56:39 -07:00
  • a3cddb856f Changed res.{cookie,clearCookie}() return res Tj Holowaychuk 2011-07-15 11:55:03 -07:00
  • 4b8e08d202 another req.is() example Tj Holowaychuk 2011-07-15 11:52:43 -07:00
  • 9413d30396 Added req.notify() alias of req.flash() Tj Holowaychuk 2011-07-15 11:36:52 -07:00
  • 5982fa63c6 refactored req.flash() Tj Holowaychuk 2011-07-15 11:36:02 -07:00
  • a4621a6418 refactored req.param() Tj Holowaychuk 2011-07-15 11:33:57 -07:00
  • 7eec21a5e6 examples Tj Holowaychuk 2011-07-15 11:31:47 -07:00
  • 96b72fe2f7 Renamed app.flashFormatters to app.formatters Tj Holowaychuk 2011-07-15 11:04:25 -07:00
  • c7c9606e87 Added %d flash formatter Tj Holowaychuk 2011-07-15 10:57:15 -07:00
  • 772c135d98 Merge branch 'remove-header-fields' Tj Holowaychuk 2011-07-15 10:52:17 -07:00
  • 365b3a76ba fixed tests Tj Holowaychuk 2011-07-15 10:52:11 -07:00
  • 41568b7f2a chainable res.header() Tj Holowaychuk 2011-07-15 10:47:38 -07:00
  • d853f6cf0e fixed some tests Tj Holowaychuk 2011-07-11 12:26:25 -07:00
  • bcfcce32d3 Removed header field support Tj Holowaychuk 2011-07-11 12:03:56 -07:00
  • 986916cf3e removed old dynamic helper logic from the view system Tj Holowaychuk 2011-07-15 10:31:52 -07:00
  • d689656775 precedence test Tj Holowaychuk 2011-07-15 10:30:51 -07:00
  • 8c56df7322 view system utilizing app.locals Tj Holowaychuk 2011-07-15 10:27:53 -07:00
  • 1dc87761a0 Changed app.locals to match res.locals Tj Holowaychuk 2011-07-15 10:13:21 -07:00
  • cd88b92587 Removed app.dynamicLocals(). Closes #756 Tj Holowaychuk 2011-07-15 10:06:49 -07:00
  • eab03fdfc4 utilize connects new query() middleware Tj Holowaychuk 2011-07-15 10:03:46 -07:00
  • 9a8b86872d Replaced res.local[s]() with res.locals function. Closes #757 Tj Holowaychuk 2011-07-15 10:01:31 -07:00
  • 04ce039ba4 Merge branch 'master' of github.com:visionmedia/express Tj Holowaychuk 2011-07-14 13:19:48 -07:00
  • 9605cbda45 misc Tj Holowaychuk 2011-07-11 14:58:40 -07:00
  • 3ec2739925 Removed "view options" setting. Closes #748 Tj Holowaychuk 2011-07-11 13:19:00 -07:00
  • d250bf9b56 docs for previous commit Tj Holowaychuk 2011-07-11 13:12:55 -07:00
  • 6ebccb0518 Added "charset" option Tj Holowaychuk 2011-07-11 13:12:11 -07:00
  • b30efe4e2f misc refactoring Tj Holowaychuk 2011-07-11 12:53:52 -07:00
  • c275d279fc Added app.dynamicLocal(name, fn) Tj Holowaychuk 2011-07-11 12:50:20 -07:00
  • 7237a3c3b6 app.local() and res.local() return for chaining Tj Holowaychuk 2011-07-11 12:46:10 -07:00
  • f98896f6d7 Added app.local(name, val) Tj Holowaychuk 2011-07-11 12:43:31 -07:00
  • bcb2cdae4c app.helpers -> app.locals Tj Holowaychuk 2011-07-11 12:37:35 -07:00
  • 08159211a3 app.dynamicHelpers -> app.dynamicLocals Tj Holowaychuk 2011-07-11 12:36:33 -07:00
  • 232b6ab7ef Removed res.send() with no args support for 204 Tj Holowaychuk 2011-07-11 11:43:16 -07:00
  • 3d2676d013 Removed res.helpers() alias of res.locals() Tj Holowaychuk 2011-07-11 11:22:25 -07:00
  • 477d06f990 removed old app.error() docs Tj Holowaychuk 2011-07-11 11:18:29 -07:00
  • ed19885ba1 removed old error handling docs Tj Holowaychuk 2011-07-11 11:18:15 -07:00
  • 297ae6fdb4 removed use of app.error() in examples Tj Holowaychuk 2011-07-11 11:13:07 -07:00
  • 456a985666 Removed app.error(). Closes #733 Tj Holowaychuk 2011-07-11 11:06:58 -07:00
  • 261203d6c1 expresso 0.8.1 Tj Holowaychuk 2011-07-11 11:01:06 -07:00
  • 31262d2ea9 its is possessive, it's is shorthand for: it is Dave Hoover 2011-07-09 13:19:15 -07:00
  • c72abc5293 Release 2.4.3 2.4.3 Tj Holowaychuk 2011-07-14 12:58:24 -07:00
  • 93189ad0b6 Fixed options.filename, exposing to template engines Tj Holowaychuk 2011-07-14 12:50:50 -07:00
  • a8930b161e Fixed options.filename, exposing to template engines Tj Holowaychuk 2011-07-14 12:50:50 -07:00
  • fa31d45285 misc Tj Holowaychuk 2011-07-11 14:58:40 -07:00
  • 914e4a4cf7 Removed "view options" setting. Closes #748 Tj Holowaychuk 2011-07-11 13:19:00 -07:00
  • f36d079f28 docs for previous commit Tj Holowaychuk 2011-07-11 13:12:55 -07:00
  • 17ddeef3ba Added "charset" option Tj Holowaychuk 2011-07-11 13:12:11 -07:00
  • f0c90ce668 misc refactoring Tj Holowaychuk 2011-07-11 12:53:52 -07:00
  • f19b312c48 Added app.dynamicLocal(name, fn) Tj Holowaychuk 2011-07-11 12:50:20 -07:00
  • e899a54ba7 app.local() and res.local() return for chaining Tj Holowaychuk 2011-07-11 12:46:10 -07:00
  • a4db994c2f Added app.local(name, val) Tj Holowaychuk 2011-07-11 12:43:31 -07:00
  • f98f46c836 app.helpers -> app.locals Tj Holowaychuk 2011-07-11 12:37:35 -07:00
  • 336aaaec9a app.dynamicHelpers -> app.dynamicLocals Tj Holowaychuk 2011-07-11 12:36:33 -07:00
  • b13ec8526e Removed res.send() with no args support for 204 Tj Holowaychuk 2011-07-11 11:43:16 -07:00
  • 541020ff1b Removed res.helpers() alias of res.locals() Tj Holowaychuk 2011-07-11 11:22:25 -07:00
  • 9c153737b4 removed old app.error() docs Tj Holowaychuk 2011-07-11 11:18:29 -07:00
  • 7d53bb4064 removed old error handling docs Tj Holowaychuk 2011-07-11 11:18:15 -07:00
  • 4670751479 removed use of app.error() in examples Tj Holowaychuk 2011-07-11 11:13:07 -07:00
  • 8e058f16e4 Removed app.error(). Closes #733 Tj Holowaychuk 2011-07-11 11:06:58 -07:00
  • f519f0a5b3 Merge branch 'master' of github.com:visionmedia/express Tj Holowaychuk 2011-07-11 11:02:10 -07:00
  • bb61304a49 expresso 0.8.1 Tj Holowaychuk 2011-07-11 11:01:06 -07:00
  • 781d991eac Merge pull request #746 from redsquirrel/patch-1 TJ Holowaychuk 2011-07-09 13:24:17 -07:00
  • d04c1f93a3 its is possessive, it's is shorthand for: it is Dave Hoover 2011-07-09 13:19:15 -07:00
  • c0aab36187 Added docs for status option special-case. Closes #739 Tj Holowaychuk 2011-07-07 09:09:34 -07:00
  • 5ae994ee8f Release 2.4.2 2.4.2 Tj Holowaychuk 2011-07-06 20:15:44 -07:00
  • 60d16eab77 Revert "removed jsonp stripping" Tj Holowaychuk 2011-07-06 20:14:42 -07:00
  • fc60dfc1a6 docs Tj Holowaychuk 2011-07-06 09:59:09 -07:00
  • 45d149c146 docs for multiple envs in app.configure() calls Tj Holowaychuk 2011-07-06 09:58:32 -07:00
  • 4dfc1a69c3 Release 2.4.1 2.4.1 Tj Holowaychuk 2011-07-06 09:57:06 -07:00
  • 0ae18bca60 removed jsonp stripping Tj Holowaychuk 2011-07-06 09:45:21 -07:00
  • 2aaf0defe7 res.send() using res.json() Tj Holowaychuk 2011-07-06 09:32:16 -07:00
  • 73ea5cd7ee Added res.json() JSONP support. Closes #737 Tj Holowaychuk 2011-07-06 09:31:37 -07:00
  • e7f2d229ec added failing jsonp tests for res.json() Tj Holowaychuk 2011-07-06 09:25:10 -07:00
  • 87bc265817 moved jsonp tests Tj Holowaychuk 2011-07-06 09:24:08 -07:00
  • 796aaff295 connect 1.5.2 Tj Holowaychuk 2011-07-06 09:07:09 -07:00
  • 8f87c50320 fixed connect-redis example Tj Holowaychuk 2011-07-05 09:55:04 -07:00
  • ee4471b345 when cookie path === null dont default it Tj Holowaychuk 2011-07-04 13:51:08 -07:00
  • 6815feb8cf docs Tj Holowaychuk 2011-07-04 13:45:08 -07:00
  • dbbe7be891 Added extending-templates example. Closes #730 Tj Holowaychuk 2011-07-04 13:34:41 -07:00
  • 09c9452e5c Changed; default cookie path to "home" setting. Closes #731 Tj Holowaychuk 2011-07-04 13:18:50 -07:00
  • b0e669ba00 remove pids/logs creation from express(1) Tj Holowaychuk 2011-07-04 13:05:13 -07:00
  • f46ae9f3b2 docs Tj Holowaychuk 2011-07-04 09:20:35 -07:00
  • 9f2b344be8 Added support for multiple env app.configure() calls. Closes #735 Tj Holowaychuk 2011-07-04 09:16:12 -07:00
  • 6b47271679 updated error-pages example Tj Holowaychuk 2011-07-01 14:14:46 -07:00
  • 6f7075be74 Added "strict routing" setting for trailing slashes Tj Holowaychuk 2011-06-29 16:35:49 -07:00
  • 4b9cc3d698 docs Tj Holowaychuk 2011-06-28 11:27:51 -07:00
  • 3faa790b53 Release 2.4.0 2.4.0 Tj Holowaychuk 2011-06-28 09:41:21 -07:00
  • 9477c9b516 docs for res.status() Tj Holowaychuk 2011-06-28 09:32:28 -07:00
  • b04be51848 Added chainable res.status(code) Tj Holowaychuk 2011-06-28 09:32:03 -07:00
  • 9e4020efd3 Merge branch 'feature/res-json' Tj Holowaychuk 2011-06-28 09:14:09 -07:00