summaryrefslogtreecommitdiffstats
path: root/sca-cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-04-17Add an XMPP message sender component that only connects to an XMPP server as ↵jsdelfino9-7/+346
needed just before sending a message to avoid unnecessary connects / disconnects in a dynamic virtual host environment. Add another component that does an HTTP delete. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094212 13f79535-47bb-0310-9956-ffa450edef68
2011-04-17Implement SCDL wiredByImpl attribute.jsdelfino2-10/+54
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094211 13f79535-47bb-0310-9956-ffa450edef68
2011-04-17Fix representation of null values and escape control characters in JSON and ↵jsdelfino12-67/+214
HTTP query strings. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094210 13f79535-47bb-0310-9956-ffa450edef68
2011-04-17Cleanup HTML pages. Improvements and a few fixes to get consistent behavior ↵jsdelfino36-526/+1080
across browsers including Safari/iOS. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094209 13f79535-47bb-0310-9956-ffa450edef68
2011-04-17Add a few sample and test apps. Refactor some of the utility components and ↵jsdelfino56-1499/+2808
adjusted apps to use them. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094208 13f79535-47bb-0310-9956-ffa450edef68
2011-04-17Adjust build to new locations of Qpid and Vysper distros.jsdelfino1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094207 13f79535-47bb-0310-9956-ffa450edef68
2011-04-04Enable python component implementations to flow binary content strings.jsdelfino1-5/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1088509 13f79535-47bb-0310-9956-ffa450edef68
2011-04-04Fix performance and security issues reported by pagespeed and skipfish.jsdelfino32-120/+283
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1088508 13f79535-47bb-0310-9956-ffa450edef68
2011-04-04Add sample database and search components, sample apps and corresponding ↵jsdelfino27-315/+1174
test cases, and minor refactoring of component categories. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1088507 13f79535-47bb-0310-9956-ffa450edef68
2011-03-27Support returning binary content. Fix server bug preventing a component to ↵jsdelfino2-2/+2
return an empty list. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086049 13f79535-47bb-0310-9956-ffa450edef68
2011-03-27Fix links to CSS and error pages.jsdelfino2-3/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086048 13f79535-47bb-0310-9956-ffa450edef68
2011-03-27Add tests for HTTP components and widgets. Refactor and simplify some of the ↵jsdelfino35-261/+1286
samples composites and component categories. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086047 13f79535-47bb-0310-9956-ffa450edef68
2011-03-27HTML cleanup, improve layout on different browsers, iOS and android devices ↵jsdelfino39-214/+732
and add robots.txt and some icons. Support execution and preview of components from the edit pages. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086046 13f79535-47bb-0310-9956-ffa450edef68
2011-03-21Add debug support to optimized build and downgrade GCC optimizations from O3 ↵jsdelfino1-1/+1
to O2. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083695 13f79535-47bb-0310-9956-ffa450edef68
2011-03-21Refactor and cleanup edit module, add text components, store page and app ↵jsdelfino46-189/+1281
run page. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083694 13f79535-47bb-0310-9956-ffa450edef68
2011-03-21Fix Javascript test case. Enable Javascript error reporting on non-debug build.jsdelfino2-2/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083693 13f79535-47bb-0310-9956-ffa450edef68
2011-03-21Support authentication across wildcard domains.jsdelfino4-5/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083692 13f79535-47bb-0310-9956-ffa450edef68
2011-03-14Update svn:ignore properties and minor build cleanups.jsdelfino6-592/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081254 13f79535-47bb-0310-9956-ffa450edef68
2011-03-13Add test components that evaluate python expressions.jsdelfino2-0/+84
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081207 13f79535-47bb-0310-9956-ffa450edef68
2011-03-13Fix app link creation and save one HTTP proxy hop.jsdelfino2-3/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081206 13f79535-47bb-0310-9956-ffa450edef68
2011-03-13Move etc/git-exclude to .gitignore to avoid having to configure ignores ↵jsdelfino1-0/+20
manually. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081205 13f79535-47bb-0310-9956-ffa450edef68
2011-03-13Add Javascript functions and test cases to help work with JSON.jsdelfino8-5/+441
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081204 13f79535-47bb-0310-9956-ffa450edef68
2011-03-13Add a reusable component that returns the contents of a configured url.jsdelfino19-27/+463
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081203 13f79535-47bb-0310-9956-ffa450edef68
2011-03-08Change ATOM and RSS feed representations to use name value pairs instead of ↵jsdelfino80-1505/+805
just strings, to allow support for all ATOM and RSS attributes and avoid confusion with non-feed string results. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1079292 13f79535-47bb-0310-9956-ffa450edef68
2011-03-08Simplified list component by using a reference per element. Automatically ↵jsdelfino10-160/+233
setup app links and garbage collect unused components. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1079291 13f79535-47bb-0310-9956-ffa450edef68
2011-02-27Fix HTTP port formatting bug.jsdelfino1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1075000 13f79535-47bb-0310-9956-ffa450edef68
2011-02-27Fixes to make the edit module work with HTTPS.jsdelfino3-5/+36
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074997 13f79535-47bb-0310-9956-ffa450edef68
2011-02-27Fix test case broken by XML document indentation format change.jsdelfino1-27/+34
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074984 13f79535-47bb-0310-9956-ffa450edef68
2011-02-27Refactor component palettes a bit and support autosave.jsdelfino15-113/+410
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074983 13f79535-47bb-0310-9956-ffa450edef68
2011-02-26Upgrade to postgresql 9.0.3.jsdelfino2-9/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074926 13f79535-47bb-0310-9956-ffa450edef68
2011-02-26Move virtual host htdocs under their corresponding virtual host contribution ↵jsdelfino19-19/+26
directory. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074925 13f79535-47bb-0310-9956-ffa450edef68
2011-02-26Correctly pass query strings through component wiring redirects and improve ↵jsdelfino22-221/+500
format of XML and JSON response documents. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074924 13f79535-47bb-0310-9956-ffa450edef68
2011-02-26Some improvements to the edit module. Add a few sample apps and test cases, ↵jsdelfino47-1001/+1922
show current user and links to app data. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074923 13f79535-47bb-0310-9956-ffa450edef68
2011-02-20Add two builtin component properties containing the current HTTP request ↵jsdelfino5-1/+66
path and query parameters. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1072763 13f79535-47bb-0310-9956-ffa450edef68
2011-02-20Minor CSS fixes for cross-browser compatibility.jsdelfino4-13/+20
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1072762 13f79535-47bb-0310-9956-ffa450edef68
2011-02-12Add a few sample composites and a few fixes to the existing ones.jsdelfino24-280/+819
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1070123 13f79535-47bb-0310-9956-ffa450edef68
2011-02-08Refactor groups of reusable components and improve layout a bit. Fix bug ↵jsdelfino20-299/+540
preventing saving empty composites. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1068288 13f79535-47bb-0310-9956-ffa450edef68
2011-02-06Converts database key strings to symbols before computing database file names.jsdelfino1-3/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067564 13f79535-47bb-0310-9956-ffa450edef68
2011-02-06Support for changing component names and properties, and some edit improvements.jsdelfino24-176/+711
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067563 13f79535-47bb-0310-9956-ffa450edef68
2011-02-02Support for wiring and unwiring references.jsdelfino16-277/+462
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1066399 13f79535-47bb-0310-9956-ffa450edef68
2011-01-31Minor stylesheet changes.jsdelfino10-28/+386
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1065479 13f79535-47bb-0310-9956-ffa450edef68
2011-01-30Add composite save function, improve UI a bit and some script cleanup and ↵jsdelfino30-222/+906
documentation. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1065409 13f79535-47bb-0310-9956-ffa450edef68
2011-01-25Minor fix to EC2 image configuration script.jsdelfino1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1063149 13f79535-47bb-0310-9956-ffa450edef68
2011-01-18Fix XML serialization issues with XHTML docs and add ability to save widgets.jsdelfino11-50/+148
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1060250 13f79535-47bb-0310-9956-ffa450edef68
2011-01-17Fix menu bug with Chrome.jsdelfino1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059771 13f79535-47bb-0310-9956-ffa450edef68
2011-01-17Use a common stylesheet in all samples.jsdelfino54-62/+457
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059769 13f79535-47bb-0310-9956-ffa450edef68
2011-01-16Add sample widget components and a page to edit them, plus minor user ↵jsdelfino22-115/+510
interaction fixes. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059710 13f79535-47bb-0310-9956-ffa450edef68
2011-01-13Refactor and minor improvements of the edit module. Add a palette of sample ↵jsdelfino28-217/+1186
components. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1058487 13f79535-47bb-0310-9956-ffa450edef68
2011-01-09Add a composite similar to the travel tutorial app to the sample dashboard. ↵jsdelfino6-68/+347
Minor Javascript performance improvements to speed up the layout of big composites. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1056881 13f79535-47bb-0310-9956-ffa450edef68
2011-01-09Fix memory leak in Python runtime integration. Reduce memory consumption of ↵jsdelfino24-17/+158
debug trace functions. Add trace points to help track the lifecycle of some of the runtime context objects. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1056880 13f79535-47bb-0310-9956-ffa450edef68