Re: [xwiki-users] permissions/rights for printing

2009-02-20 Thread Vincent Massol
Hi,

On Feb 20, 2009, at 1:36 AM, Henning Sprang wrote:

 Hi,
 We decided to write an online book by using xWiki as the authoring  
 system.
 While we want to make it freely available, we'd like to restrict pdf
 and other printable output apart from plain html.
 (we might want to sell pdf outputs later, with watermarks, but that
 would be a different story - and we will probably go via Latex then).

 But current permissions seem only to make a distinction between
 view(including html, pdf, rtf, xml, ...) and edit.

 How would we go to add such a print right, and even differentiate
 pdf and .xar and other there?

One easy solution I can think of would be to prevent access to them by  
configuring your web server to deny some actions (*/export/.).

Apart from this you would have to modify some java code (the Action  
classes code).

Thanks
-Vincent
http://xwiki.com
http://xwiki.org
http://massol.net






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


Re: [xwiki-users] permissions/rights for printing

2009-02-20 Thread Guillaume Lerouge
Or you could add some code in the vm topmenu template to hide those actions
from non-admin users.

Guillaume

On Fri, Feb 20, 2009 at 9:46 AM, Vincent Massol vinc...@massol.net wrote:

 Hi,

 On Feb 20, 2009, at 1:36 AM, Henning Sprang wrote:

  Hi,
  We decided to write an online book by using xWiki as the authoring
  system.
  While we want to make it freely available, we'd like to restrict pdf
  and other printable output apart from plain html.
  (we might want to sell pdf outputs later, with watermarks, but that
  would be a different story - and we will probably go via Latex then).
 
  But current permissions seem only to make a distinction between
  view(including html, pdf, rtf, xml, ...) and edit.
 
  How would we go to add such a print right, and even differentiate
  pdf and .xar and other there?

 One easy solution I can think of would be to prevent access to them by
 configuring your web server to deny some actions (*/export/.).

 Apart from this you would have to modify some java code (the Action
 classes code).

 Thanks
 -Vincent
 http://xwiki.com
 http://xwiki.org
 http://massol.net






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




-- 
Guillaume Lerouge
Product Manager - XWiki
Skype ID : wikibc
http://guillaumelerouge.com/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] permissions/rights for printing

2009-02-20 Thread Henning Sprang
On Fri, Feb 20, 2009 at 9:46 AM, Vincent Massol vinc...@massol.net wrote:
 One easy solution I can think of would be to prevent access to them by
 configuring your web server to deny some actions (*/export/.).

O.K. we'll do that if we need it fast and the other way is taking too long.

 Apart from this you would have to modify some java code (the Action
 classes code).

That's probably what we're going to do then. I have to look at the
code sooner or later anyway for the other export stuff.

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


Re: [xwiki-users] permissions/rights for printing

2009-02-20 Thread Henning Sprang
On Fri, Feb 20, 2009 at 10:12 AM, Guillaume Lerouge guilla...@xwiki.com wrote:
 Or you could add some code in the vm topmenu template to hide those actions
 from non-admin users.

But that would be hiding the links, while somebody who knows xWiki
could still call them, right?

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


Re: [xwiki-users] Just imported enterprise-wiki-1.8-rc-1.xar buttags not showing

2009-02-20 Thread Ajdin Brandic
Thanks guys

Ajdin 

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf
Of Jean-Vincent Drean
Sent: 19 February 2009 20:54
To: XWiki Users
Subject: Re: [xwiki-users] Just imported enterprise-wiki-1.8-rc-1.xar
buttags not showing

On Thu, Feb 19, 2009 at 5:58 PM, Jean-Vincent Drean
jean-vinc...@drean.org wrote:
 On Thu, Feb 19, 2009 at 5:48 PM, Ajdin Brandic aa6...@coventry.ac.uk
wrote:
 Hi

 Just imported xwiki-enterprise-wiki-1.8-rc-1.xar and Main/Tags says 
 no documents were tagged.


Now that the farm is upgraded you're in sync :)

 I restored the old Main/Tags but the original can be viewed at 
 http://patternlanguagenetwork.myxwiki.org/xwiki/bin/view/Main/newTags

It's working fine now.

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


NOTICE

This message and any files transmitted with it is intended for the addressee 
only and may contain information that is confidential or privileged. 
Unauthorised use is strictly prohibited. If you are not the addressee, you 
should not read, copy, disclose or otherwise use this message, except for the 
purpose of delivery to the addressee. 

Any views or opinions expressed within this e-mail are those of the author and 
do not necessarily represent those of Coventry University.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] permissions/rights for printing

2009-02-20 Thread Guillaume Lerouge
On Fri, Feb 20, 2009 at 10:15 AM, Henning Sprang
henning.spr...@gmail.comwrote:

 On Fri, Feb 20, 2009 at 10:12 AM, Guillaume Lerouge guilla...@xwiki.com
 wrote:
  Or you could add some code in the vm topmenu template to hide those
 actions
  from non-admin users.

 But that would be hiding the links, while somebody who knows xWiki
 could still call them, right?

Absolutely.
Guillaume


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




-- 
Guillaume Lerouge
Product Manager - XWiki
Skype ID : wikibc
http://guillaumelerouge.com/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] permissions/rights for printing

2009-02-20 Thread Sergiu Dumitriu
Henning Sprang wrote:
 On Fri, Feb 20, 2009 at 9:46 AM, Vincent Massol vinc...@massol.net wrote:
 One easy solution I can think of would be to prevent access to them by
 configuring your web server to deny some actions (*/export/.).
 
 O.K. we'll do that if we need it fast and the other way is taking too long.
 
 Apart from this you would have to modify some java code (the Action
 classes code).
 
 That's probably what we're going to do then. I have to look at the
 code sooner or later anyway for the other export stuff.

The rights system is not modular yet, so you will have to change one
java class.

Look at
xwiki-core/src/main/java/com/xpn/xwiki/user/impl/xwiki/XWikiRightServiceImpl.java,
around line 106, there should be a line like:
actionMap.put(pdf, view);
and around line 115:
actionMap.put(export, view);

A quick solution is to replace view with admin. A better solution is
to replace view with export, but then you will have to also change
other java code and some skin files.

-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] permissions/rights for printing

2009-02-20 Thread Henning Sprang
Hi

On Fri, Feb 20, 2009 at 10:47 AM, Sergiu Dumitriu ser...@xwiki.com wrote:
 xwiki-core/src/main/java/com/xpn/xwiki/user/impl/xwiki/XWikiRightServiceImpl.java,
 around line 106, there should be a line like:
 actionMap.put(pdf, view);
 and around line 115:
 actionMap.put(export, view);

Thanks a lot for the detailed information! I'll be looking at it the
next few days - I will finally have to start setting up a development
environment for xWiki coding.

 A quick solution is to replace view with admin.

For start that would suffice.

 A better solution is
 to replace view with export, but then you will have to also change
 other java code and some skin files.

No problem for the long term. I'll have to change stuff in the skins
anyway. I'm thinking of a better commenting system - for example like
it is in the djangobook project:
http://djangobook.com/en/1.0/chapter01/

Thanks a lot,
Henning
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] xwiki.org website - references: can't open links in new tab!

2009-02-20 Thread Henning Sprang
Hi,
Just wondering about something when browsing the xwiki website:

All the links on the page
http://www.xwiki.org/xwiki/bin/view/References/

cannot be opened in a new tab, obviously because they are all
javaScript-made somehow. Tha also means that without javaScript, the
links don't work at all.

Is that really intended to be as is it is or an accident?

Henning


-- 
Henning Sprang
http://www.sprang.de | http://lazyb0y.blogspot.com/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] top navigation bar on toucan skin is flickering/flashing while scrolling

2009-02-20 Thread Henning Sprang
Hi,
A thing that I already recognized since a long time, but now it
affects me more because I really start using xwiki in production,
daily, and look more often in the documentation on the .org website:

On Ubuntu Linux with firefox (3.0.6), the administration/navigation
bar on top of every xwiki page is flickering a lot when scrolling hte
page instead of just keep being there as it is probably intended.

it keeps there in the end, but it flashes heavily, which makes me very
nervous and is bad for the eyes.
On my own site I change is by making albatross the default - here it
works poerfectly as intended. The bar is always there but no
flickering at all when scrolling.

I see, the problem doiesn't happen with Opera on UBuntu so I can work
around it, but sure I'd rather like to use firefox.
Am I the only one experiencing this? Did somebody try to look into this ?

At a glance I see no great difference between the css settings of the
two skins that could make this effect happen, but I'll look further
into it.

Henning


-- 
Henning Sprang
http://www.sprang.de | http://lazyb0y.blogspot.com/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] organize vote with XWiki

2009-02-20 Thread pkernevez

Hi,

We are using XWiki for the  http://jugl.ch JUGL  . 
We want that all users would be able to add new subjects and vote on already
purpose subjects.
At this time we are using doodles, it works fine for the votes but all
participants can't add new subject to the list.
Is there a better way using XWiki and its plugins for our meeting
organisation ?

Thanks,
Philippe
-- 
View this message in context: 
http://n2.nabble.com/organize-vote-with-XWiki-tp2358524p2358524.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Problems with Email verification

2009-02-20 Thread Henning Sprang
Hi,

I want to require users to register and verify for an existing email
adress before being allowed to write comments - to prevent spam.

So, I set Use email verification  to yes in the wiki registration preferences.

But there are two problems:

1) the newly registered user can edit and write comments without
properly verifying the email address.
2) The registration mail is not correctly showing the link to
registration. It seems to show the plain velocity template, like this:

Subjec: Validate your account on $wikiname  

Hello my user,

This email address was used to register a new account on ${wikiname}.
If you did not make the request, please ignore this message.

In order to activate your account, please follow this link:
$xwiki.getDocument(XWiki.AccountValidation).getExternalURL(view,
validkey=${validkey}xwikiname=${xwikiname})


Any idea what I could be doing wrong?


-- 
Henning Sprang
http://www.sprang.de | http://lazyb0y.blogspot.com/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] top navigation bar on toucan skin is flickering/flashing while scrolling

2009-02-20 Thread Sergiu Dumitriu
Henning Sprang wrote:
 Hi,
 A thing that I already recognized since a long time, but now it
 affects me more because I really start using xwiki in production,
 daily, and look more often in the documentation on the .org website:
 
 On Ubuntu Linux with firefox (3.0.6), the administration/navigation
 bar on top of every xwiki page is flickering a lot when scrolling hte
 page instead of just keep being there as it is probably intended.
 
 it keeps there in the end, but it flashes heavily, which makes me very
 nervous and is bad for the eyes.
 On my own site I change is by making albatross the default - here it
 works poerfectly as intended. The bar is always there but no
 flickering at all when scrolling.
 
 I see, the problem doiesn't happen with Opera on UBuntu so I can work
 around it, but sure I'd rather like to use firefox.
 Am I the only one experiencing this? Did somebody try to look into this ?
 
 At a glance I see no great difference between the css settings of the
 two skins that could make this effect happen, but I'll look further
 into it.

Yes, this is a known issue, annoying a lot of people, including some of
the devs (those that aren't using Macs), see
http://jira.xwiki.org/jira/browse/XSTOUCAN-9 for more details (the
comments are full of information and tips).

-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] permissions/rights for printing

2009-02-20 Thread Vincent Massol

On Feb 20, 2009, at 12:53 PM, Henning Sprang wrote:

 Hi

 On Fri, Feb 20, 2009 at 10:47 AM, Sergiu Dumitriu ser...@xwiki.com  
 wrote:
 xwiki-core/src/main/java/com/xpn/xwiki/user/impl/xwiki/ 
 XWikiRightServiceImpl.java,
 around line 106, there should be a line like:
 actionMap.put(pdf, view);
 and around line 115:
 actionMap.put(export, view);

 Thanks a lot for the detailed information! I'll be looking at it the
 next few days - I will finally have to start setting up a development
 environment for xWiki coding.

 A quick solution is to replace view with admin.

 For start that would suffice.

 A better solution is
 to replace view with export, but then you will have to also  
 change
 other java code and some skin files.

 No problem for the long term. I'll have to change stuff in the skins
 anyway. I'm thinking of a better commenting system - for example like
 it is in the djangobook project:
 http://djangobook.com/en/1.0/chapter01/

This is something Lucien started to work on, see
http://dev​.xwiki.org​/xwiki/bin​/view/Desi​gn/Annotat​ 
ionFeature

I don't know what's the status but if you want to help you're welcome!

Does someone know where the sources are for this?

Thanks
-Vincent
http://xwiki.com
http://xwiki.org
http://massol.net






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


Re: [xwiki-users] organize vote with XWiki

2009-02-20 Thread Vincent Massol

On Feb 20, 2009, at 1:21 PM, pkernevez wrote:


 Hi,

 We are using XWiki for the  http://jugl.ch JUGL  .
 We want that all users would be able to add new subjects and vote on  
 already
 purpose subjects.
 At this time we are using doodles, it works fine for the votes but all
 participants can't add new subject to the list.
 Is there a better way using XWiki and its plugins for our meeting
 organisation ?

Maybe the poll application would help:
http://code.xwiki.org/xwiki/bin/view/Applications/PollsApplication

I don't know if it supports adding new topics on the fly but it  
wouldn't be hard to improve it to do so I think.

Check at the end of that page there's a link to polldaddy too.

 Thanks,
 Philippe

Thanks
-Vincent
http://xwiki.com
http://xwiki.org
http://massol.net






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


Re: [xwiki-users] top navigation bar on toucan skin is flickering/flashing while scrolling

2009-02-20 Thread Henning Sprang
On Fri, Feb 20, 2009 at 1:32 PM, Sergiu Dumitriu ser...@xwiki.com wrote:
 Yes, this is a known issue, annoying a lot of people, including some of
 the devs (those that aren't using Macs), see
 http://jira.xwiki.org/jira/browse/XSTOUCAN-9 for more details (the
 comments are full of information and tips).


Yeah, the third hint helps me browsing the docs ;)
Interesting, I didn't see the settings for the skin when going to the
normal user config page.

Anyway, for me it's solved then.
Henning
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] permissions/rights for printing

2009-02-20 Thread Henning Sprang
On Fri, Feb 20, 2009 at 1:41 PM, Vincent Massol vinc...@massol.net wrote:
 http://djangobook.com/en/1.0/chapter01/

 This is something Lucien started to work on, see
 http://dev.xwiki.org/xwiki/bin/view/Design/Annotat
 ionFeature

Ah, thanks for the hint!

 I don't know what's the status but if you want to help you're welcome!

I'll check it out!
(writing a mail with my ideas and questions to -dev when I got a bit into it).

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


[xwiki-users] adding attribute to form field

2009-02-20 Thread Ajdin Brandic
Hi
 
Has anyone tried to add a new attribute to a form field created  when
document in edit (inline) mode?
 
I want to add onChange=somejs to textarea
 
ajdin
 
 


NOTICE

This message and any files transmitted with it is intended for the addressee 
only and may contain information that is confidential or privileged. 
Unauthorised use is strictly prohibited. If you are not the addressee, you 
should not read, copy, disclose or otherwise use this message, except for the 
purpose of delivery to the addressee. 

Any views or opinions expressed within this e-mail are those of the author and 
do not necessarily represent those of Coventry University.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Problems with Email verification

2009-02-20 Thread Henning Sprang
Hi,

On Fri, Feb 20, 2009 at 1:25 PM, Henning Sprang
henning.spr...@gmail.com wrote:
 But there are two problems:

By the way, my system is Xwiki Enterprise 1.7.2 deployed as war, with
the default xar installed and some, but I think minor changes in
permissions in the meantime.

Hmm one thing I can think of now: I have set xwiki2.0 as the first in
multiple wiki markup possibilities in the property in xwiki.cfg.
I realized that xwiki 2.0 doesn't resolve velocity variables by default.
That could explain the variable replacement problem - going to check that.
But if that is so, I still want xwiki2.0 the default markup for all new pages.

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


Re: [xwiki-users] adding attribute to form field

2009-02-20 Thread Jerome Velociter
Hi Adjin,

You probably want to do that the non obstrusive way. You can use 
prototype's Element.observe for this. See 
http://www.prototypejs.org/api/element/observe

$('elementid').observe('change', yourFunction);

or

$$('cssLocator')[x].observe('change', yourFunction);

Hope this helps,
Jerome

Ajdin Brandic wrote:
 Hi
  
 Has anyone tried to add a new attribute to a form field created  when
 document in edit (inline) mode?
  
 I want to add onChange=somejs to textarea
  
 ajdin
  
  
 

 NOTICE

 This message and any files transmitted with it is intended for the addressee 
 only and may contain information that is confidential or privileged. 
 Unauthorised use is strictly prohibited. If you are not the addressee, you 
 should not read, copy, disclose or otherwise use this message, except for the 
 purpose of delivery to the addressee. 

 Any views or opinions expressed within this e-mail are those of the author 
 and do not necessarily represent those of Coventry University.
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

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


Re: [xwiki-users] top navigation bar on toucan skin is flickering/flashing while scrolling

2009-02-20 Thread Mike A.
Hi!
I don't use toucan skin, but I think (I've experienced this problem
before) that the really small background patterns (like 4x4 px) are
causing the slowdown. Try to use, for example, 80x80 px backround
pattern. 
 Quoting Sergiu Dumitriu : Henning Sprang wrote:
  Hi,
  A thing that I already recognized since a long time, but now it
  affects me more because I really start using xwiki in production,
  daily, and look more often in the documentation on the .org
website:
  
  On Ubuntu Linux with firefox (3.0.6), the
administration/navigation
  bar on top of every xwiki page is flickering a lot when scrolling
hte
  page instead of just keep being there as it is probably intended.
  
  it keeps there in the end, but it flashes heavily, which makes me
very
  nervous and is bad for the eyes.
  On my own site I change is by making albatross the default - here
it
  works poerfectly as intended. The bar is always there but no
  flickering at all when scrolling.
  
  I see, the problem doiesn't happen with Opera on UBuntu so I can
work
  around it, but sure I'd rather like to use firefox.
  Am I the only one experiencing this? Did somebody try to look into
this ?
  
  At a glance I see no great difference between the css settings of
the
  two skins that could make this effect happen, but I'll look
further
  into it.
 Yes, this is a known issue, annoying a lot of people, including some
of
 the devs (those that aren't using Macs), see
 http://jira.xwiki.org/jira/browse/XSTOUCAN-9 for more details (the
 comments are full of information and tips).
 -- 
 Sergiu Dumitriu
 http://purl.org/net/sergiu/
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
 Best regards, Mike

Links:
--
[1] mailto:ser...@xwiki.com
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Directory permissions

2009-02-20 Thread Sean Davis
I probably just missed this in the documentation, but I have installed
xwiki-1.8 into a tomcat container.  What are the preferred directory
permissions in this setup?  I'm new to both web containers (moving over from
python) and xwiki, so a simple link may be the answer.

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


Re: [xwiki-users] Directory permissions

2009-02-20 Thread Sergiu Dumitriu
Sean Davis wrote:
 I probably just missed this in the documentation, but I have installed
 xwiki-1.8 into a tomcat container.  What are the preferred directory
 permissions in this setup?  I'm new to both web containers (moving over from
 python) and xwiki, so a simple link may be the answer.

Read for the user that tomcat is running as. XWiki does not try to write
stuff to its directory, only to the container's work directory, which
should already have the right permissions.

-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] adding attribute to form field

2009-02-20 Thread Ajdin Brandic
It was much simpler than I thought.

To create a hidden field
Instead of $doc.display('propertyName') do
input type=hidden name=my.class_0_propertyName value= 

To add an attribute to an element
#set($tmpUMLtext=)
#set($added=0)
#foreach($part in
$!$doc.display('propertyName').split(id='my.class_0_propertyName'))
#set($tmpUMLtext = $tmpUMLtext +   + $part)
#if($added==0)
  #set($tmpUMLtext = $tmpUMLtext + id='my.class_0_propertyName'
onChange=)
  #set($tmpUMLtext = $tmpUMLtext + 'setFormElvalue(')
  #set($tmpUMLtext = $tmpUMLtext + 'my.class_0_propertyName',1))
  #set($tmpUMLtext = $tmpUMLtext + '')
  #set($added=1)
#end
#end
$tmpUMLtext


Ajdin

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf
Of Jerome Velociter
Sent: 20 February 2009 13:12
To: XWiki Users
Subject: Re: [xwiki-users] adding attribute to form field

Hi Adjin,

You probably want to do that the non obstrusive way. You can use
prototype's Element.observe for this. See
http://www.prototypejs.org/api/element/observe

$('elementid').observe('change', yourFunction);

or

$$('cssLocator')[x].observe('change', yourFunction);

Hope this helps,
Jerome

Ajdin Brandic wrote:
 Hi
  
 Has anyone tried to add a new attribute to a form field created  when 
 document in edit (inline) mode?
  
 I want to add onChange=somejs to textarea
  
 ajdin
  
  
 

 NOTICE

 This message and any files transmitted with it is intended for the
addressee only and may contain information that is confidential or
privileged. Unauthorised use is strictly prohibited. If you are not the
addressee, you should not read, copy, disclose or otherwise use this
message, except for the purpose of delivery to the addressee. 

 Any views or opinions expressed within this e-mail are those of the
author and do not necessarily represent those of Coventry University.
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

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


Re: [xwiki-users] Problems with Email verification

2009-02-20 Thread Henning Sprang
Hi Guillaume,

On Fri, Feb 20, 2009 at 3:31 PM, Guillaume Lerouge guilla...@xwiki.com wrote:
 Have you tried enclosing the content within {{velocity}} content here
 {{/velocity}} ?

Yes, did that now, but it didn't help.
I also checked, but my suspicion that I set the 2.0 syntax as the
first one was not right.

So, I/usres still get incorrect Email verification messages, and at
the same time they can edit pages and add comments even though they
did not verify their Email address.

Is the Email address verification intended to work as I expect it anyway?
I don't find it documented in detail,. but I'd expect registered users
are not real activated until they confirm their Email. Or do I get
that wrong?

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


Re: [xwiki-users] Directory permissions

2009-02-20 Thread Sean Davis
On Fri, Feb 20, 2009 at 10:31 AM, Sergiu Dumitriu ser...@xwiki.com wrote:

 Sean Davis wrote:
  I probably just missed this in the documentation, but I have installed
  xwiki-1.8 into a tomcat container.  What are the preferred directory
  permissions in this setup?  I'm new to both web containers (moving over
 from
  python) and xwiki, so a simple link may be the answer.

 Read for the user that tomcat is running as. XWiki does not try to write
 stuff to its directory, only to the container's work directory, which
 should already have the right permissions.


And the WEB-INF directory?  Does that need to be protected via tomcat from
viewing (this is not a permissions issue, I guess)?

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


Re: [xwiki-users] Problems with Email verification

2009-02-20 Thread Henning Sprang
On Fri, Feb 20, 2009 at 5:26 PM, Henning Sprang
henning.spr...@gmail.com wrote:
 So, I/usres still get incorrect Email verification messages, and at
 the same time they can edit pages and add comments even though they
 did not verify their Email address.

I solved the latter.
I had to check also the field Check Active fields for user
authentication (whose meaning I absolutely do and did not understand
from this description, that's why I left it as it was until now), then
users who registered themselves cannot do anything until they
confirmed their Email.

Now the problem keeps there, that they cannot confirm because the
verification code is not sent to them, only velocity code.

Am I hitting a bug, or is that somehow normal behaviour?
Do i have to switch something on additionally to get those
verification Mails working?

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


Re: [xwiki-users] Forgot UserName / Password pages not working

2009-02-20 Thread Guillaume Lerouge
Check the rights of your XWiki space. Since the page is located in the XWiki
space, if you protected that space against view, unregistered users will
automatically be redirected to a login page when trying to see it.
Guillaume
On Fri, Feb 20, 2009 at 6:03 PM, Henning Sprang henning.spr...@gmail.comwrote:

 Hi,
 another problem I am currently facing with my new xwiki installation:


 There is a link forgot username/password on the login page.
 it looks like this: http://myhost/bin/XWiki/ResetPassword

 But when I click on it (as an not-logged-in user), I always get
 redirected to the Login page - no possibility to enter an email
 adresse or username to get a reminder as it's normally the case.

 What am I doing wrong?

 Henning


 --
 Henning Sprang
 http://www.sprang.de | http://lazyb0y.blogspot.com/
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users




-- 
Guillaume Lerouge
Product Manager - XWiki
Skype ID : wikibc
http://guillaumelerouge.com/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Changing default editor to wiki

2009-02-20 Thread Vincent Massol

On Feb 20, 2009, at 7:51 PM, Guillaume Lerouge wrote:

 Hi,

 On Fri, Feb 20, 2009 at 6:48 PM, Samuel Lee sam...@ncmir.ucsd.edu  
 wrote:

 I would like to change the default editor (when you press the edit
 button) to be wiki and not wysiwyg for all users.  How do I do it?


 Click on the Administration link at the top right of the page.  
 Then click
 on the General icon. Then go to the default editor line. Select  
 the editor
 of your choice. Click on Save at the bottom of the page. You're  
 done ;-)

Idea: Would be even greater to answer with a link to the doc, i.e. add  
it to the doc if it's not there.

That way we'll improve the doc. Basically we should always answer with  
a link to the part of the doc answering the question as otherwise we  
won't improve.

WDYT?

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


[xwiki-users] Deleted users not staying deleted

2009-02-20 Thread Samuel Lee
Weird little problem.  I am trying to purge my xwiki of a lot of users  
who have left.  But when I delete the user, go to another part of the  
XWiki and come back to the users page, all my deletions are magically  
back.

I'm logged in as Admin.

Any ideas?

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


[xwiki-users] Translation Volunteers needed

2009-02-20 Thread Ludovic Dubost


Hi,

Guillaume (Lerouge) has done incredible work to transform all hardcoded 
strings in XWiki Enterprise to translations strings.


We now have 620 translations strings more 

So we need all the help we can to get these translated before 1.8 final. 
I think we can achieve the following languages:


French: 622 translations to do
German: 629 translations to do
Romanian: 1516 translations to do

French and German were complete before we added the 620 more 
translations, and Romanian we HAVE to be able to do it with the number 
of romanians in the team !
Guillaume will coordinate the French translation. We need a volunteer 
from the Romanian team to coordinate the Ro translation.


Let me know if there are volunteers to coordinate the translations 
effort in Geman or other languages before the final 1.8 release.


Ludovic

--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost

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