Hi,
We receive this remark from a visitor to www.cdlsworld.org (which runs on XWIKI 2.1.1, Hosted by Xwiki.com)
Quote:
I also just discovered that the site CDLSWorld.org does not work with 64 bits browser (at least with Internet Explorer) but only in 32 bits. Now Windows 7 and IE runs now in 64 bits. Now that more and more people are concerned, I suggest you inform the administrator.
Unquote.
We can not test it ourself, since we do not have Windows 64 bits?
Has anybody experienced this complaint, I can not imagine that a 64 bit client would matter?
If not, could it be a specific problem for our site?
Gerritjan
I intend to make more use of groups and updating the members on
changes relevant to them by sending them e-mail.
Watchlists look too technical/difficult and forcing group members to
use them is too cumbersome, so I'd like to start simple: exporting the
mail addresses and mailing them the old-fashioned way.
Now for the coding: I started with
http://code.xwiki.org/xwiki/bin/view/Snippets/CsvExportOfUsersSnippet
yet group membership is only enclosed in the objects of the respective
group pages. Any suggestions how to either export only members of a
set group, or include subscribed groups as a column?
Thanks in advance!
I have a new XWiki installation on Windows XP, Glassfish 3.0.1 Xwiki
version xwiki-enterprise-web-2.5.war, MySQL 5.1.35
The Issue:
I have a new empty wiki... on the page :
http://IPADDR:8080/xwiki/bin/import/XWiki/XWikiPreferences
Which says : "Your wiki seems empty. You may want to import the default
XWiki Enterprise wiki which..."
So in the dialogue box I browse to a downloaded backup of the wiki in a
xar file and try to import it but it returns back to the main screen as
if nothing happened (it does seem to upload but it is not listed as an
Available package after this. So I then try to default set of pages at
http://maven.xwiki.org/releases/com/xpn/xwiki/products/xwiki-enterprise-wik…
and this does not work either.
I've set up Xwiki successfully before (although the other installation
was on linux) and it went without issue.
As a clue I was getting this error first:
Error number 4001 in 4: Error while parsing velocity
page /templates/importinline.vm Wrapped Exception: Failed to evaluate
content with id [/templates/importinline.vm]
I noticed that I needed to start up the windows Glassfish service
manually... So I changed the user to be the Administrator account (Under
options for the Windows Glassfish Service) and then the template error
went away... Go figure... anyways the above error prevented the file
upload dialogue from even appearing but now... there is this issue.
Any suggestions? Other than not using Windows ;) because I tried that
suggestion already.
Hi all,
when exporting info macros or warning macros to PDF, these components aren't
rendered as they are in browser, in facts the box edge, the background color
and the related icons aren't printed in resulting pdf document. In this way,
the will of highlighting some text isn't ported to the pdf (and rtf) export.
is this a bug or simply this feature haven't been developed yet?
i'm testing XE 2.5M2 on Centos 5 64bit, tomcat 6.0.26 and jdk 1.6.0_20. IE7
on client side.
thanks,
claudio
--
View this message in context: http://xwiki.475771.n2.nabble.com/PDF-export-question-tp5622410p5622410.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
I develop a simple macro for XML transformation in XWiki.
How can I post my macro contribution to code.xwiki.org?
I can login and edit pages, but I cannot create page excepted from
Office document.
Arnaud.
Hello
I put a file Text.txt as attachment in a page: Sandbox.Page1
I in an other page Sandbox.Page2, I write the following script:
{{groovy}}
def mydoc=xwiki.getDocument('Sandbox.Page1')
def myfile=mydoc.getAttachment('Text.txt')
println "|"+mydoc+"|"+myfile
{{/goovy}}
The result is
|Sandbox.Page1|null
If I put the same script in Sandbox.Page2, the result become:
|Sandbox.Page1|com.xpn.xwiki.api.Attachment@331be8
Why cannot get attachments from other document?
I run XWiki 2.5 with Tomcat 6.0.28, Mysql 5.1.49, Ubuntu 10.10
Arnaud.
Hi!
I'm having trouble with date queries...
I have a class with a date property and I want to filter all its documents
which have this date property equal to a defined value.
How can do that?
--
Atenciosamente,
Erica Usui.
Dear all,
I have a little problem with the behavior of the Spaces panel in the Dashboard section.
First of all, let me describe my portal configuration:
On my host I have one portal which takes the standard :80 port, then it's Xwiki on :28181
Unfortunately I cannot make xwiki port ( 28181 ) public so I created a reverse proxy in the following way:
ProxyPass /xwiki/ http://localhost:28181/xwiki/
ProxyPassReverse /xwiki/ http://localhost:28181/xwiki/
ProxyPass /xwiki http://localhost:28181/xwiki
ProxyPassReverse /xwiki http://localhost:28181/xwiki
Then I can access to my Xwiki with the following url:
apps.man.poznan.pl/xwiki
From the internal network I can use that one as well:
apps.man.poznan.pl:28181
Now I can describe my problem: when I access xwiki with the port, everything works as expected.
Unfortunately when I use /xwiki url I'm getting the view as on the attached screenshot. It seems that
somehow the links for those little icons are broken. Those links are still active but it doesn't look that good.
I imagine this a minor glitch but if someone has any ideas how to fix that..
Thanks,
Piotr