[jira] [Created] (JSPWIKI-816) Error page on jspwiki-wiki.a.o after successful signup

2014-02-01 Thread Florian Holeczek (JIRA)
Florian Holeczek created JSPWIKI-816: Summary: Error page on jspwiki-wiki.a.o after successful signup Key: JSPWIKI-816 URL: https://issues.apache.org/jira/browse/JSPWIKI-816 Project: JSPWiki

Re: JSON-RPC support

2014-02-01 Thread Ichiro Furusato
Hi Dirk, Thanks for that information. I suppose this goes back to that earlier discussion about jQuery vs. Mootools in a way. I've got (growing) experience with the former and none with the latter, and have been developing this new plugin using jQuery since that goes with pretty much all of the ot

Re: [ANNOUNCE] Apache JSPWiki 2.10.0 released

2014-02-01 Thread Brian Burch
On 01/02/14 13:13, Juan Pablo Santos Rodríguez wrote: The Apache JSPWiki team is pleased to announce the release of JSPWiki 2.10.0. This is the 2.10.0 release of Apache JSPWiki, a feature-rich and extensible WikiWiki engine built around the standard JEE components. The release is available here

Re: JSON-RPC support

2014-02-01 Thread Dirk Frederickx
Ichiro, There is no need on the client-side to include a special JSONRpcClient library to get JSON-RPC to work. Actually, the mootools library has all the functionality you need available, including JSON encoding and decoding and an easy JSON HTTP Request API. Invoking an RPC-JSON request in jav

[ANNOUNCE] Apache JSPWiki 2.10.0 released

2014-02-01 Thread Juan Pablo Santos Rodríguez
The Apache JSPWiki team is pleased to announce the release of JSPWiki 2.10.0. This is the 2.10.0 release of Apache JSPWiki, a feature-rich and extensible WikiWiki engine built around the standard JEE components. The release is available here: http://www.apache.org/dyn/closer.cgi/jspwiki/ JSPWiki

Re: JSON-RPC support

2014-02-01 Thread Ichiro Furusato
Further investigation suggests a reason why the supporting JavaScript library for the requestJSON(WikiContext) method in the JSONRPCManager is not part of the extant code base or supporting libraries. "var jsonrpc = new JSONRpcClient(\"" + jsonurl + "\");"); In particular, the JSONRpcClient i