Re: [xwiki-users] Roadmap for XE 1.4

2008-03-15 Thread ancapaula . luca
> Hi, > >> * An improved WYSIWYG editor with the following features: >> > - cut and paste from Word and web pages easily i.e. without having >> > to go >> > back and adjust the formatting of what's been pasted onto an XWiki >> > page >> >> > - if some wiki markup or code on a page could muckup the

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 Oo

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

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: > [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 >>> >>> >>> >> M

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

[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) >>> >>> Unfort

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

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 org.apache.catalina.startup.

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 s

Re: [xwiki-users] installation problems

2008-03-15 Thread Vincent Massol
On Mar 15, 2008, at 1:17 PM, Yishay Mor wrote: 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

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 wa

Re: [xwiki-users] Xwiki file and attachment storage

2008-03-15 Thread Jean-Vincent Drean
Sergiu was writing about it recently : http://markmail.org/message/egls2u2anv6ttfs2?q=xwiki+list:org%2Exwiki%2Edevs+attachment BTW I don't know if there's any ETA for this, Sergiu have you planned to work on this in the coming weeks ? JV. On Fri, Mar 14, 2008 at 6:16 PM, bjquinn <[EMAIL PROTECTE

Re: [xwiki-users] panel background

2008-03-15 Thread Jean-Vincent Drean
On Sun, Mar 9, 2008 at 3:34 PM, [Ricardo Rodriguez] Your EPEC Network ICT Team <[EMAIL PROTECTED]> wrote: > > The point is that by using macro.vm I can easily add new macros to our > sites without needing to modify macros.vm. This way, our customizations are > "completely" independent of the base

Re: [xwiki-users] Display external directory tree under xwiki

2008-03-15 Thread Jean-Vincent Drean
On Wed, Mar 12, 2008 at 10:36 AM, Gellien, Joerg <[EMAIL PROTECTED]> wrote: > Hi folks, > > Just another thought on the topic: displaying external directory structures > with metadata under XWiki. > The major goal I have to achieve is to provide readonly access to a > directory structure with a

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

2008-03-15 Thread ancapaula . luca
> [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 li

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 Than

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 r

Re: [xwiki-users] collapsed panels (continued)

2008-03-15 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
Hi, Sergiu Dumitriu wrote: > Can you try and fix the js? > Thanks > I see updateName() extensively used in XWiki to remove spaces and "forbidden characters" from document titles and I was wondering if this XWiki helper javascript method could be used to remove spaces from panels names. I h

[xwiki-users] Xwiki RSS macro problem - newbie mistake?

2008-03-15 Thread Glenn Everitt
Using Xwiki Enterprise 1.3 I defined this in my wiki page {rss:feed=http://www.reybango.com/rss.cfm|full=true|count=3} In my wiki page I get rss: Error processing http://www.reybango.com/rss.cfm: www.reybango.com I think this is because xwiki is behind a firewall and I need to specify a proxy

[xwiki-users] Google Universal Gadgers/Open Social

2008-03-15 Thread Michael Oliver
I searched XWiki.org and found some proposals related Google Gadgets support but no volunteers. I believe XWiki would benefit greatly in support for Google Gadgets/Open Social. If anybody else agrees perhaps we can collaborate. I also saw that in one of the proposals it was menti