summaryrefslogtreecommitdiffstats
path: root/sca-cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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
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.jsdelfino2-2/+2
2011-01-06Support service promotion and improve component layout algorithm.jsdelfino9-141/+242
2011-01-02Fix automake warning. Add pragmas to sources generated by Thrift using sed in...jsdelfino1-3/+1
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.jsdelfino23-42/+1047
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.jsdelfino3-9/+21
2010-12-27Improve EC2 setup scripts. Remove dependency on external environment variables.jsdelfino7-13/+13
2010-12-27Port REST support improvements to AppEngine Python integration scripts and ad...jsdelfino15-28/+404
2010-12-27Simplify relay sample a bit.jsdelfino7-102/+7
2010-12-27Merge changes from apr-2 branch. Port to APR 1.4.x and enable mod_session_cry...jsdelfino8-26/+73
2010-12-25Port to HTTPD 2.3.10 alpha release.jsdelfino2-12/+12
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.jsdelfino10-23/+47
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-24Add a sample showing how to relay various REST requests.jsdelfino12-1/+299
2010-12-24Fix roundtripping of JSON arrays, booleans and numbers, ATOM / RSS feed detec...jsdelfino15-31/+183
2010-12-24Preserve HTTP request path when routing a request through a component reference.jsdelfino1-3/+9
2010-12-24Add support for XML and JSON formats to file database component.jsdelfino7-48/+151
2010-12-12Refactor some of the Javascript scripts to use a different namespace per script.jsdelfino19-327/+331