Re: [xwiki-users] How to display in inline mode, only an specific field from a class

2009-06-05 Thread Jean Couteau
Heitor Mayer a écrit : First of all, thank you for your answer. I tried to change the type of Editor to WUSIWYG, but even after the change, the field appears like this one : (∗) TXProblema: I have been using public java.lang.String display(java.lang.String fieldname,

Re: [xwiki-users] Disable HTML macro

2009-06-05 Thread Vincent Massol
Hi Chris, The easiest is simply to remove the xwiki-core-rendering-macro-html- version.jar file from your WEB-INF/lib directory for now since we haven't implemented a UI for disabling macros yet. That's planned for later (probably during 2.0 timeframe). Thanks -Vincent On Jun 5, 2009, at

Re: [xwiki-users] Disable HTML macro

2009-06-05 Thread Vincent Massol
err. I should mention that the HTML macro is used in lots of places already. Removing it will probably make parts of XWiki fail. Like $doc.display() calls. That's a good feedback. We need to ensure that no part of the core is using that macro (and same for the default XAR) if we want to be

[xwiki-users] Character escaping for javascript

2009-06-05 Thread Jean Couteau
Hi list, I am trying to insert some ajax on my wiki, but i am facing an issue with character escaping : I'm trying to have this : tdp id=1,0,0,0,3status Todo /pscript type=text/javascript new

[xwiki-users] Custom authentication, LDAP configuration

2009-06-05 Thread Andawyr
We've configured our XWiki instance to use a custom authentication plugin to authenticate via a secure logon cookie. When the user signs in, information pertaining to the user is fetched from Active Directory; note that this is done as part of the plugin, and does not access A/D via XWiki.