Re: [xwiki-users] Extended ToDo Application

2009-05-20 Thread Vincent Massol
Hi Ludovic, Isn't what you wanted to attach the same as http://code.xwiki.org/xwiki/bin/view/Applications/ TaskManagerApplication ? Thanks -Vincent On May 19, 2009, at 11:41 PM, Ludovic Dubost wrote: We have a Task Manager we have done in our internal Wiki. It has the sequential number

[xwiki-users] Customize colors of code macro

2009-05-20 Thread Reto Hotz
Hi, I'd like to customize the colors of the code macro (1.8.3 / xwiki 2.0) In the code macro documentation (http://code.xwiki.org/xwiki/bin/view/Macros/CodeMacro20) I see that there is an cssClass attribute for that purpose. Unfortunately the available css keywords are not documented. Firebug

Re: [xwiki-users] Extended ToDo Application

2009-05-20 Thread Michael Beetz
Hi all, I'd like to go back to my original post, see below. I am using the TaskManagerApplication today. However what's going on? I've discovered that there is slightly a bit more development on the ToDo then on the TaskMananger. Some open issues for the TaskManager: - My post Jan, 3rd

Re: [xwiki-users] Customize colors of code macro

2009-05-20 Thread PERINAUD Christophe
Hi If you look at the jar file of pygments, you will find a subfolder styles wich contains .py source files defining the style of tokens of the language. I am not sure if you can customize them without replacing the jar (and rebuilding the wanted .class from .py/.pyc) -Message

Re: [xwiki-users] XWIKI on OC4J AS 10.1.2.3.0 with oracle 11g

2009-05-20 Thread Marc Baumann
Has someone an idea? Btw. is someone using oracle as 10.1.2.3.0 as a xwiki container? Regards Marc -- View this message in context: http://n2.nabble.com/XWIKI-on-OC4J-AS-10.1.2.3.0-with-oracle-11g-tp2889034p2944803.html Sent from the XWiki- Users mailing list archive at Nabble.com.

Re: [xwiki-users] XWIKI on OC4J AS 10.1.2.3.0 with oracle 11g

2009-05-20 Thread Vanek Martin
There is a ton of classpath collisions with xwiki inside oas. Until xwiki 1.6 search-local-classes-first=true in orion-web.xml solved the problems, but since then thing started to be more complicated. Right now, I have xwiki 1.8.3 deployed into OAS 10.1.3.2 with following orion-application.xml

Re: [xwiki-users] XWIKI on OC4J AS 10.1.2.3.0 with oracle 11g

2009-05-20 Thread Marc Baumann
Hey Thanks for reply. When I test it with your orion-application.xml it won't work. Can you suggest me how to adapt my xml file? orion-application.xml: ?xml version = '1.0'? !DOCTYPE orion-application PUBLIC -//ORACLE//DTD OC4J Application runtime 9.04//EN

Re: [xwiki-users] No users and groups

2009-05-20 Thread PERINAUD Christophe
Hi Stupid question but did you try to clear the cache of the browser ? -Message d'origine- De : users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] De la part de hel-o Envoyé : mercredi 20 mai 2009 12:00 À : users@xwiki.org Objet : Re: [xwiki-users] No users and groups Ok, tried

Re: [xwiki-users] No users and groups

2009-05-20 Thread hel-o
Yes, i did. PERINAUD Christophe wrote: Hi Stupid question but did you try to clear the cache of the browser ? -Message d'origine- De : users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] De la part de hel-o Envoyé : mercredi 20 mai 2009 12:00 À : users@xwiki.org Objet

Re: [xwiki-users] No users and groups

2009-05-20 Thread hel-o
I get two errors in the firebug konsole when i call the admin users page: missing ; before statement [Break on this error] var denymessage = Sie sind ge...zen?.replace('__right__', self.right);\n usersandgroups.js (Linie 91) displayUsers is not defined [Break on this error] var ta = new

[xwiki-users] Problems with PanelWizard (Rico error)

2009-05-20 Thread Matthias . Gsottberger
Hi all, i have a problem with the Panel Wizard in Wiki Preferences: After opening it in Internet-Explorer I get: 'Errors on this Page' : Rico is undefined. on this line in the page-sourcecode: script type=text/javascriptnew Rico.Accordion( 'bicwikinav', {panelHeight:'250',onLoadShowTab:'0'}

Re: [xwiki-users] Customize colors of code macro

2009-05-20 Thread Thomas Mortagne
Hi, There is no way currently to customize macro colors. But there is already code to be able to put classes names instead of hard coded colors in the spans and it just need to add to way to configure it. Can you create an issue for it on http://jira.xwiki.org ? On Wed, May 20, 2009 at 09:15,

Re: [xwiki-users] Customize colors of code macro

2009-05-20 Thread Thomas Mortagne
On Wed, May 20, 2009 at 15:22, Thomas Mortagne thomas.morta...@xwiki.com wrote: Hi, There is no way currently to customize macro colors. Except changing the default Pygments style and repackaging pygments jar as Christophe suggested. But there is already code to be able to put classes names

Re: [xwiki-users] Customize colors of code macro

2009-05-20 Thread Reto Hotz
Hi, Thomas Mortagne wrote: Can you create an issue for it on http://jira.xwiki.org ? Done: http://jira.xwiki.org/jira/browse/XWIKI-3866 Thanks. Reto ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

[xwiki-users] WebSearch and multi wikis

2009-05-20 Thread PERINAUD Christophe
Hello I try to make the WebSearch to search for documents in different wikis. In the WebSearchCode, i loop on 3 wikis, changing the context ($context.setDatabase)but it does not work. I try to give each wiki's name to the searchDocuments function (like #foreach ($item in

Re: [xwiki-users] WebSearch and multi wikis

2009-05-20 Thread Thomas Mortagne
On Wed, May 20, 2009 at 16:24, PERINAUD Christophe christophe.perin...@kbl-bank.com wrote: Hello I try to make the WebSearch to search for documents in different wikis. In the WebSearchCode, i loop on 3 wikis, changing the context ($context.setDatabase)but it does not work. I try to give

Re: [xwiki-users] WebSearch and multi wikis

2009-05-20 Thread PERINAUD Christophe
Thank you Thomas The problem is that i tried both of this solutions with no result. Just to be sure i tested that code : brContext = $context.database brWanted context = $context.mainWikiName #set($ok = $context.setDatabase($context.mainWikiName)) brNew context = $context.database

Re: [xwiki-users] WebSearch and multi wikis

2009-05-20 Thread Thomas Mortagne
On Wed, May 20, 2009 at 16:58, PERINAUD Christophe christophe.perin...@kbl-bank.com wrote: Thank you Thomas The problem is that i tried both of this solutions with no result. Sorry i misread your first mail. Just to be sure i tested that code : brContext = $context.database

Re: [xwiki-users] WebSearch and multi wikis

2009-05-20 Thread PERINAUD Christophe
Sorry i wrote admin rights instead of programming rights. Anyway, i restarted jetty and my browser. Now it works. Thanks for your help -Message d'origine- De : users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] De la part de Thomas Mortagne Envoyé : mercredi 20 mai 2009 17:11 À :

Re: [xwiki-users] XWIKI on OC4J AS 10.1.2.3.0 with oracle 11g

2009-05-20 Thread Vanek Martin
Sorry, mine ear descriptor was created during deployment (since I deploy war) after heavy and chaotic clicking on classloading tab. As far as I remember, I removed all inherited libs except taglibs. -Original Message- From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org]on

[xwiki-users] Tomcat-Xwiki

2009-05-20 Thread Gerritjan Koekkoek
My Configuration MAC OS X 10.5.7 Tomcat 5.5 MySQL XWIKI 1.8.3 I'm trying to import a XAR file of approx 6.2 MB I had a heap-size error, but changed the tomcat startupscript as follows #!/bin/sh export CATALINA_HOME=/usr/local/apache-tomcat-5.5.27 export JAVA_HOME=/usr export JAVA_OPTS=-Xmx512m

[xwiki-users] [myxwiki] new wiki request - queyracines

2009-05-20 Thread Stéphane Laurière
Bonjour à tous, If possible, I'd like to open a wiki named queyracines.myxwiki.org which would be used by a non-profit community around the Queyras history and culture (area of the Hautes-Alpes in France). My id on myxwiki.org is slauriere. By the way, the home page of myxwiki.org seems to link

Re: [xwiki-users] Tomcat-Xwiki

2009-05-20 Thread Paul Libbrecht
Geritjan, there's another error behind this one. Paul Le 20-mai-09 à 21:05, Gerritjan Koekkoek gerritjankoekk...@gmail.com a écrit : My Configuration MAC OS X 10.5.7 Tomcat 5.5 MySQL XWIKI 1.8.3 I'm trying to import a XAR file of approx 6.2 MB I had a heap-size error, but changed