Re: [xwiki-users] Uncompressed javascript files

2011-04-11 Thread Oana Tabaranu
Hi Stefan,

Here are the resources for the fullscreen widget:
http://svn.xwiki.org/svnroot/xwiki/platform/web/trunk/standard/src/main/webapp/resources/uicomponents/widgets/

Hope this helps,
Oana

On 4/10/11 11:05 PM, Mirea, Stefan wrote:
 Hello World,

 I am looking in fixing the fulscreen textarea issue and I wanted to ask if 
 any1 can point me to where I can find the uncompressed (and maybe commented) 
 javascript files from /resources/xwiki/js (mainly the 
 fullscreenedit/fullscreenedit.js file)

 Thanks,
 Stefan
 
 From: users-boun...@xwiki.org [users-boun...@xwiki.org] on behalf of Paul 
 Libbrecht [p...@hoplahup.net]
 Sent: Sunday, April 10, 2011 2:37 PM
 To: XWiki Developers
 Cc: XWiki Users
 Subject: Re: [xwiki-users] [xwiki-devs] Translation application ?

 Thibaut,

 look at the archive, there's at least two.
 The one of xwiki.org (l10n ?)
 And the one of i2geo ( http://i2geo.net/xwiki/bin/view/TranslationUpdate/ )

 I wouldn't be surprised there are others.
 Arguments for each are available in the list.

 paul

 Le 10 avr. 2011 à 13:04, Thibaut Camberlin a écrit :

 Hello,

 I was wondering if someone had a start of an application managing
 translations. The need is to have an end-user interface to manage
 translations. I put a mockup there to show you what I have in mind :
 http://incubator.myxwiki.org/xwiki/bin/view/Drafts/TranslationApplication

 Thanks
 --
 Thibaut
 ___
 devs mailing list
 d...@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/devs
 ___
 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


-- 
Oana Tabaranu

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


Re: [xwiki-users] LDAP Authentication Troubles

2011-04-11 Thread Thomas Mortagne
On Sun, Apr 10, 2011 at 23:32, Joel Schuster joel.schus...@gmx.com wrote:
 Thomas,

 Thanks for the response!

 Ok, I turned on trace for both. Based on what I see now (I've copied the 
 piece that seems important out of the log)

 2011-04-10 21:09:56,257 DEBUG ldap.XWikiLDAPConnection        - LDAP search: 
 baseDN=[ou=users,dc=snapteam,dc=org] query=[null] attr=[[objectClass, cn, 
 memberuid]] ldapScope=[0]
 2011-04-10 21:09:56,258 DEBUG ldap.XWikiLDAPConnection        -   - values 
 for attribute objectClass
 2011-04-10 21:09:56,258 DEBUG ldap.XWikiLDAPConnection        -     |- 
 [organizationalUnit]
 2011-04-10 21:09:56,259 DEBUG ldap.XWikiLDAPConnection        - LDAP search 
 found attributes: [{name=dn value=ou=users,dc=snapteam,dc=org}, 
 {name=objectClass value=organizationalUnit}]
 2011-04-10 21:09:56,259 ERROR ldap.XWikiLDAPUtils             - Could not 
 find attribute cn for LDAP dn ou=users,dc=snapteam,dc=org
 2011-04-10 21:09:56,259 DEBUG ldap.XWikiLDAPUtils             - Found group 
 [ou=users,dc=snapteam,dc=org] members :null
 2011-04-10 21:09:56,259 TRACE xwiki.XWikiException            - Error number 
 8001 in 8: LDAP user snapadmin does not belong to LDAP group 
 ou=users,dc=snapteam,dc=org.

 I've appended the ldif for the whole ldap tree below. That group doesn't have 
 a cn attribute, why does the main user group need one? This group is for 
 holding ALL users, not separating the users into groups.

 I can't add a cn attribute as an organizationalUnit doesn't allow for a cn 
 attribute, so I'd need to add a different object type. I'm I simply setting 
 this up the wrong way? This setup is working just fine already for bugzilla, 
 openfire and postfix.

XWiki only works with groups which explicitly list members (like
cn=admins,ou=groups,dc=snapteam,dc=org). Anyway if
ou=users,dc=snapteam,dc=org contains all users then you should really
not setup xwiki.authentication.ldap.user_group since this property is
is here to accept only some user (the ones who are part of this
group).


 - Joel

  Here are the settings in the xwiki.cfg:
 
  xwiki.authentication.authclass=com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl
  xwiki.authentication.ldap=1
  xwiki.authentication.ldap.server=127.0.0.1
  xwiki.authentication.ldap.port=389
  xwiki.authentication.ldap.bind_DN=cn=admin,dc=snapteam,dc=org
  xwiki.authentication.ldap.bind_pass=adminPassword
  xwiki.authentication.ldap.ldap_user_search_fmt=(({0}={1})(objectClass=posixAccount))
  xwiki.authentication.ldap.user_group=ou=users,dc=snapteam,dc=org
  xwiki.authentication.ldap.base_DN=dc=snapteam,dc=org
  xwiki.authentication.ldap.group_classes=posixGroup
  xwiki.authentication.ldap.group_memberfields=memberUid
  xwiki.authentication.ldap.fields_mapping=last_name=sn,first_name=givenName,email=mail
  xwiki.authentication.ldap.update_user=1
 xwiki.authentication.ldap.group_mapping=XWiki.XWikiAdminGroup=cn=admins,ou=groups,dc=snapteam,dc=org|\
  XWiki.SnapGroup=cn=snap,ou=groups,dc=snapteam,dc=org|\
  XWiki.AARGroup=cn=aar,ou=groups,dc=snapteam,dc=org|\
  XWiki.AACUSGroup=cn=aacus,ou=groups,dc=snapteam,dc=org
 
  xwiki.authentication.ldap.groupcache_expiration=21800
  xwiki.authentication.ldap.mode_group_sync=always
  xwiki.authentication.ldap.trylocal=1

 The LDIF:

 version: 1

 dn: dc=snapteam,dc=org
 objectClass: top
 objectClass: dcObject
 objectClass: organization
 dc: snapteam
 o: snapteam
 description: Snapteam LDAP

 dn: cn=admin,dc=snapteam,dc=org
 objectClass: simpleSecurityObject
 objectClass: organizationalRole
 cn: admin
 userPassword:: cDFqbXM1Iw==
 description: LDAP administrator

 dn: ou=users,dc=snapteam,dc=org
 objectClass: organizationalUnit
 ou: users

 dn: ou=groups,dc=snapteam,dc=org
 objectClass: organizationalUnit
 ou: groups

 dn: cn=admins,ou=groups,dc=snapteam,dc=org
 objectClass: posixGroup
 cn: admins
 gidNumber: 0
 description: Administrators within the snapteam.org domain
 memberUid: uid=bobf,ou=users,dc=snapteam,dc=org
 memberUid: uid=snapadmin,ou=users,dc=snapteam,dc=org

 dn: cn=snap,ou=groups,dc=snapteam,dc=org
 objectClass: posixGroup
 cn: snap
 gidNumber: 1
 description: snapteam members
 memberUid: uid=joels,ou=users,dc=snapteam,dc=org
 memberUid: uid=snapadmin,ou=users,dc=snapteam,dc=org

 dn: cn=aar,ou=groups,dc=snapteam,dc=org
 objectClass: posixGroup
 cn: aar
 gidNumber: 10001
 description: aar group members

 dn: cn=aacus,ou=groups,dc=snapteam,dc=org
 objectClass: posixGroup
 cn: aacus
 gidNumber: 10002
 description: aacus group members

 dn: uid=bobf,ou=users,dc=snapteam,dc=org
 objectClass: inetOrgPerson
 objectClass: posixAccount
 objectClass: shadowAccount
 cn: Bob Frank
 gidNumber: 0
 homeDirectory: /home/bobf
 sn: Frank
 uid: bobf
 uidNumber: 1000
 displayName: Bob Frank
 gecos: Bob Frank
 givenName: Bob
 homePhone: 719-123-1234
 initials: BF
 l: Colorado Springs
 loginShell: /bin/bash
 mail: b...@snapteam.org
 mobile: 719-123-1234
 o: SNAP
 postalAddress: 1234 Hearth Ct
 postalCode: 80922
 

[xwiki-users] tooltip setting in class editor

2011-04-11 Thread Gerritjan Koekkoek
Hi

in version 2.7 there seems no longer a tooltip per attribute.
I can remember in older version (1.7?) there was such a setting per attribute.

What is the best practise to configure internationalized tooltips for forms 
created with the class editor in relation with the forms generator?

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


[xwiki-users] Blog - New Category - Error: Server not responding

2011-04-11 Thread wac
Hello everyone,

when I try to add a new category to the default Xwiki Blog I get the  
following error in a little red Box at the buttom of the page:

Server not responding



Any Ideas?

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


Re: [xwiki-users] Users can't change password / view profile

2011-04-11 Thread wac
Hello!

I added them normally I guess.

Wiki - Administer Wiki - Users - Add new user

Then I added to user to the appropriate groups.

When I give the user explicit rights to view and edit that page:

/xwiki/bin/view/XWiki/test

(test being the user...)

I do get the following error:

Failed to execute the [include] macro

org.xwiki.rendering.macro.MacroExecutionException: Failed to get  
content for Document [XWiki.XWikiUserSheet]
at  
org.xwiki.rendering.internal.macro.include.IncludeMacro.execute(IncludeMacro.java:172)
at  
org.xwiki.rendering.internal.macro.include.IncludeMacro.execute(IncludeMacro.java:57)
at  
org.xwiki.rendering.internal.transformation.macro.MacroTransformation.transformOnce(MacroTransformation.java:184)
at  
org.xwiki.rendering.internal.transformation.macro.MacroTransformation.transform(MacroTransformation.java:129)
at  
org.xwiki.rendering.internal.transformation.DefaultTransformationManager.performTransformations(DefaultTransformationManager.java:72)
at  
com.xpn.xwiki.doc.XWikiDocument.performSyntaxConversion(XWikiDocument.java:7483)
at  
com.xpn.xwiki.doc.XWikiDocument.performSyntaxConversion(XWikiDocument.java:7432)
at 
com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:835)
at 
com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:783)
at 
com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:878)
at com.xpn.xwiki.api.Document.getRenderedContent(Document.java:545)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at  
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at  
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at  
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:389)
at  
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:378)
at  
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:270)
at  
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:252)
at  
org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.java:493)
at  
org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpression.java:71)
at  
org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDirective.java:142)
at 
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at  
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at  
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
at  
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at  
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:196)
at  
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:161)
at  
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:116)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1895)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1833)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:860)
at sun.reflect.GeneratedMethodAccessor148.invoke(Unknown Source)
at  
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at  
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:389)
at  
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:378)
at  
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:270)
at  
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:252)
at  
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:332)
at 
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at  
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:212)
at  
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:247)
at  
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:175)
at 
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at  
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
at 
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at  
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at  

Re: [xwiki-users] Users can't change password / view profile

2011-04-11 Thread Raluca Stavro
Hello,

On Mon, Apr 11, 2011 at 4:19 PM, w...@yellowhippy.com wrote:

 Hello!

 I added them normally I guess.

 Wiki - Administer Wiki - Users - Add new user

 Then I added to user to the appropriate groups.

 When I give the user explicit rights to view and edit that page:

 /xwiki/bin/view/XWiki/test

 (test being the user...)

 I do get the following error:

 Failed to execute the [include] macro

 org.xwiki.rendering.macro.MacroExecutionException: Failed to get
 content for Document [XWiki.XWikiUserSheet]
at

 org.xwiki.rendering.internal.macro.include.IncludeMacro.execute(IncludeMacro.java:172)
at

 org.xwiki.rendering.internal.macro.include.IncludeMacro.execute(IncludeMacro.java:57)
at

 org.xwiki.rendering.internal.transformation.macro.MacroTransformation.transformOnce(MacroTransformation.java:184)
at

 org.xwiki.rendering.internal.transformation.macro.MacroTransformation.transform(MacroTransformation.java:129)
at

 org.xwiki.rendering.internal.transformation.DefaultTransformationManager.performTransformations(DefaultTransformationManager.java:72)
at

 com.xpn.xwiki.doc.XWikiDocument.performSyntaxConversion(XWikiDocument.java:7483)
at

 com.xpn.xwiki.doc.XWikiDocument.performSyntaxConversion(XWikiDocument.java:7432)
at
 com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:835)
at
 com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:783)
at
 com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:878)
at com.xpn.xwiki.api.Document.getRenderedContent(Document.java:545)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at

 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at

 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at

 org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:389)
at

 org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:378)
at

 org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:270)
at

 org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:252)
at

 org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.java:493)
at

 org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpression.java:71)
at

 org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDirective.java:142)
at
 org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at

 org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at

 org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
at

 org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at

 org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:196)
at

 org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:161)
at

 com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:116)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1895)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1833)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:860)
at sun.reflect.GeneratedMethodAccessor148.invoke(Unknown Source)
at

 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at

 org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:389)
at

 org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:378)
at

 org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:270)
at

 org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:252)
at

 org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:332)
at
 org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at

 org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:212)
at

 org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:247)
at

 org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:175)
at
 org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at

 org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
at
 org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at

 

Re: [xwiki-users] Users can't change password / view profile

2011-04-11 Thread Caleb James DeLisle
Did you block view access to the XWiki space? Blocking view on XWiki.* is a 
difficult thing to do,
you have to make many exceptions EG: explicitly allow them to view 
XWikiUserSheet. It's not really
supported and although I think it has been done, a lot of work is involved and 
many odd bugs appear
since there are so many important documents which become unavailable.

Caleb

On 04/11/2011 09:19 AM, w...@yellowhippy.com wrote:
 Hello!
 
 I added them normally I guess.
 
 Wiki - Administer Wiki - Users - Add new user
 
 Then I added to user to the appropriate groups.
 
 When I give the user explicit rights to view and edit that page:
 
 /xwiki/bin/view/XWiki/test
 
 (test being the user...)
 
 I do get the following error:
 
 Failed to execute the [include] macro
 
 org.xwiki.rendering.macro.MacroExecutionException: Failed to get  
 content for Document [XWiki.XWikiUserSheet]
   at  
 org.xwiki.rendering.internal.macro.include.IncludeMacro.execute(IncludeMacro.java:172)
   at  
 org.xwiki.rendering.internal.macro.include.IncludeMacro.execute(IncludeMacro.java:57)
   at  
 org.xwiki.rendering.internal.transformation.macro.MacroTransformation.transformOnce(MacroTransformation.java:184)
   at  
 org.xwiki.rendering.internal.transformation.macro.MacroTransformation.transform(MacroTransformation.java:129)
   at  
 org.xwiki.rendering.internal.transformation.DefaultTransformationManager.performTransformations(DefaultTransformationManager.java:72)
   at  
 com.xpn.xwiki.doc.XWikiDocument.performSyntaxConversion(XWikiDocument.java:7483)
   at  
 com.xpn.xwiki.doc.XWikiDocument.performSyntaxConversion(XWikiDocument.java:7432)
   at 
 com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:835)
   at 
 com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:783)
   at 
 com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:878)
   at com.xpn.xwiki.api.Document.getRenderedContent(Document.java:545)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at  
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at  
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at  
 org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:389)
   at  
 org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:378)
   at  
 org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:270)
   at  
 org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:252)
   at  
 org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.java:493)
   at  
 org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpression.java:71)
   at  
 org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDirective.java:142)
   at 
 org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
   at  
 org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
   at  
 org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
   at  
 org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
   at  
 org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:196)
   at  
 org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:161)
   at  
 com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:116)
   at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1895)
   at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1833)
   at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:860)
   at sun.reflect.GeneratedMethodAccessor148.invoke(Unknown Source)
   at  
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at  
 org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:389)
   at  
 org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:378)
   at  
 org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:270)
   at  
 org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:252)
   at  
 org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:332)
   at 
 org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
   at  
 org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:212)
   at  
 org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:247)
   at  
 

Re: [xwiki-users] Users can't change password / view profile

2011-04-11 Thread wac
Hello,

I imported xwiki-enterprise-wiki-2.7.1.xar / XWiki Enterprise 2.7.1.34853

should I update then? Any Ideas where XWiki.XWikiUserSheet might have gone?

Thanks,
Chris


Zitat von Raluca Stavro rmoro...@gmail.com:

 Hello,

 On Mon, Apr 11, 2011 at 4:19 PM, w...@yellowhippy.com wrote:

 Hello!

 I added them normally I guess.

 Wiki - Administer Wiki - Users - Add new user

 Then I added to user to the appropriate groups.

 When I give the user explicit rights to view and edit that page:

 /xwiki/bin/view/XWiki/test

 (test being the user...)

 I do get the following error:

 Failed to execute the [include] macro

 org.xwiki.rendering.macro.MacroExecutionException: Failed to get
 content for Document [XWiki.XWikiUserSheet]
at

 org.xwiki.rendering.internal.macro.include.IncludeMacro.execute(IncludeMacro.java:172)
at

 org.xwiki.rendering.internal.macro.include.IncludeMacro.execute(IncludeMacro.java:57)
at

 org.xwiki.rendering.internal.transformation.macro.MacroTransformation.transformOnce(MacroTransformation.java:184)
at

 org.xwiki.rendering.internal.transformation.macro.MacroTransformation.transform(MacroTransformation.java:129)
at

 org.xwiki.rendering.internal.transformation.DefaultTransformationManager.performTransformations(DefaultTransformationManager.java:72)
at

 com.xpn.xwiki.doc.XWikiDocument.performSyntaxConversion(XWikiDocument.java:7483)
at

 com.xpn.xwiki.doc.XWikiDocument.performSyntaxConversion(XWikiDocument.java:7432)
at
 com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:835)
at
 com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:783)
at
 com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:878)
at com.xpn.xwiki.api.Document.getRenderedContent(Document.java:545)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at

 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at

 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at

 org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:389)
at

 org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:378)
at

 org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:270)
at

 org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:252)
at

 org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.java:493)
at

 org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpression.java:71)
at

 org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDirective.java:142)
at
 org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at

 org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at

 org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
at

 org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at

 org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:196)
at

 org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:161)
at

 com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:116)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1895)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1833)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:860)
at sun.reflect.GeneratedMethodAccessor148.invoke(Unknown Source)
at

 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at

 org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:389)
at

 org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:378)
at

 org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:270)
at

 org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:252)
at

 org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:332)
at
 org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at

 org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:212)
at

 org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:247)
at

 org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:175)
at
 org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at

 

[xwiki-users] Users in Multiple Groups.

2011-04-11 Thread Joel Schuster
 

So how would I set up my group rights in this scenario? I've tried this out
and I can't seem to get it to work.

 

SpaceMain - everyone should be able to see

SpaceOne - only users in GroupOne can see. No one else may see this space,
Non-grouped or spacetwo users.

SpaceTwo - only users in GroupTwo and use. No one else may see this space,
Non-grouped or spaceone users.

 

I've tried denying GroupOne  AllGroup from SpaceTwo but a GroupTwo member
isn't being allowed to see.

 

 

Joel Schuster

joel.schus...@opsysinc.com

719-510-0181

 

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