summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/edit/htdocs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor server hosting module, rename it and move it under a hosting dir, ↵jsdelfino2012-01-3038-6363/+0
| | | | | | and refactor its datastore components into a single component. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1237740 13f79535-47bb-0310-9956-ffa450edef68
* Improvements to the auth implementation. Refactor logout page, handle auth ↵jsdelfino2011-11-217-133/+92
| | | | | | redirects in XHR responses and allow auth to work off an OpenID AX attribute or OAuth resource attribute. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1204401 13f79535-47bb-0310-9956-ffa450edef68
* Change authentication scheme from Form based auth to OpenID + OAuth.jsdelfino2011-11-1410-66/+143
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1201614 13f79535-47bb-0310-9956-ffa450edef68
* Enable multiple apps to co-exist under different paths in a single Virtual ↵jsdelfino2011-11-1012-98/+59
| | | | | | Host and Internet domain. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1200105 13f79535-47bb-0310-9956-ffa450edef68
* Better network connectivity status reporting and handling of orientation ↵jsdelfino2011-10-2916-100/+325
| | | | | | change events. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1194948 13f79535-47bb-0310-9956-ffa450edef68
* Use Page Speed to minify Web resources at build time, and a few more ↵jsdelfino2011-10-2610-82/+149
| | | | | | improvements to the offline support. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1189069 13f79535-47bb-0310-9956-ffa450edef68
* Refactor and simplify edit app, and optimize app resource loading and caching.jsdelfino2011-10-2436-3264/+3648
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1188045 13f79535-47bb-0310-9956-ffa450edef68
* Javascript improvements: add local storage, improve caching using URI ↵jsdelfino2011-08-0622-758/+1203
| | | | | | fragments instead of query strings, simplify component layout and optimize some of the Javascript functions, and add the ability to clone components. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1154447 13f79535-47bb-0310-9956-ffa450edef68
* Port to Mac OS X 10.6.7.jsdelfino2011-06-285-5/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140690 13f79535-47bb-0310-9956-ffa450edef68
* Add missing files to build scripts and fixed a header typo.jsdelfino2011-06-131-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135066 13f79535-47bb-0310-9956-ffa450edef68
* Add the ability to configure page headers and footers.jsdelfino2011-06-1320-164/+225
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135049 13f79535-47bb-0310-9956-ffa450edef68
* Minor refactoring and cleanup of edit module and its test composites. Add ↵jsdelfino2011-06-135-99/+234
| | | | | | HTML generation and messaging components and a few more tests. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135048 13f79535-47bb-0310-9956-ffa450edef68
* Refactor app data model part 1, add a template for new apps and support for ↵jsdelfino2011-05-232-7/+196
| | | | | | saving account info. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126333 13f79535-47bb-0310-9956-ffa450edef68
* Simplify page navigations and optimize layout and event handling on touch ↵jsdelfino2011-05-2316-457/+799
| | | | | | devices. Optimize caching and minimize Ajax calls. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126297 13f79535-47bb-0310-9956-ffa450edef68
* Simplify HTML and Javascript to improve UI and performance on iOS devices. ↵jsdelfino2011-05-0232-2799/+2070
| | | | | | Fix offline cache manifest. Add an app clone page. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1098489 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup HTML pages. Improvements and a few fixes to get consistent behavior ↵jsdelfino2011-04-1727-509/+943
| | | | | | across browsers including Safari/iOS. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094209 13f79535-47bb-0310-9956-ffa450edef68
* Fix performance and security issues reported by pagespeed and skipfish.jsdelfino2011-04-0423-94/+152
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1088508 13f79535-47bb-0310-9956-ffa450edef68
* HTML cleanup, improve layout on different browsers, iOS and android devices ↵jsdelfino2011-03-2731-196/+639
| | | | | | and add robots.txt and some icons. Support execution and preview of components from the edit pages. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086046 13f79535-47bb-0310-9956-ffa450edef68
* Refactor and cleanup edit module, add text components, store page and app ↵jsdelfino2011-03-2124-130/+788
| | | | | | run page. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083694 13f79535-47bb-0310-9956-ffa450edef68
* Add a reusable component that returns the contents of a configured url.jsdelfino2011-03-131-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081203 13f79535-47bb-0310-9956-ffa450edef68
* Change ATOM and RSS feed representations to use name value pairs instead of ↵jsdelfino2011-03-084-38/+35
| | | | | | just strings, to allow support for all ATOM and RSS attributes and avoid confusion with non-feed string results. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1079292 13f79535-47bb-0310-9956-ffa450edef68
* Simplified list component by using a reference per element. Automatically ↵jsdelfino2011-03-081-6/+52
| | | | | | setup app links and garbage collect unused components. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1079291 13f79535-47bb-0310-9956-ffa450edef68
* Fix HTTP port formatting bug.jsdelfino2011-02-271-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1075000 13f79535-47bb-0310-9956-ffa450edef68
* Fixes to make the edit module work with HTTPS.jsdelfino2011-02-272-5/+35
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074997 13f79535-47bb-0310-9956-ffa450edef68
* Refactor component palettes a bit and support autosave.jsdelfino2011-02-275-45/+213
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074983 13f79535-47bb-0310-9956-ffa450edef68
* Some improvements to the edit module. Add a few sample apps and test cases, ↵jsdelfino2011-02-265-20/+64
| | | | | | show current user and links to app data. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074923 13f79535-47bb-0310-9956-ffa450edef68
* Minor CSS fixes for cross-browser compatibility.jsdelfino2011-02-202-3/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1072762 13f79535-47bb-0310-9956-ffa450edef68
* Add a few sample composites and a few fixes to the existing ones.jsdelfino2011-02-124-30/+38
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1070123 13f79535-47bb-0310-9956-ffa450edef68
* Refactor groups of reusable components and improve layout a bit. Fix bug ↵jsdelfino2011-02-089-98/+171
| | | | | | preventing saving empty composites. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1068288 13f79535-47bb-0310-9956-ffa450edef68
* Support for changing component names and properties, and some edit improvements.jsdelfino2011-02-0612-115/+563
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067563 13f79535-47bb-0310-9956-ffa450edef68
* Support for wiring and unwiring references.jsdelfino2011-02-0211-176/+431
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1066399 13f79535-47bb-0310-9956-ffa450edef68
* Minor stylesheet changes.jsdelfino2011-01-315-22/+48
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1065479 13f79535-47bb-0310-9956-ffa450edef68
* Add composite save function, improve UI a bit and some script cleanup and ↵jsdelfino2011-01-3012-148/+666
| | | | | | documentation. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1065409 13f79535-47bb-0310-9956-ffa450edef68
* Fix XML serialization issues with XHTML docs and add ability to save widgets.jsdelfino2011-01-183-25/+84
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1060250 13f79535-47bb-0310-9956-ffa450edef68
* Fix menu bug with Chrome.jsdelfino2011-01-171-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059771 13f79535-47bb-0310-9956-ffa450edef68
* Use a common stylesheet in all samples.jsdelfino2011-01-179-12/+46
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059769 13f79535-47bb-0310-9956-ffa450edef68
* Add sample widget components and a page to edit them, plus minor user ↵jsdelfino2011-01-1610-113/+266
| | | | | | interaction fixes. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059710 13f79535-47bb-0310-9956-ffa450edef68
* Refactor and minor improvements of the edit module. Add a palette of sample ↵jsdelfino2011-01-1310-149/+630
| | | | | | components. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1058487 13f79535-47bb-0310-9956-ffa450edef68
* Add a composite similar to the travel tutorial app to the sample dashboard. ↵jsdelfino2011-01-092-51/+81
| | | | | | Minor Javascript performance improvements to speed up the layout of big composites. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1056881 13f79535-47bb-0310-9956-ffa450edef68
* Minor improvements of the edit module. Refactored HTML pages, added a menu, ↵jsdelfino2011-01-078-50/+276
| | | | | | and login over HTTPS. Improved vertical layout of components a bit and added two sample composites. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1056190 13f79535-47bb-0310-9956-ffa450edef68
* Support service promotion and improve component layout algorithm.jsdelfino2011-01-063-121/+165
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1055767 13f79535-47bb-0310-9956-ffa450edef68
* Add logic to list, add, remove apps and link to the edit page.jsdelfino2010-12-305-57/+139
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1053825 13f79535-47bb-0310-9956-ffa450edef68
* Skeleton of a composite app editor module.jsdelfino2010-12-296-0/+928
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1053560 13f79535-47bb-0310-9956-ffa450edef68