Hello,
I notice that exportation in rtf format has some bad behaviors:
- Two things are not really important because, like it's rtf format, we
can modify the document. But the rendering is a little weird : the
importation doesn't create a cover page with the main title and puts the
beginning of the table of content at the bottom of the first page...
- As well (and it's the big point to me), tables are rendered in a
strange way: the column width is so thin that we cannot notice the
content of cells... We can thin "No matter, we can modify the larger in the
rtf document" but we can only do that cell by cell... For small tables, it's
okay but, for bigger ones, it's not very useful ! I put an example in
attachment of this table so that you can see the issue:
|=column 1|=column 2
|content 1|content 2
To finish, I just have one question about customizing exportation. I tried
to customize the PDF export Look & Feel by creating a PDFClass and a
PDFClassTemplate. The template has a textearea "style" property which
contains (just to test) :
h1{
color : red;
}
div{
color : red;
}
p{
color : red;
}
I added the "&template=XWiki.PDFClassTemplate" line to the exportation link
but the rendering is always the same... Did I forgot to do something ?
For your knowledge, I tried that because I would like to customize the table
look and feel. I don't like that they don't have borders...
Thank you in advance for your help.
Marine
The Export tool which output's XAR files includes the UUID in the XML
file. This would cause a conflict between unlinked XWiki
installations. As the import process will automatically generate a
UUID for XML files which do not have one, I would recommend changing
the export to exclude that property.
Thanks,
Deven Phillips
Hi everybody,
I've just configured a LDAP authentication in my XEM 2.3.1 and I have two
questions.
I would like you to confirm that LDAP authenticated users only appear in the
admin users menu at their first connection. Is it right ? In that case, how
can i put all authenticated users in a wiki group different to XWikiAllGroup
?
Besides, I would like that only one group of my LDAP can access to the admin
wiki and to wiki templates. Is there a way to do that ?
Thanks in advance for your help.
Marine
Festo AG & Co. KG
Lars Hermes
Abteilung IS-PB
BSP Development + User Services
Plieninger Stra?e 50
73760 Ostfildern-Scharnhausen
Deutschland
Telefon +49(711)347-4510
Telefax +49(711)34754-4510
http://www.festo.com
Der Inhalt dieses E-Mails ist ausschliesslich fuer den bezeichneten Adressaten bestimmt. Jede Form der Kenntnisnahme, Veroeffentlichung, Vervielfaeltigung oder Weitergabe des Inhalts dieses E-Mails durch unberechtigte Dritte ist unzulaessig. Wir bitten Sie, sich mit dem Absender des E-Mails in Verbindung zu setzen, falls Sie nicht der Adressat dieses E-Mails sind und das Material von Ihrem Computer zu loeschen.
This e-mail and any attachments are confidential and intended solely for the addressee. The perusal, publication, copying or dissemination of the contents of this e-mail by unauthorised third parties is prohibited. If you are not the intended recipient of this e-mail, please delete it and immediately notify the sender.
Rechtsform: Kommanditgesellschaft
Sitz: Esslingen a.N., Registergericht Stuttgart HRA 211583, Umsatzsteuerident-Nummer: DE 145339206
Pers?nlich haftende Gesellschafterin: Festo Management Aktiengesellschaft
Sitz: Wien/?sterreich, Firmenbuchgericht: Handelsgericht Wien, Firmenbuch Nr. FN 303027 d
Vorstand:
Dipl.-Kfm. Alfred Goll
Dr. Claus Jessen
Dr. Ansgar Kriwet
Dr. Eberhard Veit (Vorsitzender)
Dipl.- Kfm. Michael M?lleken
Aufsichtsratsvorsitzender:
Dr. Wilfried Stoll
Hello,
I have just upgraded to XWiki Enterprise 2.3.1.29118 and have a question regarding configuring WebDAV.
My XWiki is installed in Tomcat 5.5 as the 'ROOT' web app. Tomcat runs on port 8080 and I have an AJP connector with Apache proxying requests via SSL port 443, meaning that my wiki can be accessed at:
https://www.myhost.tld/bin/view/Main (etc.)
My question is regarding WebDAV login. I understand that the normal login URL for this would be:
http://www.myhost.tld:8080/xwiki/webdav
However, since I have deployed XWiki as the ROOT webapp, it seems that I am getting redirected to Tomcat's built-in WebDAV app when accessing this URL.
When I access:
http://www.myhost.tld:8080/webdav
or
https://www.myhost.tld/xwiki/webdav
I get the same list of three files - a generic HTML page listing information about Tomcat's WebDAV support, and a couple of GIF files with the Tomcat logo.
When I access:
http://www.myhost.tld:8080/xwiki/webdav
or
https://www.myhost.tld/xwiki/webdav
I get a 'Not Implemented' error.
Could someone advise on how to configure XWiki/Tomcat to pass me to XWiki's WebDAV implementation, rather than to Tomcat's default one? My xwiki.cfg has WebDAV enabled (as far as I know - it is pretty much set to defaults in all respects).
On another note: thank you for all your sterling work with XWiki. It's a tremendously flexible and useful application, and it has been a breeze to administer.
Regards,
Graeme West
Digital Repository Developer
Information Services
Glasgow Caledonian University
graeme.west(a)gcu.ac.uk
Glasgow Caledonian University is a registered Scottish charity, number SC021474
Winner: Times Higher Education's Widening Participation Initiative of the Year 2009 and Herald Society's Education Initiative of the Year 2009
http://www.gcu.ac.uk/newsevents/news/bycategory/theuniversity/1/name,6219,e…
Hi,
I'm testing the portuguese translation of Xwiki (both stable and milestone versions) and I'm facing some problems.
Starting at Main.WebHome, when I set "pt" as default language, some links do not translate, for example, the "Annotations" link right above the page content on the colibri skin. Clicking on the Annotations link, the box appears with the default message "To annotate a piece of text, select it and hit Crtl-M". I've checked on ApplicationsResources_pt.properties and added the translated field, from the default properties file, for the property in english:
annotations.action.create.helpmessage=To annotate a piece of text, select it and hit {0}.
There aren't any UTF-8 special chars on the translated message. I've restarted the xwiki tomcat instance , cleaned the browser cache, but the message is still in English. This problem occurs with all text I try to translate through the ApplicationResources_pt file, other than the ones that are already translated on _pt file (copying the original English text from the default properties file, translating it and pasting into the _pt file).
I've tried other languages, but the same problem: many links, panels text and others remain in English. Isn't that only translate ALL the default resources file into the desired language and replace it like explained in the admin guide?
How can I solve this?
I'm also interested to offer the brasilian Portuguese translation of the properties file.
Regards,
Ramon Gomes Brandão