Currently, in CKeditor, Double left Brackets [[link]] are escaped to
~[~[link]]
This is a show stopper for my client, as they ant the ability to type in a
link manually without using the Link button. Only CKEditor escapes these.
Any way to configure this no not escape
Any help would be appreciated.
Bill Russell
--
View this message in context: http://xwiki.475771.n2.nabble.com/Need-to-allow-users-to-type-in-link-in-CK…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Folks,
I found the attachment porter but don’t know how to invoke it. I am reading and re-reading the page about it, the page that has the download button. But nowhere does it say how to use it.
Now, I apologize sincerely for the dumb question. But I am getting an error for every one of 15 or so import lines! It -must- be necessary to set some CLASSPATH or something or specify some JARs on the groovy commandline or -some-thing.... it seems like there -must- be something here that everyone thinks is so obvious that it goes without saying...
Could someone please take pity on me and send me their command line that they used to run this sucker?
Thank You!!!!!!!!!!!!!!!!!!!!!
-----------------------
[root@dwswiki10 xwiki]# groovy p.groovy
/bin/build-classpath: Could not find ../../jvm/java/lib Java extension for this JVM
/bin/build-classpath: error: Some specified jars were not found
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
/data/xwiki/p.groovy: 6: unable to resolve class com.xpn.xwiki.store.XWikiAttachmentStoreInterface
@ line 6, column 1.
import com.xpn.xwiki.store.XWikiAttachmentStoreInterface;
^
/data/xwiki/p.groovy: 8: unable to resolve class com.xpn.xwiki.store.AttachmentVersioningStore
@ line 8, column 1.
import com.xpn.xwiki.store.AttachmentVersioningStore;
^
/data/xwiki/p.groovy: 15: unable to resolve class org.xwiki.store.filesystem.internal.FilesystemStoreTools
@ line 15, column 1.
import org.xwiki.store.filesystem.internal.FilesystemStoreTools;
^
/data/xwiki/p.groovy: 12: unable to resolve class com.xpn.xwiki.XWikiContext
@ line 12, column 1.
import com.xpn.xwiki.XWikiContext;
^
/data/xwiki/p.groovy: 13: unable to resolve class com.xpn.xwiki.XWiki
@ line 13, column 1.
import com.xpn.xwiki.XWiki;
^
/data/xwiki/p.groovy: 16: unable to resolve class org.apache.commons.lang.exception.ExceptionUtils
@ line 16, column 1.
import org.apache.commons.lang.exception.ExceptionUtils;
^
/data/xwiki/p.groovy: 2: unable to resolve class com.xpn.xwiki.doc.XWikiAttachment
@ line 2, column 1.
import com.xpn.xwiki.doc.XWikiAttachment;
^
/data/xwiki/p.groovy: 4: unable to resolve class com.xpn.xwiki.doc.DeletedAttachment
@ line 4, column 1.
import com.xpn.xwiki.doc.DeletedAttachment;
^
...
...
...
...
...
The information contained in this transmission may contain West Marine proprietary, confidential and/or privileged
information. It is intended only for the use of the person(s) named above. If you are not the intended recipient, you are
hereby notified that any review, dissemination, distribution or duplication of this communication is strictly prohibited.
If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original
message. To reply to our email administrator directly, please send an email to netadmin(a)westmarine.com.
Hi,
I have hosted Xwiki on my internal server MS Server 2012 R2. I can access it
through localhost:8080. I need some guidance in adding a public IP and DNS
in order to access the application from public domin.
Best,
Rajesh
Here, https://jira.xwiki.org/browse/XCOMMONS-1185
--------------------------------------------
En date de : Lun 3.4.17, Pascal BASTIEN <pbasnews-xwiki(a)yahoo.fr> a écrit :
Objet: Re : xwiki 8.4.4 and office presentation viewer problem
À: "XWiki Users" <users(a)xwiki.org>
Date: Lundi 3 avril 2017, 16h02
My Apache log show 403 errors for
slidexx.jpg.
My IP - - [03/Apr/2017:15:52:05 +0200]
"GET
/tmp/officeviewer/document%3Axwiki%3AEncyclop%C3%A9die.Agenda+du+management+de+la+qualit%C3%A9+au+CP2I/0/04072016-r%C3%A9union+du+r%C3%A9seau+des+auditeurs-VT-VDB-ME-slide0.jpg
HTTP/1.1" 403 1510 "https://iwiki-preprod.din.developpement-durable.gouv.fr/bin/view/Encyclop%C…"
"Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101
Firefox/45.0"
slidexx*.jpg generated by LibreOffice
are well created in the filesystem.
I can upload/download xwiki files in
pages attachments.
When I access to tomcat without pass
through AJP/Apache (http://MyServer:8080/bin/view/Encyclop%C3%A9die/Agenda%20du%20management%20…
I have the same error/problem: jpg
slide are not displayed
Any clue or a way to identify the
origin of my problem?
Thxs
--------------------------------------------
En date de : Mer 29.3.17, Pascal
BASTIEN <pbasnews-xwiki(a)yahoo.fr>
a écrit :
Objet: xwiki 8.4.4 and office
presentation viewer problem
À: "XWiki Users" <users(a)xwiki.org>
Date: Mercredi 29 mars 2017, 14h19
Hello,
I have a problem with office
presentation viewer. It is not
displayed presentation slides when I
use it because the jpg
url is incorrect.
I use a tomcat server and proxy-ajp on
apache2 (i followed
xwiki doc)
My xwiki is on root of my server
name.
If I click on the eye icone from an
odp file in a page, my
browser goint to this url: (under
/bin/view/):
http://my.server.name.fr/bin/view/Encyclop%C3%A9die/Agenda%20du%20managemen…
but didn't display slide .
I saw with firebug that my browser
didn't manage to display
jpg file generated by xwiki: (/tmp)
http://my.server.name.fr/tmp/officeviewer/document%3Axwiki%3AEncyclop%C3%A9…
I use this in my server.xml:
<Engine name="Catalina"
defaultHost="my.server.name.fr">
<Host
name="my.server.name.fr"
appBase="webapps"
workDir="/home/path/work">
and found target jpg file on
/home/path/work/ROOT/xwiki-temp/tmp/officeviewer/xwiki/xxxxxx
subdirectory
I didn't found source of this error.
If someone could help me?
Thxs
Pascal B
Still struggling with this several hours later. I have xwiki + tomcat + mysql working perfectly at last in a practice VM. Thought I've done verything exactly the same on the "real" machine. But each time I get in this Distribution Wizard loop where it can’t get off step 1, the admin user. I finally clicked "later" and get a blank Main page, with only "Notice" and "The requested page could not be found".
Seems like nothing is making it into the database. I've dropped the xwiki database and recreated it and granted privileges again.
What am overlooking?
Thanks
-----Original Message-----
From: users [mailto:users-bounces@xwiki.org] On Behalf Of Douglas Landau
Sent: Wednesday, April 05, 2017 2:27 PM
To: XWiki Users
Subject: [xwiki-users] Distribution wizard loop
Greets,
I'm getting a loop in the distribution wizard. Can't get past step 1. (Admin user). It is not password length. But it is not telling me why.
I tried dropping the xwiki database and re-initializing. But I fall into this loop again.
Does anybody know/remember why this happens?
Thanks
Doug
The information contained in this transmission may contain West Marine proprietary, confidential and/or privileged information. It is intended only for the use of the person(s) named above. If you are not the intended recipient, you are hereby notified that any review, dissemination, distribution or duplication of this communication is strictly prohibited.
If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. To reply to our email administrator directly, please send an email to netadmin(a)westmarine.com.
The information contained in this transmission may contain West Marine proprietary, confidential and/or privileged
information. It is intended only for the use of the person(s) named above. If you are not the intended recipient, you are
hereby notified that any review, dissemination, distribution or duplication of this communication is strictly prohibited.
If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original
message. To reply to our email administrator directly, please send an email to netadmin(a)westmarine.com.
Greets,
I'm getting a loop in the distribution wizard. Can't get past step 1. (Admin user). It is not password length. But it is not telling me why.
I tried dropping the xwiki database and re-initializing. But I fall into this loop again.
Does anybody know/remember why this happens?
Thanks
Doug
The information contained in this transmission may contain West Marine proprietary, confidential and/or privileged
information. It is intended only for the use of the person(s) named above. If you are not the intended recipient, you are
hereby notified that any review, dissemination, distribution or duplication of this communication is strictly prohibited.
If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original
message. To reply to our email administrator directly, please send an email to netadmin(a)westmarine.com.
Hi,
Can someone help me in checking the attached hibernate.cfg. I am trying to
install Xwiki, unfortunately, Error Number 11007. I know I am not
configuring the correct DB.
Thanks,
Rajesh
Hello All,
We want to reorganise our xwiki so our plan is:
1. create a new wiki space within the same xwiki instance
2. reorganise parts that we want to keep on the old wiki
3. copy the organised pages to the new wiki (with its children)
4. get rid of the old wiki pages
We are now in step 3 where the content has been copied across (with its
children). However, I was expecting to see the links internal to the wiki
to be updated during the process. Instead, the links still point to the
previous wiki.
Is there something we can do to fix that?
Many thanks!
Sebastian
I am using pdf viewer macro to view 4-5 pdf docs on my page. But then page
loading becomes quite slow.
I think it would be nice if the thumbnail(may be 1st page of pdf or custom
image) is displayed instead. Also on clicking a Read button, it would then
display the particular pdf in viewer.
Is there anything I can do about it?
--
View this message in context: http://xwiki.475771.n2.nabble.com/thumbnail-for-pdf-viewer-macro-tp7603380.…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I have a page:
==section 1==
==section 2==
footnote
==section 3==
==references==
the footnote is given in section 2.
after editing a whole page footnote reference is auto inserted at page
bottom.. i.e. ==references== here.
this is what i want.
but when i edit the section 2 only (not whole page), the footnote is
inserted at the bottom of section 2 itself instead of the bottom of whole
page (==references==).
what can i do to avoid this? currently, i need to delete the footnote
reference manually everytime i edit the section 2.
--
View this message in context: http://xwiki.475771.n2.nabble.com/location-of-footnotes-tp7603329.html
Sent from the XWiki- Users mailing list archive at Nabble.com.