summaryrefslogtreecommitdiff
path: root/jsonrpc/qooxdoo
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r19138: add authentication capability; fix typosDerrell Lipman1-0/+6
(This used to be commit d8f0701feb85b7ca70edd5e8a9581661eb6c52e2)
2007-10-10r19055: JSON-RPC is working! It passes the small qooxdoo JSON-RPC test suiteDerrell Lipman1-4/+4
perfectly. This check in covers the remaining fixes and enhancements to complete the server. In a subsequent check-in, I need to learn about the new qooxdoo packaging mechanism. Although it'd be nice to have the whole source tree, that's huge and needn't be in samba svn. It's now supposed to be very easy to package qooxdoo, so I'll figure out how that's done and then check in the relevant small number of files. Steps after that involve generating the stubs to allow various ejs functions to be called via JSON-RPC. Derrell (This used to be commit 5bfebbda7a5d28d4deb31c54a8feb24c4416cbf6)
2007-10-10r18880: JSON-RPC work in progressDerrell Lipman1-0/+230
(This used to be commit 34bffbaebf50c2a75c91285d5ec82e8f377981cc)