summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/js (unfollow)
Commit message (Expand)AuthorFilesLines
2013-08-26Refactor base Javascript and CSS utilities and support server-side aggregatio...jsdelfino9-1650/+1677
2013-08-26Support sorting database search results by rank, and add a rank attribute to ...jsdelfino2-26/+48
2013-02-11Improvements to the app management UI.jsdelfino2-57/+205
2013-01-03Refactoring, rename isNil to isNull.jsdelfino7-88/+88
2013-01-03Minor changes to server config scripts to get auth and session management to ...jsdelfino1-0/+4
2013-01-03Improve app hosting management app, restructure UI and refactor REST services...jsdelfino5-652/+1453
2012-12-11Use Jansson to read/write JSON instead of Mozilla SpiderMonkey.jsdelfino4-484/+0
2012-07-16Upgrade to HTTPD 2.4.2, APR 1.4.6, Memcached 1.4.13, Python 2.7.3, Ubuntu 12....jsdelfino1-10/+19
2012-07-16Minor memory management, performance, and tracing improvements.jsdelfino2-4/+12
2012-07-16Improve caching support and some of the navigations in the hosting environment.jsdelfino3-64/+117
2012-05-28Improvements to the hosted composite management app. Simplify and optimize th...jsdelfino5-309/+485
2012-05-28Cleanup sample and test HTML pages. Remove crlf, fix links to the Javascript ...jsdelfino4-495/+76
2012-05-28Improve error reporting with a reason code. Improve debug and audit logging. ...jsdelfino1-1/+1
2012-04-02Add more fine grain debug options and remove overhead in debug log macros whe...jsdelfino1-2/+2
2012-04-02Support multiple Auth modules in a single server or proxy config. Minor fixes...jsdelfino2-7/+22
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