1. faedf2a Javascript improvements: add local storage, improve caching using URI fragments instead of query strings, simplify component layout and optimize some of the Javascript functions, and add the ability to clone components. by Jean Sebastien Delfino · 13 years ago
  2. dfc2da7 Refactor the sample composites and components and cleanup the component names a bit. by Jean Sebastien Delfino · 13 years ago
  3. e61054b Make authentication work with wildcard domains and increase authentication cookie max-age. by Jean Sebastien Delfino · 13 years ago
  4. 9b8b4da Port to Mac OS X 10.6.7. by Jean Sebastien Delfino · 13 years ago
  5. 04c08c8 Add missing files to build scripts and fixed a header typo. by Jean Sebastien Delfino · 13 years ago
  6. 2fa024e Fix Thrift URL in minimum install script. by Jean Sebastien Delfino · 13 years ago
  7. d86ffb5 Add the ability to configure page headers and footers. by Jean Sebastien Delfino · 13 years ago
  8. 825b9ff Minor refactoring and cleanup of edit module and its test composites. Add HTML generation and messaging components and a few more tests. by Jean Sebastien Delfino · 13 years ago
  9. 5ea7de6 Improve support for HTTP verbs and enable calls inside a domain without having to repeat the domain name in all the URLs. by Jean Sebastien Delfino · 13 years ago
  10. 81f1807 Add configuration and script to enable mod-security 2.6.0. by Jean Sebastien Delfino · 13 years ago
  11. f3e249d Fixing the thrift download url by Zhaohui Feng · 13 years ago
  12. 9463910 Fix build error, move dashboard and store directories to the correct module. by Jean Sebastien Delfino · 13 years ago
  13. b279f1c Support cookies over outgoing HTTP calls and a shorter component URL addressing scheme. by Jean Sebastien Delfino · 13 years ago
  14. 194c329 Refactor app data model part 2, converted dashboard and store files to directories. by Jean Sebastien Delfino · 13 years ago
  15. 1a2e3d7 Refactor app data model part 1, add a template for new apps and support for saving account info. by Jean Sebastien Delfino · 13 years ago
  16. 0598f2d Some Javascript cleanup, now working across all browsers including IE9. by Jean Sebastien Delfino · 13 years ago
  17. 67a4aee Cleanup and organize sample components, apps and html pages. by Jean Sebastien Delfino · 13 years ago
  18. 5be527a Minor install script fixes. Add a script to install a minimal build and upgrade to latest libcloud. by Jean Sebastien Delfino · 13 years ago
  19. 04fe104 Refactor some of the extensions and remove unnecessary namespace prefixes. by Jean Sebastien Delfino · 13 years ago
  20. 5b48f5f Simplify page navigations and optimize layout and event handling on touch devices. Optimize caching and minimize Ajax calls. by Jean Sebastien Delfino · 13 years ago
  21. 52d920b Update ids of EC2 images used for testing. by Jean Sebastien Delfino · 13 years ago
  22. efa71fc Change app data model a bit. Store app properties in separate files and support app cloning. by Jean Sebastien Delfino · 13 years ago
  23. 05eb869 Reformat, sort and refactor test and sample apps. by Jean Sebastien Delfino · 13 years ago
  24. 621c8f7 Simplify HTML and Javascript to improve UI and performance on iOS devices. Fix offline cache manifest. Add an app clone page. by Jean Sebastien Delfino · 13 years ago
  25. ef83a3f Add an XMPP message sender component that only connects to an XMPP server as needed just before sending a message to avoid unnecessary connects / disconnects in a dynamic virtual host environment. Add another component that does an HTTP delete. by Jean Sebastien Delfino · 13 years ago
  26. a9deead Implement SCDL wiredByImpl attribute. by Jean Sebastien Delfino · 13 years ago
  27. ab80aee Fix representation of null values and escape control characters in JSON and HTTP query strings. by Jean Sebastien Delfino · 13 years ago
  28. b5ed4e7 Cleanup HTML pages. Improvements and a few fixes to get consistent behavior across browsers including Safari/iOS. by Jean Sebastien Delfino · 13 years ago
  29. 248b887 Add a few sample and test apps. Refactor some of the utility components and adjusted apps to use them. by Jean Sebastien Delfino · 13 years ago
  30. 62edd48 Adjust build to new locations of Qpid and Vysper distros. by Jean Sebastien Delfino · 13 years ago
  31. 1ee3721 Enable python component implementations to flow binary content strings. by Jean Sebastien Delfino · 13 years ago
  32. c9ad885 Fix performance and security issues reported by pagespeed and skipfish. by Jean Sebastien Delfino · 13 years ago
  33. 86652ac Add sample database and search components, sample apps and corresponding test cases, and minor refactoring of component categories. by Jean Sebastien Delfino · 13 years ago
  34. d6807a3 Support returning binary content. Fix server bug preventing a component to return an empty list. by Jean Sebastien Delfino · 13 years ago
  35. a0455f7 Fix links to CSS and error pages. by Jean Sebastien Delfino · 13 years ago
  36. ee044e4 Add tests for HTTP components and widgets. Refactor and simplify some of the samples composites and component categories. by Jean Sebastien Delfino · 13 years ago
  37. b0fab85 HTML cleanup, improve layout on different browsers, iOS and android devices and add robots.txt and some icons. Support execution and preview of components from the edit pages. by Jean Sebastien Delfino · 13 years ago
  38. adead53 Add debug support to optimized build and downgrade GCC optimizations from O3 to O2. by Jean Sebastien Delfino · 13 years ago
  39. fcb6534 Refactor and cleanup edit module, add text components, store page and app run page. by Jean Sebastien Delfino · 13 years ago
  40. bc5ae2a Fix Javascript test case. Enable Javascript error reporting on non-debug build. by Jean Sebastien Delfino · 13 years ago
  41. 5f255d3 Support authentication across wildcard domains. by Jean Sebastien Delfino · 13 years ago
  42. 134afc5 Update svn:ignore properties and minor build cleanups. by Jean Sebastien Delfino · 13 years ago
  43. 5b8874e Add test components that evaluate python expressions. by Jean Sebastien Delfino · 13 years ago
  44. ee76e72 Fix app link creation and save one HTTP proxy hop. by Jean Sebastien Delfino · 13 years ago
  45. ebf7ca7 Move etc/git-exclude to .gitignore to avoid having to configure ignores manually. by Jean Sebastien Delfino · 13 years ago
  46. 4ffd1b7 Add Javascript functions and test cases to help work with JSON. by Jean Sebastien Delfino · 13 years ago
  47. 78619ab Add a reusable component that returns the contents of a configured url. by Jean Sebastien Delfino · 13 years ago
  48. ae5973f Change ATOM and RSS feed representations to use name value pairs instead of just strings, to allow support for all ATOM and RSS attributes and avoid confusion with non-feed string results. by Jean Sebastien Delfino · 13 years ago
  49. 42a1049 Simplified list component by using a reference per element. Automatically setup app links and garbage collect unused components. by Jean Sebastien Delfino · 13 years ago
  50. 2c92875 Fix HTTP port formatting bug. by Jean Sebastien Delfino · 13 years ago
  51. 20aab2d Fixes to make the edit module work with HTTPS. by Jean Sebastien Delfino · 13 years ago
  52. ac9596f Fix test case broken by XML document indentation format change. by Jean Sebastien Delfino · 13 years ago
  53. bcaf19b Refactor component palettes a bit and support autosave. by Jean Sebastien Delfino · 13 years ago
  54. 6be3ad3 Upgrade to postgresql 9.0.3. by Jean Sebastien Delfino · 13 years ago
  55. 739d3ca Move virtual host htdocs under their corresponding virtual host contribution directory. by Jean Sebastien Delfino · 13 years ago
  56. dfab9d9 Correctly pass query strings through component wiring redirects and improve format of XML and JSON response documents. by Jean Sebastien Delfino · 13 years ago
  57. 78a8e58 Some improvements to the edit module. Add a few sample apps and test cases, show current user and links to app data. by Jean Sebastien Delfino · 13 years ago
  58. 78d5919 Add two builtin component properties containing the current HTTP request path and query parameters. by Jean Sebastien Delfino · 13 years ago
  59. c234810 Minor CSS fixes for cross-browser compatibility. by Jean Sebastien Delfino · 13 years ago
  60. d30c8e4 Add a few sample composites and a few fixes to the existing ones. by Jean Sebastien Delfino · 13 years ago
  61. adc165f Refactor groups of reusable components and improve layout a bit. Fix bug preventing saving empty composites. by Jean Sebastien Delfino · 13 years ago
  62. cc7a03c Converts database key strings to symbols before computing database file names. by Jean Sebastien Delfino · 13 years ago
  63. 8878fe1 Support for changing component names and properties, and some edit improvements. by Jean Sebastien Delfino · 13 years ago
  64. e3bd5df Support for wiring and unwiring references. by Jean Sebastien Delfino · 13 years ago
  65. bed441a Minor stylesheet changes. by Jean Sebastien Delfino · 13 years ago
  66. d3b2d60 Add composite save function, improve UI a bit and some script cleanup and documentation. by Jean Sebastien Delfino · 13 years ago
  67. dc607e5 Minor fix to EC2 image configuration script. by Jean Sebastien Delfino · 13 years ago
  68. 19cc489 Fix XML serialization issues with XHTML docs and add ability to save widgets. by Jean Sebastien Delfino · 13 years ago
  69. a02a624 Fix menu bug with Chrome. by Jean Sebastien Delfino · 13 years ago
  70. ffb57a3 Use a common stylesheet in all samples. by Jean Sebastien Delfino · 13 years ago
  71. 00f55e8 Add sample widget components and a page to edit them, plus minor user interaction fixes. by Jean Sebastien Delfino · 13 years ago
  72. c085696 Refactor and minor improvements of the edit module. Add a palette of sample components. by Jean Sebastien Delfino · 13 years ago
  73. b512078 Add a composite similar to the travel tutorial app to the sample dashboard. Minor Javascript performance improvements to speed up the layout of big composites. by Jean Sebastien Delfino · 13 years ago
  74. 62f9370 Fix memory leak in Python runtime integration. Reduce memory consumption of debug trace functions. Add trace points to help track the lifecycle of some of the runtime context objects. by Jean Sebastien Delfino · 13 years ago
  75. 55e804d Minor improvements of the edit module. Refactored HTML pages, added a menu, and login over HTTPS. Improved vertical layout of components a bit and added two sample composites. by Jean Sebastien Delfino · 13 years ago
  76. 9789978 Fix incorrect cookie name in sample logout pages. by Jean Sebastien Delfino · 13 years ago
  77. 94a2c22 Support service promotion and improve component layout algorithm. by Jean Sebastien Delfino · 13 years ago
  78. d1e185a Fix automake warning. Add pragmas to sources generated by Thrift using sed instead of incorrectly overriding CXXFLAGS. by Jean Sebastien Delfino · 13 years ago
  79. d9a86a6 Add logic to list, add, remove apps and link to the edit page. by Jean Sebastien Delfino · 13 years ago
  80. 321a1f3 Simplify and cleanup HTTP binding client Javascript code, now portable across browsers. by Jean Sebastien Delfino · 13 years ago
  81. 0db1159 Make XML serialization logic portable across browsers. by Jean Sebastien Delfino · 13 years ago
  82. 44f962b Support ATOM and RSS entries with no content or description. by Jean Sebastien Delfino · 13 years ago
  83. 41e30c1 Skeleton of a composite app editor module. by Jean Sebastien Delfino · 13 years ago
  84. dd5faa6 Remove type=feed and type=entry parameters from application/atom+xml media types as they make IE 6's XMLHttpRequest hang. by Jean Sebastien Delfino · 13 years ago
  85. a60a360 Fix automated build and Ubuntu 10.10 install. by Jean Sebastien Delfino · 13 years ago
  86. 4f0f290 Improve EC2 setup scripts. Remove dependency on external environment variables. by Jean Sebastien Delfino · 13 years ago
  87. f239169 Port REST support improvements to AppEngine Python integration scripts and add a sample. by Jean Sebastien Delfino · 13 years ago
  88. ec51f5d Simplify relay sample a bit. by Jean Sebastien Delfino · 13 years ago
  89. e2728d7 Merge changes from apr-2 branch. Port to APR 1.4.x and enable mod_session_crypto. by Jean Sebastien Delfino · 13 years ago
  90. b320b4c Port to HTTPD 2.3.10 alpha release. by Jean Sebastien Delfino · 13 years ago
  91. d1e4a65 Improve component and reference rendering and layout. Recurse over wired references to calculate correct dimensions of each component. by Jean Sebastien Delfino · 13 years ago
  92. 7541ece Apply roundtripping fixes from SVN r1052432 to Python and Javascript scripts. by Jean Sebastien Delfino · 13 years ago
  93. a7891db Fix content types. Removed duplicate function. by Jean Sebastien Delfino · 13 years ago
  94. 29b5636 Turn off URL canonicalization when routing a request through HTTPD's reverse proxy. by Jean Sebastien Delfino · 13 years ago
  95. 32615a0 Add a sample showing how to relay various REST requests. by Jean Sebastien Delfino · 13 years ago
  96. e5b2815 Fix roundtripping of JSON arrays, booleans and numbers, ATOM / RSS feed detection, and support REST-style JSON and XML payloads in server handler and client proxy. by Jean Sebastien Delfino · 13 years ago
  97. 3b5443f Preserve HTTP request path when routing a request through a component reference. by Jean Sebastien Delfino · 13 years ago
  98. 130bb2b Add support for XML and JSON formats to file database component. by Jean Sebastien Delfino · 13 years ago
  99. 7524c5e Refactor some of the Javascript scripts to use a different namespace per script. by Jean Sebastien Delfino · 13 years ago
  100. 310a1cf Port XML, ATOM and SCDL parsing logic to Javascript. Implement minimal component rendering functions. by Jean Sebastien Delfino · 13 years ago