summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/js (unfollow)
Commit message (Expand)AuthorFilesLines
2012-02-20Rename some of the utility programs and add them to the install target.jsdelfino3-4/+5
2011-12-23Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, to...jsdelfino1-6/+1
2011-11-21Improvements to the auth implementation. Refactor logout page, handle auth re...jsdelfino3-10/+44
2011-11-14Change authentication scheme from Form based auth to OpenID + OAuth.jsdelfino1-0/+7
2011-11-10Enable multiple apps to co-exist under different paths in a single Virtual Ho...jsdelfino1-2/+2
2011-10-29Better network connectivity status reporting and handling of orientation chan...jsdelfino1-2/+3
2011-10-29Minor improvements to Page Speed build integration and documentation.jsdelfino1-3/+3
2011-10-26Use Page Speed to minify Web resources at build time, and a few more improvem...jsdelfino3-446/+8
2011-10-24Refactor and simplify edit app, and optimize app resource loading and caching.jsdelfino6-391/+495
2011-09-05Tune up Mozilla SpiderMonkey memory usage and garbage collection.jsdelfino1-3/+3
2011-08-28Implement a portable alternative to __thread and get the HTTP and SQLDB compo...jsdelfino1-2/+4
2011-08-14Switch from the HTTPD prefork MPM to the multi-threaded event MPM where possi...jsdelfino1-4/+17
2011-08-11Upgrade to SpiderMonkey 1.8.5.jsdelfino1-11/+36
2011-08-06Javascript improvements: add local storage, improve caching using URI fragmen...jsdelfino7-248/+571
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