Re: [xwiki-users] kein Betreff

2008-09-30 Thread Thomas Mortagne
On Mon, Sep 29, 2008 at 9:28 PM, Rudolf Tronicek [EMAIL PROTECTED] wrote:
 Oh, i see...

 I've created the database user in advance to make sure he has the proper 
 tablespace for data. It worked for my wikitemplate user.

Hmm yes this behavior is a problem for this use case, I should maybe
just print a warning and not block creation. I will add a jira issue
about that.


 Think i'll change the wiki manager skript just to inform me about already 
 present database users and allow the creation of the virtual wiki.

 Thanks a lot,

 Rudi

Hi,

On Mon, Sep 29, 2008 at 3:55 PM, Rudolf Tronicek Tronicek at web.de wrote:


 Hi,

 i've got a problem with Virtual Wiki Manager.

 After deletion of a virtual wiki named wikiit it's not possible to create 
 a new one with this name.

 $xwiki.wikimanager.isWikiNameAvailable(wikiit) returns false.

This methods looks directly into the database so I think the problem
here is that there as some problem at delete and the database has not
been deleted.


 I'm using XE 1.5.2, Wiki Manager 1.4, JBoss AS 4.2.1, Oracle 9iR2 Database.

 Where can i make the old name available again (document / object)? I've 
 searched the database but hit no record - looking up velocity code was not 
 successfull.

 Thanks for any help,

 Rudolf Tronicek

 _
 Der WEB.DE SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
 http://smartsurfer.web.de/?mc=100071distributionid=0066

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




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


Re: [xwiki-users] kein Betreff

2008-09-30 Thread Thomas Mortagne
See http://jira.xwiki.org/jira/browse/XAWM-89

On Tue, Sep 30, 2008 at 11:06 AM, Thomas Mortagne
[EMAIL PROTECTED] wrote:
 On Mon, Sep 29, 2008 at 9:28 PM, Rudolf Tronicek [EMAIL PROTECTED] wrote:
 Oh, i see...

 I've created the database user in advance to make sure he has the proper 
 tablespace for data. It worked for my wikitemplate user.

 Hmm yes this behavior is a problem for this use case, I should maybe
 just print a warning and not block creation. I will add a jira issue
 about that.


 Think i'll change the wiki manager skript just to inform me about already 
 present database users and allow the creation of the virtual wiki.

 Thanks a lot,

 Rudi

Hi,

On Mon, Sep 29, 2008 at 3:55 PM, Rudolf Tronicek Tronicek at web.de wrote:


 Hi,

 i've got a problem with Virtual Wiki Manager.

 After deletion of a virtual wiki named wikiit it's not possible to 
 create a new one with this name.

 $xwiki.wikimanager.isWikiNameAvailable(wikiit) returns false.

This methods looks directly into the database so I think the problem
here is that there as some problem at delete and the database has not
been deleted.


 I'm using XE 1.5.2, Wiki Manager 1.4, JBoss AS 4.2.1, Oracle 9iR2 Database.

 Where can i make the old name available again (document / object)? I've 
 searched the database but hit no record - looking up velocity code was not 
 successfull.

 Thanks for any help,

 Rudolf Tronicek

 _
 Der WEB.DE SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
 http://smartsurfer.web.de/?mc=100071distributionid=0066

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




 --
 Thomas Mortagne




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


Re: [xwiki-users] Virtual wiki name can't be reused after deletion

2008-09-30 Thread Thomas Mortagne
See http://jira.xwiki.org/jira/browse/XAWM-89

On Mon, Sep 29, 2008 at 9:30 PM, Rudolf Tronicek [EMAIL PROTECTED] wrote:
 Oh, i see...

 I've created the database user in advance to make sure he has the proper 
 tablespace for data. It worked for my wikitemplate user.

 Think i'll change the wiki manager skript just to inform me about already 
 present database users and allow the creation of the virtual wiki.

 Thanks a lot,

 Rudi

Hi,

On Mon, Sep 29, 2008 at 3:55 PM, Rudolf Tronicek Tronicek at web.de wrote:


 Hi,

 i've got a problem with Virtual Wiki Manager.

 After deletion of a virtual wiki named wikiit it's not possible to create 
 a new one with this name.

 $xwiki.wikimanager.isWikiNameAvailable(wikiit) returns false.

This methods looks directly into the database so I think the problem
here is that there as some problem at delete and the database has not
been deleted.


 I'm using XE 1.5.2, Wiki Manager 1.4, JBoss AS 4.2.1, Oracle 9iR2 Database.

 Where can i make the old name available again (document / object)? I've 
 searched the database but hit no record - looking up velocity code was not 
 successfull.

 Thanks for any help,

 Rudolf Tronicek
 nach oben -  nächste Nachricht

 
 Pt! Schon vom neuen WEB.DE MultiMessenger gehört?
 Der kann`s mit allen: http://www.produkte.web.de/messenger/?did=3123

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




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


[xwiki-users] List Files

2008-09-30 Thread Bruno Neves
Greetings

I need to program a page that list all the files present in some folder, 
creating links to them. Similar to a
directory. It's possible to do this with velocity code? What is the best way to 
do it?

Best regards
Bruno Neves

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


Re: [xwiki-users] virtual workspaces

2008-09-30 Thread Dan Svoboda
Jerome,

I think I now have it working. I edited the database by changing the  
xwd_author, xwd_content_author, and xwd_creator fields in all entries  
in the xwikidoc table from 'XWiki.Admin' to 'xwiki:XWiki.Admin'.

e.g. UPDATE XWIKIDOC SET XWD_AUTHOR = 'xwiki:XWiki.Admin' WHERE 1=1;

I can create the main workspace, and other workspaces. I can also  
promote Simple members to Power user or Global admin.

Do you think I'll run into problems using this workaround?

Thanks,

Dan

On Sep 29, 2008, at 11:57 AM, Jerome Velociter wrote:

 Are you now able to create the organization space ?

 Jerome.

 Dan Svoboda wrote:
 Here's something that's going to be confusing. I wanted to make  
 sure that the result from my previous post was not due to an error  
 in the way I created the workspaces site from xem. So, I repeated  
 the site creation, and ran the same script.

 Result: xwiki:XWiki.Admin
 Dan


 On Sep 29, 2008, at 12:39 PM, Dan Svoboda wrote:

 I ran this in workspaces:

 $xwiki.getDocument(XWSCode.CreateOrgSpace).author

 Result:

 XWiki.XWikiGuest
 Dan


 On Sep 29, 2008, at 10:57 AM, Jerome Velociter wrote:

 Indeed, it must be something else, and I could not reproduce this  
 behavior :(

 Could you run the following line from the manager wiki, and  
 verify it is actually xwiki:XWiki.Admin and not XWiki.Admin :

 $xwiki.getDocument(yourwiki:XWSCode.CreateNewWorkspace).author

 (where yourwiki is the wiki identifier you used for the  
 workspaces wiki).
 Also, can you look into the logs of the web app to see if there  
 is anything suspicious ?

 Thanks,
 Jerome.

 Dan Svoboda wrote:
 The answer is 4

 So I guess I have programming rights, and there's some other  
 problem.

 Dan


 On Sep 29, 2008, at 10:33 AM, Jerome Velociter wrote:

 % print 2 + 2 %




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


[xwiki-users] Check out my Facebook profile

2008-09-30 Thread Michele Manfrin

I set up a Facebook profile where I can post my pictures, videos and events and 
I want to add you as a friend so you can see it. First, you need to join 
Facebook! Once you join, you can also create your own profile.

Thanks,
Michele

Here's the link:
http://www.facebook.com/p.php?i=1508470876k=YWG5P2RXS34M5GFEQK53SSrv=2

___
This e-mail may contain promotional materials. If you do not wish to receive 
future commercial mailings from Facebook, please click on the link below. 
Facebook's offices are located at 156 University Ave., Palo Alto, CA 94301.
http://www.facebook.com/o.php?u=1525091027k=ac5eac

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


Re: [xwiki-users] Check out my Facebook profile

2008-09-30 Thread Vincent Massol
User has been banned.

Thanks
-Vincent

On Sep 30, 2008, at 11:34 AM, Michele Manfrin wrote:


 I set up a Facebook profile where I can post my pictures, videos and  
 events and I want to add you as a friend so you can see it. First,  
 you need to join Facebook! Once you join, you can also create your  
 own profile.

[snip]


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


[xwiki-users] Attachment list in database list

2008-09-30 Thread Daniel Simon
I want to get the attachments to the current page into a database list  
class dropdown menu.  I figure that there's some specific hibernate  
query that I can use, but I can't seem to figure it out.  So, does  
anyone know how to do this?

Thanks,

/Daniel



:::
Daniel T. Simon, PhD
Linköpings Universitet
Dept. of Science and Technology (ITN)




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


[xwiki-users] import xar into workspaces under xem

2008-09-30 Thread Dan Svoboda
Hi Jerome,

Now that I have workspaces running under xem, I want to import content  
from a previous workspaces instance that I've exported as an archive.  
The new Global admin page doesn't offer Import, and entering the url  
directly takes me to the Global admin page.

How can I import an archive?

Thanks,

Dan

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


Re: [xwiki-users] Admin problem - Panel Wizard changes not saving.

2008-09-30 Thread Evan Pease
Just following up... Any ideas why we would have the problem below when
everything else seems to work?

Thanks,
Evan

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Evan Pease
Sent: Monday, September 29, 2008 9:18 AM
To: XWiki Users
Subject: Re: [xwiki-users] Admin problem - Panel Wizard changes not
saving.

We're experiencing the problem in the Page Layout tab.

When we change the layout from Right column to Left column or any
other layout option and click save, the changes are never saved. A
dialog box appears that says The layout has been saved properly but
when we visit any page within the Wiki the layout isn't updated.

Could this be a database permissions issue? (doesn't make sense because
all of the other functionality works)
Could this be a file system permissions issue? (does the layout get
saved to the file system?)
Could this be a bug with the version of XWiki we have setup? (We're
using XWiki Enterprise 1.5.1.12494).

Thanks,
Evan

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Sergiu Dumitriu
Sent: Friday, September 26, 2008 1:49 PM
To: XWiki Users
Subject: Re: [xwiki-users] Admin problem - Panel Wizard changes not
saving.

Evan Pease wrote:
 Hi,
 
 We're using GNU/Linux, We've tested with multiple versions of both
 Firefox and IE. We've tried modifying page layout through the panel
 wizard at both the wiki level as well as a global level. The panel
 wizard will not save changes we make to the layout. We are not using
 custom panels. We have a clean install of Xwiki loaded with the sample
 wiki (.xar).

Can you tell me exactly which panels are you trying to put on the sides?

Their names should be enough.

 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf
 Of Guillaume Lerouge
 Sent: Thursday, September 25, 2008 5:48 PM
 To: XWiki Users
 Subject: Re: [xwiki-users] Admin problem - Panel Wizard changes not
 saving.
 
 Hi Evan,
 Which OS are you using ? Which browser ? Are you modifying panels at
the
 level of the whole wiki or a space only ? Did you write your own
panels
 ?
 
 The more information you provide us with the easier it will be for us
to
 help you :-)
 
 Guillaume
 
 On Thu, Sep 25, 2008 at 11:26 PM, Evan Pease [EMAIL PROTECTED]
wrote:
 
 Hi,



 We installed xwiki and are testing the administrative interfaces.
 We're
 having a problem with the Panel Wizard. When we make a change to the
 Page Layout (i.e. Moving the side column to the left instead of the
 right) and hit save, the changes are never saved. A message pops up
 saying the changes were successful but when you visit a page they are
 not.



-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
___
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] Admin problem - Panel Wizard changes not saving.

2008-09-30 Thread Sergiu Dumitriu
Evan Pease wrote:
 Just following up... Any ideas why we would have the problem below when
 everything else seems to work?

No idea... It always works for us, developers. Maybe it would help if I
could try on your wiki, to see what exactly fails. Do you have a public URL?

 Thanks,
 Evan
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
 Of Evan Pease
 Sent: Monday, September 29, 2008 9:18 AM
 To: XWiki Users
 Subject: Re: [xwiki-users] Admin problem - Panel Wizard changes not
 saving.
 
 We're experiencing the problem in the Page Layout tab.
 
 When we change the layout from Right column to Left column or any
 other layout option and click save, the changes are never saved. A
 dialog box appears that says The layout has been saved properly but
 when we visit any page within the Wiki the layout isn't updated.
 
 Could this be a database permissions issue? (doesn't make sense because
 all of the other functionality works)
 Could this be a file system permissions issue? (does the layout get
 saved to the file system?)
 Could this be a bug with the version of XWiki we have setup? (We're
 using XWiki Enterprise 1.5.1.12494).
 
 Thanks,
 Evan
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
 Of Sergiu Dumitriu
 Sent: Friday, September 26, 2008 1:49 PM
 To: XWiki Users
 Subject: Re: [xwiki-users] Admin problem - Panel Wizard changes not
 saving.
 
 Evan Pease wrote:
 Hi,

 We're using GNU/Linux, We've tested with multiple versions of both
 Firefox and IE. We've tried modifying page layout through the panel
 wizard at both the wiki level as well as a global level. The panel
 wizard will not save changes we make to the layout. We are not using
 custom panels. We have a clean install of Xwiki loaded with the sample
 wiki (.xar).
 
 Can you tell me exactly which panels are you trying to put on the sides?
 
 Their names should be enough.
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
 Behalf
 Of Guillaume Lerouge
 Sent: Thursday, September 25, 2008 5:48 PM
 To: XWiki Users
 Subject: Re: [xwiki-users] Admin problem - Panel Wizard changes not
 saving.

 Hi Evan,
 Which OS are you using ? Which browser ? Are you modifying panels at
 the
 level of the whole wiki or a space only ? Did you write your own
 panels
 ?

 The more information you provide us with the easier it will be for us
 to
 help you :-)

 Guillaume

 On Thu, Sep 25, 2008 at 11:26 PM, Evan Pease [EMAIL PROTECTED]
 wrote:
 Hi,



 We installed xwiki and are testing the administrative interfaces.
 We're
 having a problem with the Panel Wizard. When we make a change to the
 Page Layout (i.e. Moving the side column to the left instead of the
 right) and hit save, the changes are never saved. A message pops up
 saying the changes were successful but when you visit a page they are
 not.

 
 


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


Re: [xwiki-users] Attachment list in database list

2008-09-30 Thread Sergiu Dumitriu
Daniel Simon wrote:
 I want to get the attachments to the current page into a database list  
 class dropdown menu.  I figure that there's some specific hibernate  
 query that I can use, but I can't seem to figure it out.  So, does  
 anyone know how to do this?
 

select att.filename from XWikiAttachment att where att.docId = '$doc.id'

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


Re: [xwiki-users] List Files

2008-09-30 Thread Sergiu Dumitriu
Bruno Neves wrote:
 Greetings
 
 I need to program a page that list all the files present in some folder, 
 creating links to them. Similar to a
 directory. It's possible to do this with velocity code? What is the best way 
 to do it?
 

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