summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/js (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improvements to the app management UI.jsdelfino2013-02-112-57/+205
* Refactoring, rename isNil to isNull.jsdelfino2013-01-037-88/+88
* Minor changes to server config scripts to get auth and session management to ...jsdelfino2013-01-031-0/+4
* Improve app hosting management app, restructure UI and refactor REST services...jsdelfino2013-01-035-652/+1453
* Use Jansson to read/write JSON instead of Mozilla SpiderMonkey.jsdelfino2012-12-114-484/+0
* Upgrade to HTTPD 2.4.2, APR 1.4.6, Memcached 1.4.13, Python 2.7.3, Ubuntu 12....jsdelfino2012-07-161-10/+19
* Minor memory management, performance, and tracing improvements.jsdelfino2012-07-162-4/+12
* Improve caching support and some of the navigations in the hosting environment.jsdelfino2012-07-163-64/+117
* Improvements to the hosted composite management app. Simplify and optimize th...jsdelfino2012-05-285-309/+485
* Cleanup sample and test HTML pages. Remove crlf, fix links to the Javascript ...jsdelfino2012-05-284-495/+76
* Improve error reporting with a reason code. Improve debug and audit logging. ...jsdelfino2012-05-281-1/+1
* Add more fine grain debug options and remove overhead in debug log macros whe...jsdelfino2012-04-021-2/+2
* Support multiple Auth modules in a single server or proxy config. Minor fixes...jsdelfino2012-04-022-7/+22
* Rename some of the utility programs and add them to the install target.jsdelfino2012-02-203-4/+5
* Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, to...jsdelfino2011-12-231-6/+1
* Improvements to the auth implementation. Refactor logout page, handle auth re...jsdelfino2011-11-213-10/+44
* Change authentication scheme from Form based auth to OpenID + OAuth.jsdelfino2011-11-141-0/+7
* Enable multiple apps to co-exist under different paths in a single Virtual Ho...jsdelfino2011-11-101-2/+2
* Better network connectivity status reporting and handling of orientation chan...jsdelfino2011-10-291-2/+3
* Minor improvements to Page Speed build integration and documentation.jsdelfino2011-10-291-3/+3
* Use Page Speed to minify Web resources at build time, and a few more improvem...jsdelfino2011-10-263-446/+8
* Refactor and simplify edit app, and optimize app resource loading and caching.jsdelfino2011-10-246-391/+495
* Tune up Mozilla SpiderMonkey memory usage and garbage collection.jsdelfino2011-09-051-3/+3
* Implement a portable alternative to __thread and get the HTTP and SQLDB compo...jsdelfino2011-08-281-2/+4
* Switch from the HTTPD prefork MPM to the multi-threaded event MPM where possi...jsdelfino2011-08-141-4/+17
* Upgrade to SpiderMonkey 1.8.5.jsdelfino2011-08-111-11/+36
* Javascript improvements: add local storage, improve caching using URI fragmen...jsdelfino2011-08-067-248/+571
* Port to Mac OS X 10.6.7.jsdelfino2011-06-281-2/+2
* Add the ability to configure page headers and footers.jsdelfino2011-06-135-92/+34
* Refactor app data model part 1, add a template for new apps and support for s...jsdelfino2011-05-231-4/+5
* Some Javascript cleanup, now working across all browsers including IE9.jsdelfino2011-05-234-85/+51
* Refactor some of the extensions and remove unnecessary namespace prefixes.jsdelfino2011-05-231-8/+8
* Simplify HTML and Javascript to improve UI and performance on iOS devices. Fi...jsdelfino2011-05-026-130/+748
* Fix representation of null values and escape control characters in JSON and H...jsdelfino2011-04-172-2/+8
* Cleanup HTML pages. Improvements and a few fixes to get consistent behavior a...jsdelfino2011-04-175-17/+132
* Fix performance and security issues reported by pagespeed and skipfish.jsdelfino2011-04-041-0/+2
* HTML cleanup, improve layout on different browsers, iOS and android devices a...jsdelfino2011-03-275-18/+85
* Refactor and cleanup edit module, add text components, store page and app run...jsdelfino2011-03-216-23/+146
* Fix Javascript test case. Enable Javascript error reporting on non-debug build.jsdelfino2011-03-212-2/+5
* Add Javascript functions and test cases to help work with JSON.jsdelfino2011-03-137-5/+436
* Change ATOM and RSS feed representations to use name value pairs instead of j...jsdelfino2011-03-083-123/+66
* Simplified list component by using a reference per element. Automatically set...jsdelfino2011-03-082-1/+14
* Correctly pass query strings through component wiring redirects and improve f...jsdelfino2011-02-261-1/+4
* Minor CSS fixes for cross-browser compatibility.jsdelfino2011-02-202-10/+14
* Add a few sample composites and a few fixes to the existing ones.jsdelfino2011-02-122-6/+11
* Support for changing component names and properties, and some edit improvements.jsdelfino2011-02-065-17/+96
* Support for wiring and unwiring references.jsdelfino2011-02-024-100/+30
* Minor stylesheet changes.jsdelfino2011-01-314-6/+330
* Add composite save function, improve UI a bit and some script cleanup and doc...jsdelfino2011-01-307-13/+179
* Fix XML serialization issues with XHTML docs and add ability to save widgets.jsdelfino2011-01-182-17/+51