summaryrefslogtreecommitdiffstats
path: root/sca-cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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
2011-02-27Fix HTTP port formatting bug.jsdelfino1-1/+1
2011-02-27Fixes to make the edit module work with HTTPS.jsdelfino3-5/+36
2011-02-27Fix test case broken by XML document indentation format change.jsdelfino1-27/+34
2011-02-27Refactor component palettes a bit and support autosave.jsdelfino15-113/+410
2011-02-26Upgrade to postgresql 9.0.3.jsdelfino2-9/+9
2011-02-26Move virtual host htdocs under their corresponding virtual host contribution ...jsdelfino19-19/+26
2011-02-26Correctly pass query strings through component wiring redirects and improve f...jsdelfino22-221/+500
2011-02-26Some improvements to the edit module. Add a few sample apps and test cases, s...jsdelfino47-1001/+1922
2011-02-20Add two builtin component properties containing the current HTTP request path...jsdelfino5-1/+66
2011-02-20Minor CSS fixes for cross-browser compatibility.jsdelfino4-13/+20
2011-02-12Add a few sample composites and a few fixes to the existing ones.jsdelfino24-280/+819
2011-02-08Refactor groups of reusable components and improve layout a bit. Fix bug prev...jsdelfino20-299/+540
2011-02-06Converts database key strings to symbols before computing database file names.jsdelfino1-3/+5
2011-02-06Support for changing component names and properties, and some edit improvements.jsdelfino24-176/+711
2011-02-02Support for wiring and unwiring references.jsdelfino16-277/+462
2011-01-31Minor stylesheet changes.jsdelfino10-28/+386
2011-01-30Add composite save function, improve UI a bit and some script cleanup and doc...jsdelfino30-222/+906
2011-01-25Minor fix to EC2 image configuration script.jsdelfino1-2/+2
2011-01-18Fix XML serialization issues with XHTML docs and add ability to save widgets.jsdelfino11-50/+148
2011-01-17Fix menu bug with Chrome.jsdelfino1-1/+1
2011-01-17Use a common stylesheet in all samples.jsdelfino54-62/+457
2011-01-16Add sample widget components and a page to edit them, plus minor user interac...jsdelfino22-115/+510
2011-01-13Refactor and minor improvements of the edit module. Add a palette of sample c...jsdelfino28-217/+1186
2011-01-09Add a composite similar to the travel tutorial app to the sample dashboard. M...jsdelfino6-68/+347
2011-01-09Fix memory leak in Python runtime integration. Reduce memory consumption of d...jsdelfino24-17/+158