Hello,
I am new to xwiki (though like it a lot already...), I have installed the
release notes extension (1.3.1) but I have a problem with the
{{releasenotechanges}} macro. I may not use it properly, but I can't get my
changes appear in the release note page. I changed the default macro to use
the {{changes...}} macro instead, and it works better (but i need to
manually enter the product, version etc...) which is less convenient.
Once again I think I may not be using the extension correctly, but if
someone could point me to the documentation that could help me understand
how it works it would be much appreciated. (of course i have read this page
http://extensions.xwiki.org/xwiki/bin/view/Extension/Release+Notes+Applicat…
)
Also is there a way to change the default template of the RN to adapt it to
different context (for instance different languages)?
Regards,
Yann
Hello,
I am trying to create a docker container (based on tomcat:jre8) for
xwiki which keeps configuration and skins in volumes. So far, I have
made enough
progress that the xwiki is being deployes and the configuration
is accepted. My skins, however, are not.
I am using /var/local/xwiki/ as environment.PermanentDirectory
and I have 3 extras stored in there -
xwiki.cfg, xwiki.properties and a customSkin-directory.
I already tried to create symlinks in the container, pointing
to the files at the mount point, this was not working as the
properties file was simply ignored and the symlink was not followed.
I understood this concerning the properties file, I do not quite
understand why the cfg seems to be ignored as well (since several
template files were not loaded at all). So I had a workaround for this.
My problem is, that the symlink to the custom skin directory is present,
working, and it SHOULD work, but whenever I add ?skin=mySkin to the
current page URL (and the folder is named mySkin), my browser displays
the flamingo skin.
Is there another place, or another way, to keep the skins persisted, in
a volume to be mounted on docker?
Thanks in advance
This is the scenario that we would like to implement:
A page (we'll call it the master page) that contains a dashboard like interface that contains other objects in which the master page will keep history for all the objects that are attached. Each individual object that is added to the dashboard can be edited and saved from the master page in which the history of the master page is updated.
The operation is very similar to how the current dashboard macro works but instead of using the display gadget to only display a page it would actually allow the editing of the objects on the page. The history of the page would keep track of any edits made to the different objects.
I was wondering if there is any recommended direction to head in implementing this or if there is already a way to do such a thing. We are currently using XWiki Enterprise version 7.4.4.
Thanks,
Steve
Hi, all
I'm new to XWiki. Just finished a fresh installation of 8.4.1
with Tomcat any MySQL, which went absolutely smooth - great!
I intend to migrate the wiki of a small not-for-profit organisation
from Confluence to XWiki, so my first two questions are
- how do I create spaces?
- how do I get a hierachical navigation tree of all pages in a space
on the left?
I wouldn't be bothering you without doing some research first,
so I found this documentation about spaces:
http://platform.xwiki.org/xwiki/bin/view/Features/Spaces#HSpacecreation
Unfortunately my XWiki doesn't have that menu bar with the "Home | Main | WebHome | Add"
at all! What am I missing here?
Completely dumbfounded - the docs say "click Add -> Space" ...
Second there seems to be a "Document Tree Macro 8.4.1" extension
already installed. How do I get this - and only this - into the left menu column?
Thanks a lot for any hints. RTFM perfectly welcome with a pointer to the correct
fine manual. Search engine hasn't been of much help, but possibly my google-fu
is leaving me ;-)
Kind regards,
Patrick
Is it possible to get what images are inside a content page.
Note I do not mean Attached images, but the images displayed inline in the content
Is it also possible to display the content without these images, as plain Text (also remove the wiki-markup )
Gerritjan Koekkoek
Vader van Rai Koekkoek (cdls) en voorzitter vereniging CdLS
Visit our website<http://www.cdlsworld.org>
Facebook<https://www.facebook.com/gerritjan.koekkoek>
email<gerritjan(a)cdlsworld.org>
On Fri, Dec 2, 2016 at 12:28 PM, Vincent Massol <vincent(a)massol.net> wrote:
>
>> On 02 Dec 2016, at 12:13, Gerritjan Koekkoek <gerritjan(a)cdlsworld.org> wrote:
>>
>> {{velocity}}
>>
>> $services.rendering.getAvailableParserSyntaxes()
>>
>> #set($testDoc = $xwiki.getDocument('BlogNL.Peter'))
>>
>> #set($testObject = $testDoc.getObject('Blog.BlogPostClass'))
>>
>> #set ($xdom = $services.rendering.parse("${testObject.extract}","XWiki/2.0"))
You should ask the syntax to the document instead: $testDoc.syntax
>>
>> #set ($plainText = $services.rendering.render($xdom, "Plain/1.0”))
>
> It’s “plain/1.0” :)
>
> Thanks
> -Vincent
>
>>
>> {{{$plainText}}}
>>
>> {{/velocity}}
>>
>>
>> But plainText is not showing anything
>>
>>
>> Gerritjan Koekkoek
>> Vader van Rai Koekkoek (cdls) en voorzitter vereniging CdLS
>> Visit our website<http://www.cdlsworld.org>
>> Facebook<https://www.facebook.com/gerritjan.koekkoek>
>> email<gerritjan(a)cdlsworld.org>
>>
>>
>>
>> ________________________________
>> From: users <users-bounces(a)xwiki.org> on behalf of Thomas Mortagne <thomas.mortagne(a)xwiki.com>
>> Sent: 02 December 2016 11:41:40
>> To: XWiki Users
>> Subject: Re: [xwiki-users] Content conversion
>>
>> On Fri, Dec 2, 2016 at 11:02 AM, Gerritjan Koekkoek
>> <gerritjan(a)cdlsworld.org> wrote:
>>> Is it possible to get what images are inside a content page.
>>>
>>> Note I do not mean Attached images, but the images displayed inline in the content
>>
>> You can parse any content into XDOM and then search for ImageBlock in
>> it. See http://rendering.xwiki.org/xwiki/bin/view/Main/GettingStarted#HExamples.
>>
>>>
>>>
>>> Is it also possible to display the content without these images, as plain Text (also remove the wiki-markup )
>>
>> We usually use plain text rendered (id "plain/1.0") for this.
>> Basically you use rendering framework to parse the content and then
>> serialize it with a special plain text renderer.
>>
>>>
>>>
>>> Gerritjan Koekkoek
>>> Vader van Rai Koekkoek (cdls) en voorzitter vereniging CdLS
>>> Visit our website<http://www.cdlsworld.org>
>>> Facebook<https://www.facebook.com/gerritjan.koekkoek>
>>> email<gerritjan(a)cdlsworld.org>
>>>
>>>
>>>
>>
>>
>>
>> --
>> Thomas Mortagne
>
--
Thomas Mortagne
Hello,
A new version of the Nested Pages Migrator Application is available. See
http://extensions.xwiki.org/xwiki/bin/view/Extension/Nested+Pages+Migrator+…
You can install or upgrade with the Extension Manager.
This version brings a new tool that help you to check if the migration is
needed.
Thanks,
--
Guillaume Delhumeau (guillaume.delhumeau(a)xwiki.com)
Research & Development Engineer at XWiki SAS
Committer on the XWiki.org project
No the macro doesn't work with
{{code}}
test
{{/code}}
same error.
I must try with same couple tomcat/java on my dev server.
I think the problem coming from secure stuff (chroot, acl, reverse proxy, etc.) on our data center but i don't know where to search error source :-/
--------------------------------------------
En date de : Mar 29.11.16, Thomas Mortagne <thomas.mortagne(a)xwiki.com> a écrit :
Objet: Re: [xwiki-users] code macro/jython-standalone-2.7.0-xwiki-3.jar problem
À: "Pascal BASTIEN" <pbasnews-xwiki(a)yahoo.fr>, "XWiki Users" <users(a)xwiki.org>
Date: Mardi 29 novembre 2016, 18h33
The error you pasted have
nothing to do with
http://jira.xwiki.org/browse/XWIKI-7984
plus XWIKI-7984 is specific to
Jboss
AS.
The code macro works
well with Tomcat and the setup you indicated is
pretty standard for XWiki. It's probably a
Jython or Pygments bug with
the specific
content you tried.
Does the
macro work with some very simple content like:
{{code}}
test
{{/code}}
?
If it work with other content then please
create a jira issue with the
content that
reproduce the error and we will try to reproduce it and
understand where it come from exactly.
On Tue, Nov 29, 2016 at 3:55 PM, Pascal BASTIEN
<pbasnews-xwiki(a)yahoo.fr>
wrote:
> Hello,
>
> I try to deploy xwiki 8.4 on Tomcat
8.0.32/ java 1.8.0_74 on our datacenter but I have a issue
with the code macro:
> {{code}}
> My code
> {{/code}}
>
> The page displayed:
"Failed to execute the [code] macro. Cause: [String
index out of range: 3]. Click on this message for
details.".
> I pasted the details
here: http://pastebin.ca/3743091
>
> I tested this way http://jira.xwiki.org/browse/XWIKI-7984
> (open jython-standalon jar/extract
everything in Lib/* and put this in a new jar at the root of
the jar/put the new ) but it doesn't work.
>
> Do you have an idea
what this problem coming from?
>
> (It seem that someone else have same
problem: https://demon.aeto.net/Macro/CitationBox)
>
> Thxs for any help
>
> Pascal
BASTIEN
--
Thomas
Mortagne