Hello! I have unpgraded form 4.x.x to 5.x.x and i have an error like: "th
wiki [xxx] does not exist".
I want to know if i can disable de Virtual Mode on XWiki 5.0M2.
thanks
regards
--
*Mauro J Giamberardino*
*
*
*
*
*
*
*
*
*
*
*
*
Hello! My name is Mauro Javier Giamberardino and this is my first post in
this forum.
I'm studying Software Engineering at a University on Argentina. My english
is not the best.
I have installed XWiki and WikiManager to install multiple subwikis on a
server at the University, and i need that each subwiki to have his own
schema. Why? Because i have a dump from a XWiki that i want to restore on a
new subwiki.
Thanks for read.
Regards
--
View this message in context: http://xwiki.475771.n2.nabble.com/Subwikis-on-a-New-Schema-tp7585338.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
The XWiki development team is proud to announce the availability of XWiki 5.0.2.
This is a bugfix release for the 5.0.x cycle. The blocking bugs that
leaded to this release are about PostgreSQL support and new multiwiki
behavior.
You can download it here:
http://www.xwiki.org/xwiki/bin/view/Main/Download (please allow a few
hours for the binaries to propagate to the download servers if the
download doesn't work yet)
Make sure to review the release notes:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki502
Thanks
-The XWiki dev team
Hallo,
is it possible to configure the lucene search for searching only in the
current wiki in a virtual wiki mode environment?
Thanks
Denis Gotthans
--
Denis Gotthans
Software Development
EsPresto AG
Breite Str. 30-31
10178 Berlin/Germany
Tel: +49.(0)30.90 226.750
Fax: +49.(0)30.90 226.760
d.gotthans(a)espresto.com
HRB 77554 B - Berlin-Charlottenburg
Vorstand: Maya Biersack, Peter Biersack
Vorsitzender des Aufsichtsrats: Dipl.-Wirtsch.-Ing. Winfried Weber
Zertifiziert nach ISO 9001:2008
I am out of the office until 08.07.2013.
Note: This is an automated response to your message "users Digest, Vol 70,
Issue 46" sent on 24.05.2013 13:01:38.
This is the only notification you will receive while this person is away.
Hi,
I would like to update my Xwiki project version 1.4 (very old version) to a
new one that can support Postgres 8.4.9?
I have try 4.5.3 version and I had database version problem
Which version I should download?
Thank,
--
View this message in context: http://xwiki.475771.n2.nabble.com/Xwiki-with-postgres-8-4-9-tp7585364.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi everybody,
I am new at XWiki and I would like to know if it's possible to build a
JSON object in a velocity script and get later this JSON via the REST
API.
This is my script :
{{velocity}}
#if($xcontext.action == 'get' && "$!{request.outputSyntax}" ==
'plain')
$response.setContentType('application/json')
#end
#set($hql = "")
#set($results = $xwiki.searchDocuments($hql))
#set($json= "[" )
#set($started = false)
#foreach($item in $results)
#set($itemdoc = $xwiki.getDocument($item))
#if($started)
#set($pointvirgule=",")
#set($json = "${json} ${pointvirgule}" )
#else
#set($started = true)
#end
#set($suite="{ ""name"" : ""${itemdoc.fullName}""}")
#set($json= "${json} ${suite}")
#end
#set($fin="]")
#set($json= "${json} ${fin}")
$json
{{/velocity}}
I thought my JSON would be in the content of my page but when I try to
get this content with REST API I only have the velocity script in hard.
Someone could help me ?
Thanks in advance for your answers.
Pierrick
The XWiki development team is proud to announce the availability of
XWiki 4.5.4.
This is a bugfix release for the 4.5.x cycle, hopefully the last on the
4.x cycle. Affected areas include the distribution wizard and the
extension manager, Internet Explorer compatibility, Oracle and
PostgreSQL compatibility, and multiwiki improvements.
You can download it here:
http://www.xwiki.org/xwiki/bin/view/Main/Download (please allow a few
hours for the binaries to propagate to the download servers if the
download doesn't work yet)
Make sure to review the release notes:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki453
Thanks
-The XWiki dev team