summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add missing files to build scripts and fixed a header typo.jsdelfino2011-06-133-5/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135066 13f79535-47bb-0310-9956-ffa450edef68
* Fix Thrift URL in minimum install script.jsdelfino2011-06-131-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135053 13f79535-47bb-0310-9956-ffa450edef68
* Add the ability to configure page headers and footers.jsdelfino2011-06-1329-269/+273
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135049 13f79535-47bb-0310-9956-ffa450edef68
* Minor refactoring and cleanup of edit module and its test composites. Add ↵jsdelfino2011-06-1342-310/+1741
| | | | | | HTML generation and messaging components and a few more tests. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135048 13f79535-47bb-0310-9956-ffa450edef68
* Improve support for HTTP verbs and enable calls inside a domain without ↵jsdelfino2011-06-1318-95/+874
| | | | | | having to repeat the domain name in all the URLs. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135047 13f79535-47bb-0310-9956-ffa450edef68
* Add configuration and script to enable mod-security 2.6.0.jsdelfino2011-06-1313-20/+466
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135046 13f79535-47bb-0310-9956-ffa450edef68
* Fix build error, move dashboard and store directories to the correct module.jsdelfino2011-05-239-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126337 13f79535-47bb-0310-9956-ffa450edef68
* Support cookies over outgoing HTTP calls and a shorter component URL ↵jsdelfino2011-05-2323-90/+190
| | | | | | addressing scheme. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126336 13f79535-47bb-0310-9956-ffa450edef68
* Refactor app data model part 2, converted dashboard and store files to ↵jsdelfino2011-05-238-0/+8
| | | | | | directories. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126334 13f79535-47bb-0310-9956-ffa450edef68
* Refactor app data model part 1, add a template for new apps and support for ↵jsdelfino2011-05-2322-64/+323
saving account info. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126333 13f79535-47bb-0310-9956-ffa450edef68
* Some Javascript cleanup, now working across all browsers including IE9.jsdelfino2011-05-234-85/+51
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126329 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup and organize sample components, apps and html pages.jsdelfino2011-05-2349-2769/+2731
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126306 13f79535-47bb-0310-9956-ffa450edef68
* Minor install script fixes. Add a script to install a minimal build and ↵jsdelfino2011-05-235-12/+303
| | | | | | upgrade to latest libcloud. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126299 13f79535-47bb-0310-9956-ffa450edef68
* Refactor some of the extensions and remove unnecessary namespace prefixes.jsdelfino2011-05-2339-275/+240
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126298 13f79535-47bb-0310-9956-ffa450edef68
* Simplify page navigations and optimize layout and event handling on touch ↵jsdelfino2011-05-2317-457/+800
devices. Optimize caching and minimize Ajax calls. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126297 13f79535-47bb-0310-9956-ffa450edef68
* Update ids of EC2 images used for testing.jsdelfino2011-05-021-6/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1098492 13f79535-47bb-0310-9956-ffa450edef68
* Change app data model a bit. Store app properties in separate files and ↵jsdelfino2011-05-0225-78/+140
| | | | | | support app cloning. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1098491 13f79535-47bb-0310-9956-ffa450edef68
* Reformat, sort and refactor test and sample apps.jsdelfino2011-05-0239-2191/+2078
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1098490 13f79535-47bb-0310-9956-ffa450edef68
* Simplify HTML and Javascript to improve UI and performance on iOS devices. ↵jsdelfino2011-05-0244-2961/+2870
Fix offline cache manifest. Add an app clone page. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1098489 13f79535-47bb-0310-9956-ffa450edef68
* Add an XMPP message sender component that only connects to an XMPP server as ↵jsdelfino2011-04-179-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
* Implement SCDL wiredByImpl attribute.jsdelfino2011-04-172-10/+54
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094211 13f79535-47bb-0310-9956-ffa450edef68
* Fix representation of null values and escape control characters in JSON and ↵jsdelfino2011-04-1712-67/+214
| | | | | | HTTP query strings. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094210 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup HTML pages. Improvements and a few fixes to get consistent behavior ↵jsdelfino2011-04-1736-526/+1080
| | | | | | across browsers including Safari/iOS. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094209 13f79535-47bb-0310-9956-ffa450edef68
* Add a few sample and test apps. Refactor some of the utility components and ↵jsdelfino2011-04-1756-1499/+2808
| | | | | | adjusted apps to use them. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094208 13f79535-47bb-0310-9956-ffa450edef68
* Adjust build to new locations of Qpid and Vysper distros.jsdelfino2011-04-171-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094207 13f79535-47bb-0310-9956-ffa450edef68
* Enable python component implementations to flow binary content strings.jsdelfino2011-04-041-5/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1088509 13f79535-47bb-0310-9956-ffa450edef68
* Fix performance and security issues reported by pagespeed and skipfish.jsdelfino2011-04-0432-120/+283
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1088508 13f79535-47bb-0310-9956-ffa450edef68
* Add sample database and search components, sample apps and corresponding ↵jsdelfino2011-04-0427-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
* Support returning binary content. Fix server bug preventing a component to ↵jsdelfino2011-03-272-2/+2
| | | | | | return an empty list. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086049 13f79535-47bb-0310-9956-ffa450edef68
* Fix links to CSS and error pages.jsdelfino2011-03-272-3/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086048 13f79535-47bb-0310-9956-ffa450edef68
* Add tests for HTTP components and widgets. Refactor and simplify some of the ↵jsdelfino2011-03-2735-261/+1286
| | | | | | samples composites and component categories. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086047 13f79535-47bb-0310-9956-ffa450edef68
* HTML cleanup, improve layout on different browsers, iOS and android devices ↵jsdelfino2011-03-2739-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
* Add debug support to optimized build and downgrade GCC optimizations from O3 ↵jsdelfino2011-03-211-1/+1
| | | | | | to O2. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083695 13f79535-47bb-0310-9956-ffa450edef68
* Refactor and cleanup edit module, add text components, store page and app ↵jsdelfino2011-03-2146-189/+1281
| | | | | | run page. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083694 13f79535-47bb-0310-9956-ffa450edef68
* Fix Javascript test case. Enable Javascript error reporting on non-debug build.jsdelfino2011-03-212-2/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083693 13f79535-47bb-0310-9956-ffa450edef68
* Support authentication across wildcard domains.jsdelfino2011-03-214-5/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083692 13f79535-47bb-0310-9956-ffa450edef68
* Update svn:ignore properties and minor build cleanups.jsdelfino2011-03-146-592/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081254 13f79535-47bb-0310-9956-ffa450edef68
* Add test components that evaluate python expressions.jsdelfino2011-03-132-0/+84
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081207 13f79535-47bb-0310-9956-ffa450edef68
* Fix app link creation and save one HTTP proxy hop.jsdelfino2011-03-132-3/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081206 13f79535-47bb-0310-9956-ffa450edef68
* Move etc/git-exclude to .gitignore to avoid having to configure ignores ↵jsdelfino2011-03-131-0/+20
| | | | | | manually. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081205 13f79535-47bb-0310-9956-ffa450edef68
* Add Javascript functions and test cases to help work with JSON.jsdelfino2011-03-138-5/+441
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081204 13f79535-47bb-0310-9956-ffa450edef68
* Add a reusable component that returns the contents of a configured url.jsdelfino2011-03-1319-27/+463
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081203 13f79535-47bb-0310-9956-ffa450edef68
* Change ATOM and RSS feed representations to use name value pairs instead of ↵jsdelfino2011-03-0880-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
* Simplified list component by using a reference per element. Automatically ↵jsdelfino2011-03-0810-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
* Show how NodeFactory and Node can be replaced by finer grain deploy, build, ↵jsdelfino2011-03-072-29/+154
| | | | | | activate and start methods. This would enable an SCA runtime virtual hosting environment to build a composite model, cache it, and only activate / start its components on demand when a request hits them. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1078641 13f79535-47bb-0310-9956-ffa450edef68
* Fix unused import warnings.jsdelfino2011-03-072-7/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1078640 13f79535-47bb-0310-9956-ffa450edef68
* Fix HTTP port formatting bug.jsdelfino2011-02-271-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1075000 13f79535-47bb-0310-9956-ffa450edef68
* Fixes to make the edit module work with HTTPS.jsdelfino2011-02-273-5/+36
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074997 13f79535-47bb-0310-9956-ffa450edef68
* Fix test case broken by XML document indentation format change.jsdelfino2011-02-271-27/+34
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074984 13f79535-47bb-0310-9956-ffa450edef68
* Refactor component palettes a bit and support autosave.jsdelfino2011-02-2715-113/+410
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074983 13f79535-47bb-0310-9956-ffa450edef68