Re: [xwiki-users] Xwiki and OpenLDAP not working

2008-08-21 Thread Thomas Mortagne
If it does not work you should try to enable debug log (see
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Logging) to see
mre details on what append during the LDAP authentication.

On Thu, Aug 21, 2008 at 10:59 AM, Thomas Mortagne
[EMAIL PROTECTED] wrote:
 Hi,

 Your configuration seems correct to me (except the
 XWiki.XWikiAllGroup=cn=users,ou=xwiki,ou=Groups,dc=mydomain in
 group_mapping which is useless).

 Could you try the last 1.5 snapshot at
 http://maven.xwiki.org/snapshots/com/xpn/xwiki/platform/xwiki-core/1.5-SNAPSHOT/
 (which will be soon the 1.5.1), I fixed some bugs (like ogin with user
 id contaning poits that was broken) on LDAP but not directly related
 to this. With this version it's working for me with OpenLDAP but, not
 with exactly the same LDAP schema but very similar.

 On Wed, Aug 20, 2008 at 11:17 PM, Richard V. [EMAIL PROTECTED] wrote:


 Hello XWiki users,

 I have a problem getting OpenLDAP to work with XWiki 1.5.11446. For some 
 strange reason i cannot login into xwiki from an account located in OpenLDAP 
 and no error messages are produced. The login page just refreshes itself and 
 nothing else happens. This problem started when I migrated Xwiki 1.4 to 1.5. 
 As solution, I downgraded back to 1.4 and everything seems to work again. Is 
 the LDAP plugin broken in 1.5? I have copy-pasted a sample ldif of my 
 OpenLDAP as well as the xwiki.cfg settings so that someone can give me a 
 hint on where the problem could be.

 Many thanks in advanced.

 Richard

 -- BEGIN 
 ldif---

 dn: dc=mydomain
 objectClass: organization
 objectClass: dcObject
 dc: mydomain
 o: mydomain

 dn: ou=Users,dc=mydomain
 objectClass: organizationalUnit
 ou: Users

 dn: ou=People,ou=Users,dc=mydomain
 objectClass: organizationalUnit
 ou: People

 dn: ou=Groups,dc=mydomain
 objectClass: organizationalUnit
 ou: Groups

 dn: ou=Machines,ou=Users,dc=mydomain
 objectClass: organizationalUnit
 ou: Machines

 dn: ou=Domains,dc=mydomain
 objectClass: organizationalUnit
 ou: Domains

 dn: sambaDomainName=SCRAPPY,ou=Domains,dc=mydomain
 objectClass: sambaDomain
 sambaAlgorithmicRidBase: 1000
 sambaSID: S-1-5-21-4074884656-2525905897-914379862
 sambaDomainName: SCRAPPY
 sambaMinPwdLength: 8

 dn: cn=domainUsers,ou=Groups,dc=mydomain
 objectClass: sambaGroupMapping
 objectClass: posixGroup
 displayName: Domain Users
 sambaGroupType: 2
 sambaSID: S-1-5-21-4074884656-2525905897-914379862-513
 description: Domain Users
 gidNumber: 2001
 cn: domainUsers
 memberUid: richi

 dn: cn=domainGuests,ou=Groups,dc=mydomain
 objectClass: sambaGroupMapping
 objectClass: posixGroobjectClass: posixGroup
 displayName: Domain Guests
 sambaGroupType: 2
 sambaSID: S-1-5-21-4074884656-2525905897-914379862-514
 description: Domain Guests
 gidNumber: 2002
 cn: domainGuests

 dn: cn=domainComputers,ou=Groups,dc=mydomain
 objectClass: sambaGroupMapping
 objectClass: posixGroup
 displayName: Domain Computers
 sambaGroupType: 2
 sambaSID: S-1-5-21-4074884656-2525905897-914379862-515
 description: Domain Computers
 gidNumber: 2003
 cn: domainComputers

 dn: uid=richi,ou=People,ou=Users,dc=mydomain
 objectClass: sambaSamAccount
 objectClass: shadowAccount
 objectClass: posixAccount
 objectClass: inetOrgPerson
 sambaHomeDrive: U:
 sambaDomainName: SCRAPPY
 sambaAcctFlags: [XU ]
 displayName: Richi
 sambaPrimaryGroupSID: S-1-5-21-4074884656-2525905897-914379862-512
 sambaSID: S-1-5-21-4074884656-2525905897-914379862-5000
 sambaLMPassword: hidden
 sambaNTPassword: hidden
 sambaPwdLastSet: 1218502167
 shadowWarning: 10
 shadowInactive: 10
 shadowMin: 1
 shadowMax: 365
 homeDirectory: /home/richi
 loginShell: /bin/bash
 uid: richi
 cn: Richi
 uidNumber: 2000
 gidNumber: 2000
 sn: Smith
 givenName: Richi
 shadowLastChange: 14105
 userPassword: secret

 dn: cn=domainAdmins,ou=Groups,dc=mydomain
 cn: domainAdmins
 description: Domain Admins
 objectClass: sambaGroupMapping
 objectClass: posixGroup
 gidNumber: 2000
 sambaSID: S-1-5-21-4074884656-2525905897-914379862-512
 sambaGroupType: 2
 displayName: Domain Admin

 dn: ou=xwiki,ou=Groups,dc=mydomain
 ou: xwiki
 objectClass: top
 objectClass: organizationalUnit

 dn: cn=users,ou=xwiki,ou=Groups,dc=mydomain
 cn: users
 member: uid=richi,ou=People,ou=Users,dc=mydomain
 objectClass: groupOfNames
 objectClass: top
 ou: xwiki

 dn: cn=admins,ou=xwiki,ou=Groups,dc=mydomain
 cn: admins
 member: uid=richi,ou=People,ou=Users,dc=mydomain
 ou: xwiki
 objectClass: groupOfNames
 objectClass: top


 - END ldif 
 

 - BEGIN xwiki.cfg 
 
  #-# new LDAP authentication service
 xwiki.authentication.authclass=com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl

 #-# Turn LDAP authentication 

[xwiki-users] Simple wokflow in Xwiki

2008-08-21 Thread sudhiris

Hi,

I am intusted in integrating a simple workflow into XWiki Enterprise. 
Could some one please help me in achiveing this. 

Workflow feature in XWiki will address the following scenario.
i.User creates an article
ii.Article would be submitted to authenticate/ review to a moderator.
iii. Moderator would approve or reject the article. 
   1. Approved article would be published.
   2. Rejected article would be sent back to the user for
resubmitting.

Thanks,
Sudhir
-- 
View this message in context: 
http://n2.nabble.com/Simple-wokflow-in-Xwiki-tp738071p738071.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] Problem with upload of xar

2008-08-21 Thread Henrik Reinhold
Hi!

Since I'm new to xwiki i guess that my problem has an easy solution  
but I can't find anything on the list or in the forum. I have pretty  
much the same problem as the guy in this thread, however he never gets  
an correct answer. 
http://markmail.org/message/3fokfs6ly7sgz6ya?q=xwiki+upload+xar

I've installed the xwiki 1.5 war file on our webhotel linux-  
environment. It is running on tomcat using MySql. The first page is  
showing correctly. After that I try to install the workspaces 1.0 xar  
but when i try to upload the xar file I get the following errors in my  
log.

2008-08-21 14:37:37,373 [http://.../bin/upload/XWiki/Import] [TP- 
Processor44] INFO  fileupload.FileUploadPlugin - Loaded 3 uploaded  
files
2008-08-21 14:37:37,375 [http://.../bin/upload/XWiki/Import] [TP- 
Processor44] INFO  store.DBCPConnectionProvider- active: 1 (max:  
50)   idle: 0(max: 5)
2008-08-21 14:37:37,378 [http://.../bin/upload/XWiki/Import] [TP- 
Processor44] INFO  store.DBCPConnectionProvider- active: 0 (max:  
50)   idle: 1(max: 5)
2008-08-21 14:37:37,379 [http://.../bin/upload/XWiki/Import] [TP- 
Processor44] INFO  xwiki.XWikiRightServiceImpl - Access has been  
denied for (unauthentified,XWiki.Import,upload): Authentication needed
2008-08-21 14:37:37,409 [http://.../bin/upload/XWiki/Import] [TP- 
Processor44] INFO  store.DBCPConnectionProvider- active: 1 (max:  
50)   idle: 0(max: 5)
2008-08-21 14:37:37,413 [http://.../bin/upload/XWiki/Import] [TP- 
Processor44] INFO  store.DBCPConnectionProvider- active: 0 (max:  
50)   idle: 1(max: 5)
2008-08-21 14:37:37,484 [http://.../bin/upload/XWiki/Import] [TP- 
Processor44] INFO  xwiki.XWikiRightServiceImpl - Access has been  
denied for (XWiki.XWikiGuest,XWiki.XWikiPreferences,register):  
register level (no right found)
2008-08-21 14:37:37,568 [http://.../bin/upload/XWiki/Import] [TP- 
Processor44] ERROR lucene.IndexUpdater - invalid  
parameters given to add: XWiki.Import, null,  
{grouplist={xwiki:XWiki.XWikiGuest=[]}, fileuploadlist=[name=null,  
StoreLocation=/usr/local/tomcat/temp/ 
upload__49a4e2fc_11be2d00f2c__7ffd_.tmp, size=71bytes,  
isFormField=true, FieldName=xredirect, name=null, StoreLocation=/usr/ 
local/tomcat/temp/upload__49a4e2fc_11be2d00f2c__7ffd_0001.tmp,  
size=29bytes, isFormField=true, FieldName=filename, name=xwiki- 
workspaces-wiki-1.0.xar, StoreLocation=/usr/local/tomcat/temp/ 
upload__49a4e2fc_11be2d00f2c__7ffd_0002.tmp, size=475892bytes,  
isFormField=false, FieldName=filepath],  
[EMAIL PROTECTED], baseskin=albatross,  
org 
.xwiki 
.component 
.manager 
.ComponentManager 
[EMAIL PROTECTED], ajax=false,  
locale=en, doc=XWiki.Import, mainxwiki=xwiki, skin=albatross,  
fileuploadplugin 
[EMAIL PROTECTED],  
[EMAIL PROTECTED]
2008-08-21 14:37:37,598 [http://.../bin/login/XWiki/XWikiLogin] [TP- 
Processor44] INFO  store.DBCPConnectionProvider- active: 1 (max:  
50)   idle: 0(max: 5)
2008-08-21 14:37:37,601 [http://.../bin/login/XWiki/XWikiLogin] [TP- 
Processor44] INFO  store.DBCPConnectionProvider- active: 0 (max:  
50)   idle: 1(max: 5)
2008-08-21 14:37:37,602 [http://.../bin/login/XWiki/XWikiLogin] [TP- 
Processor44] INFO  store.DBCPConnectionProvider- active: 1 (max:  
50)   idle: 0(max: 5)
2008-08-21 14:37:37,606 [http://.../bin/login/XWiki/XWikiLogin] [TP- 
Processor44] INFO  store.DBCPConnectionProvider- active: 0 (max:  
50)   idle: 1(max: 5)
2008-08-21 14:37:37,629 [http://.../bin/login/XWiki/XWikiLogin] [TP- 
Processor44] INFO  store.DBCPConnectionProvider- active: 1 (max:  
50)   idle: 0(max: 5)
2008-08-21 14:37:37,631 [http://.../bin/login/XWiki/XWikiLogin] [TP- 
Processor44] INFO  store.DBCPConnectionProvider- active: 0 (max:  
50)   idle: 1(max: 5)
2008-08-21 14:37:37,683 [http://.../bin/login/XWiki/XWikiLogin] [TP- 
Processor44] INFO  xwiki.XWikiRightServiceImpl - Access has been  
denied for (XWiki.XWikiGuest,XWiki.XWikiPreferences,register):  
register level (no right found)

Any idea on what I can do to fix this?

Best regards,
Henrik

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


[xwiki-users] Active Directory Users mapped to XWiki Groups

2008-08-21 Thread Todd Getz
I have asked for help on this on 2 other occasions and have yet to get
an answer.  I want to be able to automatically place AD users into XWiki
groups so they can use the wiki.  At this point they can authenticate
but have no rights, and view no pages.  Please help.

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


Re: [xwiki-users] Problem with upload of xar

2008-08-21 Thread Marc Ochs
p
Sent from my Verizon Wireless BlackBerry

-Original Message-
From: Henrik Reinhold [EMAIL PROTECTED]

Date: Thu, 21 Aug 2008 14:52:59 
To: users@xwiki.org
Subject: [xwiki-users] Problem with upload of xar


Hi!

Since I'm new to xwiki i guess that my problem has an easy solution  
but I can't find anything on the list or in the forum. I have pretty  
much the same problem as the guy in this thread, however he never gets  
an correct answer. 
http://markmail.org/message/3fokfs6ly7sgz6ya?q=xwiki+upload+xar

I've installed the xwiki 1.5 war file on our webhotel linux-  
environment. It is running on tomcat using MySql. The first page is  
showing correctly. After that I try to install the workspaces 1.0 xar  
but when i try to upload the xar file I get the following errors in my  
log.

2008-08-21 14:37:37,373 [http://.../bin/upload/XWiki/Import] [TP- 
Processor44] INFO  fileupload.FileUploadPlugin - Loaded 3 uploaded  
files
2008-08-21 14:37:37,375 [http://.../bin/upload/XWiki/Import] [TP- 
Processor44] INFO  store.DBCPConnectionProvider- active: 1 (max:  
50)   idle: 0(max: 5)
2008-08-21 14:37:37,378 [http://.../bin/upload/XWiki/Import] [TP- 
Processor44] INFO  store.DBCPConnectionProvider- active: 0 (max:  
50)   idle: 1(max: 5)
2008-08-21 14:37:37,379 [http://.../bin/upload/XWiki/Import] [TP- 
Processor44] INFO  xwiki.XWikiRightServiceImpl - Access has been  
denied for (unauthentified,XWiki.Import,upload): Authentication needed
2008-08-21 14:37:37,409 [http://.../bin/upload/XWiki/Import] [TP- 
Processor44] INFO  store.DBCPConnectionProvider- active: 1 (max:  
50)   idle: 0(max: 5)
2008-08-21 14:37:37,413 [http://.../bin/upload/XWiki/Import] [TP- 
Processor44] INFO  store.DBCPConnectionProvider- active: 0 (max:  
50)   idle: 1(max: 5)
2008-08-21 14:37:37,484 [http://.../bin/upload/XWiki/Import] [TP- 
Processor44] INFO  xwiki.XWikiRightServiceImpl - Access has been  
denied for (XWiki.XWikiGuest,XWiki.XWikiPreferences,register):  
register level (no right found)
2008-08-21 14:37:37,568 [http://.../bin/upload/XWiki/Import] [TP- 
Processor44] ERROR lucene.IndexUpdater - invalid  
parameters given to add: XWiki.Import, null,  
{grouplist={xwiki:XWiki.XWikiGuest=[]}, fileuploadlist=[name=null,  
StoreLocation=/usr/local/tomcat/temp/ 
upload__49a4e2fc_11be2d00f2c__7ffd_.tmp, size=71bytes,  
isFormField=true, FieldName=xredirect, name=null, StoreLocation=/usr/ 
local/tomcat/temp/upload__49a4e2fc_11be2d00f2c__7ffd_0001.tmp,  
size=29bytes, isFormField=true, FieldName=filename, name=xwiki- 
workspaces-wiki-1.0.xar, StoreLocation=/usr/local/tomcat/temp/ 
upload__49a4e2fc_11be2d00f2c__7ffd_0002.tmp, size=475892bytes,  
isFormField=false, FieldName=filepath],  
[EMAIL PROTECTED], baseskin=albatross,  
org 
.xwiki 
.component 
.manager 
.ComponentManager 
[EMAIL PROTECTED], ajax=false,  
locale=en, doc=XWiki.Import, mainxwiki=xwiki, skin=albatross,  
fileuploadplugin 
[EMAIL PROTECTED],  
[EMAIL PROTECTED]
2008-08-21 14:37:37,598 [http://.../bin/login/XWiki/XWikiLogin] [TP- 
Processor44] INFO  store.DBCPConnectionProvider- active: 1 (max:  
50)   idle: 0(max: 5)
2008-08-21 14:37:37,601 [http://.../bin/login/XWiki/XWikiLogin] [TP- 
Processor44] INFO  store.DBCPConnectionProvider- active: 0 (max:  
50)   idle: 1(max: 5)
2008-08-21 14:37:37,602 [http://.../bin/login/XWiki/XWikiLogin] [TP- 
Processor44] INFO  store.DBCPConnectionProvider- active: 1 (max:  
50)   idle: 0(max: 5)
2008-08-21 14:37:37,606 [http://.../bin/login/XWiki/XWikiLogin] [TP- 
Processor44] INFO  store.DBCPConnectionProvider- active: 0 (max:  
50)   idle: 1(max: 5)
2008-08-21 14:37:37,629 [http://.../bin/login/XWiki/XWikiLogin] [TP- 
Processor44] INFO  store.DBCPConnectionProvider- active: 1 (max:  
50)   idle: 0(max: 5)
2008-08-21 14:37:37,631 [http://.../bin/login/XWiki/XWikiLogin] [TP- 
Processor44] INFO  store.DBCPConnectionProvider- active: 0 (max:  
50)   idle: 1(max: 5)
2008-08-21 14:37:37,683 [http://.../bin/login/XWiki/XWikiLogin] [TP- 
Processor44] INFO  xwiki.XWikiRightServiceImpl - Access has been  
denied for (XWiki.XWikiGuest,XWiki.XWikiPreferences,register):  
register level (no right found)

Any idea on what I can do to fix this?

Best regards,
Henrik

___
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] Xwiki and OpenLDAP not working

2008-08-21 Thread Arnaud bourree
Myself, I try to add LDAP authentication without succeed.
How could I setup log to display LDAP request and response?
I've update log4j.properties with:
log4j.logger.com.xpn.plugin.ldap=debug
log4j.lo.com.xpn.xwiki.user.impl.LDAP=debug

Arnaud.

2008/8/21 Thomas Mortagne [EMAIL PROTECTED]

 If it does not work you should try to enable debug log (see
 http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Logging) to see
 mre details on what append during the LDAP authentication.

 On Thu, Aug 21, 2008 at 10:59 AM, Thomas Mortagne
 [EMAIL PROTECTED] wrote:
  Hi,
 
  Your configuration seems correct to me (except the
  XWiki.XWikiAllGroup=cn=users,ou=xwiki,ou=Groups,dc=mydomain in
  group_mapping which is useless).
 
  Could you try the last 1.5 snapshot at
 
 http://maven.xwiki.org/snapshots/com/xpn/xwiki/platform/xwiki-core/1.5-SNAPSHOT/
  (which will be soon the 1.5.1), I fixed some bugs (like ogin with user
  id contaning poits that was broken) on LDAP but not directly related
  to this. With this version it's working for me with OpenLDAP but, not
  with exactly the same LDAP schema but very similar.
 
  On Wed, Aug 20, 2008 at 11:17 PM, Richard V. [EMAIL PROTECTED] wrote:
 
 
  Hello XWiki users,
 
  I have a problem getting OpenLDAP to work with XWiki 1.5.11446. For some
 strange reason i cannot login into xwiki from an account located in OpenLDAP
 and no error messages are produced. The login page just refreshes itself and
 nothing else happens. This problem started when I migrated Xwiki 1.4 to 1.5.
 As solution, I downgraded back to 1.4 and everything seems to work again. Is
 the LDAP plugin broken in 1.5? I have copy-pasted a sample ldif of my
 OpenLDAP as well as the xwiki.cfg settings so that someone can give me a
 hint on where the problem could be.
 
  Many thanks in advanced.
 
  Richard
 
  -- BEGIN
 ldif---
 
  dn: dc=mydomain
  objectClass: organization
  objectClass: dcObject
  dc: mydomain
  o: mydomain
 
  dn: ou=Users,dc=mydomain
  objectClass: organizationalUnit
  ou: Users
 
  dn: ou=People,ou=Users,dc=mydomain
  objectClass: organizationalUnit
  ou: People
 
  dn: ou=Groups,dc=mydomain
  objectClass: organizationalUnit
  ou: Groups
 
  dn: ou=Machines,ou=Users,dc=mydomain
  objectClass: organizationalUnit
  ou: Machines
 
  dn: ou=Domains,dc=mydomain
  objectClass: organizationalUnit
  ou: Domains
 
  dn: sambaDomainName=SCRAPPY,ou=Domains,dc=mydomain
  objectClass: sambaDomain
  sambaAlgorithmicRidBase: 1000
  sambaSID: S-1-5-21-4074884656-2525905897-914379862
  sambaDomainName: SCRAPPY
  sambaMinPwdLength: 8
 
  dn: cn=domainUsers,ou=Groups,dc=mydomain
  objectClass: sambaGroupMapping
  objectClass: posixGroup
  displayName: Domain Users
  sambaGroupType: 2
  sambaSID: S-1-5-21-4074884656-2525905897-914379862-513
  description: Domain Users
  gidNumber: 2001
  cn: domainUsers
  memberUid: richi
 
  dn: cn=domainGuests,ou=Groups,dc=mydomain
  objectClass: sambaGroupMapping
  objectClass: posixGroobjectClass: posixGroup
  displayName: Domain Guests
  sambaGroupType: 2
  sambaSID: S-1-5-21-4074884656-2525905897-914379862-514
  description: Domain Guests
  gidNumber: 2002
  cn: domainGuests
 
  dn: cn=domainComputers,ou=Groups,dc=mydomain
  objectClass: sambaGroupMapping
  objectClass: posixGroup
  displayName: Domain Computers
  sambaGroupType: 2
  sambaSID: S-1-5-21-4074884656-2525905897-914379862-515
  description: Domain Computers
  gidNumber: 2003
  cn: domainComputers
 
  dn: uid=richi,ou=People,ou=Users,dc=mydomain
  objectClass: sambaSamAccount
  objectClass: shadowAccount
  objectClass: posixAccount
  objectClass: inetOrgPerson
  sambaHomeDrive: U:
  sambaDomainName: SCRAPPY
  sambaAcctFlags: [XU ]
  displayName: Richi
  sambaPrimaryGroupSID: S-1-5-21-4074884656-2525905897-914379862-512
  sambaSID: S-1-5-21-4074884656-2525905897-914379862-5000
  sambaLMPassword: hidden
  sambaNTPassword: hidden
  sambaPwdLastSet: 1218502167
  shadowWarning: 10
  shadowInactive: 10
  shadowMin: 1
  shadowMax: 365
  homeDirectory: /home/richi
  loginShell: /bin/bash
  uid: richi
  cn: Richi
  uidNumber: 2000
  gidNumber: 2000
  sn: Smith
  givenName: Richi
  shadowLastChange: 14105
  userPassword: secret
 
  dn: cn=domainAdmins,ou=Groups,dc=mydomain
  cn: domainAdmins
  description: Domain Admins
  objectClass: sambaGroupMapping
  objectClass: posixGroup
  gidNumber: 2000
  sambaSID: S-1-5-21-4074884656-2525905897-914379862-512
  sambaGroupType: 2
  displayName: Domain Admin
 
  dn: ou=xwiki,ou=Groups,dc=mydomain
  ou: xwiki
  objectClass: top
  objectClass: organizationalUnit
 
  dn: cn=users,ou=xwiki,ou=Groups,dc=mydomain
  cn: users
  member: uid=richi,ou=People,ou=Users,dc=mydomain
  objectClass: groupOfNames
  objectClass: top
  ou: xwiki
 
  dn: cn=admins,ou=xwiki,ou=Groups,dc=mydomain
  cn: admins
  member: uid=richi,ou=People,ou=Users,dc=mydomain
  ou: xwiki
  

[xwiki-users] XWiki Version 0.9.793

2008-08-21 Thread Sharada Narasimha
Hi
Am using XWiki Version 0.9.793. Am unable to add or edit pany page. Attached
is a screenshot of the problem. The title, content, category, and extract
appear without any option to enter data.
Can anyone help me with this.

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


Re: [xwiki-users] XWiki Version 0.9.793

2008-08-21 Thread Vincent Massol
Hi sharada,

Seen that this version is several years old I'd suggest you move to  
the newest one.

Also the dev community doesn't support old versions (we support latest  
+ latest -1, i.e. XE 1.6 and 1.5). You can get some custom  
professional support though through http://xwiki.com if you want but  
I'd really suggest you upgrade if you can. Or you can get lucky and  
someone in the community might help you.

Note that your image wasn't attached but it may have been stripped by  
the list.

Thanks
-Vincent

On Aug 21, 2008, at 4:19 PM, Sharada Narasimha wrote:

 Hi
 Am using XWiki Version 0.9.793. Am unable to add or edit pany page.  
 Attached
 is a screenshot of the problem. The title, content, category, and  
 extract
 appear without any option to enter data.
 Can anyone help me with this.

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


[xwiki-users] Problem installing XWiki Enterprise

2008-08-21 Thread Amode Jeremy
Hi,

We're trying to install the Standalone Version (zip file) of Xwiki 
Enterprise on a dedicated server (linux Red Hat)

We followed the guide on the XWiki Website, we have started 
start_xwiki.sh but when we tried to reach the url that we are given, it 
doesn't work. We have guessed that we must change localhost to our 
server ip :
http://ipserver:8080/xwiki/bin/view/Main/WebHome

Is anyone able to help us?


Thank you for your time and for the help you'll provide us.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] [Request for Feedback] New WYSIWYG Editor Interface

2008-08-21 Thread Guillaume Lerouge
Hi fellow XWiki users,
I've spent the last couple weeks working on designing mockups for the new
version of the WYSIWYG editor that's currently in the works.

I've put all my work on this page :
http://dev.xwiki.org/xwiki/bin/view/Design/NewWysiwygEditorInterface

and I'd be glad to gather initial user feedback on these mockups. Please
tell us what you think about them now so that we can improve the screens
before implementation begins at full speed.

Specifically, I'm wondering about the following things :

   - Can the text be improved to make things easier to understand ? If so,
   where ?
   - Are some features harder to reach than they should ?
   - Are dialog boxes  trays consistent with user models of how edition
   software usually behaves ?
   - Do you see anything that will make an user wonder what's happening and
   where he / she should click next ?

Please note that the colors are only indicative at this stage - a designer
will improve my work before we get to the final stage. I'll try incorporate
your feedback soon and will let you know how the subseuent development goes.

Thanks in advance,

Guillaume

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


Re: [xwiki-users] [Request for Feedback] New WYSIWYG Editor Interface

2008-08-21 Thread Vincent Massol
Hi Guillaume,

Globally I like it.

Some comments:

1) Link menu item:
* How do we add a link to an email address?
* How do we add a link to a generic URI?
* How do we add an interwiki link?

I think all these can be answered by providing a Custom Link... item  
in the drop down menu to let users enter whatever format they want. It  
would have 3 fields:
- label
- reference (this is the free form)
- target

2) Insert menu item:
* I don't like the Insert TOC too much since the TOC is a macro like  
other macros. BTW this is true for the table too but here I agree that  
table should be in this menu... which means BTW that for the  
implementation we need to filter out the table from the macro list...

3) Macro menu item:
* Can categories be more than 1 level deep?
* Can a macro be in more than 1 category?
Note: This means that in the Macro descriptor implementation we need  
to add the notation of category which we don't currently have (we have  
macro description and parameters description).

4) Import menu item:
* You didn't show the submenu items

5) Link Dialog Box - Browse tab
* It's missing the ability to link to a subwiki (i.e. the wiki filter)

6) Link Dialog Box - Search tab
* Again missing multiwiki
* What if put the name of an attachment. How do I create a link to it  
from the search dialog box?

7) Link Dialog Box - Recently Modified
* By everyone or by me only or both?

8) Link to a web page
* Wrong dialog box

9) Link to a new page
* What about a link to a page in another wiki?
* New page title -- New page name. This is not the title!

BTW In English there's no space before :

10) Link Settings
* Not sure I like the fact that you can set tooltip/etc when creating  
the link. I'm not sure on this.

Stopping here for now... need top lay with the kids a bit...

Thanks
-Vincent

On Aug 21, 2008, at 7:06 PM, Guillaume Lerouge wrote:

 Hi fellow XWiki users,
 I've spent the last couple weeks working on designing mockups for  
 the new
 version of the WYSIWYG editor that's currently in the works.

 I've put all my work on this page :
 http://dev.xwiki.org/xwiki/bin/view/Design/NewWysiwygEditorInterface

 and I'd be glad to gather initial user feedback on these mockups.  
 Please
 tell us what you think about them now so that we can improve the  
 screens
 before implementation begins at full speed.

 Specifically, I'm wondering about the following things :

   - Can the text be improved to make things easier to understand ?  
 If so,
   where ?
   - Are some features harder to reach than they should ?
   - Are dialog boxes  trays consistent with user models of how  
 edition
   software usually behaves ?
   - Do you see anything that will make an user wonder what's  
 happening and
   where he / she should click next ?

 Please note that the colors are only indicative at this stage - a  
 designer
 will improve my work before we get to the final stage. I'll try  
 incorporate
 your feedback soon and will let you know how the subseuent  
 development goes.

 Thanks in advance,

 Guillaume

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


Re: [xwiki-users] Problem installing XWiki Enterprise

2008-08-21 Thread Sergiu Dumitriu
Amode Jeremy wrote:
 Hi,
 
 We're trying to install the Standalone Version (zip file) of Xwiki 
 Enterprise on a dedicated server (linux Red Hat)
 
 We followed the guide on the XWiki Website, we have started 
 start_xwiki.sh but when we tried to reach the url that we are given, it 
 doesn't work. We have guessed that we must change localhost to our 
 server ip :
 http://ipserver:8080/xwiki/bin/view/Main/WebHome
 
 Is anyone able to help us?

Do you see errors when executing start_xwiki.sh?

Is there another program listening at that port?

Is there a firewall active on the machine?
-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Internationalization query

2008-08-21 Thread Sergiu Dumitriu
syam_kg wrote:
 Hi
 
 I am facing a problem in internationalization. I want to have different
 versions of a document for UK and USA. The language would be English for
 both these countries but some difference in the contents. Is it possible
 with Xwiki. I have tried with adding an
 ApplicationResources_en_US.properties file. But didn't work. Please help.


It should work fine if you specify language=en_US or language=en_UK in 
the URL.
-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Email validation on Registration

2008-08-21 Thread Sergiu Dumitriu
syam_kg wrote:
 Hi
 
 I am using XE 1.5. I have configured 'Use email verification' as 'yes' and
 whenever new registration happens, a validation mail is sent to the user.
 But how the actual validation happens? If I try to login with the newly
 registered userid, it is throwing an error saying your account is not
 validated. Please help...
 

What does the validation email say?

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


Re: [xwiki-users] Prevent unregistered users... option not working in WikiPreferences Rights

2008-08-21 Thread Sergiu Dumitriu
Mike Jakubik wrote:
 Hi,
 
  
 
 I have recently installed version 1.5 (on postgresql) and the Prevent
 unregistered users from viewing pages,.. options are not selectable. I need
 to setup the Wiki so that it is private and does not accept new
 registrations. The checkbox fields are not clickable, I have also tried a
 fresh 1.6 install and I get the same behavior. Could someone please help me
 to lock down the Wiki? I have searched for this but all the answers and
 documentation seem to be out of date.
 

Those are not standard form elements, just try to click them and wait a 
few seconds. If it doesn't work, make sure you have javascript enabled. 
If it still doesn't work, use the object editor to change those values, 
like:

http://localhost:8080/xwiki/bin/edit/XWiki/XWikiPreferences?editor=objectclassname=XWiki.XWikiPreferences

Look for Authenticate on edit and Authenticated view.
-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] XWiki Version 0.9.793

2008-08-21 Thread Sergiu Dumitriu
Sharada Narasimha wrote:
 Hi
 Am using XWiki Version 0.9.793. Am unable to add or edit pany page. Attached
 is a screenshot of the problem. The title, content, category, and extract
 appear without any option to enter data.
 Can anyone help me with this.
 

You should post the image on a public server and send the link only. 
Sending attachments to public mailing lists is not a good practice.

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


Re: [xwiki-users] Print all page in space

2008-08-21 Thread Sergiu Dumitriu
Michele Manfrin wrote:
 Hi all
 
 Is there a method in xwiki 1.5 to print all pages in a single space?
 An example: I have one space that contains 10 pages all about a spacific
 argument that characterizes the space.
 If I want print all 10 pages in a single click how can i do?
 thanks in advance!
 

The most simple version:

#foreach($i in $xwiki.getSpaceDocsName(Space))
* $i
#end

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


Re: [xwiki-users] Trouble installing XWiki Enterprise / Database installation (sorry for the double mail)

2008-08-21 Thread Sergiu Dumitriu
Amode Jeremy wrote:
 Hi,
 
 We're trying to install XWiki Enterprise on a redhat linux and we are 
 facing some issues.
 
 Is there a mean to upload all the tables of the XWiki enterprise 
 database one shot instead of being obliged to upload each table one by one?
 Up to now we have unzipped and installed the following file : 
 xwiki-enterprise-hsqldb-1.5.zip.  Unfortunately it looks like if the 
 database does not install itself and that we are obliged to create the 
 64 tables one by one. Up to now we have obtained in the unzipped folder 
 the following files :
 
 img
 META-INF (folder)
 database (folder)
 getty(folder)
 start_xwiki.bat
 start_xwiki.sh
 start_xwiki_debug.sh
 start_xwiki_debug.bat
 stop_xwiki.bat
 stop_xwiki.sh
 webapps (folder)
 
 

What database are you talking about? The .zip distribution contains a 
fully working database, you don't need to create anything.
-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Info about setting panels layout on edit

2008-08-21 Thread Sergiu Dumitriu
Michele Manfrin wrote:
 Hi all
 
 I'm using xwiki 1.5. I set a left panels layout with a PanelWizard. All is
 correctly but when i try to edit a page, the panels on a left side magically
 disappears and I don't know where i can set correctly this view.
 Thanks in advance

Page editing is different than a normal view, as it requires its own 
panels. There's no very simple way to keep the same panels in view and 
edit mode, but it is possible, if you really want that. For the moment, 
you can alter the list of panels by changing editpanelsvars.vm in your 
skin (see http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Skins for 
more information on how to do that).

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


Re: [xwiki-users] Disable/hide a property in a class

2008-08-21 Thread Sergiu Dumitriu
syam_kg wrote:
 Hi
 
 Is it possible to hide/disable a particular property in an Xwiki class ?
 If yes kindly provide velocity sinipplet for this.. I am using XWiki
 Enterprise 1.5

Currently that is not possible. See 
http://markmail.org/message/cnsuyabf7thkks42 for some work done on this 
subject.

If the property you want to remove is the last one created you can 
rollback the document to a previous version.
-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] [Request for Feedback] New WYSIWYG Editor Interface

2008-08-21 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
Hi Guillaume,

I can see there many of the actions we daily do with some effort by 
using the XWiki editor, so I am sure our users will enjoy a lot this new 
editor.

Just a couple of doubts. Perhaps they are about features not implemented 
yet or this could not be the better place to post them, but I would like 
to forward this message to some people here that will appreciate the 
work done.

Here the doubts:

   1. We currently rely on some Thunderbird nice add-ons (It's all text!
  is the winner here) or the use of browsers like OmniWeb to do
  find/replace actions. Won't be these features included in the new
  WYSIWYG editor?
   2. Have you already considered internationalization issues? How could
  we contribute to launch the new editor simultaneously in some
  other languages?
   3. As we try to use XWiki as the entry point for our workflow, import
  must not be of major importance for us (of course, it will really
  welcome as we usually receive, and keep receiving, contributions
  in these formats). But export, at least to RTF, is critical for
  us. Independently of the method used to export or to import (I see
  that officeimporter comes from a GSoC initiative) documents, why
  does the import menu is in the WYSIWYG and the export options only
  in the upper one? I understand that the export process could be
  accessed without editing a document, but perhaps users could
  expect to find the export options close to the import ones in the
  editor.

Thanks you very much,

Ricardo

Guillaume Lerouge wrote:
 Hi fellow XWiki users,
 I've spent the last couple weeks working on designing mockups for the new
 version of the WYSIWYG editor that's currently in the works.

 I've put all my work on this page :
 http://dev.xwiki.org/xwiki/bin/view/Design/NewWysiwygEditorInterface

 and I'd be glad to gather initial user feedback on these mockups. Please
 tell us what you think about them now so that we can improve the screens
 before implementation begins at full speed.

 Specifically, I'm wondering about the following things :

- Can the text be improved to make things easier to understand ? If so,
where ?
- Are some features harder to reach than they should ?
- Are dialog boxes  trays consistent with user models of how edition
software usually behaves ?
- Do you see anything that will make an user wonder what's happening and
where he / she should click next ?

 Please note that the colors are only indicative at this stage - a designer
 will improve my work before we get to the final stage. I'll try incorporate
 your feedback soon and will let you know how the subseuent development goes.

 Thanks in advance,

 Guillaume

   

-- 
Ricardo Rodríguez
Your EPEC Network ICT Team

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


Re: [xwiki-users] [Request for Feedback] New WYSIWYG Editor Interface

2008-08-21 Thread Guillaume Lerouge
Hi Ricardo,

[snip]

  1. We currently rely on some Thunderbird nice add-ons (It's all text!
  is the winner here) or the use of browsers like OmniWeb to do
  find/replace actions. Won't be these features included in the new
  WYSIWYG editor?


Find  Replace is indeed an interesting feature. I don't think we'll have
time to include it in the first release but we'll certainly keep it in mind
while writing the roadmap.


  2. Have you already considered internationalization issues? How could
  we contribute to launch the new editor simultaneously in some
  other languages?


I must admit I haven't thought about it much yet. Contributing new languages
for the editor interface would be great though :-) I'll check how we handle
the languages resources files and let you know how you can contribute ASAP.


   3. As we try to use XWiki as the entry point for our workflow, import
  must not be of major importance for us (of course, it will really
  welcome as we usually receive, and keep receiving, contributions
  in these formats). But export, at least to RTF, is critical for
  us. Independently of the method used to export or to import (I see
  that officeimporter comes from a GSoC initiative) documents, why
  does the import menu is in the WYSIWYG and the export options only
  in the upper one? I understand that the export process could be
  accessed without editing a document, but perhaps users could
  expect to find the export options close to the import ones in the
  editor.


Export isn't present there because the WYSIWYG is meant to let user input 
modify content on the wiki page. It is meant as a tool to get information
from outside the wiki (files, other websites, our heads) and convert it into
a wiki page. Export is a different step where you get information from the
wiki to another place.

While editing the page, you are in some sort of draft mode where you're
making changes. When exporting stuff, you want it to be finished (at least
partially). Making export available at the page level means that the
contents you will export have been considered finished at some point (since
they've been saved). This is why I think making export available only at the
page level makes more sense from a user flow point of view... Though I might
be wrong.

Thanks for the feedback !

Guillaume


Ricardo

 Guillaume Lerouge wrote:
  Hi fellow XWiki users,
  I've spent the last couple weeks working on designing mockups for the new
  version of the WYSIWYG editor that's currently in the works.
 
  I've put all my work on this page :
  http://dev.xwiki.org/xwiki/bin/view/Design/NewWysiwygEditorInterface
 
  and I'd be glad to gather initial user feedback on these mockups. Please
  tell us what you think about them now so that we can improve the screens
  before implementation begins at full speed.
 
  Specifically, I'm wondering about the following things :
 
 - Can the text be improved to make things easier to understand ? If
 so,
 where ?
 - Are some features harder to reach than they should ?
 - Are dialog boxes  trays consistent with user models of how edition
 software usually behaves ?
 - Do you see anything that will make an user wonder what's happening
 and
 where he / she should click next ?
 
  Please note that the colors are only indicative at this stage - a
 designer
  will improve my work before we get to the final stage. I'll try
 incorporate
  your feedback soon and will let you know how the subseuent development
 goes.
 
  Thanks in advance,
 
  Guillaume
 
 

 --
 Ricardo Rodríguez
 Your EPEC Network ICT Team

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




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


Re: [xwiki-users] [Request for Feedback] New WYSIWYG Editor Interface

2008-08-21 Thread Guillaume Lerouge
Hi,

Globally I like it.


Great :-)


 Some comments:

 1) Link menu item:
 * How do we add a link to an email address?
 * How do we add a link to a generic URI?
 * How do we add an interwiki link?


I forgot about that, I'll add them.


 I think all these can be answered by providing a Custom Link... item
 in the drop down menu to let users enter whatever format they want. It
 would have 3 fields:
 - label
 - reference (this is the free form)
 - target


They might be merged with the link to web page, I'll try some options.


 2) Insert menu item:
 * I don't like the Insert TOC too much since the TOC is a macro like
 other macros. BTW this is true for the table too but here I agree that
 table should be in this menu... which means BTW that for the
 implementation we need to filter out the table from the macro list...


{table} , {image} , {attach} , {toc} : all of them are macros :-) I put it
there because I feel it has a special importance and is used more often than
other macros, but it would fit nicely under the macros menu as well.


 3) Macro menu item:
 * Can categories be more than 1 level deep?
 * Can a macro be in more than 1 category?
 Note: This means that in the Macro descriptor implementation we need
 to add the notation of category which we don't currently have (we have
 macro description and parameters description).


I'd say 1 macro per category and the ability to add an additional level of
depth if our macro headcount grows too far. Howeverthis might not be a good
idea (too many drop-down menus isn't good) so I'll try designing a dialog
box for macro selection.


 4) Import menu item:
 * You didn't show the submenu items


You can see them in the feature mindmap right above on the page.


 5) Link Dialog Box - Browse tab
 * It's missing the ability to link to a subwiki (i.e. the wiki filter)

 6) Link Dialog Box - Search tab
 * Again missing multiwiki
 * What if put the name of an attachment. How do I create a link to it
 from the search dialog box?


Look at the image more closely : it shows up as an attachment in the search
results list and you can create a link by clicking on the button.


 7) Link Dialog Box - Recently Modified
 * By everyone or by me only or both?


I'd say by everyone and provide the author column to let the user filter by
himself only if he wants to.


 8) Link to a web page
 * Wrong dialog box


Right, I'll fix that.


 9) Link to a new page
 * What about a link to a page in another wiki?
 * New page title -- New page name. This is not the title!


Right. I'll add both.


 BTW In English there's no space before :

 10) Link Settings
 * Not sure I like the fact that you can set tooltip/etc when creating
 the link. I'm not sure on this.


You cannot set it when creating the link but when editing it through the
tray (as it is not an important feature). I don't think it matters much and
could be removed altogether.

Guillaume




 On Aug 21, 2008, at 7:06 PM, Guillaume Lerouge wrote:

  Hi fellow XWiki users,
  I've spent the last couple weeks working on designing mockups for
  the new
  version of the WYSIWYG editor that's currently in the works.
 
  I've put all my work on this page :
  http://dev.xwiki.org/xwiki/bin/view/Design/NewWysiwygEditorInterface
 
  and I'd be glad to gather initial user feedback on these mockups.
  Please
  tell us what you think about them now so that we can improve the
  screens
  before implementation begins at full speed.
 
  Specifically, I'm wondering about the following things :
 
- Can the text be improved to make things easier to understand ?
  If so,
where ?
- Are some features harder to reach than they should ?
- Are dialog boxes  trays consistent with user models of how
  edition
software usually behaves ?
- Do you see anything that will make an user wonder what's
  happening and
where he / she should click next ?
 
  Please note that the colors are only indicative at this stage - a
  designer
  will improve my work before we get to the final stage. I'll try
  incorporate
  your feedback soon and will let you know how the subseuent
  development goes.
 
  Thanks in advance,
 
  Guillaume
 
  --
  Guillaume Lerouge
  Product Manager - XWiki
  Skype ID : wikibc
  http://blog.xwiki.com/
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users




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


Re: [xwiki-users] Re lease date for Xwiki Enterprise 1.6

2008-08-21 Thread syam_kg

Hi

Is XE 1.6 available now ? I could see 18th August as the target rate in your
email.

Regards
Syam

vmassol wrote:
 
 Hi Syam,
 
 I've just sent an email for the 1.6 roadmap,
 see http://tinyurl.com/6albvn
 
 Thanks
 -Vincent
 
 On Aug 12, 2008, at 2:19 PM, syam_kg wrote:
 

 Hi

 Anybody has any information on the release date of XWiki Enterprise  
 1.6 ?
 Also I would like to know whether the 'Forgot Password'  
 functionality will
 be provided in it or not.
 Please help

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

-- 
View this message in context: 
http://n2.nabble.com/Release-date-for-Xwiki-Enterprise-1.6-tp707868p742092.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