summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactor and cleanup edit module, add text components, store page and app run...jsdelfino2011-03-2146-189/+1281
* Fix Javascript test case. Enable Javascript error reporting on non-debug build.jsdelfino2011-03-212-2/+5
* Support authentication across wildcard domains.jsdelfino2011-03-214-5/+5
* Update svn:ignore properties and minor build cleanups.jsdelfino2011-03-145-591/+8
* Add test components that evaluate python expressions.jsdelfino2011-03-132-0/+84
* Fix app link creation and save one HTTP proxy hop.jsdelfino2011-03-132-3/+14
* Add Javascript functions and test cases to help work with JSON.jsdelfino2011-03-138-5/+441
* Add a reusable component that returns the contents of a configured url.jsdelfino2011-03-138-18/+109
* Change ATOM and RSS feed representations to use name value pairs instead of j...jsdelfino2011-03-0850-1362/+558
* Simplified list component by using a reference per element. Automatically set...jsdelfino2011-03-0810-160/+233
* Fix HTTP port formatting bug.jsdelfino2011-02-271-1/+1
* Fixes to make the edit module work with HTTPS.jsdelfino2011-02-273-5/+36
* Refactor component palettes a bit and support autosave.jsdelfino2011-02-2714-113/+408
* Move virtual host htdocs under their corresponding virtual host contribution ...jsdelfino2011-02-262-10/+17
* Correctly pass query strings through component wiring redirects and improve f...jsdelfino2011-02-2617-217/+449
* Some improvements to the edit module. Add a few sample apps and test cases, s...jsdelfino2011-02-2647-1001/+1922
* Add two builtin component properties containing the current HTTP request path...jsdelfino2011-02-205-1/+66
* Minor CSS fixes for cross-browser compatibility.jsdelfino2011-02-204-13/+20
* Add a few sample composites and a few fixes to the existing ones.jsdelfino2011-02-1224-280/+819
* Refactor groups of reusable components and improve layout a bit. Fix bug prev...jsdelfino2011-02-0820-299/+540
* Support for changing component names and properties, and some edit improvements.jsdelfino2011-02-0624-176/+711
* Support for wiring and unwiring references.jsdelfino2011-02-0216-277/+462
* Minor stylesheet changes.jsdelfino2011-01-3110-28/+386
* Add composite save function, improve UI a bit and some script cleanup and doc...jsdelfino2011-01-3030-222/+906
* Fix XML serialization issues with XHTML docs and add ability to save widgets.jsdelfino2011-01-1811-50/+148
* Fix menu bug with Chrome.jsdelfino2011-01-171-1/+1
* Use a common stylesheet in all samples.jsdelfino2011-01-1730-38/+285
* Add sample widget components and a page to edit them, plus minor user interac...jsdelfino2011-01-1622-115/+510
* Refactor and minor improvements of the edit module. Add a palette of sample c...jsdelfino2011-01-1328-217/+1186
* Add a composite similar to the travel tutorial app to the sample dashboard. M...jsdelfino2011-01-096-68/+347
* Fix memory leak in Python runtime integration. Reduce memory consumption of d...jsdelfino2011-01-0913-15/+112
* Minor improvements of the edit module. Refactored HTML pages, added a menu, a...jsdelfino2011-01-0718-91/+468
* Fix incorrect cookie name in sample logout pages.jsdelfino2011-01-071-1/+1
* Support service promotion and improve component layout algorithm.jsdelfino2011-01-069-141/+242
* Add logic to list, add, remove apps and link to the edit page.jsdelfino2010-12-307-62/+144
* Simplify and cleanup HTTP binding client Javascript code, now portable across...jsdelfino2010-12-301-366/+298
* Make XML serialization logic portable across browsers.jsdelfino2010-12-301-5/+24
* Support ATOM and RSS entries with no content or description.jsdelfino2010-12-304-7/+45
* Skeleton of a composite app editor module.jsdelfino2010-12-2922-42/+1046
* Remove type=feed and type=entry parameters from application/atom+xml media ty...jsdelfino2010-12-296-8/+23
* Fix automated build and Ubuntu 10.10 install.jsdelfino2010-12-271-0/+6
* Port REST support improvements to AppEngine Python integration scripts and ad...jsdelfino2010-12-276-27/+145
* Merge changes from apr-2 branch. Port to APR 1.4.x and enable mod_session_cry...jsdelfino2010-12-275-12/+54
* Improve component and reference rendering and layout. Recurse over wired refe...jsdelfino2010-12-243-164/+364
* Apply roundtripping fixes from SVN r1052432 to Python and Javascript scripts.jsdelfino2010-12-249-19/+44
* Fix content types. Removed duplicate function.jsdelfino2010-12-241-23/+7
* Turn off URL canonicalization when routing a request through HTTPD's reverse ...jsdelfino2010-12-241-0/+1
* Fix roundtripping of JSON arrays, booleans and numbers, ATOM / RSS feed detec...jsdelfino2010-12-2412-28/+178
* Preserve HTTP request path when routing a request through a component reference.jsdelfino2010-12-241-3/+9
* Refactor some of the Javascript scripts to use a different namespace per script.jsdelfino2010-12-128-283/+287