[xwiki-users] Need clarity: programming rights

2010-07-06 Thread Ivan Levashew
Hello! I am thinking about the purpose of this extension: http://code.xwiki.org/xwiki/bin/view/Extensions/ProgrammingRightTestGreasemonkeyExtension > It is easy to forget and save pages with programming permission It is not only easy but also unobvious. I don't understand how to turn on and of

Re: [xwiki-users] state of xwiki concerto

2010-07-06 Thread Thomas Hoeschele
Hi, yeah but i thought the database would handle any conflicts, beside a read only mode is enough for enterprise environment. It would allow employees to access all the information needed offline, changes could be code only like XEclipse, which get solved once online again. E.G. in the company

Re: [xwiki-users] state of xwiki concerto

2010-07-06 Thread Ludovic Dubost
Le 06/07/10 17:58, Eduard Moraru a écrit : Hi, On 07/06/2010 05:57 PM, Thomas Höschele wrote: Thanks for the reply Eduard, However, both options don't seem to be what is most useful. A third option would be to have an xwiki installation on the pc running on a MySQL replication Database, and

Re: [xwiki-users] Attached/Linked JAR files in Grrovy Scripting.

2010-07-06 Thread Deven Phillips
UPDATE: The problem has been resolved on Linux by adding: URIEncoding="UTF-8" As a property to the tomcat/conf/server.xml file for the "Connector" node. The problem still persists on Windows. Thanks, Deven On Tue, Jul 6, 2010 at 11:58 AM, Deven Phillips wrote: > I need to amend my last state

Re: [xwiki-users] UWC - Universal Wiki Converter??

2010-07-06 Thread Thomas Mortagne
On Tue, Jul 6, 2010 at 20:02, John Cavanaugh wrote: > > > Has anyone taken a look at > https://studio.plugins.atlassian.com/wiki/display/UWC/Universal+Wiki+Convert > er > > > > It is an apache licensed converter for confluence.  It looks like it might > be something where instead of converting to

[xwiki-users] UWC - Universal Wiki Converter??

2010-07-06 Thread John Cavanaugh
Has anyone taken a look at https://studio.plugins.atlassian.com/wiki/display/UWC/Universal+Wiki+Convert er It is an apache licensed converter for confluence. It looks like it might be something where instead of converting to confluence it could be tweaked to export to xwiki format. --

[xwiki-users] DatePicker Application appears behind Modal Box

2010-07-06 Thread Abel Solórzano Astorga
Hi, I was trying to use the DatePicker Application inside a Modal Box Application. The problem is that the DatePicker pop-up appears behind the modal box. I try to use the zindex property. But it doesn't work. This is the code I am using: afterLoad: function() { var dpicker = new DatePicker({rel

Re: [xwiki-users] Attached/Linked JAR files in Grrovy Scripting.

2010-07-06 Thread Deven Phillips
I need to amend my last statement. Empty tags is not enough to replicate the error. Putting a simple: print "Hello World" ; between the tags is enough though. Thanks, Deven On Tue, Jul 6, 2010 at 11:54 AM, Deven Phillips wrote: > More information. Simply adding the open and close {{groovy}} t

Re: [xwiki-users] state of xwiki concerto

2010-07-06 Thread Eduard Moraru
Hi, On 07/06/2010 05:57 PM, Thomas Höschele wrote: > Thanks for the reply Eduard, > > However, both options don't seem to be what is most useful. > > A third option would be to have an xwiki installation on the pc running on a > MySQL replication Database, and synchronize the Database every time y

Re: [xwiki-users] Attached/Linked JAR files in Grrovy Scripting.

2010-07-06 Thread Deven Phillips
More information. Simply adding the open and close {{groovy}} tags is enough to cause the problem. I am using XWiki 2.3.1 build number 29118. So, if your entire page merely consisted of: {{groovy jars="attach:myJar.jar"}} {{/groovy}} That would be enough to replicate the problem I am having. Add

Re: [xwiki-users] Attached/Linked JAR files in Grrovy Scripting.

2010-07-06 Thread Deven Phillips
OK, understood. That still does not solve my problem. Yes, I enabled debug logging in order to get as much information as possible to troubleshoot this issue. I have tried using attached jar files and jar files linked via http: Examples: {{groovy jars="http://myhost.com/configBackup.jar"}}{{/groo

Re: [xwiki-users] Attached/Linked JAR files in Grrovy Scripting.

2010-07-06 Thread Thomas Mortagne
On Tue, Jul 6, 2010 at 17:10, Deven Phillips wrote: > All, > >    I am having issues on an upgraded and a clean install of XWiki > 2.3.1. I attach a jar file (configBackup.jar) and try to use that in > my groovy script as follows: > > {{groovy jars="attach:configBackup.jar"}} > import path.to.my.c

[xwiki-users] Attached/Linked JAR files in Grrovy Scripting.

2010-07-06 Thread Deven Phillips
All, I am having issues on an upgraded and a clean install of XWiki 2.3.1. I attach a jar file (configBackup.jar) and try to use that in my groovy script as follows: {{groovy jars="attach:configBackup.jar"}} import path.to.my.class; ... ... {{/groovy}} The thread which is processing the page

Re: [xwiki-users] state of xwiki concerto

2010-07-06 Thread Thomas Höschele
Thanks for the reply Eduard, However, both options don't seem to be what is most useful. A third option would be to have an xwiki installation on the pc running on a MySQL replication Database, and synchronize the Database every time you get a connection. This sounds kind of like Concerto also s

Re: [xwiki-users] state of xwiki concerto

2010-07-06 Thread Eduard Moraru
Hi, On 07/06/2010 04:07 PM, Thomas Hoeschele wrote: > Just jumping in here, as I have to ask this: is there any Possilibity to Use > XWiki Offline apart from Concerto? I consider this a crucial feature for a > lot of enterprise where employees have to work outside or have no internet in > meeti

Re: [xwiki-users] bad rtf exportation and customizing the pdf export look and feel

2010-07-06 Thread Marine Julian
Wilson Leão Neto wrote: > > "Actually, I didn't try but I took a look at it and I was able to add some > little things. I don't think I can help you but... who knows ? What are > your > problems ?" > > I wanna be able to modify also the TOC. Specifically, I wanna be able to > modify it: > > $m

Re: [xwiki-users] Export - Request For Enhancement

2010-07-06 Thread Thomas Mortagne
On Tue, Jul 6, 2010 at 15:35, Deven Phillips wrote: > The Export tool which output's XAR files includes the UUID in the XML > file. This would cause a conflict between unlinked XWiki > installations. As the import process will automatically generate a > UUID for XML files which do not have one, I

Re: [xwiki-users] Error when building new xwiki component

2010-07-06 Thread Marius Dumitru Florea
Hi Marine, On 07/06/2010 04:38 PM, Marine Julian wrote: > > Hi Anca, > > > Anca Luca wrote: >> >> Right now this would be 2.4-SNAPSHOT or a 2.3 release (2.3, 2.3.1, 2.3.2). >> >> The -SNAPSHOT versions means the .jar produced by the continuous >> integration server, from a snapshot of the sources,

[xwiki-users] Export - Request For Enhancement

2010-07-06 Thread Deven Phillips
The Export tool which output's XAR files includes the UUID in the XML file. This would cause a conflict between unlinked XWiki installations. As the import process will automatically generate a UUID for XML files which do not have one, I would recommend changing the export to exclude that property.

Re: [xwiki-users] Error when building new xwiki component

2010-07-06 Thread Marine Julian
Hi Anca, Anca Luca wrote: > > Right now this would be 2.4-SNAPSHOT or a 2.3 release (2.3, 2.3.1, 2.3.2). > > The -SNAPSHOT versions means the .jar produced by the continuous > integration server, from a snapshot of the sources, which exists and > makes sense for the trunk or "active" branche

Re: [xwiki-users] state of xwiki concerto

2010-07-06 Thread Thomas Hoeschele
Just jumping in here, as I have to ask this: is there any Possilibity to Use XWiki Offline apart from Concerto? I consider this a crucial feature for a lot of enterprise where employees have to work outside or have no internet in meetings. Btw, I thing something like XEclipse with Page preview

Re: [xwiki-users] Error when building new xwiki component

2010-07-06 Thread Anca Luca
Hi Marine, On 07/06/2010 02:55 PM, Marine JULIAN wrote: > Hello, > > To understand how the creation of xwiki component works, I followed the > tutorial at > http://platform.xwiki.org/xwiki/bin/view/DevGuide/WritingComponents and I > previously read the Building XWiki from sources page ( > http://d

Re: [xwiki-users] Error when building new xwiki component

2010-07-06 Thread Anca Luca
Hi Marine, On 07/06/2010 02:55 PM, Marine JULIAN wrote: > Hello, > > To understand how the creation of xwiki component works, I followed the > tutorial at > http://platform.xwiki.org/xwiki/bin/view/DevGuide/WritingComponents and I > previously read the Building XWiki from sources page ( > http://d

Re: [xwiki-users] Questions about LDAP in XEM 2.3.1

2010-07-06 Thread Thomas Mortagne
On Tue, Jul 6, 2010 at 14:09, Marine Julian wrote: > > > tmortagne wrote: >> >> It's generally the easiest yes. You assign all the groups to the >> proper wiki/spaces/pages and then you just need to put the users in >> the proper groups. When you have lots of users it's becoming quickly >> very di

Re: [xwiki-users] Questions about LDAP in XEM 2.3.1

2010-07-06 Thread Marine Julian
tmortagne wrote: > > It's generally the easiest yes. You assign all the groups to the > proper wiki/spaces/pages and then you just need to put the users in > the proper groups. When you have lots of users it's becoming quickly > very difficult to directly assign rights to single users. > Okay,

[xwiki-users] Error when building new xwiki component

2010-07-06 Thread Marine JULIAN
Hello, To understand how the creation of xwiki component works, I followed the tutorial at http://platform.xwiki.org/xwiki/bin/view/DevGuide/WritingComponents and I previously read the Building XWiki from sources page ( http://dev.xwiki.org/xwiki/bin/view/Community/Building). My goal is to integra

Re: [xwiki-users] state of xwiki concerto

2010-07-06 Thread Ponder Muse
Hi Eduard, > I have fixed the build issues and now Concerto should be building > without problems. > > Please make sure to follow the steps described at > http://concerto.xwiki.org/xwiki/bin/view/Main/Tutorial > Thanks for your efforts in making Concerto available again. > On the other hand, i

Re: [xwiki-users] [Vote][Proposal] Action Menus Improvements part 2

2010-07-06 Thread Ecaterina Valica
On Mon, Jul 5, 2010 at 18:57, GeLo wrote: > 1. New "Add" menu > -1 I don't like the green button ! And I would prefer to have the items of > the menu in the reverse order. First, add a comment or attachment, then a > new page, ...and at last (at the bottom of the menu), add a new space. From > th