I am testing XWiki 5.0.2 (standalone ZIP version) to take a look at some
extensions which don't work with our current XWiki 4.0.
One of these extensions is the Diagram Appication
<http://extensions.xwiki.org/xwiki/bin/view/Extension/Diagram+Application>
I have a couple of questions:
1) In the Diagram Applications, there are nice graphs (computers, network,
etc). I can see those graphics when I am in the edit mode, but as soon as I
"Save & View", those graphics are not displayed anymore! How can I get these
graphics to show?
2) I would like to include a diagram in another page, but if I use the
"Include" macro, I only get the "XML-text" (and not the actual diagram). How
can I "include" a diagram into a page?
Thanks in advance!
--
View this message in context: http://xwiki.475771.n2.nabble.com/Diagram-Application-tp7585510.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
I hope that I don't have overseen a simple switch in the Administration
interface - I want to format the number field for German users. Since we use
a comma to separate the places after the decimal point, I would like to know
if that is somehow possible to achieve for a float/double datatype field?
(e.g. 1200,99 instead of 1200.99)
Thanks a lot.
--
View this message in context: http://xwiki.475771.n2.nabble.com/Number-field-separate-decimal-places-with…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello all!
We have an interesting problem with our myxwiki installation
(selfbus.myxwiki.org)
When one registers for notification emails, one gets 4 emails instead of
one.
Is there anything I can do to fix this behaviour?
Thanks in advance,
Stefan
Hello all,
I have trouble to use this new extension module
when I search on multi-page export page, it always give me back
$cplugin.escapeForXML($wptext)
I tried the page on xwki.org and it is the same results
I have trouble with installation for templates.
what should I exactly do in order to add printmulti.vm and pdfmulti.vm to
my wiki
thank you for your help
yann
Hello Sirs,
I need to implement the function "jsontool.serialize" in the code below, groovy, and I do not understand the error that is accusing, can help me solve this?
{{groovy}}def hql0 = ", BaseObject as obj where doc.fullName = obj.name and obj.className = 'E-nova.E-novaClass'";def listProjetos = services.query.hql(hql0).execute();def json = ['totalprojetos': listProjetos.size(), 'projetos':[1000] , 'edges':[1000] ];def i = 0;
for(item in listProjetos){ def hql = "select distinct list from BaseObject as obj, DBStringListProperty as prop join prop.list list where obj.className='XWiki.TagClass' and obj.id=prop.id.id and prop.id.name='tags' and obj.name ='$item' "; def tag = services.query.hql(hql).execute(); i = i + 1;
json.projetos.add({ id: xwiki.getDocument(item).getName() })}
jsontool.serialize(json);
{{/groovy}}
Ty.
Atenciosamente,
Eduardo Abritta
e-mail: eduardo.abritta(a)outlook.com | cel: (32)8472-9631
hi there, just upgraded to 6.0.1 from 5.4.4 and now experiencing weird
permission behavior, new added users via ldap has no rights to access the
main page, but can create spaces and even edit the main page without being
in any group at all
adding them to a group or giving the user admin rights does not change
anything.
already tried to: having the user isolated in a own group, granting the
user admin rights, CheckProgrammingRights with the admin script,
reinstalling the main ui core extension, but nothing seams to help
there are no users in the allgroup and the allgroup has no permission
active.
adding the user to that group or adding permission to that group did not
change anything...
meanwhile installing the 6.0.1 fresh on a debian to start debugging ...
best regards
Hi,
• description: Bristol Action of Bristol Township near Canandaigua, NY USA. Bristol Action is an unofficial non-profit group working to protect the environment in Bristol Township. We want to create a web site that augments our page on FaceBook. This site will contain information regarding the latest issues regarding High Volume Hydrofracturing, HVHF or ‘Fracking’ in our township and New York State. It will also contain information about alternative energy sources available in our area. Ron Smith will be the technical person as he has developed computer software for over 40 years. We will also have several people (no more than 5) updating content on the site. We would like to use the mywiki community farm to host this web site.
• owner name: smithrond
• wiki name: bristolaction (if this is not available, then usanybristolaction)
Please let me know what else you need to set up a wiki on .myxwiki.org.
Thanks,
Ronald D. Smith
ron.rdssoftware(a)gmail.com
PS: Thanks for your patience.
Ronald D. Smith
rdssoftware(a)frontier.com
ron.rdssoftware(a)icloud.com
ron.rdssoftware(a)gmail.com
Hi
We are trying to develop questionnaires within xwiki.
In order to get clear answers from people we prefer static lists above text
fields which would be more difficult to analyze.
As a approach we start with appWithinMinutes and add attributes of type
static list
Use case 1:
When we want the user to select one of a limited set of options we typical
use radio button as input control.
In edit mode this works fine.
But in collaborative mode this does not work very well for us.
What we mean by collaborative mode?
We have patients discussing the questionnaire with the expert.
Over the internet they both look at the page which holds the questionnaire
already completed by the patient...
But since default XWiki is showing only the value selected discussions
about why the patient chose the one option above the other are too
difficult.
We would like the radiobuttons view in edit mode, but disabled for
modification; especially since in view mode changing the elected option...
Would it be possible to modify the class and add something in the "Custom
Display"?
Is there a useful document on how the custom display option for classes
works?
Use case 2:
Some questions are of the type "How much would you agree"
Then the user can select between totally disagree, somewhat disagree,
neutral, somewhat agree totally agree.
We have now selected a static list with 5 options labeled as above...
But on the internet we often see sliders that can be put in 5 positions
(from left to right or from top to bottom)
Would it be possible to use such sliders via Custom Display. As a base
attribute we would then probably switch from static list to a numeric field
holding the value of the slider.
Same as in use case 1; can we also show the slider disabled in
'collaborative mode'
Many thanks for suggestions or links to documents that describe the 'custom
display'
Gerritjan