Commit Graph

  • c441af3f2c Typo visionmedia 2010-03-25 08:39:48 -07:00
  • e885421a67 Merge branch 'master' of git://github.com/aheckmann/express into integration visionmedia 2010-03-25 08:38:54 -07:00
  • ce4fe24a93 Updated to JSpec 4.0.0 visionmedia 2010-03-25 08:25:38 -07:00
  • 1c0e2ceba5 error() is passed the exception visionmedia 2010-03-25 08:24:19 -07:00
  • a435e8ec47 fn -> callback Aaron Heckmann 2010-03-25 11:22:48 -04:00
  • b958393135 Added DSL level error() route support visionmedia 2010-03-25 08:21:49 -07:00
  • a6dd697a68 Added DSL level notFound() route support visionmedia 2010-03-25 08:13:22 -07:00
  • a4833e7b35 Added specs for Request#notFound() visionmedia 2010-03-25 07:58:28 -07:00
  • 54fa643c10 More Request#error() specs visionmedia 2010-03-25 07:54:07 -07:00
  • 6047cd4542 Added specs for Request#error() visionmedia 2010-03-25 07:51:19 -07:00
  • 8c5f7df280 Merge branch 'errors' visionmedia 2010-03-25 07:35:44 -07:00
  • ff1250c33c Added publish Request#notFound() visionmedia 2010-03-25 07:35:39 -07:00
  • 4297c10fe9 Removed Express.error(), Added public Request#error() visionmedia 2010-03-25 07:18:55 -07:00
  • ab6ad94ec3 Request#halt() accepts callback function as 3rd/4th arg visionmedia 2010-03-24 16:05:34 -07:00
  • 759183461f Merge branch 'error-handling' visionmedia 2010-03-24 15:44:50 -07:00
  • f850fa6bc9 Misc error handling improvements visionmedia 2010-03-24 15:44:46 -07:00
  • 5a242d35b7 Removed unused variable visionmedia 2010-03-24 15:15:45 -07:00
  • abf5d66e01 Merge branch 'error-handling' visionmedia 2010-03-24 15:08:51 -07:00
  • e92360e0d4 Caching notFound / showException modules visionmedia 2010-03-24 15:08:06 -07:00
  • b5c0fdc013 Express.error() now acts as the core exception handler visionmedia 2010-03-24 14:54:13 -07:00
  • 906ef02c5e request response event is now fired in reverse. visionmedia 2010-03-24 14:45:46 -07:00
  • 7550decbc0 Handle when a plugin response fails visionmedia 2010-03-24 14:32:08 -07:00
  • acd88c3c8a next -> callback visionmedia 2010-03-24 12:56:26 -07:00
  • a3854a2de1 Styling visionmedia 2010-03-24 12:54:52 -07:00
  • 880aca5d83 Removed set("session cookie") in favour of use(Session, { cookie: { ... }}) visionmedia 2010-03-24 12:53:33 -07:00
  • 2d1c98a5a7 Docs for stable / edge visionmedia 2010-03-24 08:33:43 -07:00
  • fefa06ba21 Merge branch 'route-wildcards' visionmedia 2010-03-23 10:41:31 -07:00
  • 18faa91c94 Added preprocessing of route param wildcards using param(). Closes #251 visionmedia 2010-03-23 10:41:25 -07:00
  • 9f23c7b31a Added specs for param() visionmedia 2010-03-23 10:31:46 -07:00
  • eee6926bab Added more route wildcard specs visionmedia 2010-03-23 10:11:52 -07:00
  • 6806f952d6 Merge branch 'pre-cache-views' visionmedia 2010-03-23 09:53:23 -07:00
  • faaef54b42 Pre-caching views in memory. Closes #253 visionmedia 2010-03-23 09:53:17 -07:00
  • c29852fae7 Started pre caching of views visionmedia 2010-03-23 09:42:23 -07:00
  • 7d100dae97 Merge branch 'integration' visionmedia 2010-03-22 15:34:50 -07:00
  • 206e800963 Added assertion to ensure that partials dir is relative to set("views") visionmedia 2010-03-22 15:34:46 -07:00
  • 555a334315 Re-using variables visionmedia 2010-03-22 15:33:08 -07:00
  • d2c5def108 Using set("views") when setting set("partials") visionmedia 2010-03-22 15:31:39 -07:00
  • 98323c530e partialscache -> partials visionmedia 2010-03-22 15:30:34 -07:00
  • b36510dbb9 preload partials add settings bug fix, partial now works when cache view contents is true Aaron Heckmann 2010-03-22 18:13:00 -04:00
  • 50e533c32b add cache view partials Aaron Heckmann 2010-03-22 16:40:35 -04:00
  • 33277c3d37 Removed utils.mixin() use Object#mergeDeep() visionmedia 2010-03-22 11:28:23 -07:00
  • 28f2ad0109 Merge branch 'partials' visionmedia 2010-03-22 10:21:42 -07:00
  • 5d10ee4e61 Chat sample app using partials as an example visionmedia 2010-03-22 10:21:37 -07:00
  • b4190ada0c Added partial "as" option visionmedia 2010-03-22 10:16:12 -07:00
  • 60d314552d Partial collection should not introduce newlines visionmedia 2010-03-22 10:13:25 -07:00
  • c971d54543 Added partial collection support visionmedia 2010-03-22 10:12:52 -07:00
  • 346f019fa8 Started view partial support visionmedia 2010-03-22 10:05:05 -07:00
  • d61c2480b6 Updated ext submodule visionmedia 2010-03-22 09:12:24 -07:00
  • e30b5b86da Removed Request#_blendInNodeRequest() visionmedia 2010-03-22 09:12:09 -07:00
  • bd74fe24fd Merge branch 'net2_fixes' of git://github.com/ciaranj/express visionmedia 2010-03-22 09:05:58 -07:00
  • b30eaa8ee3 Updated support to v0.1.33 visionmedia 2010-03-22 08:34:05 -07:00
  • 75c530516a Various minor fixes required to make express work post the net2 merge branch ciaranj 2010-03-20 12:26:37 +00:00
  • 3b49821e82 Release 0.8.0 visionmedia 2010-03-19 16:51:43 -07:00
  • febf443960 Fixed session reaper visionmedia 2010-03-19 15:57:25 -07:00
  • f5da81e782 Removed a comment from chat app visionmedia 2010-03-19 14:38:26 -07:00
  • 9cb23ac584 Merge branch 'coffee' visionmedia 2010-03-19 14:14:52 -07:00
  • 6ff3100c1f Added coffeescript example app. Closes #242 visionmedia 2010-03-19 14:14:46 -07:00
  • e3ea3723bf Added dir for coffeescript example visionmedia 2010-03-19 13:56:31 -07:00
  • 33443d9b41 Merge branch 'integration' visionmedia 2010-03-19 10:13:26 -07:00
  • e0ef61659f Merge branch 'async-session' into integration visionmedia 2010-03-19 10:12:56 -07:00
  • 655ad77bce fn -> callback visionmedia 2010-03-19 09:55:06 -07:00
  • c09e546240 Removed session reaper try/catch visionmedia 2010-03-19 09:53:33 -07:00
  • a08b14a89e Misc Session refactoring visionmedia 2010-03-19 09:52:18 -07:00
  • 12e90b0eef Merge branch 'session_with_callbacks' of git://github.com/ciaranj/express into async-session visionmedia 2010-03-19 09:41:30 -07:00
  • 7606f1bcbd Merge branch 'async-cache' visionmedia 2010-03-19 09:38:47 -07:00
  • cabb43b187 Finished converting async cache api. Closes #240 visionmedia 2010-03-19 09:38:42 -07:00
  • b85cda3f6e Cache api is now async visionmedia 2010-03-19 09:19:22 -07:00
  • b92f1b7497 Async cache specs visionmedia 2010-03-19 09:04:31 -07:00
  • 273a51a335 Release 0.7.6 visionmedia 2010-03-19 08:55:52 -07:00
  • 212dc88b89 Squashed commit of the changes I've put in place to support callback methods on the session object. ciaranj 2010-03-19 13:55:51 +00:00
  • ce82a91d14 Revert "Fail to test CI" visionmedia 2010-03-18 16:20:53 -07:00
  • 52a08401c7 Fail to test CI visionmedia 2010-03-18 16:20:12 -07:00
  • 706c0cb033 View support listed in features already visionmedia 2010-03-18 16:19:39 -07:00
  • 1567a613a6 Closes #63. visionmedia 2010-03-18 13:02:00 -07:00
  • d767d80d20 Added make install visionmedia 2010-03-18 13:01:28 -07:00
  • 1103a9d510 Moved a helper function to the helpers section visionmedia 2010-03-18 13:00:34 -07:00
  • c34af4b97a Started executable visionmedia 2010-03-18 12:57:44 -07:00
  • 8dcee4d338 Request#render() only calls cache.get() once visionmedia 2010-03-18 11:40:48 -07:00
  • fc1e69ea73 Namespacing View caches with "view:" visionmedia 2010-03-18 11:40:04 -07:00
  • db460117c1 Namespacing Static caches with "static:" visionmedia 2010-03-18 11:39:23 -07:00
  • 1c514df0fd Fixed ternary style visionmedia 2010-03-18 11:37:34 -07:00
  • 780ec5cbec Docs visionmedia 2010-03-18 11:27:15 -07:00
  • 3721873b62 Both example apps now use Static visionmedia 2010-03-18 11:23:07 -07:00
  • 3bdc77ca91 Deprecated Request#sendfile() and express/static visionmedia 2010-03-18 11:22:40 -07:00
  • b8f54d64a4 Closes #88. visionmedia 2010-03-18 11:17:16 -07:00
  • 90d48b320a Added "GET /public/*" to Static plugin, defaulting to <root>/public visionmedia 2010-03-18 11:16:55 -07:00
  • a797342800 Static is now a plugin visionmedia 2010-03-18 11:09:25 -07:00
  • 31e608e0ae Added Request#sendfile() specs visionmedia 2010-03-18 10:58:50 -07:00
  • ebcfb0e577 Removed Server#running visionmedia 2010-03-18 10:31:40 -07:00
  • 161c9f9142 Closes #52 visionmedia 2010-03-18 10:17:03 -07:00
  • 2a099da726 Fixed a few specs visionmedia 2010-03-18 10:16:14 -07:00
  • 5118397004 Added auto content-type view spec visionmedia 2010-03-18 10:14:10 -07:00
  • 546c340656 Added view custom context spec visionmedia 2010-03-18 10:12:20 -07:00
  • 3034cc7c52 View context spec visionmedia 2010-03-18 10:10:10 -07:00
  • d89381ff78 Added layout local var access spec visionmedia 2010-03-18 10:04:25 -07:00
  • 86cac58100 Added view locals spec visionmedia 2010-03-18 09:54:29 -07:00
  • 8fc062007e Added spec for invalid view engine visionmedia 2010-03-18 09:51:48 -07:00
  • 9fd92e3306 Added view caching specs visionmedia 2010-03-18 09:50:16 -07:00
  • a4cbbe5dd4 Spec for layout: false visionmedia 2010-03-18 09:36:57 -07:00
  • da7ea9655f Spec for custom layout visionmedia 2010-03-18 09:36:12 -07:00