Re: [xwiki-users] Cannot translate page in xwiki-1.1.1

2007-11-04 Thread Vincent Massol

On Nov 4, 2007, at 10:39 PM, Your XEN ICT Team - Ricardo Rodriguez  
wrote:

> Vincent Massol wrote:
>> AFAIK this was fixed for 1.2M2 and 1.1.2.
>>
>> Would be good if one of you could verify it works fine in the new
>> version to be released.
>>
>> You can find nightly builds at http://maven.xwiki.org/releases/. I've
>> also added more detailed links on the download page at:
>> http://www.xwiki.org/xwiki/bin/view/Main/Download
>>
>> Thanks!
>> -Vincent
> Sorry for this question, Vicent, but until I am not able to understand
> POM's magic, please, where could I find, let's say, the *.war file
> corresponding to the last XE 1.2 build done today at 22:09?

I was fearing that the instructions would be too generic but I'm  
curious to know what you were not able to understand so that I can add  
it to the instructions.

If you go in 
http://maven.xwiki.org/snapshots/com/xpn/xwiki/platform/xwiki-web-standard/ 
  you'll find 2 directories, one called 1.1-SNAPSHOT and one called  
1.2-SNAPSHOT. They correspond to the versions being built. Then once  
you're in one of these directories you have direct access to the WAR  
files, named with the date.

The last version that was uploaded is this one (I found this by  
looking at the dates):
http://maven.xwiki.org/snapshots/com/xpn/xwiki/platform/xwiki-web-standard/1.2-SNAPSHOT/xwiki-web-standard-1.2-20071102.133137-12.war

Just realized the build is currently failing because one maven plugin  
cannot be downloaded anymore from a remote repo. Need to fix this.

Thanks
-Vincent

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Displaying Panel items

2007-11-04 Thread Vitantonio Messa
Hi,

it is possible. Instead of checking if the current user has 
administrator rights, you can check if he is in the group you want.

There was a discussion about that some days ago on the mailing list. 
Look for it, if I remember right there was also the code you need.

Vito



V. Harikrishnan Nair wrote:
> Hi.
> 
>   It is seen that Panel items can be hidden from users other than the Admins
> using this statement -> #if ($xwiki.hasAdminRights()), right ? 
> 
>   Is it possible to be able to display certain Panel items to certain user
> groups ? If so, how ?
> 
> Harikrishnan

-- 
Vitantonio Messa
+358 46 889 48 49 - [EMAIL PROTECTED]
COSS - The Finnish Centre for Open Source Solutions
@ Technology Centre Hermia Ltd.
Hermiankatu 1, FIN-33720 Tampere, FINLAND
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Displaying Panel items

2007-11-04 Thread V. Harikrishnan Nair

Hi.

  It is seen that Panel items can be hidden from users other than the Admins
using this statement -> #if ($xwiki.hasAdminRights()), right ? 

  Is it possible to be able to display certain Panel items to certain user
groups ? If so, how ?

Harikrishnan
-- 
View this message in context: 
http://www.nabble.com/Displaying-Panel-items-tf4749669.html#a13581426
Sent from the XWiki- Users mailing list archive at Nabble.com.

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Cannot translate page in xwiki-1.1.1

2007-11-04 Thread Your XEN ICT Team - Ricardo Rodriguez
Vincent Massol wrote:
> AFAIK this was fixed for 1.2M2 and 1.1.2.
>
> Would be good if one of you could verify it works fine in the new  
> version to be released.
>
> You can find nightly builds at http://maven.xwiki.org/releases/. I've  
> also added more detailed links on the download page at:
> http://www.xwiki.org/xwiki/bin/view/Main/Download
>
> Thanks!
> -Vincent
Sorry for this question, Vicent, but until I am not able to understand 
POM's magic, please, where could I find, let's say, the *.war file 
corresponding to the last XE 1.2 build done today at 22:09?

Thanks!!!

-- 
Ricardo Rodríguez
Your XEN ICT Team

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Cannot translate page in xwiki-1.1.1

2007-11-04 Thread Vincent Massol
AFAIK this was fixed for 1.2M2 and 1.1.2.

Would be good if one of you could verify it works fine in the new  
version to be released.

You can find nightly builds at http://maven.xwiki.org/releases/. I've  
also added more detailed links on the download page at:
http://www.xwiki.org/xwiki/bin/view/Main/Download

Thanks!
-Vincent

On Nov 4, 2007, at 8:02 PM, Your XEN ICT Team - Ricardo Rodriguez wrote:

> Mathieu Dupuis wrote:
>> I have the same problem,
>>
>> I think I have found the problem. If you change the hidden field  
>> 'language'
>> en the form 'edit' to the language you want. Everything goes well.
>>
>> The way I am doing it is with firebug on Firefox. I can probably  
>> download
>> the source code and submit a patch but it could take a while for me  
>> to
>> understand to source code.
>>
>> I have create a JIRA bug at http://jira.xwiki.org/jira/browse/XEM-63
>>
>> I hope this help
>>
>> Mathieu
> Hi, Mathieu,
>
> I am trying to do the same while working with XWiki 1.2- 
> milestone-1.5235
> and I keep getting the default page modified instead of a new  
> translated
> version.
>
> Even more: although I've set up a language other than English as  
> default
> language, any new document I create as it were in English.
>
> Please, what fields' value do you modified and where?
>  and
> http://www.w3.org/1999/xhtml";>?
>
> Thanks!
>
> Cheers,
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Cannot translate page in xwiki-1.1.1

2007-11-04 Thread Your XEN ICT Team - Ricardo Rodriguez
Mathieu Dupuis wrote:
> I have the same problem,
>
> I think I have found the problem. If you change the hidden field 'language'
> en the form 'edit' to the language you want. Everything goes well.
>
> The way I am doing it is with firebug on Firefox. I can probably download
> the source code and submit a patch but it could take a while for me to
> understand to source code.
>
> I have create a JIRA bug at http://jira.xwiki.org/jira/browse/XEM-63
>
> I hope this help
>
> Mathieu
Hi, Mathieu,

I am trying to do the same while working with XWiki 1.2-milestone-1.5235 
and I keep getting the default page modified instead of a new translated 
version.

Even more: although I've set up a language other than English as default 
language, any new document I create as it were in English.

Please, what fields' value do you modified and where? 
 and 
http://www.w3.org/1999/xhtml";>?

Thanks!

Cheers,

-- 
Ricardo Rodríguez
Your XEN ICT Team

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users