Hi,
If, in App Within Minutes, you select an attribute of type Static List with
multiple options and you set the selection type to Radio Button the :
$doc.display('SL1') shows the radio buttons in Edit mode, but not in
Display mode.
I feel radio buttons should always display all the options and highlight
the 'selected' one.
But now, in view mode the user has nu clue what he/she can choose.
It's a but odd to select EDIT before he/she can see the options.
In the sheet i've modified the generated code from;
: $doc.display('SL1') -> : $doc.display('SL1', 'edit')
But this allows the user to select another option (the control is active)
Is there a more elegant way to have the control show the radio buttons and
the one currently selected highlighted but that the control is not active?
Gerritjan
Good mornig;
When I try to insert a gadget is lodged during the error:
404 <html><head><title>Apache Tomcat/7.0.28 - Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 404 - /resources/js/xwiki/wysiwyg/xwe/MacroService.gwtrpc</h1><HR size="1" noshade="noshade"><p><b>type</b> Status report</p><p><b>message</b> <u>/resources/js/xwiki/wysiwyg/xwe/MacroService.gwtrpc</u></p><p><b>description</b> <u>The requested resource (/resources/js/xwiki/wysiwyg/xwe/MacroService.gwtrpc) is not available.</u></p><HR size="1" noshade="noshade"><h3>Apache Tomcat/7.0.28</h3></body></html>
Anyone know how I can fix?
Hi everyone,
Did anyone manage to add Dropbox API integration to Attachments. Instead of
uploading a local file to upload a file from Dropbox.
Is there any pluging doing something similar to Attachments ?
Thank you!
I'm concerned some may be using the MyDashboard feature of their profile
page to post inappropriate content. What access rights do admins have on
pages that are located off the MyDashboard or where permissions are set
so that only some registered users may see them?
Let's say a user was using our site to post/distribute/develop child
pornography or malware?
Patrick
--
|| | | |||| || || | |||| ||| | |||
Patrick Masson
General Manager, Director & Secretary to the Board
Open Source Initiative
855 El Camino Real, Ste 13A, #270
Palo Alto, CA 94301
United States
Skype: massonpj
sip: masson(a)getonsip.com
<https://www.getonsip.com/call?a=masson@getonsip.com>
Ph: (970) 4MASSON
Em: masson(a)opensource.org <mailto:masson@opensource.org>
Ws: www.opensource.org <http://www.opensource.org>
Hi, all!
5.2 -> 5.4.3 Upgrade
Xwiki.SearchSuggest objects were changed
It was:
type:OBJECT AND (class:XWiki.BlogPostClass) AND objcontent:(__INPUT__*)
It is:
fq=type:DOCUMENT
fq=class:Blog.BlogPostClass
qf=object.Blog.BlogPostClass
The main difference:
- it was "__INPUT__*" query string and
- (as far as I understood) it is "__INPUT__" if parameter "q" is omitted
The result is Solr Suggest changes it's behaviour and gives only exact results.
To make Search Suggest running as it was, we have to add: "q=__INPUT__*"
Is it done by puprpose or it is a bug and I have to "jira" it?
Kind regards,
Dmitry
Hi,
I'm trying to use XWQL query language to select count of authors and would
like to order this by descending order of this count.
I ended up having this work fine :
"select count(myobject.author), myobject.author from Document as doc,
doc.object(Space.MyClass) as myobject group by myobject.author"
But adding " order by count(myobject.author) desc" leads to an error for
translating the query ...
Adding "AS" in the select expression does not seem to work either.
Is this possible in XWQL and how ?
Thanks,
Jeremie
--
View this message in context: http://xwiki.475771.n2.nabble.com/XWQL-order-by-count-tp6904819p6904819.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
We have upgraded our XWiki from 4.0 to 5.4.2
We have managed to get almost everything up and running, except that the
profile pictures are not shown (only a small black cross is shown, with the
text "Picture of XXX"
Also, lots of pages do not show the attached pictures.
I think both are related, but I don't know where to search or what to
change!
--
View this message in context: http://xwiki.475771.n2.nabble.com/Profile-Pictures-not-displayed-after-upgr…
Sent from the XWiki- Users mailing list archive at Nabble.com.