Commit Graph

  • 6c7e0fd273 Added Collection#join() visionmedia 2009-12-15 11:38:51 -08:00
  • 67a68b4e26 Added Collection#reverse() visionmedia 2009-12-15 11:35:38 -08:00
  • 8c204098fd select(), reject(), all(), and any() allow shorthand expressions visionmedia 2009-12-15 11:31:58 -08:00
  • 0d71a8054e Added shorthand benchmark visionmedia 2009-12-15 11:29:27 -08:00
  • f72b98dd87 find() and map() allow shorthand visionmedia 2009-12-15 11:27:58 -08:00
  • 87d8b2498d Added callback() helper for shorthand function expressions visionmedia 2009-12-15 11:23:15 -08:00
  • 04dd980c6e Better benchmark label visionmedia 2009-12-15 11:16:15 -08:00
  • ec00ccb7d2 Added Google Groups link visionmedia 2009-12-15 11:05:43 -08:00
  • 2b023052f9 CommonLogger showing "/" as root visionmedia 2009-12-15 11:02:04 -08:00
  • 82326a703e not-found page showing "/" for root path visionmedia 2009-12-15 11:00:51 -08:00
  • 9df1a1bf20 Added node dev version to readme visionmedia 2009-12-15 10:59:59 -08:00
  • 4721b9c157 Moved app js into public/app.js visionmedia 2009-12-15 10:48:18 -08:00
  • a3b329718f Scrolling chat div visionmedia 2009-12-15 10:44:19 -08:00
  • bb2e79faeb More example app styling visionmedia 2009-12-15 10:42:19 -08:00
  • 8d031f6678 Moved style.css to public/style.css visionmedia 2009-12-15 10:14:26 -08:00
  • 69b777ba50 Started sample app styling visionmedia 2009-12-15 10:13:34 -08:00
  • 2c872e650a Fixed css in FF; typo was causing issues visionmedia 2009-12-15 10:09:29 -08:00
  • 16a4b07e06 stack li hovering visionmedia 2009-12-15 10:05:37 -08:00
  • 3afb2ed616 Better styling visionmedia 2009-12-15 10:01:06 -08:00
  • 897c5903c1 Added "helpful 404" support page visionmedia 2009-12-15 09:56:36 -08:00
  • 6642c4c404 Started "helpful 404" support visionmedia 2009-12-15 09:40:49 -08:00
  • 14c479f669 Fixed missing closing </style> tag visionmedia 2009-12-15 09:36:38 -08:00
  • 5fdd4c35d4 Moved show-exceptions to express/pages visionmedia 2009-12-15 09:10:16 -08:00
  • 603558ca7a Moved Express page style to its own file visionmedia 2009-12-15 09:09:30 -08:00
  • b505c96445 Added "throw exceptions" options visionmedia 2009-12-15 09:04:37 -08:00
  • dad297ec02 Added "show exceptions" setting and specs visionmedia 2009-12-15 08:56:49 -08:00
  • 52b29b6a21 Re-throw ExpressErrors visionmedia 2009-12-15 08:49:36 -08:00
  • bd4f1502e6 When Accept includes text/html display exceptions otherwise 500 visionmedia 2009-12-15 08:47:11 -08:00
  • f41647389c Styling exception output [#14] visionmedia 2009-12-15 08:40:02 -08:00
  • e728d3c582 Started show exceptions support visionmedia 2009-12-14 19:12:00 -08:00
  • 4ea0e85a02 Proper Base64 module visionmedia 2009-12-14 18:44:47 -08:00
  • 39609af2a7 Only compile Set-Cookie when data is present visionmedia 2009-12-14 18:24:47 -08:00
  • 9b45397957 Compiling Set-Cookie header on response visionmedia 2009-12-14 18:22:38 -08:00
  • e0464fcc17 compileCookie() converts dates to "Wdy, DD-Mon-YYYY HH:MM:SS GMT" visionmedia 2009-12-14 18:14:14 -08:00
  • 6a1d6b7c42 Added compileCookie() visionmedia 2009-12-14 18:07:40 -08:00
  • 8ccc171582 Added compileCookie() visionmedia 2009-12-14 18:04:50 -08:00
  • a7c5a633f2 parse() -> parseCookie() visionmedia 2009-12-14 17:59:58 -08:00
  • 0d9f502915 Added aliases of JSON.encode() and JSON.decode() visionmedia 2009-12-14 17:42:50 -08:00
  • 138b04785d Added Base64 visionmedia 2009-12-14 17:40:58 -08:00
  • d6c55cc346 Misc refactoring to CommonLogger and Redirect plugins visionmedia 2009-12-14 17:32:36 -08:00
  • 20bb656e3d Added cookie() helper visionmedia 2009-12-14 17:31:08 -08:00
  • d834fa4bf5 Parsing Cookie header on request visionmedia 2009-12-14 17:25:28 -08:00
  • 45753ab1ab Docs for Cookie.parse() visionmedia 2009-12-14 17:22:22 -08:00
  • 411acf72b2 Fixed leading / trailing cookie whitespace visionmedia 2009-12-14 17:14:28 -08:00
  • e4796fa3f6 More cookie specs visionmedia 2009-12-14 17:13:44 -08:00
  • f1ce39345b Started Cookie support visionmedia 2009-12-14 17:11:48 -08:00
  • 007fe35eb0 Started cookie specs visionmedia 2009-12-14 17:06:01 -08:00
  • dc4c5428d6 Faster benchmarks visionmedia 2009-12-14 09:08:37 -08:00
  • 2d87bec282 Added most the benchmarks for Collection visionmedia 2009-12-14 09:06:42 -08:00
  • dba488d182 Started Collection benchmarks visionmedia 2009-12-14 08:58:37 -08:00
  • 08ada901aa Docs visionmedia 2009-12-14 08:30:59 -08:00
  • bf4b189500 Added ElementChildren#search() with css2xpath visionmedia 2009-12-14 08:29:07 -08:00
  • b4f2c9c384 Cleaner Profiler output visionmedia 2009-12-12 17:03:16 -08:00
  • 9c5552ce9b Added chat example (though not practical over http) visionmedia 2009-12-12 17:01:43 -08:00
  • a4159a7449 Decoding param values and supporting urlencoded request bodies visionmedia 2009-12-12 16:25:48 -08:00
  • 0e408133f0 Initializing request.body as empty string visionmedia 2009-12-12 16:04:01 -08:00
  • 654c52633e Started chat example visionmedia 2009-12-12 15:51:08 -08:00
  • 74e02314ce Better app example in readme visionmedia 2009-12-12 11:00:07 -08:00
  • 28ee0d2902 Added ElementCollection#{prev,next}() visionmedia 2009-12-11 15:14:58 -08:00
  • a5ca9d8be2 Added ElementCollection#text() visionmedia 2009-12-11 15:11:29 -08:00
  • f403ecb974 Docs visionmedia 2009-12-11 15:03:59 -08:00
  • d1b7340813 Added ElementCollection#parent() visionmedia 2009-12-11 15:03:01 -08:00
  • 1da424a931 Added ElementCollection#{parents,children}() visionmedia 2009-12-11 15:01:26 -08:00
  • 4fa345d3fc Renaming a spec visionmedia 2009-12-11 14:52:08 -08:00
  • ec25864a61 Docs visionmedia 2009-12-11 14:43:13 -08:00
  • 9b82932807 Added ElementCollection#xpath() visionmedia 2009-12-11 13:16:17 -08:00
  • 5f369dd6ea Added ElementCollection#name() visionmedia 2009-12-11 12:24:10 -08:00
  • 8d8e978734 More element collection specs visionmedia 2009-12-11 12:20:32 -08:00
  • eb7eaf2da4 Wrapping markup passed with <html><body> when not present visionmedia 2009-12-11 12:18:22 -08:00
  • 3fa2569d24 Misc progress visionmedia 2009-12-11 12:12:23 -08:00
  • bbd1235da6 Added spec for ElementCollection#toString() visionmedia 2009-12-11 12:04:14 -08:00
  • 0160213bdd Started ElementCollection visionmedia 2009-12-11 12:00:45 -08:00
  • 6e5f9f119c Setting up specs for libxmljs Collection support visionmedia 2009-12-11 11:51:02 -08:00
  • 350d54d25d Added libxmljs.node for spec support visionmedia 2009-12-11 11:48:25 -08:00
  • afaaf0d106 Added memory usage stats to Profiler output visionmedia 2009-12-11 10:59:33 -08:00
  • 0594725c29 Docs for redirect() visionmedia 2009-12-11 10:45:35 -08:00
  • f09358b96a Fixed wiki uri visionmedia 2009-12-11 10:41:39 -08:00
  • f0f71ccbba Docs visionmedia 2009-12-11 10:40:00 -08:00
  • 9721a766ea Misc visionmedia 2009-12-11 10:36:36 -08:00
  • ff293e5104 Added redirect() helper visionmedia 2009-12-11 10:36:12 -08:00
  • b94d4b0668 Updated example app with passing params visionmedia 2009-12-11 10:18:37 -08:00
  • 876f84ce14 Passing params as function args [#66] visionmedia 2009-12-11 10:17:37 -08:00
  • eab98f1b44 Route#run() now applies arguments visionmedia 2009-12-11 10:13:11 -08:00
  • af0493b455 Added param passing specs visionmedia 2009-12-11 10:07:57 -08:00
  • 5e46da1a41 Fixed route placeholder segment capture issue [#48] visionmedia 2009-12-11 09:52:47 -08:00
  • 04c064500b Added failing regression specs for route param segments visionmedia 2009-12-11 09:45:06 -08:00
  • 05e9cc6792 Cleaning up example app visionmedia 2009-12-11 09:28:24 -08:00
  • 84a7c51d06 Defaulting views to <root>/views visionmedia 2009-12-11 08:56:37 -08:00
  • 8026266ea4 Spec for set("views") default visionmedia 2009-12-11 08:49:24 -08:00
  • 611911ee7e set() now allows functions visionmedia 2009-12-11 08:46:21 -08:00
  • 70667cffca Added spec for defered settings using function literal visionmedia 2009-12-11 08:44:06 -08:00
  • ec43eb921d Added "cache views" setting visionmedia 2009-12-11 08:29:10 -08:00
  • 2a0c40d5d2 Caching view contents visionmedia 2009-12-11 08:25:48 -08:00
  • 521fb0bf41 Pre-loading view engine modules to prevent overhead of module loading visionmedia 2009-12-11 08:07:46 -08:00
  • 20076e01c6 Using Collection internally visionmedia 2009-12-11 08:03:52 -08:00
  • 7d36c6ad37 Added haml to list of supported template engines visionmedia 2009-12-10 16:56:55 -08:00
  • 46b3e23f2b Hacking haml-js to work with locals and Express visionmedia 2009-12-10 16:52:15 -08:00
  • 39719af1ca Started haml-js support visionmedia 2009-12-10 16:42:31 -08:00
  • 73923d2eca Docs visionmedia 2009-12-10 16:33:00 -08:00
  • a8409ba53d Added before / after hook utilities [#54] visionmedia 2009-12-10 16:32:39 -08:00