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
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
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
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
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
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