summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/js (unfollow)
Commit message (Expand)AuthorFilesLines
2011-06-28Port to Mac OS X 10.6.7.jsdelfino1-2/+2
2011-06-13Add the ability to configure page headers and footers.jsdelfino5-92/+34
2011-05-23Refactor app data model part 1, add a template for new apps and support for s...jsdelfino1-4/+5
2011-05-23Some Javascript cleanup, now working across all browsers including IE9.jsdelfino4-85/+51
2011-05-23Refactor some of the extensions and remove unnecessary namespace prefixes.jsdelfino1-8/+8
2011-05-02Simplify HTML and Javascript to improve UI and performance on iOS devices. Fi...jsdelfino6-130/+748
2011-04-17Fix representation of null values and escape control characters in JSON and H...jsdelfino2-2/+8
2011-04-17Cleanup HTML pages. Improvements and a few fixes to get consistent behavior a...jsdelfino5-17/+132
2011-04-04Fix performance and security issues reported by pagespeed and skipfish.jsdelfino1-0/+2
2011-03-27HTML cleanup, improve layout on different browsers, iOS and android devices a...jsdelfino5-18/+85
2011-03-21Refactor and cleanup edit module, add text components, store page and app run...jsdelfino6-23/+146
2011-03-21Fix Javascript test case. Enable Javascript error reporting on non-debug build.jsdelfino2-2/+5
2011-03-13Add Javascript functions and test cases to help work with JSON.jsdelfino7-5/+436
2011-03-08Change ATOM and RSS feed representations to use name value pairs instead of j...jsdelfino3-123/+66
2011-03-08Simplified list component by using a reference per element. Automatically set...jsdelfino2-1/+14
2011-02-26Correctly pass query strings through component wiring redirects and improve f...jsdelfino1-1/+4
2011-02-20Minor CSS fixes for cross-browser compatibility.jsdelfino2-10/+14
2011-02-12Add a few sample composites and a few fixes to the existing ones.jsdelfino2-6/+11
2011-02-06Support for changing component names and properties, and some edit improvements.jsdelfino5-17/+96
2011-02-02Support for wiring and unwiring references.jsdelfino4-100/+30
2011-01-31Minor stylesheet changes.jsdelfino4-6/+330
2011-01-30Add composite save function, improve UI a bit and some script cleanup and doc...jsdelfino7-13/+179
2011-01-18Fix XML serialization issues with XHTML docs and add ability to save widgets.jsdelfino2-17/+51
2011-01-17Use a common stylesheet in all samples.jsdelfino2-3/+22
2011-01-16Add sample widget components and a page to edit them, plus minor user interac...jsdelfino4-2/+22
2011-01-13Refactor and minor improvements of the edit module. Add a palette of sample c...jsdelfino3-7/+58
2011-01-09Add a composite similar to the travel tutorial app to the sample dashboard. M...jsdelfino2-16/+25
2011-01-09Fix memory leak in Python runtime integration. Reduce memory consumption of d...jsdelfino1-0/+8
2011-01-07Minor improvements of the edit module. Refactored HTML pages, added a menu, a...jsdelfino1-8/+22
2011-01-06Support service promotion and improve component layout algorithm.jsdelfino2-1/+35
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-29Skeleton of a composite app editor module.jsdelfino3-654/+32
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.jsdelfino3-7/+16
2010-12-24Fix content types. Removed duplicate function.jsdelfino1-23/+7
2010-12-24Fix roundtripping of JSON arrays, booleans and numbers, ATOM / RSS feed detec...jsdelfino1-1/+3
2010-12-12Refactor some of the Javascript scripts to use a different namespace per script.jsdelfino6-279/+283
2010-12-11Port XML, ATOM and SCDL parsing logic to Javascript. Implement minimal compon...jsdelfino6-27/+1311
2010-12-08Move JavaScript eval functions to the js module.jsdelfino3-0/+366
2010-12-08Add a CSS style sheet. Fix HTTPD Require configuration for files in the js mo...jsdelfino2-2/+123
2010-12-06Create a js module for client side javascripts. Move client component script ...jsdelfino5-0/+940