summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules (unfollow)
Commit message (Expand)AuthorFilesLines
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-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.jsdelfino30-38/+285
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...jsdelfino13-15/+112
2011-01-07Minor improvements of the edit module. Refactored HTML pages, added a menu, a...jsdelfino18-91/+468
2011-01-07Fix incorrect cookie name in sample logout pages.jsdelfino1-1/+1
2011-01-06Support service promotion and improve component layout algorithm.jsdelfino9-141/+242
2010-12-30Add logic to list, add, remove apps and link to the edit page.jsdelfino7-62/+144
2010-12-30Simplify and cleanup HTTP binding client Javascript code, now portable across...jsdelfino1-366/+298
2010-12-30Make XML serialization logic portable across browsers.jsdelfino1-5/+24
2010-12-30Support ATOM and RSS entries with no content or description.jsdelfino4-7/+45
2010-12-29Skeleton of a composite app editor module.jsdelfino22-42/+1046
2010-12-29Remove type=feed and type=entry parameters from application/atom+xml media ty...jsdelfino6-8/+23
2010-12-27Fix automated build and Ubuntu 10.10 install.jsdelfino1-0/+6
2010-12-27Port REST support improvements to AppEngine Python integration scripts and ad...jsdelfino6-27/+145
2010-12-27Merge changes from apr-2 branch. Port to APR 1.4.x and enable mod_session_cry...jsdelfino5-12/+54
2010-12-24Improve component and reference rendering and layout. Recurse over wired refe...jsdelfino3-164/+364
2010-12-24Apply roundtripping fixes from SVN r1052432 to Python and Javascript scripts.jsdelfino9-19/+44
2010-12-24Fix content types. Removed duplicate function.jsdelfino1-23/+7
2010-12-24Turn off URL canonicalization when routing a request through HTTPD's reverse ...jsdelfino1-0/+1
2010-12-24Fix roundtripping of JSON arrays, booleans and numbers, ATOM / RSS feed detec...jsdelfino12-28/+178
2010-12-24Preserve HTTP request path when routing a request through a component reference.jsdelfino1-3/+9
2010-12-12Refactor some of the Javascript scripts to use a different namespace per script.jsdelfino8-283/+287
2010-12-11Port XML, ATOM and SCDL parsing logic to Javascript. Implement minimal compon...jsdelfino7-28/+1316
2010-12-11Add XML and JSON to/from Scheme conversion test programs.jsdelfino5-1/+216
2010-12-08Move JavaScript eval functions to the js module.jsdelfino8-282/+386
2010-12-08Move HTTPD Require configuration for openid resources to the openid configura...jsdelfino3-16/+22
2010-12-08Add a CSS style sheet. Fix HTTPD Require configuration for files in the js mo...jsdelfino3-2/+145
2010-12-06Create a js module for client side javascripts. Move client component script ...jsdelfino10-8/+951
2010-12-03Add scripts to support 'Require valid-user' and 'Require group' authz configu...jsdelfino13-41/+105
2010-12-03Reset auth cookie before re-auth in login page.jsdelfino4-0/+8
2010-11-28Use different servers for cert-based and password-based auth and use event MP...jsdelfino18-197/+316
2010-11-14Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and ru...jsdelfino9-23/+23
2010-11-13Port to HTTPD 2.3.8. Add an auth module to make OpenID, OAuth 1/2 and HTTPD 2...jsdelfino30-231/+771
2010-11-03Add missing return statement in proxy function.jsdelfino1-1/+1
2010-11-03Improvements to OAuth and OpenID modules. Store client app in an environment ...jsdelfino22-65/+130
2010-10-28Minor improvements to HTTPD configuration scripts. Add a mod-rewrite rule to ...jsdelfino2-7/+29
2010-10-28Fix path to JavaScript file.jsdelfino1-1/+1
2010-10-27Simplify Javascript component reference API a bit. Rename tuscany-ref.js to r...jsdelfino3-53/+74
2010-10-25Support python method invocation style on references, ref.func(...) in additi...jsdelfino6-17/+107
2010-10-25Improve format of HTTP and HTTPS logs.jsdelfino2-2/+13
2010-10-20Minor fixes to get all samples working in a target install dir.jsdelfino2-4/+4
2010-10-20Remove unnecessary javaClass hint attribute from JSON objects.jsdelfino9-21/+21
2010-09-21Strip the leading '.' added by some JSON-RPC clients to method names.jsdelfino1-1/+3
2010-09-19Improvements to the oauth module and support for oauth 1.0a using liboauth.jsdelfino17-189/+973