summaryrefslogtreecommitdiffstats
path: root/sca-cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2011-08-09Fix compile error in test program.jsdelfino1-1/+1
2011-08-06Javascript improvements: add local storage, improve caching using URI fragmen...jsdelfino30-1007/+1775
2011-08-06Refactor the sample composites and components and cleanup the component names...jsdelfino47-1090/+1787
2011-08-06Make authentication work with wildcard domains and increase authentication co...jsdelfino19-28/+62
2011-06-28Port to Mac OS X 10.6.7.jsdelfino158-353/+875
2011-06-13Add missing files to build scripts and fixed a header typo.jsdelfino3-5/+5
2011-06-13Fix Thrift URL in minimum install script.jsdelfino1-1/+1
2011-06-13Add the ability to configure page headers and footers.jsdelfino29-269/+273
2011-06-13Minor refactoring and cleanup of edit module and its test composites. Add HTM...jsdelfino42-310/+1741
2011-06-13Improve support for HTTP verbs and enable calls inside a domain without havin...jsdelfino18-95/+874
2011-06-13Add configuration and script to enable mod-security 2.6.0.jsdelfino13-20/+466
2011-06-06Fixing the thrift download urlrfeng1-1/+1
2011-05-23Fix build error, move dashboard and store directories to the correct module.jsdelfino9-2/+2
2011-05-23Support cookies over outgoing HTTP calls and a shorter component URL addressi...jsdelfino23-90/+190
2011-05-23Refactor app data model part 2, converted dashboard and store files to direct...jsdelfino8-0/+8
2011-05-23Refactor app data model part 1, add a template for new apps and support for s...jsdelfino22-64/+323
2011-05-23Some Javascript cleanup, now working across all browsers including IE9.jsdelfino4-85/+51
2011-05-23Cleanup and organize sample components, apps and html pages.jsdelfino49-2769/+2731
2011-05-23Minor install script fixes. Add a script to install a minimal build and upgra...jsdelfino5-12/+303
2011-05-23Refactor some of the extensions and remove unnecessary namespace prefixes.jsdelfino39-275/+240
2011-05-23Simplify page navigations and optimize layout and event handling on touch dev...jsdelfino17-457/+800
2011-05-02Update ids of EC2 images used for testing.jsdelfino1-6/+10
2011-05-02Change app data model a bit. Store app properties in separate files and suppo...jsdelfino25-78/+140
2011-05-02Reformat, sort and refactor test and sample apps.jsdelfino39-2191/+2078
2011-05-02Simplify HTML and Javascript to improve UI and performance on iOS devices. Fi...jsdelfino44-2961/+2870
2011-04-17Add an XMPP message sender component that only connects to an XMPP server as ...jsdelfino9-7/+346
2011-04-17Implement SCDL wiredByImpl attribute.jsdelfino2-10/+54
2011-04-17Fix representation of null values and escape control characters in JSON and H...jsdelfino12-67/+214
2011-04-17Cleanup HTML pages. Improvements and a few fixes to get consistent behavior a...jsdelfino36-526/+1080
2011-04-17Add a few sample and test apps. Refactor some of the utility components and a...jsdelfino56-1499/+2808
2011-04-17Adjust build to new locations of Qpid and Vysper distros.jsdelfino1-2/+2
2011-04-04Enable python component implementations to flow binary content strings.jsdelfino1-5/+9
2011-04-04Fix performance and security issues reported by pagespeed and skipfish.jsdelfino32-120/+283
2011-04-04Add sample database and search components, sample apps and corresponding test...jsdelfino27-315/+1174
2011-03-27Support returning binary content. Fix server bug preventing a component to re...jsdelfino2-2/+2
2011-03-27Fix links to CSS and error pages.jsdelfino2-3/+13
2011-03-27Add tests for HTTP components and widgets. Refactor and simplify some of the ...jsdelfino35-261/+1286
2011-03-27HTML cleanup, improve layout on different browsers, iOS and android devices a...jsdelfino39-214/+732
2011-03-21Add debug support to optimized build and downgrade GCC optimizations from O3 ...jsdelfino1-1/+1
2011-03-21Refactor and cleanup edit module, add text components, store page and app run...jsdelfino46-189/+1281
2011-03-21Fix Javascript test case. Enable Javascript error reporting on non-debug build.jsdelfino2-2/+5
2011-03-21Support authentication across wildcard domains.jsdelfino4-5/+5
2011-03-14Update svn:ignore properties and minor build cleanups.jsdelfino6-592/+9
2011-03-13Add test components that evaluate python expressions.jsdelfino2-0/+84
2011-03-13Fix app link creation and save one HTTP proxy hop.jsdelfino2-3/+14
2011-03-13Move etc/git-exclude to .gitignore to avoid having to configure ignores manua...jsdelfino1-0/+20
2011-03-13Add Javascript functions and test cases to help work with JSON.jsdelfino8-5/+441
2011-03-13Add a reusable component that returns the contents of a configured url.jsdelfino19-27/+463
2011-03-08Change ATOM and RSS feed representations to use name value pairs instead of j...jsdelfino80-1505/+805
2011-03-08Simplified list component by using a reference per element. Automatically set...jsdelfino10-160/+233