| Commit message (Expand) | Author | Files | Lines |
2011-02-06 | Converts database key strings to symbols before computing database file names. | jsdelfino | 1 | -3/+5 |
2011-02-06 | Support for changing component names and properties, and some edit improvements. | jsdelfino | 24 | -176/+711 |
2011-02-02 | Support for wiring and unwiring references. | jsdelfino | 16 | -277/+462 |
2011-01-31 | Minor stylesheet changes. | jsdelfino | 10 | -28/+386 |
2011-01-30 | Add composite save function, improve UI a bit and some script cleanup and doc... | jsdelfino | 30 | -222/+906 |
2011-01-25 | Minor fix to EC2 image configuration script. | jsdelfino | 1 | -2/+2 |
2011-01-18 | Fix XML serialization issues with XHTML docs and add ability to save widgets. | jsdelfino | 11 | -50/+148 |
2011-01-17 | Fix menu bug with Chrome. | jsdelfino | 1 | -1/+1 |
2011-01-17 | Use a common stylesheet in all samples. | jsdelfino | 54 | -62/+457 |
2011-01-16 | Add sample widget components and a page to edit them, plus minor user interac... | jsdelfino | 22 | -115/+510 |
2011-01-13 | Refactor and minor improvements of the edit module. Add a palette of sample c... | jsdelfino | 28 | -217/+1186 |
2011-01-09 | Add a composite similar to the travel tutorial app to the sample dashboard. M... | jsdelfino | 6 | -68/+347 |
2011-01-09 | Fix memory leak in Python runtime integration. Reduce memory consumption of d... | jsdelfino | 24 | -17/+158 |
2011-01-07 | Minor improvements of the edit module. Refactored HTML pages, added a menu, a... | jsdelfino | 18 | -91/+468 |
2011-01-07 | Fix incorrect cookie name in sample logout pages. | jsdelfino | 2 | -2/+2 |
2011-01-06 | Support service promotion and improve component layout algorithm. | jsdelfino | 9 | -141/+242 |
2011-01-02 | Fix automake warning. Add pragmas to sources generated by Thrift using sed in... | jsdelfino | 1 | -3/+1 |
2010-12-30 | Add logic to list, add, remove apps and link to the edit page. | jsdelfino | 7 | -62/+144 |
2010-12-30 | Simplify and cleanup HTTP binding client Javascript code, now portable across... | jsdelfino | 1 | -366/+298 |
2010-12-30 | Make XML serialization logic portable across browsers. | jsdelfino | 1 | -5/+24 |
2010-12-30 | Support ATOM and RSS entries with no content or description. | jsdelfino | 4 | -7/+45 |
2010-12-29 | Skeleton of a composite app editor module. | jsdelfino | 23 | -42/+1047 |
2010-12-29 | Remove type=feed and type=entry parameters from application/atom+xml media ty... | jsdelfino | 6 | -8/+23 |
2010-12-27 | Fix automated build and Ubuntu 10.10 install. | jsdelfino | 3 | -9/+21 |
2010-12-27 | Improve EC2 setup scripts. Remove dependency on external environment variables. | jsdelfino | 7 | -13/+13 |
2010-12-27 | Port REST support improvements to AppEngine Python integration scripts and ad... | jsdelfino | 15 | -28/+404 |
2010-12-27 | Simplify relay sample a bit. | jsdelfino | 7 | -102/+7 |
2010-12-27 | Merge changes from apr-2 branch. Port to APR 1.4.x and enable mod_session_cry... | jsdelfino | 8 | -26/+73 |
2010-12-25 | Port to HTTPD 2.3.10 alpha release. | jsdelfino | 2 | -12/+12 |
2010-12-24 | Improve component and reference rendering and layout. Recurse over wired refe... | jsdelfino | 3 | -164/+364 |
2010-12-24 | Apply roundtripping fixes from SVN r1052432 to Python and Javascript scripts. | jsdelfino | 10 | -23/+47 |
2010-12-24 | Fix content types. Removed duplicate function. | jsdelfino | 1 | -23/+7 |
2010-12-24 | Turn off URL canonicalization when routing a request through HTTPD's reverse ... | jsdelfino | 1 | -0/+1 |
2010-12-24 | Add a sample showing how to relay various REST requests. | jsdelfino | 12 | -1/+299 |
2010-12-24 | Fix roundtripping of JSON arrays, booleans and numbers, ATOM / RSS feed detec... | jsdelfino | 15 | -31/+183 |
2010-12-24 | Preserve HTTP request path when routing a request through a component reference. | jsdelfino | 1 | -3/+9 |
2010-12-24 | Add support for XML and JSON formats to file database component. | jsdelfino | 7 | -48/+151 |
2010-12-12 | Refactor some of the Javascript scripts to use a different namespace per script. | jsdelfino | 19 | -327/+331 |
2010-12-11 | Port XML, ATOM and SCDL parsing logic to Javascript. Implement minimal compon... | jsdelfino | 7 | -28/+1316 |
2010-12-11 | Add XML and JSON to/from Scheme conversion test programs. | jsdelfino | 6 | -1/+220 |
2010-12-08 | Add a test file-based database component. | jsdelfino | 12 | -1/+654 |
2010-12-08 | Move JavaScript eval functions to the js module. | jsdelfino | 9 | -282/+387 |
2010-12-08 | Move HTTPD Require configuration for openid resources to the openid configura... | jsdelfino | 3 | -16/+22 |
2010-12-08 | Add a CSS style sheet. Fix HTTPD Require configuration for files in the js mo... | jsdelfino | 3 | -2/+145 |
2010-12-06 | Create a js module for client side javascripts. Move client component script ... | jsdelfino | 23 | -20/+964 |
2010-12-06 | Upgrade to Google appengine version 1.4.0. | jsdelfino | 2 | -3/+3 |
2010-12-03 | Add scripts to support 'Require valid-user' and 'Require group' authz configu... | jsdelfino | 21 | -41/+113 |
2010-12-03 | Reset auth cookie before re-auth in login page. | jsdelfino | 8 | -0/+18 |
2010-11-28 | Use different servers for cert-based and password-based auth and use event MP... | jsdelfino | 32 | -243/+360 |
2010-11-16 | Minor build fixes. Create missing .so links in sample. Unpack httpd-2.3.8-dep... | jsdelfino | 3 | -17/+21 |