| Commit message (Expand) | Author | Age | Files | Lines |
* | Port to Mac OS X 10.6.7. | jsdelfino | 2011-06-28 | 158 | -353/+875 |
* | Add missing files to build scripts and fixed a header typo. | jsdelfino | 2011-06-13 | 3 | -5/+5 |
* | Fix Thrift URL in minimum install script. | jsdelfino | 2011-06-13 | 1 | -1/+1 |
* | Add the ability to configure page headers and footers. | jsdelfino | 2011-06-13 | 29 | -269/+273 |
* | Minor refactoring and cleanup of edit module and its test composites. Add HTM... | jsdelfino | 2011-06-13 | 42 | -310/+1741 |
* | Improve support for HTTP verbs and enable calls inside a domain without havin... | jsdelfino | 2011-06-13 | 18 | -95/+874 |
* | Add configuration and script to enable mod-security 2.6.0. | jsdelfino | 2011-06-13 | 13 | -20/+466 |
* | Fixing the thrift download url | rfeng | 2011-06-06 | 1 | -1/+1 |
* | Fix build error, move dashboard and store directories to the correct module. | jsdelfino | 2011-05-23 | 9 | -2/+2 |
* | Support cookies over outgoing HTTP calls and a shorter component URL addressi... | jsdelfino | 2011-05-23 | 23 | -90/+190 |
* | Refactor app data model part 2, converted dashboard and store files to direct... | jsdelfino | 2011-05-23 | 8 | -0/+8 |
* | Refactor app data model part 1, add a template for new apps and support for s... | jsdelfino | 2011-05-23 | 22 | -64/+323 |
* | Some Javascript cleanup, now working across all browsers including IE9. | jsdelfino | 2011-05-23 | 4 | -85/+51 |
* | Cleanup and organize sample components, apps and html pages. | jsdelfino | 2011-05-23 | 49 | -2769/+2731 |
* | Minor install script fixes. Add a script to install a minimal build and upgra... | jsdelfino | 2011-05-23 | 5 | -12/+303 |
* | Refactor some of the extensions and remove unnecessary namespace prefixes. | jsdelfino | 2011-05-23 | 39 | -275/+240 |
* | Simplify page navigations and optimize layout and event handling on touch dev... | jsdelfino | 2011-05-23 | 17 | -457/+800 |
* | Update ids of EC2 images used for testing. | jsdelfino | 2011-05-02 | 1 | -6/+10 |
* | Change app data model a bit. Store app properties in separate files and suppo... | jsdelfino | 2011-05-02 | 25 | -78/+140 |
* | Reformat, sort and refactor test and sample apps. | jsdelfino | 2011-05-02 | 39 | -2191/+2078 |
* | Simplify HTML and Javascript to improve UI and performance on iOS devices. Fi... | jsdelfino | 2011-05-02 | 44 | -2961/+2870 |
* | Add an XMPP message sender component that only connects to an XMPP server as ... | jsdelfino | 2011-04-17 | 9 | -7/+346 |
* | 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 | 12 | -67/+214 |
* | Cleanup HTML pages. Improvements and a few fixes to get consistent behavior a... | jsdelfino | 2011-04-17 | 36 | -526/+1080 |
* | Add a few sample and test apps. Refactor some of the utility components and a... | jsdelfino | 2011-04-17 | 56 | -1499/+2808 |
* | Adjust build to new locations of Qpid and Vysper distros. | jsdelfino | 2011-04-17 | 1 | -2/+2 |
* | 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 | 32 | -120/+283 |
* | Add sample database and search components, sample apps and corresponding test... | jsdelfino | 2011-04-04 | 27 | -315/+1174 |
* | 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 |
* | Add debug support to optimized build and downgrade GCC optimizations from O3 ... | jsdelfino | 2011-03-21 | 1 | -1/+1 |
* | 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 | 6 | -592/+9 |
* | 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 |
* | Move etc/git-exclude to .gitignore to avoid having to configure ignores manua... | jsdelfino | 2011-03-13 | 1 | -0/+20 |
* | 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 | 19 | -27/+463 |
* | Change ATOM and RSS feed representations to use name value pairs instead of j... | jsdelfino | 2011-03-08 | 80 | -1505/+805 |
* | 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 |
* | Fix test case broken by XML document indentation format change. | jsdelfino | 2011-02-27 | 1 | -27/+34 |
* | Refactor component palettes a bit and support autosave. | jsdelfino | 2011-02-27 | 15 | -113/+410 |