Re: [xwiki-users] changing some layout details in a single page

2008-03-15 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
Sergiu Dumitriu wrote: A shorter code: #if($!request.skin != myskin) $response.sendRedirect($doc.getURL(view, skin=myskin) #end Much more elegant :-) Must this go to a code snippet entry? Thanks! Cheers, Ricardo -- Ricardo Rodríguez Your EPEC Network ICT Team

Re: [xwiki-users] changing some layout details in a single page

2008-03-15 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
[Ricardo Rodriguez] Your EPEC Network ICT Team wrote: Sergiu Dumitriu wrote: A shorter code: #if($!request.skin != myskin) $response.sendRedirect($doc.getURL(view, skin=myskin) #end Much more elegant :-) Must this go to a code snippet entry? Thanks! Cheers, Ricardo Oops!

Re: [xwiki-users] changing some layout details in a single page

2008-03-15 Thread Sergiu Dumitriu
[Ricardo Rodriguez] Your EPEC Network ICT Team wrote: Sergiu Dumitriu wrote: A shorter code: #if($!request.skin != myskin) $response.sendRedirect($doc.getURL(view, skin=myskin) #end Much more elegant :-) Must this go to a code snippet entry? Thanks! Yes, feel free to create it. --

Re: [xwiki-users] changing some layout details in a single page

2008-03-15 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
Done! http://code.xwiki.org/xwiki/bin/view/Snippets/ForceSkinSnippet Thank you so much, Ricardo Sergiu Dumitriu wrote: Also, I forgot a closing ) $response.sendRedirect($doc.getURL(view, skin=myskin)) -- Ricardo Rodríguez Your EPEC Network ICT Team

[xwiki-users] Managing emails in XWiki (was Re: Roadmap for XE 1.4)

2008-03-15 Thread Vincent Massol
On Mar 10, 2008, at 5:01 PM, Guillaume Lerouge wrote: [snip] * A way of sending emails to XWiki so they can be stored, archived and referenced from a wiki page. Yep, I remember some talking about this. BTW I wonder if XWiki Watch could be used for this? We'd just need to hook a mailbox

Re: [xwiki-users] Managing emails in XWiki (was Re: Roadmap for XE 1.4)

2008-03-15 Thread Guillaume Lerouge
[snip] * A way of sending emails to XWiki so they can be stored, archived and referenced from a wiki page. Yep, I remember some talking about this. BTW I wonder if XWiki Watch could be used for this? We'd just need to hook a mailbox + a POP module (or a mailing list archive reader)

[xwiki-users] Fw: Re: name of default database

2008-03-15 Thread rssh
vmassol wrote: On Jan 10, 2008, at 2:31 PM, rssh wrote: Good day. I just download xwiki, and see, that it is not possible to set name of default database scheme other than 'xwiki'. (Becouse xwiki.tableName is hardcoded in SQL statements) Unfortunately. this means that it is hard to

Re: [xwiki-users] Fw: Re: name of default database

2008-03-15 Thread Thomas Mortagne
On Sat, Mar 15, 2008 at 11:57 AM, rssh [EMAIL PROTECTED] wrote: vmassol wrote: On Jan 10, 2008, at 2:31 PM, rssh wrote: Good day. I just download xwiki, and see, that it is not possible to set name of default database scheme other than 'xwiki'. (Becouse

Re: [xwiki-users] installation problems

2008-03-15 Thread Yishay Mor
I'm getting two kinds of exceptions - one to do with log4j, which can't get permissions to write. Perhaps I should try creating the xwiki.log file manually - where should it be? - one to do with some missing classes. am I short of a jar or two? Mar 13, 2008 10:15:19 AM

Re: [xwiki-users] Fw: Re: name of default database

2008-03-15 Thread rssh
On Sat, 15 Mar 2008 12:38:20 +0100, Thomas Mortagne wrote On Sat, Mar 15, 2008 at 11:57 AM, rssh [EMAIL PROTECTED] wrote: vmassol wrote: On Jan 10, 2008, at 2:31 PM, rssh wrote: Good day. I just download xwiki, and see, that it is not possible to set name

Re: [xwiki-users] How to using prototype 1.5 in xe1.3

2008-03-15 Thread Jean-Vincent Drean
Hi, The prototype version bundled with XE1.3 is prototype 1.4. We're on the way to upgrade prototype to version 1.6 with XE1.4. JV. On Sat, Mar 15, 2008 at 4:09 AM, Vo Kim Khanh [EMAIL PROTECTED] wrote: Hi everybody! I see a problem with prototype 1.5. I use TableKit in XWiki which was

Re: [xwiki-users] panel background

2008-03-15 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
Thanks JV! Jean-Vincent Drean wrote: Looks like Skin Extensions (http://dev.xwiki.org/xwiki/bin/view/Design/SkinExtensions) are what you're looking for. Sergiu Marta are currently working on it : http://markmail.org/message/oa6f6olzm7iwnpkk?q=xwiki+list:org%2Exwiki%2Edevs+1%2E4+roadmap

Re: [xwiki-users] installation problems

2008-03-15 Thread Glenn Everitt
You also have to manually create the xwiki user in MySql. Don't forget to give the user all required permissions. - Glenn Everitt [Ricardo Rodríguez] wrote: Hi, Yishay Mor wrote: Thanks Ricardo, My server's 8080 is behind a firewall, but I can see it and have no problem running