| Commit message (Expand) | Author | Files | Lines |
2011-11-21 | Improvements to the auth implementation. Refactor logout page, handle auth re... | jsdelfino | 3 | -10/+44 |
2011-11-14 | Change authentication scheme from Form based auth to OpenID + OAuth. | jsdelfino | 1 | -0/+7 |
2011-11-10 | Enable multiple apps to co-exist under different paths in a single Virtual Ho... | jsdelfino | 1 | -2/+2 |
2011-10-29 | Better network connectivity status reporting and handling of orientation chan... | jsdelfino | 1 | -2/+3 |
2011-10-29 | Minor improvements to Page Speed build integration and documentation. | jsdelfino | 1 | -3/+3 |
2011-10-26 | Use Page Speed to minify Web resources at build time, and a few more improvem... | jsdelfino | 3 | -446/+8 |
2011-10-24 | Refactor and simplify edit app, and optimize app resource loading and caching. | jsdelfino | 6 | -391/+495 |
2011-09-05 | Tune up Mozilla SpiderMonkey memory usage and garbage collection. | jsdelfino | 1 | -3/+3 |
2011-08-28 | Implement a portable alternative to __thread and get the HTTP and SQLDB compo... | jsdelfino | 1 | -2/+4 |
2011-08-14 | Switch from the HTTPD prefork MPM to the multi-threaded event MPM where possi... | jsdelfino | 1 | -4/+17 |
2011-08-11 | Upgrade to SpiderMonkey 1.8.5. | jsdelfino | 1 | -11/+36 |
2011-08-06 | Javascript improvements: add local storage, improve caching using URI fragmen... | jsdelfino | 7 | -248/+571 |
2011-06-28 | Port to Mac OS X 10.6.7. | jsdelfino | 1 | -2/+2 |
2011-06-13 | Add the ability to configure page headers and footers. | jsdelfino | 5 | -92/+34 |
2011-05-23 | Refactor app data model part 1, add a template for new apps and support for s... | jsdelfino | 1 | -4/+5 |
2011-05-23 | Some Javascript cleanup, now working across all browsers including IE9. | jsdelfino | 4 | -85/+51 |
2011-05-23 | Refactor some of the extensions and remove unnecessary namespace prefixes. | jsdelfino | 1 | -8/+8 |
2011-05-02 | Simplify HTML and Javascript to improve UI and performance on iOS devices. Fi... | jsdelfino | 6 | -130/+748 |
2011-04-17 | Fix representation of null values and escape control characters in JSON and H... | jsdelfino | 2 | -2/+8 |
2011-04-17 | Cleanup HTML pages. Improvements and a few fixes to get consistent behavior a... | jsdelfino | 5 | -17/+132 |
2011-04-04 | Fix performance and security issues reported by pagespeed and skipfish. | jsdelfino | 1 | -0/+2 |
2011-03-27 | HTML cleanup, improve layout on different browsers, iOS and android devices a... | jsdelfino | 5 | -18/+85 |
2011-03-21 | Refactor and cleanup edit module, add text components, store page and app run... | jsdelfino | 6 | -23/+146 |
2011-03-21 | Fix Javascript test case. Enable Javascript error reporting on non-debug build. | jsdelfino | 2 | -2/+5 |
2011-03-13 | Add Javascript functions and test cases to help work with JSON. | jsdelfino | 7 | -5/+436 |
2011-03-08 | Change ATOM and RSS feed representations to use name value pairs instead of j... | jsdelfino | 3 | -123/+66 |
2011-03-08 | Simplified list component by using a reference per element. Automatically set... | jsdelfino | 2 | -1/+14 |
2011-02-26 | Correctly pass query strings through component wiring redirects and improve f... | jsdelfino | 1 | -1/+4 |
2011-02-20 | Minor CSS fixes for cross-browser compatibility. | jsdelfino | 2 | -10/+14 |
2011-02-12 | Add a few sample composites and a few fixes to the existing ones. | jsdelfino | 2 | -6/+11 |
2011-02-06 | Support for changing component names and properties, and some edit improvements. | jsdelfino | 5 | -17/+96 |
2011-02-02 | Support for wiring and unwiring references. | jsdelfino | 4 | -100/+30 |
2011-01-31 | Minor stylesheet changes. | jsdelfino | 4 | -6/+330 |
2011-01-30 | Add composite save function, improve UI a bit and some script cleanup and doc... | jsdelfino | 7 | -13/+179 |
2011-01-18 | Fix XML serialization issues with XHTML docs and add ability to save widgets. | jsdelfino | 2 | -17/+51 |
2011-01-17 | Use a common stylesheet in all samples. | jsdelfino | 2 | -3/+22 |
2011-01-16 | Add sample widget components and a page to edit them, plus minor user interac... | jsdelfino | 4 | -2/+22 |
2011-01-13 | Refactor and minor improvements of the edit module. Add a palette of sample c... | jsdelfino | 3 | -7/+58 |
2011-01-09 | Add a composite similar to the travel tutorial app to the sample dashboard. M... | jsdelfino | 2 | -16/+25 |
2011-01-09 | Fix memory leak in Python runtime integration. Reduce memory consumption of d... | jsdelfino | 1 | -0/+8 |
2011-01-07 | Minor improvements of the edit module. Refactored HTML pages, added a menu, a... | jsdelfino | 1 | -8/+22 |
2011-01-06 | Support service promotion and improve component layout algorithm. | jsdelfino | 2 | -1/+35 |
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-29 | Skeleton of a composite app editor module. | jsdelfino | 3 | -654/+32 |
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 | 3 | -7/+16 |
2010-12-24 | Fix content types. Removed duplicate function. | jsdelfino | 1 | -23/+7 |
2010-12-24 | Fix roundtripping of JSON arrays, booleans and numbers, ATOM / RSS feed detec... | jsdelfino | 1 | -1/+3 |
2010-12-12 | Refactor some of the Javascript scripts to use a different namespace per script. | jsdelfino | 6 | -279/+283 |