| Commit message (Expand) | Author | Files | Lines |
2011-09-05 | Support multithreaded execution of Python components with the HTTPD event MPM. | jsdelfino | 2 | -0/+2 |
2011-08-06 | Javascript improvements: add local storage, improve caching using URI fragmen... | jsdelfino | 23 | -759/+1204 |
2011-08-06 | Refactor the sample composites and components and cleanup the component names... | jsdelfino | 47 | -1090/+1787 |
2011-06-28 | Port to Mac OS X 10.6.7. | jsdelfino | 7 | -9/+10 |
2011-06-13 | Add missing files to build scripts and fixed a header typo. | jsdelfino | 2 | -3/+3 |
2011-06-13 | Add the ability to configure page headers and footers. | jsdelfino | 22 | -170/+235 |
2011-06-13 | Minor refactoring and cleanup of edit module and its test composites. Add HTM... | jsdelfino | 42 | -310/+1741 |
2011-06-13 | Improve support for HTTP verbs and enable calls inside a domain without havin... | jsdelfino | 2 | -50/+134 |
2011-06-13 | Add configuration and script to enable mod-security 2.6.0. | jsdelfino | 1 | -0/+4 |
2011-05-23 | Fix build error, move dashboard and store directories to the correct module. | jsdelfino | 9 | -2/+10 |
2011-05-23 | Refactor app data model part 1, add a template for new apps and support for s... | jsdelfino | 21 | -60/+318 |
2011-05-23 | Cleanup and organize sample components, apps and html pages. | jsdelfino | 49 | -2769/+2731 |
2011-05-23 | Simplify page navigations and optimize layout and event handling on touch dev... | jsdelfino | 16 | -457/+799 |
2011-05-02 | Change app data model a bit. Store app properties in separate files and suppo... | jsdelfino | 25 | -78/+140 |
2011-05-02 | Reformat, sort and refactor test and sample apps. | jsdelfino | 39 | -2191/+2078 |
2011-05-02 | Simplify HTML and Javascript to improve UI and performance on iOS devices. Fi... | jsdelfino | 36 | -2830/+2104 |
2011-04-17 | Cleanup HTML pages. Improvements and a few fixes to get consistent behavior a... | jsdelfino | 29 | -509/+945 |
2011-04-17 | Add a few sample and test apps. Refactor some of the utility components and a... | jsdelfino | 56 | -1499/+2808 |
2011-04-04 | Fix performance and security issues reported by pagespeed and skipfish. | jsdelfino | 25 | -104/+188 |
2011-04-04 | Add sample database and search components, sample apps and corresponding test... | jsdelfino | 26 | -312/+1165 |
2011-03-27 | Fix links to CSS and error pages. | jsdelfino | 2 | -3/+13 |
2011-03-27 | Add tests for HTTP components and widgets. Refactor and simplify some of the ... | jsdelfino | 35 | -261/+1286 |
2011-03-27 | HTML cleanup, improve layout on different browsers, iOS and android devices a... | jsdelfino | 33 | -196/+643 |
2011-03-21 | Refactor and cleanup edit module, add text components, store page and app run... | jsdelfino | 39 | -166/+1133 |
2011-03-14 | Update svn:ignore properties and minor build cleanups. | jsdelfino | 2 | -15/+6 |
2011-03-13 | Add test components that evaluate python expressions. | jsdelfino | 2 | -0/+84 |
2011-03-13 | Fix app link creation and save one HTTP proxy hop. | jsdelfino | 1 | -0/+1 |
2011-03-13 | Add a reusable component that returns the contents of a configured url. | jsdelfino | 8 | -18/+109 |
2011-03-08 | Change ATOM and RSS feed representations to use name value pairs instead of j... | jsdelfino | 25 | -893/+68 |
2011-03-08 | Simplified list component by using a reference per element. Automatically set... | jsdelfino | 8 | -159/+219 |
2011-02-27 | Fix HTTP port formatting bug. | jsdelfino | 1 | -1/+1 |
2011-02-27 | Fixes to make the edit module work with HTTPS. | jsdelfino | 3 | -5/+36 |
2011-02-27 | Refactor component palettes a bit and support autosave. | jsdelfino | 14 | -113/+408 |
2011-02-26 | Some improvements to the edit module. Add a few sample apps and test cases, s... | jsdelfino | 47 | -1001/+1922 |
2011-02-20 | Minor CSS fixes for cross-browser compatibility. | jsdelfino | 2 | -3/+6 |
2011-02-12 | Add a few sample composites and a few fixes to the existing ones. | jsdelfino | 22 | -274/+808 |
2011-02-08 | Refactor groups of reusable components and improve layout a bit. Fix bug prev... | jsdelfino | 20 | -299/+540 |
2011-02-06 | Support for changing component names and properties, and some edit improvements. | jsdelfino | 18 | -158/+614 |
2011-02-02 | Support for wiring and unwiring references. | jsdelfino | 12 | -177/+432 |
2011-01-31 | Minor stylesheet changes. | jsdelfino | 6 | -22/+56 |
2011-01-30 | Add composite save function, improve UI a bit and some script cleanup and doc... | jsdelfino | 23 | -209/+727 |
2011-01-18 | Fix XML serialization issues with XHTML docs and add ability to save widgets. | jsdelfino | 9 | -33/+97 |
2011-01-17 | Fix menu bug with Chrome. | jsdelfino | 1 | -1/+1 |
2011-01-17 | Use a common stylesheet in all samples. | jsdelfino | 13 | -15/+81 |
2011-01-16 | Add sample widget components and a page to edit them, plus minor user interac... | jsdelfino | 18 | -113/+488 |
2011-01-13 | Refactor and minor improvements of the edit module. Add a palette of sample c... | jsdelfino | 25 | -210/+1128 |
2011-01-09 | Add a composite similar to the travel tutorial app to the sample dashboard. M... | jsdelfino | 4 | -52/+322 |
2011-01-07 | Minor improvements of the edit module. Refactored HTML pages, added a menu, a... | jsdelfino | 17 | -83/+446 |
2011-01-06 | Support service promotion and improve component layout algorithm. | jsdelfino | 6 | -140/+190 |
2010-12-30 | Add logic to list, add, remove apps and link to the edit page. | jsdelfino | 7 | -62/+144 |