Hi all
Unfortunately, I have a problem with the "pre"-tags in my xwiki
installation. Most of the input-fields had <pre> </pre>-tags
before and after the field.
They appeared after the upgrade from version 1.7.1.15366 to 3.0.36132.
I've seen a solution on the mailinglist:
http://xwiki.475771.n2.nabble.com/Unknown-macro-after-upgrade-td5912556.html
However, I couldn't figure out how to change the default Wiki syntax.
Can you give me a hint, how to change the syntax and fix the problem?
Thanks alot and greetings
Lars
Hello,
how can I set rights for pages recursively?
I created a new page and set the rights for this page. When I create a new child page, the child page inherits the rights of the parent page. And this is great.
But when I change the rights of the parent page, only new pages inherit the new rights. All existing child pages keep the rights that were set when I created them.
Is there any possbility to set rights recursively? So that changes to the rights of a parent page can be applied to all child pages of this page?
Thx
Enzo
Hello,
My config is: Tomcat 6, Mysql, Debian
There are a few days that i try to do functioning office importer (and
pdf/rtf exporters).
I activated open office server and it was detected as an "Externally managed
(local) OpenOffice server process". ( it don't work with another config)
So when i try to import a document i have two ways :
- i create a page and then i import with WYSIWYG : 500 The call failed on
the server; see server log for details
- i create a page directly with an importation : Error while converting
document [test.odt] into html.
Furthermore, when i try to export a document in pdf or rtf xwiki failed and
i have to restart the tomcat server.
Could you help me please ?
Jo D.
--
View this message in context: http://xwiki.475771.n2.nabble.com/Office-importer-doesn-t-work-tp6394758p63…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
My xwiki 3.0 implementation is using PHP in many pages, and some pages are
based on simple HTML forms with a "submit" button. In the PHP part, I
process $request->getQueryString() to check the form fields that were sent.
It works very well when the form used the GET method, but doesn't work at
all when the form used the POST method. Doing some research, it looks like
the getQueryString() method should handle both scenarios but it doesn't, so
I wonder if there is anything else blocking the POST data at a lower level.
I also did the same test not inside PHP and run into the same issue, so it
does not look to be PHP-related.
Unfortunately this is becoming critical as GET data size is limited and I
start running into this limit on some forms, so have to move to POST.
Thanks
Hi all,
I have a problem with the HTML Makro and the implementation of wiki syntax.
The HTML Makro works fine, but one part of my text ignores the wiki
syntax and I cant seem to find out why. Here is what I did:
{{html wiki="true"}}
<div onclick="toggleClass($('Info'), 'hidden')">
(% style="WIDTH: 99%" %)
|=Info
</div>
<div id="Info" class="hidden">
**Info**
(% style="MARGIN-RIGHT: 1%" %)
textcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextco
ntenttextcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextcontentt
extcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextcon
tenttextcontent
</div>
{{/html}}
Now the top part works fine in wikisyntax, but the Info Textcontent
ignores it, and I dont know why. The font seems to be different to the
standard one as well. I tried putting wiki="true" in all different
places, even placed the info div in separte html tags, but nothing
seems to work. I could ofourse use the style attribute in HTML, but
thats not the point of wiki="true" I think.
I might overlook the obvious but I would appreciate it alot if
someone could point me out my mistake.
Thanks in advance,
Wouter
Hi,
When I set a panel to xwiki syntax 2.0 I am not able to have a number of links (in a navigation panel) seperated by new lines (or linefeeds)
the syntax I use is;
{{velocity filter="none"}}
{{html clean="false" wiki="true"}}
#panelheader('PersonalServices')
[["xxxx">>"space.document"]]
[["xxxx">>"space.document"]]
[["xxxx">>"space.document"]]
....
#panelfooter()
{{/html}}
{{/velocity}}
I've tried adding extra line feed.
Add \\ after each line
When I change panel to syntax 1.0 it works fine
Gerritjan
Hi,
We've recentlly been upgraded to XWiki 2.7.1...
But I notice it does not quite look like the clean installed XWiki.
Even when I undo all the skin changes, and use the default xwiki skin the userinterface is somewhat a mixed bag
example (and seen as a problem by our users)
When you edit a document there is no icon to see the parent, let alone change the parent in a userfriendly way
Also the translations seem to be corrupted;
The edit menu shows a entry: core.menu.edit.visual
Can this be corrected?
And how?
Gerritjan
Hi,
I asked this question earlier, but did not get any answers that helped.
Whenever I try to edit ANY part of my Xwiki, including the sandbox, I get an
error 4001, like this one:
Error number 4001 in 4: Error while parsing velocity page
/templates/editwysiwygnew.vm Wrapped Exception: Failed to evaluate content
with id [/templates/editwysiwygnew.vm]<http://hapkido.myxwiki.org/xwiki/bin/edit/Hapkido+Techniques/Hapkido+Hand+T…>
Clicking on this error link gives many lines, like:
Error number 4001 in 4: Error while parsing velocity page
/templates/editwysiwygnew.vm
Wrapped Exception: Failed to evaluate content with id
[/templates/editwysiwygnew.vm]
com.xpn.xwiki.XWikiException: Error number 4001 in 4: Error while
parsing velocity page /templates/editwysiwygnew.vm
Wrapped Exception: Failed to evaluate content with id
[/templates/editwysiwygnew.vm]
at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:122)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1890)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1828)
...
and
Wrapped Exception:
org.apache.velocity.exception.MethodInvocationException: Invocation of
method 'isSourceEditorEnabled' in class
org.xwiki.wysiwyg.server.internal.DefaultWysiwygEditorConfiguration
threw exception java.lang.NoClassDefFoundError:
org/xwiki/gwt/user/client/StringUtils at /templates/macros.vm[line
1963, column 68]
at org.apache.velocity.runtime.parser.node.ASTMethod.handleInvocationException(ASTMethod.java:261)
at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:187)
at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
...
and
Caused by: java.lang.NoClassDefFoundError: org/xwiki/gwt/user/client/StringUtils
at org.xwiki.wysiwyg.server.internal.DefaultWysiwygEditorConfiguration.getProperty(DefaultWysiwygEditorConfiguration.java:71)
at org.xwiki.wysiwyg.server.internal.DefaultWysiwygEditorConfiguration.isSourceEditorEnabled(DefaultWysiwygEditorConfiguration.java:204)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
...
Can anyone tell me what to do? This noob is lost, lost, lost!
Thanks,
/John