Hi,
I'm pretty confused with the documentation around xWiki and struggle to find
infos on the "custom display" field in the property editor. A simple example
could clarify my questions: how do you (for example) use the "custom
display" field to display the content of the Textarea Propety in bold, red?
Thx in advance for your answers
--
View this message in context: http://www.nabble.com/Help-with-custom-display-tp16277592p16277592.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi there,
I am still testing my migration from 0.9 to 1.3. During this test I got
an exception in a groovy code part. This exception is described in
http://jira.codehaus.org/browse/GROOVY-1406.
Are there any plans to upgrade to a newer version? As I can see xwiki
use 1.0-rc6. I upgrade by myself to 1.5.4 and the exception in my code
was gone. It seems to work...
Bye
Frank
i was talking about a menu that i create inside...some links actually. and i don't want the user to be able to edit anything there.
Take care ,
Gabriela Radu :)
www.gabrielaradu.com
----- Original Message ----
From: Sergiu Dumitriu <sergiu(a)xwiki.com>
To: XWiki Users <users(a)xwiki.org>
Sent: Wednesday, March 26, 2008 5:36:53 PM
Subject: Re: [xwiki-users] special rights
Gabriela Radu wrote:
> hi.
> i was wondering if xwiki can be managed in that way that i can give users rights for some part of the page. for instance : they can edit the text but not the menu in the page.
> Thank you.
>
What menu? There's no menu inside the page...
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
hi.
i was wondering if xwiki can be managed in that way that i can give users rights for some part of the page. for instance : they can edit the text but not the menu in the page.
Thank you.
____________________________________________________________________________________
Never miss a thing. Make Yahoo your home page.
http://www.yahoo.com/r/hs
I would like to implement the possibility to reply to comments, and
the corresponding cascading display.
I assume this change, if possible, should be made on
templates/comments2.vm and/or templates/commentsinline.vm, but I'm a
bit lost. Has anything similar been done? Where can I learn more on
how to do it?
regards,
Joao
Is anybody working on Poll Application?
As a user, I'll describe what would be nice to modify:
1) To add also select, text boxes and checkboxes, not
"checkbox-like-links"to poll. If options would be a true
select/check/text boxes, it wouldn't be neccessary to reload a page
each time option is selected
2) To add "Submit" button, so the user would fill the survey, select
n options and then submit his results. For now the user can vote as
many times as he wants before the survey expires, and this is wrong,
comparing to surveys standarts.
3) The user can view survey overall results only when he's submitted
his results.
Ar cieņu, Mihails
Hi all,
I want to make some load test to xwiki using jmeter.
I have a problem with the login because I don't understand which parameters
I have to add to the request /xwiki/bin/login/XWiki/XWikiLogin
Cna someone help me??
Thanks
Raffo
Hi everyone,
If you're a student or if you know a good student then please consider
joining the XWiki project for the Google Summer of Code 2008.
All information and proposed projects are listed on http://tinyurl.com/332gep
Pass the word around!
Thanks
-Vincent
Hi there,
after a long time I am now trying to use XWiki again. I used XWiki 0.9x
(two years ago) and I was impressed. Now I tried to upgrade to the new
version 1.3 and started with a fresh environment mentioned in the
installation guide
(http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Installation).
I use MySQL 5.0 and Tomcat 5.5 (JRE 1.5). After doing all the steps
and point to the XWiki starting page, I got several exceptions
in the log. All of type which are described in XWIKI-1879
and XWIKI-1945.
Setting SQL_MODE to '' has no effect here, but deleting
useServerPrepStmts=false do the trick. After deleting this from
the connection string and starting again in a fresh environment (drop
tables) everything is working perfectly.
Although the migration of my old database from XWiki 0.9x is now
working.
It seems, that the flag 'useServerPrepStmts= false' do the opposite in a
MySQL 5.x environment... And I found why:-)
I used the MySQL java connector 3.1.2 with MySQL 5.x and this is not
properly working with 'useServerPrepStmts= false' (see
http://opensource.atlassian.com/projects/hibernate/browse/HBX-729
and http://bugs.sakaiproject.org/jira/browse/SAK-9250)
After upgrading to mysql connector 5.0.x the flag 'useServerPrepStmts=
false' is working.
Bye and good night
Frank