| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor component palettes a bit and support autosave. | jsdelfino | 2011-02-27 | 14 | -113/+408 |
* | Move virtual host htdocs under their corresponding virtual host contribution ... | jsdelfino | 2011-02-26 | 2 | -10/+17 |
* | Correctly pass query strings through component wiring redirects and improve f... | jsdelfino | 2011-02-26 | 17 | -217/+449 |
* | Some improvements to the edit module. Add a few sample apps and test cases, s... | jsdelfino | 2011-02-26 | 47 | -1001/+1922 |
* | Add two builtin component properties containing the current HTTP request path... | jsdelfino | 2011-02-20 | 5 | -1/+66 |
* | Minor CSS fixes for cross-browser compatibility. | jsdelfino | 2011-02-20 | 4 | -13/+20 |
* | Add a few sample composites and a few fixes to the existing ones. | jsdelfino | 2011-02-12 | 24 | -280/+819 |
* | Refactor groups of reusable components and improve layout a bit. Fix bug prev... | jsdelfino | 2011-02-08 | 20 | -299/+540 |
* | Support for changing component names and properties, and some edit improvements. | jsdelfino | 2011-02-06 | 24 | -176/+711 |
* | Support for wiring and unwiring references. | jsdelfino | 2011-02-02 | 16 | -277/+462 |
* | Minor stylesheet changes. | jsdelfino | 2011-01-31 | 10 | -28/+386 |
* | Add composite save function, improve UI a bit and some script cleanup and doc... | jsdelfino | 2011-01-30 | 30 | -222/+906 |
* | Fix XML serialization issues with XHTML docs and add ability to save widgets. | jsdelfino | 2011-01-18 | 11 | -50/+148 |
* | Fix menu bug with Chrome. | jsdelfino | 2011-01-17 | 1 | -1/+1 |
* | Use a common stylesheet in all samples. | jsdelfino | 2011-01-17 | 30 | -38/+285 |
* | Add sample widget components and a page to edit them, plus minor user interac... | jsdelfino | 2011-01-16 | 22 | -115/+510 |
* | Refactor and minor improvements of the edit module. Add a palette of sample c... | jsdelfino | 2011-01-13 | 28 | -217/+1186 |
* | Add a composite similar to the travel tutorial app to the sample dashboard. M... | jsdelfino | 2011-01-09 | 6 | -68/+347 |
* | Fix memory leak in Python runtime integration. Reduce memory consumption of d... | jsdelfino | 2011-01-09 | 13 | -15/+112 |
* | Minor improvements of the edit module. Refactored HTML pages, added a menu, a... | jsdelfino | 2011-01-07 | 18 | -91/+468 |
* | Fix incorrect cookie name in sample logout pages. | jsdelfino | 2011-01-07 | 1 | -1/+1 |
* | Support service promotion and improve component layout algorithm. | jsdelfino | 2011-01-06 | 9 | -141/+242 |
* | Add logic to list, add, remove apps and link to the edit page. | jsdelfino | 2010-12-30 | 7 | -62/+144 |
* | Simplify and cleanup HTTP binding client Javascript code, now portable across... | jsdelfino | 2010-12-30 | 1 | -366/+298 |
* | Make XML serialization logic portable across browsers. | jsdelfino | 2010-12-30 | 1 | -5/+24 |
* | Support ATOM and RSS entries with no content or description. | jsdelfino | 2010-12-30 | 4 | -7/+45 |
* | Skeleton of a composite app editor module. | jsdelfino | 2010-12-29 | 22 | -42/+1046 |
* | Remove type=feed and type=entry parameters from application/atom+xml media ty... | jsdelfino | 2010-12-29 | 6 | -8/+23 |
* | Fix automated build and Ubuntu 10.10 install. | jsdelfino | 2010-12-27 | 1 | -0/+6 |
* | Port REST support improvements to AppEngine Python integration scripts and ad... | jsdelfino | 2010-12-27 | 6 | -27/+145 |
* | Merge changes from apr-2 branch. Port to APR 1.4.x and enable mod_session_cry... | jsdelfino | 2010-12-27 | 5 | -12/+54 |
* | Improve component and reference rendering and layout. Recurse over wired refe... | jsdelfino | 2010-12-24 | 3 | -164/+364 |
* | Apply roundtripping fixes from SVN r1052432 to Python and Javascript scripts. | jsdelfino | 2010-12-24 | 9 | -19/+44 |
* | Fix content types. Removed duplicate function. | jsdelfino | 2010-12-24 | 1 | -23/+7 |
* | Turn off URL canonicalization when routing a request through HTTPD's reverse ... | jsdelfino | 2010-12-24 | 1 | -0/+1 |
* | Fix roundtripping of JSON arrays, booleans and numbers, ATOM / RSS feed detec... | jsdelfino | 2010-12-24 | 12 | -28/+178 |
* | Preserve HTTP request path when routing a request through a component reference. | jsdelfino | 2010-12-24 | 1 | -3/+9 |
* | Refactor some of the Javascript scripts to use a different namespace per script. | jsdelfino | 2010-12-12 | 8 | -283/+287 |
* | Port XML, ATOM and SCDL parsing logic to Javascript. Implement minimal compon... | jsdelfino | 2010-12-11 | 7 | -28/+1316 |
* | Add XML and JSON to/from Scheme conversion test programs. | jsdelfino | 2010-12-11 | 5 | -1/+216 |
* | Move JavaScript eval functions to the js module. | jsdelfino | 2010-12-08 | 8 | -282/+386 |
* | Move HTTPD Require configuration for openid resources to the openid configura... | jsdelfino | 2010-12-08 | 3 | -16/+22 |
* | Add a CSS style sheet. Fix HTTPD Require configuration for files in the js mo... | jsdelfino | 2010-12-08 | 3 | -2/+145 |
* | Create a js module for client side javascripts. Move client component script ... | jsdelfino | 2010-12-06 | 10 | -8/+951 |
* | Add scripts to support 'Require valid-user' and 'Require group' authz configu... | jsdelfino | 2010-12-03 | 13 | -41/+105 |
* | Reset auth cookie before re-auth in login page. | jsdelfino | 2010-12-03 | 4 | -0/+8 |
* | Use different servers for cert-based and password-based auth and use event MP... | jsdelfino | 2010-11-28 | 18 | -197/+316 |
* | Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and ru... | jsdelfino | 2010-11-14 | 9 | -23/+23 |
* | Port to HTTPD 2.3.8. Add an auth module to make OpenID, OAuth 1/2 and HTTPD 2... | jsdelfino | 2010-11-13 | 30 | -231/+771 |
* | Add missing return statement in proxy function. | jsdelfino | 2010-11-03 | 1 | -1/+1 |