Hi,
I would like to know if there is a way to change the default appearance of
the code macro.
Can I make it look like the one in confluence or the one in moin?
thanks
carlo
Hello
I am not sure i understood what u are asking, but:
-if u want to divide a page in 2 columns. only that page..so you cannot use
the change of layout from xwiki, you can easily edit the page in question in
the object mode. (?editor=object) and from the right side you can see that
u can add a "stylesheetclass" and there u can add .css . here in you declare
your 2 columns and everything else u want to have in page, just like u are
creating a simple html file that uses a css file. Next: Save
-
John Bober wrote:
>
> Hi,
>
> I'm a Newbe and courrently working with an xwiki. I really like the look
> and gadgets, I'm only a little disapointed from the history.
> Currently it shows only the deletet and the added Text. Is there any
> posibility to generaly show the rest of the content?
> It would really help, I didn't get what is actually changed and what not.
>
> - to see the author and dates and pages that were modified, use the xwiki:
> "#includeInContext("Main.RecentChanges")". it's something like this:
> {{velocity}}
> {{html}}
>
> ## Set variables to limit recent changes to the current space and 10
> items.
> #set($rcSpace = [$doc.space])
> #set($rcChangesNb = 10)
> #includeInContext("Main.RecentChanges")
>
> {{/html}}
> {{/velocity}}
>
> - if you want to get the contents of a page, you can use this:
> #set($docContent = $xwiki.getDocument($pageName).content)
> (http://n2.nabble.com/get-content-of-page-td3992676.html#a3992676)
>
> Hope this helps
>
> By the way, a colleague of mine thought of special view:
> A Table-Style with the content on the left and the autor on the right. So
> one can easly get who is responsible for some very brilliant content =^D .
>
> Thanks in advance.
> John Bober
>
>
--
View this message in context: http://n2.nabble.com/extended-history-view-tp4169050p4176059.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Thomas,
Maybe i missed something but i did what is described in the link you provided and i have something strange.
When i log with my id in the virtual wiki, i have my first name/last name displayed (so it's able to read data from the main wiki). That's ok. But the link behind this is wrong :
http://mslucommunity.kbl.lu/xwiki/xwiki/bin/view/XWiki/bb03545
Instead of
http://mslucommunity.kbl.lu/xwiki/bin/view/XWiki/bb03545
I searched in previous emails and only found a bug on a regular expression set in the xwiki.cfg but it seems to be corrected for virtual path mode
> -----Message d'origine-----
> De : users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]
> De la part de Thomas Mortagne
> Envoyé : mercredi 16 décembre 2009 17:31
> À : XWiki Users
> Objet : Re: [xwiki-users] Authentication problems with virtual wikis
>
> On Wed, Dec 16, 2009 at 15:37, PERINAUD Christophe
> <Christophe.PERINAUD(a)kbl-bank.com> wrote:
> > Hello all,
> >
> > Our system has some problems when a user logs in the main
> wiki and goes to a virtual wiki.
> > It creates the Xwiki.<userId> page but not like a usual
> user page. It's just a blank one.
>
> Never heard of something like that, do you have anything in the log
> when you try to log in ?
>
> What multiwiki mode are you using ? domain name
> (http://wiki1.host/xwiki/bin/view/) based or path based
> (http://host/xwiki/wiki/wik1i/view/) ?
>
> >
> > The authentication process is done using LDAP process.
> >
> > Also is there a way to disable the login function only on
> the main wiki ? If yes, what will happen if a user tries to
> connect on a virtual wiki and it fails ? Because when this
> situation occured, the user is redirected to the login page
> of the main wiki and not the virtual one.
>
> I you want all your LDAP user profiles to be created/updated only on
> the main wiki see
> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/LDAPAuthen
> ticationUseCases#HI27minmultiwikienvironmentandIwantmyLDAPuser
> storegisteredonlyonmainwiki
>
> >
> > Thank you
> >
> > Christophe Périnaud
> > Windows Server 2003 SP2 in a VMWare instance
> > Oracle 10g
> > Java 1.6.0_12
> > Xwiki 2.0.3 from the pack Jetty/HSQL
> >
> >
> >
> --------------------------------------------------------------
> ------------------
> >
> > This e-mail is intended only for the addressee named above.
> It does not bind the sender, except in the case of an
> existing written convention with the addressee. This e-mail
> may contain material that is confidential and privileged for
> the sole use of the intended recipient. Any review, reliance
> or distribution by others or forwarding without express
> permission is strictly prohibited and may be unlawful. If you
> are not the intended recipient, please contact the sender and
> delete all copies.
> >
> > While reasonable precautions have been taken to ensure that
> this e-mail and any attachments are free from any computer
> virus or similar defect, no liability will be accepted in
> that respect. Anyone accessing this e-mail must take their
> own precautions as to security and virus protection.
> >
> > KBL European Private Bankers S.A., 43 boulevard Royal
> L-2955 Luxembourg, R.C.S. Luxembourg B 6395, T (352) 47 97 1
> > _______________________________________________
> > users mailing list
> > users(a)xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
> >
>
>
>
> --
> Thomas Mortagne
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
--------------------------------------------------------------------------------
This e-mail is intended only for the addressee named above. It does not bind the sender, except in the case of an existing written convention with the addressee. This e-mail may contain material that is confidential and privileged for the sole use of the intended recipient. Any review, reliance or distribution by others or forwarding without express permission is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender and delete all copies.
While reasonable precautions have been taken to ensure that this e-mail and any attachments are free from any computer virus or similar defect, no liability will be accepted in that respect. Anyone accessing this e-mail must take their own precautions as to security and virus protection.
KBL European Private Bankers S.A., 43 boulevard Royal L-2955 Luxembourg, R.C.S. Luxembourg B 6395, T (352) 47 97 1
It's planned but here, when you want to upgrade an application used in production you have to wait many weeks for validations and authorisations. And then the 2.0.5 will be outdated ;)
> -----Message d'origine-----
> De : users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]
> De la part de Thomas Mortagne
> Envoyé : jeudi 17 décembre 2009 08:46
> À : XWiki Users
> Objet : Re: [xwiki-users] Authentication problems with virtual wikis
>
> On Thu, Dec 17, 2009 at 08:38, PERINAUD Christophe
> <Christophe.PERINAUD(a)kbl-bank.com> wrote:
> > Thank you Thomas.
> >
> > We use virtual wikis in the path based mode (set in the
> xwiki.cfg if i remember good)
>
> In that case you should upgrade to 2.0.5 since there is several
> important issues that as been fixed around the switch between wikis.
>
> >
> > Ok. I will try that, hoping that it will solve our problem.
> Because it generates many problems with right permissions to
> browse virtual wikis by registered users.
> >
> >
> >
> >> -----Message d'origine-----
> >> De : users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]
> >> De la part de Thomas Mortagne
> >> Envoyé : mercredi 16 décembre 2009 17:31
> >> À : XWiki Users
> >> Objet : Re: [xwiki-users] Authentication problems with
> virtual wikis
> >>
> >> On Wed, Dec 16, 2009 at 15:37, PERINAUD Christophe
> >> <Christophe.PERINAUD(a)kbl-bank.com> wrote:
> >> > Hello all,
> >> >
> >> > Our system has some problems when a user logs in the main
> >> wiki and goes to a virtual wiki.
> >> > It creates the Xwiki.<userId> page but not like a usual
> >> user page. It's just a blank one.
> >>
> >> Never heard of something like that, do you have anything in the log
> >> when you try to log in ?
> >>
> >> What multiwiki mode are you using ? domain name
> >> (http://wiki1.host/xwiki/bin/view/) based or path based
> >> (http://host/xwiki/wiki/wik1i/view/) ?
> >>
> >> >
> >> > The authentication process is done using LDAP process.
> >> >
> >> > Also is there a way to disable the login function only on
> >> the main wiki ? If yes, what will happen if a user tries to
> >> connect on a virtual wiki and it fails ? Because when this
> >> situation occured, the user is redirected to the login page
> >> of the main wiki and not the virtual one.
> >>
> >> I you want all your LDAP user profiles to be
> created/updated only on
> >> the main wiki see
> >> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/LDAPAuthen
> >> ticationUseCases#HI27minmultiwikienvironmentandIwantmyLDAPuser
> >> storegisteredonlyonmainwiki
> >>
> >> >
> >> > Thank you
> >> >
> >> > Christophe Périnaud
> >> > Windows Server 2003 SP2 in a VMWare instance
> >> > Oracle 10g
> >> > Java 1.6.0_12
> >> > Xwiki 2.0.3 from the pack Jetty/HSQL
> >> >
> >> >
> >> >
> >> --------------------------------------------------------------
> >> ------------------
> >> >
> >> > This e-mail is intended only for the addressee named above.
> >> It does not bind the sender, except in the case of an
> >> existing written convention with the addressee. This e-mail
> >> may contain material that is confidential and privileged for
> >> the sole use of the intended recipient. Any review, reliance
> >> or distribution by others or forwarding without express
> >> permission is strictly prohibited and may be unlawful. If you
> >> are not the intended recipient, please contact the sender and
> >> delete all copies.
> >> >
> >> > While reasonable precautions have been taken to ensure that
> >> this e-mail and any attachments are free from any computer
> >> virus or similar defect, no liability will be accepted in
> >> that respect. Anyone accessing this e-mail must take their
> >> own precautions as to security and virus protection.
> >> >
> >> > KBL European Private Bankers S.A., 43 boulevard Royal
> >> L-2955 Luxembourg, R.C.S. Luxembourg B 6395, T (352) 47 97 1
> >> > _______________________________________________
> >> > users mailing list
> >> > users(a)xwiki.org
> >> > http://lists.xwiki.org/mailman/listinfo/users
> >> >
> >>
> >>
> >>
> >> --
> >> Thomas Mortagne
> >> _______________________________________________
> >> users mailing list
> >> users(a)xwiki.org
> >> http://lists.xwiki.org/mailman/listinfo/users
> >>
> >
> --------------------------------------------------------------
> ------------------
> >
> > This e-mail is intended only for the addressee named above.
> It does not bind the sender, except in the case of an
> existing written convention with the addressee. This e-mail
> may contain material that is confidential and privileged for
> the sole use of the intended recipient. Any review, reliance
> or distribution by others or forwarding without express
> permission is strictly prohibited and may be unlawful. If you
> are not the intended recipient, please contact the sender and
> delete all copies.
> >
> > While reasonable precautions have been taken to ensure that
> this e-mail and any attachments are free from any computer
> virus or similar defect, no liability will be accepted in
> that respect. Anyone accessing this e-mail must take their
> own precautions as to security and virus protection.
> >
> > KBL European Private Bankers S.A., 43 boulevard Royal
> L-2955 Luxembourg, R.C.S. Luxembourg B 6395, T (352) 47 97 1
> > _______________________________________________
> > users mailing list
> > users(a)xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
> >
>
>
>
> --
> Thomas Mortagne
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
--------------------------------------------------------------------------------
This e-mail is intended only for the addressee named above. It does not bind the sender, except in the case of an existing written convention with the addressee. This e-mail may contain material that is confidential and privileged for the sole use of the intended recipient. Any review, reliance or distribution by others or forwarding without express permission is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender and delete all copies.
While reasonable precautions have been taken to ensure that this e-mail and any attachments are free from any computer virus or similar defect, no liability will be accepted in that respect. Anyone accessing this e-mail must take their own precautions as to security and virus protection.
KBL European Private Bankers S.A., 43 boulevard Royal L-2955 Luxembourg, R.C.S. Luxembourg B 6395, T (352) 47 97 1
Thank you Thomas.
We use virtual wikis in the path based mode (set in the xwiki.cfg if i remember good)
Ok. I will try that, hoping that it will solve our problem. Because it generates many problems with right permissions to browse virtual wikis by registered users.
> -----Message d'origine-----
> De : users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]
> De la part de Thomas Mortagne
> Envoyé : mercredi 16 décembre 2009 17:31
> À : XWiki Users
> Objet : Re: [xwiki-users] Authentication problems with virtual wikis
>
> On Wed, Dec 16, 2009 at 15:37, PERINAUD Christophe
> <Christophe.PERINAUD(a)kbl-bank.com> wrote:
> > Hello all,
> >
> > Our system has some problems when a user logs in the main
> wiki and goes to a virtual wiki.
> > It creates the Xwiki.<userId> page but not like a usual
> user page. It's just a blank one.
>
> Never heard of something like that, do you have anything in the log
> when you try to log in ?
>
> What multiwiki mode are you using ? domain name
> (http://wiki1.host/xwiki/bin/view/) based or path based
> (http://host/xwiki/wiki/wik1i/view/) ?
>
> >
> > The authentication process is done using LDAP process.
> >
> > Also is there a way to disable the login function only on
> the main wiki ? If yes, what will happen if a user tries to
> connect on a virtual wiki and it fails ? Because when this
> situation occured, the user is redirected to the login page
> of the main wiki and not the virtual one.
>
> I you want all your LDAP user profiles to be created/updated only on
> the main wiki see
> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/LDAPAuthen
> ticationUseCases#HI27minmultiwikienvironmentandIwantmyLDAPuser
> storegisteredonlyonmainwiki
>
> >
> > Thank you
> >
> > Christophe Périnaud
> > Windows Server 2003 SP2 in a VMWare instance
> > Oracle 10g
> > Java 1.6.0_12
> > Xwiki 2.0.3 from the pack Jetty/HSQL
> >
> >
> >
> --------------------------------------------------------------
> ------------------
> >
> > This e-mail is intended only for the addressee named above.
> It does not bind the sender, except in the case of an
> existing written convention with the addressee. This e-mail
> may contain material that is confidential and privileged for
> the sole use of the intended recipient. Any review, reliance
> or distribution by others or forwarding without express
> permission is strictly prohibited and may be unlawful. If you
> are not the intended recipient, please contact the sender and
> delete all copies.
> >
> > While reasonable precautions have been taken to ensure that
> this e-mail and any attachments are free from any computer
> virus or similar defect, no liability will be accepted in
> that respect. Anyone accessing this e-mail must take their
> own precautions as to security and virus protection.
> >
> > KBL European Private Bankers S.A., 43 boulevard Royal
> L-2955 Luxembourg, R.C.S. Luxembourg B 6395, T (352) 47 97 1
> > _______________________________________________
> > users mailing list
> > users(a)xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
> >
>
>
>
> --
> Thomas Mortagne
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
--------------------------------------------------------------------------------
This e-mail is intended only for the addressee named above. It does not bind the sender, except in the case of an existing written convention with the addressee. This e-mail may contain material that is confidential and privileged for the sole use of the intended recipient. Any review, reliance or distribution by others or forwarding without express permission is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender and delete all copies.
While reasonable precautions have been taken to ensure that this e-mail and any attachments are free from any computer virus or similar defect, no liability will be accepted in that respect. Anyone accessing this e-mail must take their own precautions as to security and virus protection.
KBL European Private Bankers S.A., 43 boulevard Royal L-2955 Luxembourg, R.C.S. Luxembourg B 6395, T (352) 47 97 1
Hello all,
Our system has some problems when a user logs in the main wiki and goes to a virtual wiki.
It creates the Xwiki.<userId> page but not like a usual user page. It's just a blank one.
The authentication process is done using LDAP process.
Also is there a way to disable the login function only on the main wiki ? If yes, what will happen if a user tries to connect on a virtual wiki and it fails ? Because when this situation occured, the user is redirected to the login page of the main wiki and not the virtual one.
Thank you
Christophe Périnaud
Windows Server 2003 SP2 in a VMWare instance
Oracle 10g
Java 1.6.0_12
Xwiki 2.0.3 from the pack Jetty/HSQL
--------------------------------------------------------------------------------
This e-mail is intended only for the addressee named above. It does not bind the sender, except in the case of an existing written convention with the addressee. This e-mail may contain material that is confidential and privileged for the sole use of the intended recipient. Any review, reliance or distribution by others or forwarding without express permission is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender and delete all copies.
While reasonable precautions have been taken to ensure that this e-mail and any attachments are free from any computer virus or similar defect, no liability will be accepted in that respect. Anyone accessing this e-mail must take their own precautions as to security and virus protection.
KBL European Private Bankers S.A., 43 boulevard Royal L-2955 Luxembourg, R.C.S. Luxembourg B 6395, T (352) 47 97 1
hey
My question is purely theoretically. If i create a table and each <td> from
it has an id, can i extract the information from a <td> by an id?
This is in a xwiki page.
"<table>
<tr>
<td>name</td>
</tr>
<tr>
<td id="test">bla bla</td>
</tr>
</table>
"
Now, in another page i get the content of the page above, and i want to take
the info from the td with the "id". is it possible?
:confused:
--
View this message in context: http://n2.nabble.com/distinct-select-divs-from-page-tp4175922p4175922.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
hi everybody, first at all, i m totally newbee with this software. I ve tried
to change the default skin with my own skin, and of course i have bothered.
How do i reset to the original default?
i hope that someone could help me
--
View this message in context: http://n2.nabble.com/NEWBEE-how-do-i-reset-default-skin-tp4138496p4138496.h…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello
1. i create a class and add n properties. besides the properties added i
have this code:
#set( $class = $doc.name.substring(0,$doc.name.indexOf("Class")))
#set($defaultparent = "XWiki.${class}Class")
#set($defaultweb = "Test")
#includeForm("XWiki.ClassSheet")
2. i create doc where i include the class: #includeForm("$space.TestClass")
because I wanna get those prop:
#includeForm("$space.TestClass")
#set($object = $doc.getObject("$space.TestCkass").xWikiClass)
object - $object
#foreach($prop in $object.properties)
-- ${prop.prettyName} </dt>
: $doc.display($prop.getName())</dd>
#end
and my $object shows nothing. probably my favourite question....what am i
missing here?
Thanks
--
View this message in context: http://n2.nabble.com/get-prop-from-a-class-tp4175285p4175285.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
I know that i can get value from a request like this:
"#set($name= $request.getParameter('name'))"
Now, shouldn't i be able to put variables on request so i can use in the
html page? something like this:
"#set($var = $request.setAttribute($name))"
and in the html page to use $request.getAttribute($name) ?
:blush:
Thank you
--
View this message in context: http://n2.nabble.com/set-variables-on-request-tp4174575p4174575.html
Sent from the XWiki- Users mailing list archive at Nabble.com.