Hello Everyone I have this situation:
I have a page with 3 attachment files:
I used the Filesystem Attachment Porter to "move" the attachment in the
database to the filesystem but it didn't worked, I get the message "File Not
Found" so I was triying to going back to database attachment just for
testing purposes, edited xwiki.cfg and restarted tomcat but it seems that
the files are lost and cant add or remove them from the page, I clicked the
attachment link on the page but nothing happen. Is there anything I can do
to get my files back?
Thanks in advance.
--
View this message in context: http://xwiki.475771.n2.nabble.com/Database-Attachment-and-Filesystem-Attach…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I am following the guide for creating a Macro by extending AbstractMacro: http://rendering.xwiki.org/xwiki/bin/view/Main/ExtendingMacro although I have implemented it in Groovy rather than core Java.
I have managed to get the example to successfully build with maven and for the resulting JAR file to work with my xwiki Enterprise 4.4 install.
I then changed the content of the execute method to:
List<Block> result = Arrays.<Block> asList(new WordBlock("|=one|=two"))
return result
And added a new .test file:
.runTransformations
.#-----------------------------------------------------
.input|xwiki/2.1
.# Test the macro in standalone mode
.#-----------------------------------------------------
{{releases artifactIds="test1,test2" server="test3"/}}
.#-----------------------------------------------------
.expect|xhtml/1.0
.#-----------------------------------------------------
|=one|=two
This test passed when running the maven build, but produced the text output "|=one|=two" when deployed to xwiki, rather than rendering a table. I then changed the execute method to:
List<Block> result = Arrays.<Block> asList(new RawBlock("|=one|=two",Syntax.XWIKI_2_0))
return result
with the same test as above. This time the test does not pass, and fails with the error:
releases1.test [xwiki/2.1, xhtml/1.0](org.xwiki.rendering.test.integration.RenderingTest): expected:<[|=one|=two]> but was:<[]>
When deployed to xwiki there is no output either. As such, I can't seem to get RawBlock to actually output my pre-formatted xwiki code.
Am I doing something wrong with my use of RawBlock?
How can I get xwiki syntax content (e.g. a table) to output from the execute method so that a) the tests pass and b) the content is rendered into a table?
________________________________________________________________________
This e-mail has been scanned for all known viruses by Star Internet. The
service is powered by MessageLabs. ________________________________________________________________________
Good Morning All,
I have started testing the email features of XWiki this morning, and there
is one thing I was wondering if it is possible to do once a comment has been
made, I need an email notification to be send to a set admin user informing
them that a comment has been made on the wiki and if the comment is replied
to the original author to also receive a notification.
Thanks
--
View this message in context: http://xwiki.475771.n2.nabble.com/Xwiki-Comment-help-tp7583217.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I'm looking to contribute an extension which is installable with the EM
and I can't find any documentation on it, if there is no documentation
I am willing to write it if someone will walk me through the process.
How do I go about getting published and how are dependencies declared?
Thanks,
Caleb
Good Morning All,
I have started testing the email features of XWiki this morning, and there
is one thing I was wondering if it is possible to do once a comment has been
made, I need an email notification to be send to a set admin user informing
them that a comment has been made on the wiki and if the comment is replied
to the original author to also receive a notification.
Thanks
--
View this message in context: http://xwiki.475771.n2.nabble.com/Xwiki-Comment-help-tp7583216.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi all,
need help with ldap plugin and MS AD.
Has anyone already successfully worked with ldap-plugin?
When i login, i get always wrong user / password, but i think that the
parameters are correct.
Does anyone have a screenshot / sample that works with LD MS-AD?
And is there a logfile where you can see the login errors (more details).
thanks for any help.
Stefan
--
View this message in context: http://xwiki.475771.n2.nabble.com/need-help-with-ldap-plugin-tp7583195.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
I apologise for the dumb question, but I've just installed XWiki
Enterprise and I want to experiment with sending Invitation emails. The
Invitation application is installed and configured. But I can't find
the actual invitation page.
The documentation for the application suggests adding a link to it on
the user profile sheet. But it doesn't say where the link should point to.
Related question: is there a way in the wiki to list all the objects of
a particular type? I suspect this will help me figure out this and
other problems on my own :-)
Thanks for any help!
Hello support members,
I'm trying to export pages defined with a form created using
AppsWithinMinutes plugin.
I would like firstly to define customized format for each pretty name.
I've found the following tutorial
(http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Configuration#HCustomiz…)
about PDF rendering. It works fine but doesn't help me for my need. It
doesn't speak about form rendering.
No information found also on the plugin tutorial.
Is someone able to help me ?
Thinks and happy new year !
++
Hervé
--
View this message in context: http://xwiki.475771.n2.nabble.com/Form-PDF-rendering-tp7583146.html
Sent from the XWiki- Users mailing list archive at Nabble.com.