Hello. I'm registered to myxwiki as *albalv* and I would have an
''instance'' of xwiki mostly to develop and test velocity and groovy
dynamic pages. I think that *albalv.myxwiki.org* will be perfect if
it's possible.
If you have any question, please reply to this message. Thank you a
lot for this service.
- Alberto Alvino
Hi,
I'm trying to extend wysiwyg editor with a new menu item or toolbar icon.
Here are the steps I'm following but the new menu item doesn't appear in
editor.
1) i copied ImporterPlugin java files to my project and modified package
name
2) i modified plugin name in SomethingPluginFactory and menu item name
in SomethingMenuExtension.
3) i export classes to a jar and copied to lib xwiki folder.
4) modified macros.vm and put in plugin and menu parameters the name of new
plugin
After restarted xwiki and couldn't see the new menu item.
Do I have the jar in the correct place? Do I need to tell xwiki to enable
the use of this "new" jar?
Thanks,
Marco Pinheiro
Hi all,
Question:
Is it possible to execute a velocity code on my entire wiki?
Background:
I want to disable comments-attachments-etc for users without editing
rights, but keep it visible for people with editing rights.
Thanks to Ricardo I found this code at
http://www.mailarchive.com/users@xwiki.org/msg13732.html
#if($hasEdit)
#set ($showcomments="yes")
#set ($showattachments = "yes")
#set ($showhistory="yes")
#set ($showinformation = "yes")
#else
#set ($showcomments="no")
#set ($showattachments = "no")
#set ($showhistory="no")
#set ($showinformation = "no")
#end
I put it in a single page and it works perfectly, but I want to use it
for my entire wiki and obviously do not want to put a velocity script
in each and every page.
I hope someone can help me out !
Thanks in advance,
Wouter
Hello
I see in Java API attachment.getComment() but i did not see any field to enter a comment
on an attachment in GUI.
How to enter comment on attachment ?
I have activated mandatory comment option on page edition, and i would like to do the same thing on each
attachment.
Is there any solution for that ?
I am under XWiki Enterprise 3.0-milestone-2.34501
XWiki is a great job !
Thanks a lot
**************************************************************************************************************************
Ce message et toutes les pieces jointes sont confidentiels et etablis à l'intention exclusive de ses destinataires.
Toute utilisation ou diffusion non autorisee est interdite.
Tout message electronique est susceptible d'alteration.
SISTEER decline toute responsabilite au titre de ce message s'il a ete altere, deforme ou falsifie.
Si vous n'etes pas le destinataire de ce message, merci de le detruire et d'informer l'expediteur.
**************************************************************************************************************************
This message and any attachments are confidential and intended solely for the addressee(s).
Any unauthorised use or dissemination is prohibited.
E-mails are susceptible to alteration.
SISTEER shall not be liable for the message if altered, changed or falsified.
If you are not the intended addressee of this message, please cancel it immediately and inform the sender.
**************************************************************************************************************************
Hi,
I don't know if the tag cloud suffers from the same escaping problem as
the activity stream. Kevin, feel free to figure it out! I don't have time
to do so right now, I'm sorry.
Regards,
Wouter
Wouter Boasson (MSc)
Geo-IT Research and Coordination
RIVM - National Institute for Public Health and the Environment
Expertise Centre for Methodology and Information Services
Contact information
-----------------------
RIVM
VenZ/EMI, Pb 86
t.a.v. dhr. Drs. Wouter Boasson
Postbus 1
3720 BA Bilthoven
T +31(0)302748518
F +31(0)302744456
E wouter.boasson(a)rivm.nl
mo - th
Disclaimer RIVM
I'm working on setting up a wiki for a development group, and we're having
some issues with the Lucene searching. The two main problems are that
attached files are returned in the search results (usually all images are
shown before the page), and searching for the page title (even exactly)
doesn't usually return that page as the first result. Do you have any
suggestions for fixing this?
Thanks!
Michael
Hello all,
Pretty new to xwiki here running 2.7 from war. Just trying to figure
some of the basics out.
I'm wondering how to list the pages that are under a space. Is there a
macro for this? Is there a gadget that will do this?
What I'm looking for is something like this[1] under the "Documents in
space Skins" heading.
[1] http://incubator.myxwiki.org/xwiki/bin/view/Skins/
------
thanks
kevin.foote