summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/edit (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improvements to the auth implementation. Refactor logout page, handle auth re...jsdelfino2011-11-218-136/+95
* Add a few useful backup scripts.jsdelfino2011-11-212-0/+44
* Change authentication scheme from Form based auth to OpenID + OAuth.jsdelfino2011-11-1420-94/+195
* Add a few missing files to Makefile install targets.jsdelfino2011-11-121-1/+1
* Upgrade to HTTPD 2.3.15-beta.jsdelfino2011-11-122-16/+0
* Fix minor build script problems, use wget instead of curl to bootstrap build,...jsdelfino2011-11-101-1/+10
* Enable multiple apps to co-exist under different paths in a single Virtual Ho...jsdelfino2011-11-1015-176/+105
* Better network connectivity status reporting and handling of orientation chan...jsdelfino2011-10-2916-100/+325
* Minor improvements to Page Speed build integration and documentation.jsdelfino2011-10-291-12/+11
* Use Page Speed to minify Web resources at build time, and a few more improvem...jsdelfino2011-10-2611-82/+163
* Refactor and simplify edit app, and optimize app resource loading and caching.jsdelfino2011-10-2440-3282/+3681
* Support multithreaded execution of Python components with the HTTPD event MPM.jsdelfino2011-09-052-0/+2
* Javascript improvements: add local storage, improve caching using URI fragmen...jsdelfino2011-08-0623-759/+1204
* Refactor the sample composites and components and cleanup the component names...jsdelfino2011-08-0647-1090/+1787
* Port to Mac OS X 10.6.7.jsdelfino2011-06-287-9/+10
* Add missing files to build scripts and fixed a header typo.jsdelfino2011-06-132-3/+3
* Add the ability to configure page headers and footers.jsdelfino2011-06-1322-170/+235
* Minor refactoring and cleanup of edit module and its test composites. Add HTM...jsdelfino2011-06-1342-310/+1741
* Improve support for HTTP verbs and enable calls inside a domain without havin...jsdelfino2011-06-132-50/+134
* Add configuration and script to enable mod-security 2.6.0.jsdelfino2011-06-131-0/+4
* Fix build error, move dashboard and store directories to the correct module.jsdelfino2011-05-239-2/+10
* Refactor app data model part 1, add a template for new apps and support for s...jsdelfino2011-05-2321-60/+318
* Cleanup and organize sample components, apps and html pages.jsdelfino2011-05-2349-2769/+2731
* Simplify page navigations and optimize layout and event handling on touch dev...jsdelfino2011-05-2316-457/+799
* Change app data model a bit. Store app properties in separate files and suppo...jsdelfino2011-05-0225-78/+140
* Reformat, sort and refactor test and sample apps.jsdelfino2011-05-0239-2191/+2078
* Simplify HTML and Javascript to improve UI and performance on iOS devices. Fi...jsdelfino2011-05-0236-2830/+2104
* Cleanup HTML pages. Improvements and a few fixes to get consistent behavior a...jsdelfino2011-04-1729-509/+945
* Add a few sample and test apps. Refactor some of the utility components and a...jsdelfino2011-04-1756-1499/+2808
* Fix performance and security issues reported by pagespeed and skipfish.jsdelfino2011-04-0425-104/+188
* Add sample database and search components, sample apps and corresponding test...jsdelfino2011-04-0426-312/+1165
* Fix links to CSS and error pages.jsdelfino2011-03-272-3/+13
* Add tests for HTTP components and widgets. Refactor and simplify some of the ...jsdelfino2011-03-2735-261/+1286
* HTML cleanup, improve layout on different browsers, iOS and android devices a...jsdelfino2011-03-2733-196/+643
* Refactor and cleanup edit module, add text components, store page and app run...jsdelfino2011-03-2139-166/+1133
* Update svn:ignore properties and minor build cleanups.jsdelfino2011-03-142-15/+6
* Add test components that evaluate python expressions.jsdelfino2011-03-132-0/+84
* Fix app link creation and save one HTTP proxy hop.jsdelfino2011-03-131-0/+1
* Add a reusable component that returns the contents of a configured url.jsdelfino2011-03-138-18/+109
* Change ATOM and RSS feed representations to use name value pairs instead of j...jsdelfino2011-03-0825-893/+68
* Simplified list component by using a reference per element. Automatically set...jsdelfino2011-03-088-159/+219
* Fix HTTP port formatting bug.jsdelfino2011-02-271-1/+1
* Fixes to make the edit module work with HTTPS.jsdelfino2011-02-273-5/+36
* Refactor component palettes a bit and support autosave.jsdelfino2011-02-2714-113/+408
* Some improvements to the edit module. Add a few sample apps and test cases, s...jsdelfino2011-02-2647-1001/+1922
* Minor CSS fixes for cross-browser compatibility.jsdelfino2011-02-202-3/+6
* Add a few sample composites and a few fixes to the existing ones.jsdelfino2011-02-1222-274/+808
* Refactor groups of reusable components and improve layout a bit. Fix bug prev...jsdelfino2011-02-0820-299/+540
* Support for changing component names and properties, and some edit improvements.jsdelfino2011-02-0618-158/+614
* Support for wiring and unwiring references.jsdelfino2011-02-0212-177/+432