Hi,
I need to call xwiki from a simple java client that i have made for university project (sitting outside the xwiki server). For this, the java client needs a jar file which can help to connect server using some specific parameters like URL, username, password etc. This is required to test the persistence of the same user data into xwiki so that I can use my own server's authertication (provided by university server) and no registration is required thru' the xwiki admin functionality.
Any help is appreciated.
ac
Hi,
Now I want to handle <font> tag which is deprecated in xhtml. I just
want to skip <font> tag, that's easy. But some font tag contain some
font info like size, color, etc,
<p><font size="2" style="font-size: 10pt" color="red">test</font></p>.
I want to change this to xhtml style, etc,
<p style="font-size: 10pt; color: red">test</p>
I want to know if now the wikimodelxhtmlparser and
xwikisyntaxrendering can handle <p style="color:red">test</p>
correctly.
What will be generated when change the style attribute in p tag to
xwiki syntax 2.0?
--
Thanks
Wang Ning
Hi,
In the new rendering implementation I need to implement section
editing. So far it was done in XWikiHeadingFilter (ie. in the
rendering). However I don't believe it should be done in the rendering
module since this is something that depends on the skin used. I think
the rendering should generate a placeholder only and it's up to the
skin or templates to replace this placeholder by an image+link to edit
a section.
Thus I'm asking how we could do this? I think this is what Interface
extensions are about, am I right?
Sergiu any idea? Anyone?
Thanks
-Vincent
Hi,
I am new with xwiki and Bonita.Is there any body who can give me some
suggestion to intigrate xwiki and bonita.
is there any document available.It would be really helpful for me if anyone
can provide me some information about it.
thanks,
Rupok
Hi,
How to display a URL links only for admins in the space.
#if ($xwiki.hasAdminRights())
* [Home>Main.WebHome1]
* [Index>Main.AllDocs]
#end
I tried with the above code, but it seems not working for me.
Any other way ...? OR This is wrong....?
--
Prathap
Hi,
Previously we were checking for includeForm in the page's content to
decide to use inline mode automatically. Since this have been replaced
by the {{include}} macro we have 2 choices I think:
1a) Add a new {{includeForm}} macro that does the same as include but
that'll be able to check to decide if we use automatic inline mode
1b) Create a new {{editMode default="view|inline|..."/}} macro used as
a marker only to decide what mode to use by default.
2) Add some metadata to the page, like a default edit mode that can
set to "wiki", "inline", "wysiwyg", "objects", "class", etc. This mode
would be a combo box that you can change in edit mode.
3) Do something more complex like define a page type. One type could
be "Form".
It's possible 3) is related to the "Easy creation of structured pages"
but I don't know enough to see how closely related they are.
My take is that in 1) (a or b) is best in the short term while we
think more about how we want to do this cleanly.
WDYT?
Thanks
-Vincent
Hi,
I need to call xwiki from a simple java client (sitting outside the xwiki server). For this, the java client needs a jar file which can help to connect server using some specific parameters like URL, username, password etc. This is required to test my university project for persisting some user data into xwiki so that no registration is required via xwiki admin.
Please help.
Thanks & Regards
ac
Hi,
to finish my OpenID authentication project I have to little questions :-)
I created an action AttachOpenIdAction which is used to attach an OpenID to
an already existing user account (see
http://jira.xwiki.org/jira/browse/XWIKI-2588). Now I have two questions:
1. How can I add a button to the users profile page where "Change your
password", "Modify your profile", .. is. I found no template or action.
2. How can I set the permissions for that action. Currently it requires
Admin rights to be executed.
Thank you very much
Have a nice weekend,
Markus
Hi,
I use the xe made from svnroot/xwiki/enterprise/, and create a page
using "xwiki 2.0". put only one line in the content "abc", then save
and review. Got error as following:
org.apache.velocity.exception.MethodInvocationException: Invocation of
method 'getRenderedContent' in class com.xpn.xwiki.api.Document threw
exception java.lang.NoSuchMethodError:
org.xwiki.rendering.renderer.xhtml.XHTMLRenderer.<init>(Ljava/io/Writer;Lorg/xwiki/rendering/DocumentManager;)V
@ /templates/contentview.vm[7,7]
Any suggestion?
Thanks
Wang Ning