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
Is there a way to avoid showing pages such as "Watchlist hourly email
notifier" in the "Recently Modified" panel on the wiki? I'd like to
avoid showing, in the "Recently Modified" panel, any "system page" (for
lack of a better name... ), i.e., pages that are not normally edited by
a user.
E.g. my Recently Modified panel currently shows
* Watchlist hourly email notifier
* Watchlist daily email notifier
* Data Source Implementation Questions
* jpascual
* Skin
I'd consider all but the middle one "Data Source Implementation
Questions" to be "system pages" that aren't interesting to the typical
user.
--
Mark Wallace
Principal Engineer, Semantic Applications
Modus Operandi, Melbourne, FL, USA
Hello!
Annotations extension didn't work. It is not translation even though I put
AnnotationCode.Translations in XWiki.Preferences.
It accuses annotation.action.create.form.loaderrorUnauthorized when trying
to put annotations.
Can anyone help me?
--
Atenciosamente,
Erica Usui.
Hello,
I've a problem with language in Watch List Application: I'm in a French organization, but my notification message is in english.
My platforms are:
- DEV: XWIKI ENTERPRISE 2.7.33656 on Tomcat 6.0 / Windows XP
- PROD: XWIKI ENTERPRISE 2.7.33656 on Tomcat 5.5.25 / Linux
Same behaviour on both:
In any document, $msg.get("watchlist.notification.email.greeting", ["Nicolas"]) ==> "Bonjour Nicolas,". (==> my bundles are correct)
But in the Notification Message, $msg.get("watchlist.notification.email.greeting", ["Nicolas"]) ==> "Hello Nicolas," and $context.language == "en" (I've printed the value in the message to check)
My configuration:
- In admin page: Multilingual=fr, languages=fr, defaultlanguage=fr
- In each user preferences page: DefaultLanguage=fr
- In WatchListMessage page (object editor): language changed from "en" to "fr"
- In Tomcat: -Duser.language=fr -Duser.country=FR (checked in tomcat admin application)
Something is wrong, but I don't see what
Any Idea?
Thank you
-------------
Nicolas Chéneau-Gréhalle
Hi,
I discovered a hard to find HQL/SQL error related to the new
ActivityStream (V2.6.1). Sometimes the activitystream did not display at
all, with loads of threads dumped in the log.
The problem appeared to be related to specific documents, having a '
(single quote) in the document's name. Besides this, the problem only
appears when displaying the pages belonging to a specific tag. More
specifically, when the automagically crafted HQL to select the document
contains these specific names, so the problem did not show up when
displaying the Activity for the entire wiki, for example.
Took me hours to find and solve it, but it's a matter of minutes to repair
it. The solution: escape page names.
In the Activity page, edit object mode, go to the Activity Macro
(something like <mywiki>/bin/edit/Main/Activity?editor=object)
look for the macro code, and change line 168:
#set($filterClause = $filterClause + "'" +
$colValue.replaceAll("\'", "\'\'") + "'" )
This effectively replaces a single quote with two single quotes, which is
the proper way of escaping for HQL.
But, altogether, I'd love it when all these obviously problematic
characters were simply banned out from the technical/URL document name,
this always generates hard to find problems.
Good luck,
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
Hello!
This is what is happening... When creating (or importing) a panel in my
xwiki farm, and trying to set it at a Space panel layout, the panel which is
actually set is the previous one, in the list of panels.
For example, when I create a new panel with category "information", and
trying to set it as my panel at a given Space, it saves the action normally,
but the one I see in the Space is "Stats Panel".
Why is this happening? I didn't have this problem previosly...
Can anyone help me?
--
Atenciosamente,
Erica Usui.
I added on http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Installation
link for my own tutorial about XWiki Installation: XWiki On Windows -
GlassFish - Oracle (Russian).
It is not finished yet at all. I planned also to describe LDAP configuration
and external DB connecting configuration. Also, I will translate it to
English and Romanian languages.
I have a question. If you will open this tutorial - you can see that all
text inside macroses {{code}}, {{info}}, {{warning}} looks not good. On my
personal laptop all is ok. Why? I seen some other installations of XWiki
with same problems, and I cannot find way to resolve this problem.
PS. Also, any comments, questions and suggestions about this tutorial is
greeting.
--
Thanks beforehand
Eugen Colesnicov
--
View this message in context: http://xwiki.475771.n2.nabble.com/Tutorial-XWiki-On-Windows-GlassFish-Oracl…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi all
I need to be able to attach Word 2007 templates (.dotx) on pages, but when I
try downloading them in IE8 they download as zips full of xml files. I
tracked down where this is held in xwiki>WEB-INF>web.xml and towards the
bottom of the file there are mime mappings and I notice the one for .dotx is
missing?
I tried adding
<mime-mapping>
<extension>dotx</extension>
<mime-type>application/msword</mime-type>
</mime-mapping>
<mime-mapping>
<extension>dotx</extension
<mine-type>application/vnd.openxmlformats-officedocument.templateml.template</mime-type>
</mime-mapping>
but that prevented my wiki from working (DNS error), so how can I alter the
file to get .dotx files to download as .dotx?
Thanks
-----
----
Lockie
--
View this message in context: http://xwiki.475771.n2.nabble.com/Dotx-file-attachments-open-as-zips-in-IE8…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I may be being particularly dense here, but as a relatively new user of a
myxwiki account, I don't understand what tasks I need to perform to get my
wiki aligned with the latest upgrade. As a result I am getting a number of
pages with embedded text, such as "This configuration cannot be displayed
because it was last edited by
Admin<http://crindau.myxwiki.org/xwiki/bin/view/XWiki/Admin>who
doesn't have permission to edit this page." I don't want to give up on
xwiki, as I am really pleased with what I have achieved, even though I only
appear to be scratching the surface at the moment.
Any and all help gratefully received.
Thanks,
Jonathan
Hey everyone, I have two quick questions:
What are the max/min dimensions of the user profile icon?
Also what is the size that it gets re-sized to in the activity stream?
Thanks in advance,
-Dave
Hi,
The wysiwyg editor configuration document, at least for me, was difficult to
comprehend. I was looking for a way to center tables/text/images on my
xwiki, but failed to get the result using xwiki syntax2. So, I wanted to add
the justifyleft, justifycenter, justifyright and justifyfull buttons to the
wysiwyg editor, so my users don't have to use wiki syntax. I found that the
syntax in the templates/macros.vm file is completely different from what is
described in the configuration document, but still understandable. So I
added the buttons in the following line:
#set($ok = $parameters.put('toolbar',
$xwiki.getXWikiPreference('wysiwyg.toolbar', 'bold italic underline
strikethrough | justifyleft justifycenter justifyright justifyfull |
subscript superscript | unorderedlist orderedlist | outdent indent | undo
redo | format | hr symbol | paste')))
However, after service restart the wysiwyg editor is unchanged. Can someone
help me out with this?
Best,
Mark
--
View this message in context: http://xwiki.475771.n2.nabble.com/WYSIWYG-Editor-adding-toolbar-buttons-tp6…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Thanks for that, I got that working
I went to the MindMap page and attached a new MindMap and ran into this error.
This is the mimdmap-1.02.xar I have loaded, I did that to replace the
mindmap-1.0.xar I had previously loaded.
XWIKI ENTERPRISE 2.6.33065
load: class freemind.main.FreeMindApplet.class not found.
java.lang.ClassNotFoundException: freemind.main.FreeMindApplet.class
at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
at
sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown
Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: open HTTP connection
failed:https://servername.com.au/xwiki/bin/view/Sandbox/freemind/main/FreeMindApplet/class.class
at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
... 9 more
Exception: java.lang.ClassNotFoundException:
freemind.main.FreeMindApplet.class
I assume I haven't done something to the Wiki
What did I miss?
Cheers
Peter
Quoting Raluca Stavro <rmorosan(a)gmail.com>:
> Hello,
>
> On Thu, Feb 17, 2011 at 2:12 PM, Peter McLarty <
> peter.mclarty(a)pacificdbms.com.au> wrote:
>
>> Hi All
>>
>> I open the mindmap.tools page after installing and there is a warning to
>> add MindMap.Translations in the translations page.
>> I am confused as to which page this is, how do I access this page to add
>> this entry?
>> Xwiki is 2.6..33065
>>
>
> Go to Wiki Administration -> Programming and add 'MindMap.Translations' to
> 'Internationalization Document Bundles' property value.
> This is an example of value:
>
> Space1.TranslationPage1,Space1.TranslationPage2,Space2.TranslationPage3,MindMap.Translations
>
> You might have an empty value if the wiki has no other document used for
> internationalization.
> In this case, just set the value to: MindMap.Translations .
>
> Raluca.
>
>
>>
>>
>> Cheers
>>
>> Peter
>> _______________________________________________
>> users mailing list
>> users(a)xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>>
>
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
Hello,
What is the best way to create a configurable macro ?
For example, a macro uses an external resource (like the address of a
server). The administrator of the wiki must configure this resource
during the installation of the macro (just after the import). Of
course, he can update the source code of the macro but it is not very
user friendly.
Do you have any suggestions ? Thank for your help.
Maxime Sinclair
Hi,
we've updatet XWiki 1.7 XE to 2.7.33656 and are using the Wiki Manager to
have a Wiki Farm.
There is a strange behaviour we have not realized immediately related to
search requests.
It seams that the name of the virtual wiki is causing the problem. Its name
is "it" and is used as solution base for IT problems.
We can reproduce the problem by:
- create a new virtual wiki with name "it" (without quotation marks).
- import xwiki-enterprise-wiki-2.7.xar
- search with lucene (no results):
.../view/Main/LuceneSearch?text=sandbox&space=
- search with old engine (see pages):
.../view/Main/WebSearch?text=sandbox&space=
We tried to change the analyzer in xwiki.cfg:
xwiki.plugins.lucene.analyzer=org.apache.lucene.analysis.de.GermanAnalyzer
-> no success
Our virtual wikis are mapped via virtual path (xwiki.cfg:
xwiki.virtual.usepath=1).
It would be nice to keep the virtual wiki name. Is there a workaround to
handle this problem?
Regards,
Rudolf
--
View this message in context: http://xwiki.475771.n2.nabble.com/Lucene-search-Problem-with-Wiki-Farm-Memb…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Bonjour and Hello,
>
> So I won't risk it. I am an educational consultant with our
province's (Prince Edward Island, Canada)
> Dept. of Education. I am also a student in a course on technology.
An
> assignment that I have is to research Wikis and to choose one, and
> experiment with it in a school context for a period of at least six
> weeks. For that reason I would like to have a wiki hosted on your
> farm.
>
> I am hoping to use the username EamonG. The server name could be
> efgNumératie.
Thank-you
Eamon
Eamon Graham
Spécialiste des programmes de maths et sciences (1re année à la 6e
année)
en français et en immersion française
Ministère de l'Éducation et du Développement de la petite enfance
Holman Centre
250 Water Street, Suite 101
Summerside, PE
C1N 1B6
téléphone: (902) 438-4136
télécopieur: (902) 438-4884
Better to light a candle than to curse the darkness. -- Chinese
Proverb
Vaut mieux allumer une chandelle que de maudire la noirceur. -- Dicton
chinois
-------------------------
Statement of Confidentiality
This message (including attachments) may contain confidential or privileged information intended for a specific individual or organization. If you have received this communication in error, please notify the sender immediately. If you are not the intended recipient, you are not authorized to use, disclose, distribute, copy, print or rely on this email, and should promptly delete this email from your entire computer system.
Hi All
I open the mindmap.tools page after installing and there is a warning to add MindMap.Translations in the translations page.
I am confused as to which page this is, how do I access this page to add this entry?
Xwiki is 2.6..33065
Cheers
Peter