| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Implement SCDL wiredByImpl attribute. | jsdelfino | 2011-04-17 | 2 | -10/+54 |
* | Fix representation of null values and escape control characters in JSON and H... | jsdelfino | 2011-04-17 | 9 | -53/+169 |
* | Cleanup HTML pages. Improvements and a few fixes to get consistent behavior a... | jsdelfino | 2011-04-17 | 35 | -526/+1078 |
* | Add a few sample and test apps. Refactor some of the utility components and a... | jsdelfino | 2011-04-17 | 56 | -1499/+2808 |
* | Enable python component implementations to flow binary content strings. | jsdelfino | 2011-04-04 | 1 | -5/+9 |
* | Fix performance and security issues reported by pagespeed and skipfish. | jsdelfino | 2011-04-04 | 31 | -117/+280 |
* | Add sample database and search components, sample apps and corresponding test... | jsdelfino | 2011-04-04 | 26 | -312/+1165 |
* | Support returning binary content. Fix server bug preventing a component to re... | jsdelfino | 2011-03-27 | 2 | -2/+2 |
* | Fix links to CSS and error pages. | jsdelfino | 2011-03-27 | 2 | -3/+13 |
* | Add tests for HTTP components and widgets. Refactor and simplify some of the ... | jsdelfino | 2011-03-27 | 35 | -261/+1286 |
* | HTML cleanup, improve layout on different browsers, iOS and android devices a... | jsdelfino | 2011-03-27 | 39 | -214/+732 |
* | Refactor and cleanup edit module, add text components, store page and app run... | jsdelfino | 2011-03-21 | 46 | -189/+1281 |
* | Fix Javascript test case. Enable Javascript error reporting on non-debug build. | jsdelfino | 2011-03-21 | 2 | -2/+5 |
* | Support authentication across wildcard domains. | jsdelfino | 2011-03-21 | 4 | -5/+5 |
* | Update svn:ignore properties and minor build cleanups. | jsdelfino | 2011-03-14 | 5 | -591/+8 |
* | Add test components that evaluate python expressions. | jsdelfino | 2011-03-13 | 2 | -0/+84 |
* | Fix app link creation and save one HTTP proxy hop. | jsdelfino | 2011-03-13 | 2 | -3/+14 |
* | Add Javascript functions and test cases to help work with JSON. | jsdelfino | 2011-03-13 | 8 | -5/+441 |
* | Add a reusable component that returns the contents of a configured url. | jsdelfino | 2011-03-13 | 8 | -18/+109 |
* | Change ATOM and RSS feed representations to use name value pairs instead of j... | jsdelfino | 2011-03-08 | 50 | -1362/+558 |
* | Simplified list component by using a reference per element. Automatically set... | jsdelfino | 2011-03-08 | 10 | -160/+233 |
* | Fix HTTP port formatting bug. | jsdelfino | 2011-02-27 | 1 | -1/+1 |
* | Fixes to make the edit module work with HTTPS. | jsdelfino | 2011-02-27 | 3 | -5/+36 |
* | 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 |