Re: [xwiki-users] [myxwiki] new wiki request

2010-02-23 Thread Vincent Massol
On Feb 24, 2010, at 2:06 AM, Sergiu Dumitriu wrote: > On 02/23/2010 10:43 PM, david laure wrote: >> Hi ! >> >> I am working for www.planetemer.org as a webmaster and I would like to >> present my coleagues the tool. >> We are often working on projects documents, and 'several-hands-writting' >> t

[xwiki-users] Fwd: Ampersands in livetable filtering column bug

2010-02-23 Thread Vincent Massol
forwarding to the list -Vincent Begin forwarded message: > From: Radek Rekas > Date: February 24, 2010 1:19:38 AM GMT+01:00 > To: Vincent Massol > Subject: RE: [xwiki-users] Ampersands in livetable filtering column bug > > Hi Vincent, > > I've just tested this and it still occurs in XE 2.2 >

Re: [xwiki-users] international characters in space names

2010-02-23 Thread Sergiu Dumitriu
On 02/23/2010 12:39 PM, Axel Zuzek wrote: > hello, > > I have several spaces starting with a special charakter ÖGroup etc. > > xwiki search doesn't find any attachements that are attached to groups > starting with Ö This should work fine. Make sure that your database is properly configured. This

Re: [xwiki-users] Ampersands in livetable filtering column bug

2010-02-23 Thread Sergiu Dumitriu
On 02/24/2010 03:30 AM, Radek Rekas wrote: > Hi Vincent, > > I've just checked and this problem still exists in XE 2.2. > > I've managed to fix it on my local XE 2.2 setup by changing line 189 of the > resources/js/xwiki/table/livetable.js file from: > for(key in > this.filters){if(!existing[key]

Re: [xwiki-users] Ampersands in livetable filtering column bug

2010-02-23 Thread Radek Rekas
Hi Vincent, I've just checked and this problem still exists in XE 2.2. I've managed to fix it on my local XE 2.2 setup by changing line 189 of the resources/js/xwiki/table/livetable.js file from: for(key in this.filters){if(!existing[key]&&this.filters[key]!=""){filterString+="&"+key+"="+this.f

Re: [xwiki-users] [myxwiki] new wiki request

2010-02-23 Thread Sergiu Dumitriu
On 02/23/2010 10:43 PM, david laure wrote: > Hi ! > > I am working for www.planetemer.org as a webmaster and I would like to > present my coleagues the tool. > We are often working on projects documents, and 'several-hands-writting' > tool would be useful. > Is it possible in this npo version to ha

Re: [xwiki-users] self defined macros OR include

2010-02-23 Thread Jeremie BOUSQUET
Hi, In syntax 1.0 you could use include to declare global velocity macros for example (including a page containing these macros where you want to use them). In syntax 2.0 as far as I understand you don't need to use {{include}} to create or include macros, you'd better use {{macro}} wich allows c

Re: [xwiki-users] Translations

2010-02-23 Thread Thomas Mortagne
On Tue, Feb 23, 2010 at 17:30, stefan bachert wrote: > Hi, > > to translate texts into a more correct german I extracted > ApplicationResources_de.properties to WEB_INF/lib. > This seems to work. I am willing to share this with others, however, it would > took days when I am using the i10n.xwiki

[xwiki-users] [myxwiki] new wiki request

2010-02-23 Thread david laure
Hi ! I am working for www.planetemer.org as a webmaster and I would like to present my coleagues the tool. We are often working on projects documents, and 'several-hands-writting' tool would be useful. Is it possible in this npo version to have different profiles and co-edit a dozen of documents ?

Re: [xwiki-users] self defined macros OR include

2010-02-23 Thread Meng Wu
Stefan, When you want to duplicate one macro over several pages. For example, if you look closely at the document index page source, it's actually including three different types of tables: tableview, treeview, etc. I believe you can implement dynamic ajax indexes using the include macro, just

[xwiki-users] self defined macros OR include

2010-02-23 Thread stefan bachert
Hi, in generell self defined are more flexible than to use an {{include}} Are there circumstances were {{include}} offers advantages? Stefan Bachert __ Do You Yahoo!? Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen

Re: [xwiki-users] Macro in html-macro

2010-02-23 Thread Jeremie BOUSQUET
Hi, I don't quite agree ... Developers might see velocity, would they be end user or not, of course. But they might see wiki syntax even if they are not developers, because this is what wiki syntax was created in first place : easy editing "in place" with very simple syntax to learn (** for bold

[xwiki-users] restore page, recycle bin

2010-02-23 Thread matt5574
Hi community, today I deleted a bunch of pages by accident by running buggy (self written) code. Well, that can happen. What I found to be frustrating was something else. 1) I had to be an administrator to restore a previously deleted page from the recycle bin. I didn't find a way to give an ordi

Re: [xwiki-users] XOffice : Which (how) .Net version ?

2010-02-23 Thread Simon Glet
I am looking forward to the next release ! Thanks Simon Glet On Tue, Feb 23, 2010 at 11:58 AM, Florin Ciubotaru wrote: > > Hi, > > Just found that msdn page too after seeing Sergiu's tip. Looks that the > problem is on my side since I published the binaries from a Win7 RC machine. > I'll republi

Re: [xwiki-users] Problems with links

2010-02-23 Thread Marius Dumitru Florea
Hi Claudio, ccoreggioli wrote: > Hi Marius, > > i prepared a test environment where i can always reproduce the problem, if > you want to try it. > > You can edit this page: > > https://www.gidi.it/xwiki/bin/view/Claudio/ProvaLink I managed to reproduce the issue on a virtual machine with IE7.

Re: [xwiki-users] Getting a user preference as a list

2010-02-23 Thread Valdis Vītoliņš
Method to get chosen list is .getListValue('value') Valdis > Hello, > > I'm trying to get the value of a property in XWikiPreferences of type > Database List that has mutiple-select capability. When I do > $xwiki.getUserPreference("property_name"), it returns a string that is a > representati

Re: [xwiki-users] Problems with links

2010-02-23 Thread ccoreggioli
Hi Marius, i prepared a test environment where i can always reproduce the problem, if you want to try it. You can edit this page: https://www.gidi.it/xwiki/bin/view/Claudio/ProvaLink since i made you admin of "Claudio" space. The site is quite slow, due to a couple of "bounces" before the real

Re: [xwiki-users] XOffice : Which (how) .Net version ?

2010-02-23 Thread Florin Ciubotaru
Hi, Just found that msdn page too after seeing Sergiu's tip. Looks that the problem is on my side since I published the binaries from a Win7 RC machine. I'll republish them tomorrow morning from another machine. In order to avoid this, the publishing should be done by hudson. This is just anothe

[xwiki-users] Getting a user preference as a list

2010-02-23 Thread Rieken, Joshua
Hello, I'm trying to get the value of a property in XWikiPreferences of type Database List that has mutiple-select capability. When I do $xwiki.getUserPreference("property_name"), it returns a string that is a representation of the value, so something like: [Value1, Value2, Value4] However, I

[xwiki-users] Translations

2010-02-23 Thread stefan bachert
Hi, to translate texts into a more correct german I extracted ApplicationResources_de.properties to WEB_INF/lib. This seems to work. I am willing to share this with others, however, it would took days when I am using the i10n.xwiki.org facility. However, some translation I did not found. One o

Re: [xwiki-users] international charakters in space names

2010-02-23 Thread hel-o
Theres also a problem with international characters in tags. The tag is created ans assigned to the page but when when you look at the tag pages there are no pages listed. Seems to me xwiki search has a problem with international characters. hel. - semantic-web.hel.at h...@hel.at -- View

Re: [xwiki-users] XOffice : Which (how) .Net version ?

2010-02-23 Thread Simon Glet
Hi Florin, The proxy is not used by XOffice's installer but just in case I shut it down and the problem remains. The major change on my machine is that since the last time I tested XOffice, I installed Visual Studio 2008 Pro and it's SP1. >From this >http://blogs.msdn.com/vsto/archive/2009/05/07

Re: [xwiki-users] rights management 1 user in several groups

2010-02-23 Thread Sergiu Dumitriu
On 02/23/2010 03:53 PM, Axel Zuzek wrote: > hi list, > > when a user is member of several groups which group-permissions/rights are > used to access eg a site, the best one, or worst one, I can't see a system > here. Deny rules are stringer than allow rules. -- Sergiu Dumitriu http://purl.org/ne

Re: [xwiki-users] XOffice : Which (how) .Net version ?

2010-02-23 Thread Sergiu Dumitriu
On 02/23/2010 04:04 PM, Florin Ciubotaru wrote: > Hi Simon, > > XOffice runs on .net 3.5. > If .net 3.5 is not found on your computer then it is automatically > downloaded and installed by the XOffice installer. There's definitely > something wrong there, since you should never get that message. >

Re: [xwiki-users] XOffice : Which (how) .Net version ?

2010-02-23 Thread Florin Ciubotaru
Hi Simon, XOffice runs on .net 3.5. If .net 3.5 is not found on your computer then it is automatically downloaded and installed by the XOffice installer. There's definitely something wrong there, since you should never get that message. I never had this problem but I think this is probably an wr

[xwiki-users] rights management 1 user in several groups

2010-02-23 Thread Axel Zuzek
hi list, when a user is member of several groups which group-permissions/rights are used to access eg a site, the best one, or worst one, I can't see a system here. thx for your help ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/

[xwiki-users] XOffice : Which (how) .Net version ?

2010-02-23 Thread Simon Glet
Hi, In order to debug my connection too XE 2.2 from Word and because it is impossible to tcpdump 127.0.0.1 on Windows I installed a proxy in order to see what is wrong with my connection string. Now that I want to reinstall XOffice_1_1_M2.exe I get the following message : "Name: From: http://xo

Re: [xwiki-users] Macro in html-macro

2010-02-23 Thread stefan bachert
Hi, I am an user of xwiki and I understand velocity. Maybe my users of my Wiki, which is an application of xwiki, won't understand velocity. However, they won't see it all. They will not even see "(x)wiki syntax" Stefan Bachert Von: Sergiu Dumitriu An: XWik

Re: [xwiki-users] Macro in html-macro

2010-02-23 Thread Sergiu Dumitriu
On 02/23/2010 12:48 PM, stefan bachert wrote: > Hi Vincent, > > Technical you are surely totally right in the context of xwiki > But try to see that stuff from an users point of view, not from a developers > one. > An user want to use xwiki not to analyse it. And a USER would expect a macro to un

Re: [xwiki-users] Macro in html-macro

2010-02-23 Thread Thomas Mortagne
XWikiSyntax page is wrong, fixing it. For all macros the reference documentation is the one on code.xwiki.org. On Tue, Feb 23, 2010 at 13:54, stefan bachert wrote: > Hi, > > http://platform.xwiki.org/xwiki/bin/view/Main/XWikiSyntax#HMacros > following the link I found > - > In XWi

Re: [xwiki-users] Macro in html-macro

2010-02-23 Thread stefan bachert
Hi, http://platform.xwiki.org/xwiki/bin/view/Main/XWikiSyntax#HMacros following the link I found - In XWiki Syntax 2.0, by default the HTML macro understands wiki syntax. To prevent this, use {{html wiki="false"}}. - Looking in http://code.xwiki.org/xwiki/bin/vie

Re: [xwiki-users] Macro in html-macro

2010-02-23 Thread Caleb James DeLisle
XWiki 2.0 syntax is defined here: http://platform.xwiki.org/xwiki/bin/view/Main/XWikiSyntax#HMacros Calling macros "not syntax" would be a big change in the way XWiki is documented, and it makes no sense to me since macros are handled by the syntax parser and they are not any external script langua

Re: [xwiki-users] Macro in html-macro

2010-02-23 Thread Vincent Massol
On Feb 23, 2010, at 12:48 PM, stefan bachert wrote: > Hi Vincent, > > Technical you are surely totally right in the context of xwiki > But try to see that stuff from an users point of view, not from a developers > one. > An user want to use xwiki not to analyse it. End users should use the wys

Re: [xwiki-users] Macro in html-macro

2010-02-23 Thread stefan bachert
Hi Vincent, Technical you are surely totally right in the context of xwiki But try to see that stuff from an users point of view, not from a developers one. An user want to use xwiki not to analyse it. Look what the german wikipedia thinks about wiki syntax. No macros at all. http://de.wikipedia

[xwiki-users] international charakters in space names

2010-02-23 Thread Axel Zuzek
hello, I have several spaces starting with a special charakter ÖGroup etc. xwiki search doesn't find any attachements that are attached to groups starting with Ö when I try to search attachements limiting the search to ÖGroup I get the following error: org.xwiki.rendering.macro.MacroExecutionEx

[xwiki-users] international characters in space names

2010-02-23 Thread Axel Zuzek
hello, I have several spaces starting with a special charakter ÖGroup etc. xwiki search doesn't find any attachements that are attached to groups starting with Ö when I try to search attachements limiting the search to ÖGroup I get the following error: org.xwiki.rendering.macro.MacroExecutionEx

Re: [xwiki-users] Create notifications (watchlist jobs) for other users

2010-02-23 Thread Colesnicov Eugen
Sergiu, can you explain, how can I use object editor for subject? I tried, some things here - http://localhost:8080/xwiki/bin/view/XWiki/XWikiClasses. I found "Wiki WatchList Notification Rules Class" - here exists class property - users list. I can modify this property, but only as "template". Ho

Re: [xwiki-users] Macro in html-macro

2010-02-23 Thread Thomas Mortagne
On Tue, Feb 23, 2010 at 11:31, Stefan Bachert wrote: > > Hi, > > Ok, I see it now, too. > > However, the attribute name "wiki" is very misleading. > I still get no link for "wiki syntax" to "macro". {{macro param="value"}} only mean something in xwiki/2.0 syntax, that's how this syntax interpret

Re: [xwiki-users] Rights

2010-02-23 Thread stefan bachert
Hi, >> However, when the more specific user group is no more able to change the >> value when defined at WikiAllGroup, the checkbox should either be invisible >> or readonly to reflect the current state >No, that is not right, since there is no known relationship between two >groups. XWikiAllGro

Re: [xwiki-users] Macro in html-macro

2010-02-23 Thread Vincent Massol
On Feb 23, 2010, at 11:31 AM, Stefan Bachert wrote: > > Hi, > > Ok, I see it now, too. > > However, the attribute name "wiki" is very misleading. It's wiki as in wiki syntax. Macros **are** wiki syntax, otherwise you'd never be able to use macros when you write wiki syntax! -Vincent > I st

Re: [xwiki-users] Macro in html-macro

2010-02-23 Thread Stefan Bachert
Hi, Ok, I see it now, too. However, the attribute name "wiki" is very misleading. I still get no link for "wiki syntax" to "macro". Maybe with internal knowledge this may brighten up. Stefan Bachert Von: vmassol [via XWiki] An: Stefan Bachert Gesendet: Di

Re: [xwiki-users] Rights

2010-02-23 Thread Sergiu Dumitriu
On 02/23/2010 10:54 AM, Stefan Bachert wrote: > > Hi, > > found out what went me wrong. > > I allowed viewing in the assigned user group, but I disabled viewing in the > WikiAllGroup. > > It is surprising to me that the more general WikiAllGroup wins over the more > specific assigned user group. D

Re: [xwiki-users] macros and lists

2010-02-23 Thread Sergiu Dumitriu
On 02/23/2010 10:33 AM, Stefan Bachert wrote: > > Hi Thomas, > > For me it looks that ALL parameter will be converted to STRING > Let's go into concrete > > How to be defined - > {{velocity}} > #set($list = $xcontext.macro.params.listX) > list = $list > #foreach($x in $list

Re: [xwiki-users] Rights

2010-02-23 Thread Thomas Mortagne
On Tue, Feb 23, 2010 at 10:54, Stefan Bachert wrote: > > Hi, > > found out what went me wrong. > > I allowed viewing in the assigned user group, but I disabled viewing in the > WikiAllGroup. > > It is surprising to me that the more general WikiAllGroup wins over the more > specific assigned user g

Re: [xwiki-users] macros and lists

2010-02-23 Thread Thomas Mortagne
On Tue, Feb 23, 2010 at 10:33, Stefan Bachert wrote: > > Hi Thomas, > > For me it looks that ALL parameter will be converted to STRING > Let's go into concrete > > How to be defined - > {{velocity}} > #set($list = $xcontext.macro.params.listX) > list = $list > #foreach($x

Re: [xwiki-users] Macro in html-macro

2010-02-23 Thread Vincent Massol
On Feb 23, 2010, at 11:09 AM, Stefan Bachert wrote: > > Hi, > > I figured it out now. > > {{html wiki=true}} > {{warning}}Warning{{/warning}} > {{/html}} > > setting wiki=true will enable included macros, too. > This is somewhat crude and not documented How can you say it's not documented? h

Re: [xwiki-users] Macro in html-macro

2010-02-23 Thread Stefan Bachert
Hi, I figured it out now. {{html wiki=true}} {{warning}}Warning{{/warning}} {{/html}} setting wiki=true will enable included macros, too. This is somewhat crude and not documented -- View this message in context: http://n2.nabble.com/Macro-in-html-macro-tp4611361p4617987.html Sent from the XW

Re: [xwiki-users] Create notifications (watchlist jobs) for other users

2010-02-23 Thread Sergiu Dumitriu
On 02/23/2010 09:25 AM, Jean-Vincent Drean wrote: > Hi, > > This is not possible for the moment and it's a known limitation. > You can vote for& watch the following issue: > http://jira.xwiki.org/jira/browse/XPWATCHLIST-102 Actually you can, using the object editor. It's not a nice UI, but it ac

Re: [xwiki-users] Suppress DocTitle

2010-02-23 Thread Stefan Bachert
Hi, I figured it out. The easiest solution was to output a style in my page #document-title {visibiliy:collapse;height:0px;} I put it into a macro to reuse this feature at different places Stefan Bachert -- View this message in context: http://n2.nabble.com/Suppress-DocTitle-tp4584920p461

Re: [xwiki-users] Rights

2010-02-23 Thread Stefan Bachert
Hi, found out what went me wrong. I allowed viewing in the assigned user group, but I disabled viewing in the WikiAllGroup. It is surprising to me that the more general WikiAllGroup wins over the more specific assigned user group. However, when the more specific user group is no more able to c

Re: [xwiki-users] macros and lists

2010-02-23 Thread Stefan Bachert
Hi Thomas, For me it looks that ALL parameter will be converted to STRING Let's go into concrete How to be defined - {{velocity}} #set($list = $xcontext.macro.params.listX) list = $list #foreach($x in $list) item = $x #end {{/velocity}} How to apply

Re: [xwiki-users] macros and lists

2010-02-23 Thread Vincent Massol
On Feb 23, 2010, at 10:07 AM, Thomas Mortagne wrote: > On Tue, Feb 23, 2010 at 09:07, Stefan Bachert wrote: >> >> Ok, let's go into details. >> >> I want to create a macro which build a with its tag. >> Let call them {{buildSelect values=.. /}} >> For the option items I need a list of string

Re: [xwiki-users] macros and lists

2010-02-23 Thread Thomas Mortagne
On Tue, Feb 23, 2010 at 09:07, Stefan Bachert wrote: > > Ok, let's go into details. > > I want to create a macro which build a with its tag. > Let call them {{buildSelect values=.. /}} > For the option items I need a list of string values > calling > {{buildSelect values=["a","b","c"] /}} > does

[xwiki-users] Autoincrement value in class

2010-02-23 Thread Hernández Cuchí , Francisco Ricardo
Hello, I would like to create a class, with a number property that will be autoincrement. Is it posible? How can I do it? Thanks Francisco -- Francisco Hernández Cuchí Jefe de Servicios Sistemas de Información OFICINA ESPAÑOLA DE PATENTES Y MARCAS **

Re: [xwiki-users] Macro in html-macro

2010-02-23 Thread Stefan Bachert
Hi, I am sorry, but I am working very intensive on xwiki (7 days a week). However, I am still a beginner as I started two weeks before. And it is very hard to reply on a digest mailing list. I changed this in spite of the ugly gui. Stefan Bachert -- View this message in context: http://n2.na

Re: [xwiki-users] Create notifications (watchlist jobs) for other users

2010-02-23 Thread Jean-Vincent Drean
Hi, This is not possible for the moment and it's a known limitation. You can vote for & watch the following issue: http://jira.xwiki.org/jira/browse/XPWATCHLIST-102 Thanks, JV. On Tue, Feb 23, 2010 at 9:00 AM, Colesnicov Eugen wrote: > > In XWiki it is very easy to create notifications for curr

Re: [xwiki-users] macros and lists

2010-02-23 Thread Stefan Bachert
Ok, let's go into details. I want to create a macro which build a with its tag. Let call them {{buildSelect values=.. /}} For the option items I need a list of string values calling {{buildSelect values=["a","b","c"] /}} does not work. Display values in the macro just shows "[". OK, there is a

[xwiki-users] Create notifications (watchlist jobs) for other users

2010-02-23 Thread Colesnicov Eugen
In XWiki it is very easy to create notifications for current user, but how I can create notifications (watchlist jobs) for other users? For example, I, as admin, want to create watchlist job for user "test"? -- View this message in context: http://n2.nabble.com/Create-notifications-watchlist-job