| Commit message (Expand) | Author | Files | Lines |
2013-08-26 | Refactor base Javascript and CSS utilities and support server-side aggregatio... | jsdelfino | 9 | -1650/+1677 |
2013-08-26 | Support sorting database search results by rank, and add a rank attribute to ... | jsdelfino | 2 | -26/+48 |
2013-02-11 | Improvements to the app management UI. | jsdelfino | 2 | -57/+205 |
2013-01-03 | Refactoring, rename isNil to isNull. | jsdelfino | 7 | -88/+88 |
2013-01-03 | Minor changes to server config scripts to get auth and session management to ... | jsdelfino | 1 | -0/+4 |
2013-01-03 | Improve app hosting management app, restructure UI and refactor REST services... | jsdelfino | 5 | -652/+1453 |
2012-12-11 | Use Jansson to read/write JSON instead of Mozilla SpiderMonkey. | jsdelfino | 4 | -484/+0 |
2012-07-16 | Upgrade to HTTPD 2.4.2, APR 1.4.6, Memcached 1.4.13, Python 2.7.3, Ubuntu 12.... | jsdelfino | 1 | -10/+19 |
2012-07-16 | Minor memory management, performance, and tracing improvements. | jsdelfino | 2 | -4/+12 |
2012-07-16 | Improve caching support and some of the navigations in the hosting environment. | jsdelfino | 3 | -64/+117 |
2012-05-28 | Improvements to the hosted composite management app. Simplify and optimize th... | jsdelfino | 5 | -309/+485 |
2012-05-28 | Cleanup sample and test HTML pages. Remove crlf, fix links to the Javascript ... | jsdelfino | 4 | -495/+76 |
2012-05-28 | Improve error reporting with a reason code. Improve debug and audit logging. ... | jsdelfino | 1 | -1/+1 |
2012-04-02 | Add more fine grain debug options and remove overhead in debug log macros whe... | jsdelfino | 1 | -2/+2 |
2012-04-02 | Support multiple Auth modules in a single server or proxy config. Minor fixes... | jsdelfino | 2 | -7/+22 |
2012-02-20 | Rename some of the utility programs and add them to the install target. | jsdelfino | 3 | -4/+5 |
2011-12-23 | Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, to... | jsdelfino | 1 | -6/+1 |
2011-11-21 | Improvements to the auth implementation. Refactor logout page, handle auth re... | jsdelfino | 3 | -10/+44 |
2011-11-14 | Change authentication scheme from Form based auth to OpenID + OAuth. | jsdelfino | 1 | -0/+7 |
2011-11-10 | Enable multiple apps to co-exist under different paths in a single Virtual Ho... | jsdelfino | 1 | -2/+2 |
2011-10-29 | Better network connectivity status reporting and handling of orientation chan... | jsdelfino | 1 | -2/+3 |
2011-10-29 | Minor improvements to Page Speed build integration and documentation. | jsdelfino | 1 | -3/+3 |
2011-10-26 | Use Page Speed to minify Web resources at build time, and a few more improvem... | jsdelfino | 3 | -446/+8 |
2011-10-24 | Refactor and simplify edit app, and optimize app resource loading and caching. | jsdelfino | 6 | -391/+495 |
2011-09-05 | Tune up Mozilla SpiderMonkey memory usage and garbage collection. | jsdelfino | 1 | -3/+3 |
2011-08-28 | Implement a portable alternative to __thread and get the HTTP and SQLDB compo... | jsdelfino | 1 | -2/+4 |
2011-08-14 | Switch from the HTTPD prefork MPM to the multi-threaded event MPM where possi... | jsdelfino | 1 | -4/+17 |
2011-08-11 | Upgrade to SpiderMonkey 1.8.5. | jsdelfino | 1 | -11/+36 |
2011-08-06 | Javascript improvements: add local storage, improve caching using URI fragmen... | jsdelfino | 7 | -248/+571 |
2011-06-28 | Port to Mac OS X 10.6.7. | jsdelfino | 1 | -2/+2 |
2011-06-13 | Add the ability to configure page headers and footers. | jsdelfino | 5 | -92/+34 |
2011-05-23 | Refactor app data model part 1, add a template for new apps and support for s... | jsdelfino | 1 | -4/+5 |
2011-05-23 | Some Javascript cleanup, now working across all browsers including IE9. | jsdelfino | 4 | -85/+51 |
2011-05-23 | Refactor some of the extensions and remove unnecessary namespace prefixes. | jsdelfino | 1 | -8/+8 |
2011-05-02 | Simplify HTML and Javascript to improve UI and performance on iOS devices. Fi... | jsdelfino | 6 | -130/+748 |
2011-04-17 | Fix representation of null values and escape control characters in JSON and H... | jsdelfino | 2 | -2/+8 |
2011-04-17 | Cleanup HTML pages. Improvements and a few fixes to get consistent behavior a... | jsdelfino | 5 | -17/+132 |
2011-04-04 | Fix performance and security issues reported by pagespeed and skipfish. | jsdelfino | 1 | -0/+2 |
2011-03-27 | HTML cleanup, improve layout on different browsers, iOS and android devices a... | jsdelfino | 5 | -18/+85 |
2011-03-21 | Refactor and cleanup edit module, add text components, store page and app run... | jsdelfino | 6 | -23/+146 |
2011-03-21 | Fix Javascript test case. Enable Javascript error reporting on non-debug build. | jsdelfino | 2 | -2/+5 |
2011-03-13 | Add Javascript functions and test cases to help work with JSON. | jsdelfino | 7 | -5/+436 |
2011-03-08 | Change ATOM and RSS feed representations to use name value pairs instead of j... | jsdelfino | 3 | -123/+66 |
2011-03-08 | Simplified list component by using a reference per element. Automatically set... | jsdelfino | 2 | -1/+14 |
2011-02-26 | Correctly pass query strings through component wiring redirects and improve f... | jsdelfino | 1 | -1/+4 |
2011-02-20 | Minor CSS fixes for cross-browser compatibility. | jsdelfino | 2 | -10/+14 |
2011-02-12 | Add a few sample composites and a few fixes to the existing ones. | jsdelfino | 2 | -6/+11 |
2011-02-06 | Support for changing component names and properties, and some edit improvements. | jsdelfino | 5 | -17/+96 |
2011-02-02 | Support for wiring and unwiring references. | jsdelfino | 4 | -100/+30 |
2011-01-31 | Minor stylesheet changes. | jsdelfino | 4 | -6/+330 |