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
Hi,
We would like to, conditionally, redirect users who log in to their profile page. (in our case; XWiki.<username>)
The condition is: User is not in ANY OTHER GROUP then XWikiAllGroup.
How can I do this most elegantly, modifying as little as possible of the standard pages that come with a distribution of XWIKI
Gerritjan Koekkoek
Hi,
is there a way to hide/disable (better hide) the "Save & Continue" button
when editing a page? My users like to click it very often creating a
veeeeery long history.
If there isn't a property to do so, i think i'll customize the source code,
in which .vm file do i have to put my hands? or is it in a .js file?
Thanks a lot,
claudio
--
View this message in context: http://xwiki.475771.n2.nabble.com/Disabling-Save-Continue-button-tp5682916p…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi colleagues!
I testing some application with standart organization (many of XWiki
applications organized in a same way):
Exists TestAppCode space with all classes, templates, sheets, codes and
exists TestApp space with visualization pages using {{include
document="TestAppCode.SomeTemplate"/}}
When I trying to use getRenderedContent for this document from TestApp (for
example, when I want to send this page by email form another page with my
own code) I get rendered content of TestAppCode.SomeTemplate - not the
content of my data.
I want to clarify - this is because of
http://jira.xwiki.org/jira/browse/XWIKI-4274? Looks like my situation ... I
staying in one page and trying to getRenderedContent for the another page.
Maybe exists some ways to overcome this issue?
Thanks beforehand
Eugen Colesnicov
--
View this message in context: http://xwiki.475771.n2.nabble.com/getRenderedContent-issues-tp5666553p56665…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hey everyone I have been looking around and right now, the notification
emails are sent out by mailer(a)xwiki.localdomain.com, and this is something
that I would like to change.
I looked around in the WatchListMessage.Mail object and can not find where
it is set, I don't see it in the Graphical SMTP settings either, can I get
some help to point me in the right direction, is it something that I have to
set by hand in the config?
Thanks for all your continued help
Martin Bryant
Modus Operandi
http://www.modusoperandi.com
--
View this message in context: http://xwiki.475771.n2.nabble.com/Notification-Mailer-tp5678798p5678798.html
Sent from the XWiki- Users mailing list archive at Nabble.com.