Hi,
I have a java plugin which is running in a panel.
Now I want to find out which main document is currently displayed.
The context of the Plugin only refers to the Panel document.
Thanks,
Stefan.
Hi,
I am very new to xwiki.
I've written a java-macro (implementing the
org.xwiki.rendering.macro.Macro interface), which is generating some
base content.
now, this content should be able to query data from the macro-bean via
ajax-request.
Is that possible? How should the ajax call look like?
Thanks,
Stefan.
Hi,
I am a user of myxwiki and I receive notifications on pages such as "June 6:
Upgraded xwiki to version 3.1 SNAPSHOT from 2011-06-06. Don't forget to
upgrade your wiki with the latest XAR (Upgrade instructions)." Does that
mean the XWiki Core has been upgraded and I just need to upgrade wiki
documents? If so, having downloaded the latest XAR
(xwiki-enterprise-wiki-3.1-20110824.095236-263.xar in this instance) to my
PC, can I expand it within myxwiki or unzip it on my machine? Do I export my
xwiki, merge my files into the new build and then import back? Since with
myxwiki the wiki is already available I don't have the experience of
building one from scratch and the confidence to just make changes knowing
they are on a local machine. Please can you provide some clearer guidelines
for users of myxwiki.
Thanks,
Jonathan
I am out of the office until 08/29/2011.
I have to attend to a personal appointment today; will check email in the
morning and evening, as time permits. If this is an emergency, please call
my cell. Thanks and have a pleasant weekend! :-)
Note: This is an automated response to your message "users Digest, Vol 49,
Issue 27" sent on 8/26/2011 3:06:09.
This is the only notification you will receive while this person is away.
Michael Maslak, Jr.
RESPONSE, LLC
Telematics Software Engineer
407-444-7898
RESPONSESupport(a)national.aaa.com<blocked::mailto:RESPONSESupport@national.aaa.com>
________________________________
This communication (including all attachments) is intended solely for
the use of the person(s) to whom it is addressed and should be treated
as a confidential AAA communication. If you are not the intended
recipient, any use, distribution, printing, or copying of this email is
strictly prohibited. If you received this email in error, please
immediately delete it from your system and notify the originator. Your
cooperation is appreciated.
Hello,
My company wants to migrate the content of an Oracle database into XWiki. This database contains files (xls, doc, rtf etc...) stored in BLOB which are linked with text documents. In order to migrate the text documents, I use the import in Xar format and it's OK, the problem is the migration of the files. In my Wiki I chose the option to store the attached files outside the database. I expected to put "metadatas attachment" in the xml files and simply copy my files in the right directory but it doesn't work. Is it a wrong idea ? What's the best way to do it ?
Thank you for help.
Françoise Cadin
Does anyone know a trick to add a counter just after the Annotations
links of a page ?
The aim is to quickly see the number of annotations near the top of
the page, as it is shown for comments and attachments.
I know this feature is available in 3.0, the idea is to get it in 2.7.
Thanks,
Maxime Sinclair
Hi,
In XE 2.7.2 and 3.1, using Groovy in a wiki page, a call to
- xwiki.getDocument( "Main.WebHome") returns the correct document object
- xwiki.getDocument( "WebHome") returns the WebHome doc object of the
current space (not really documented in the javadoc)
- xwiki.getDocument( "NotExistingDocName") returns a Document object
(a empty one I suppose) instead of a null
Is it a bug or do I miss something ?
Is there another way to test that a page, specified by its name, exists ?
Thanks
Maxime Sinclair
Can anyone provide some help with the, probably old, xwiki TaskManager
app [1]..
I've installed it -semi successfully- on xwiki 3.0... but now some of
the stock macros have an odd look to them.
Perhaps something got overwritten in the css / look area on the xar
import.
[1] http://extensions.xwiki.org/xwiki/bin/view/Extension/Task+Manager+Applicati…
------
thanks
kevin.foote
Is there an event to listen for annotation added. I am looking for something
similar to xwiki:annotations:filter:changed
I would like to listen to annotation added events
document.observe("xwiki:annotations:filter:changed", function(event){
alert("annot filter change");
});
===I would like to know if this is available====
document.observe("xwiki:annotations:added", function(event){
alert("annot filter change");
});
Thanks
Ravi
--
View this message in context: http://xwiki.475771.n2.nabble.com/Annotation-added-event-tp6693845p6693845.…
Sent from the XWiki- Users mailing list archive at Nabble.com.