It seems the search for extensions within the extension manager is broken, if the searched phrase has more than 1 char that is.
This works: myserver/xwiki/bin/admin/XWiki/XWikiPreferences?section=XWiki.AddExtensions&search=p&repo=
This does not work: myserver/xwiki/bin/admin/XWiki/XWikiPreferences?section=XWiki.AddExtensions&search=pdf+viewer&repo=
("There were no extensions found matching 'pdf viewer'.")
It seems this is the case since you upgraded xwiki.org to 8.2.1?
Best regards
Mario
Hi,we have xwiki documents in language "pt", "pt_BR","en" and "".This is bringing some trouble in the search. How do I change the documents to linguage "pt_BR"?
Cordialment,Julio
Hello XWiki experts,
I've been struggling with an XWiki bundled with jetty for which I can't
set anything similar such as a VHost.
Unfortunately, I cannot put a ProxyPassReverse (or ProxyPreserveHost) at
the Apache level for lack of a plugin thus all redirects are expressed
to localhost. My wiki is not intended to be used virtually.
This used to be a non-problem since Tomcat had an adjustment to add this.
Now that I am with Jetty, I am lost and it looks like neither XWiki nor
Jetty does not have a setting to fix a domain name.
Can it be?
thanks in advance.
Paul
Hi,
How do I add the font color option to the WYSIWYG editor (CKEditor)? I
included the plugin color in Wiki Administration -> Applications -> WYSIWYG
Editor and added color to toolbar, but it doesn't show up. Similarly I
added the plugins font and justify, and added them to the toolbar, but they
don't show up either.
Thanks
Does one of the Query languages of XWIki support Union of results
Select column1, column2, column3
from classX
UNION
Select column1, column2, column3
from ClassY
In my use case it is required for a livetable. I could also complete the JSON in two steps.
What is recommended?
Gerritjan Koekkoek
Vader van Rai Koekkoek (cdls) en voorzitter vereniging CdLS
Visit our website<http://www.cdlsworld.org>
Facebook<https://www.facebook.com/gerritjan.koekkoek>
email<gerritjan(a)cdlsworld.org>
Hello,
I need to hide all technical stuff in a one wiki page (headers, footers,
comments, attachments, etc). I did it all except page modification info
(user, date & time).
I used StyleSheetExtension with content like this:
/* Hide unneeded stuff */
#contentmenu,
#footerglobal,
#hierarchy,
#document-title,
#xdocFooter,
#docextrapanes,
#xwikidata,
/* #commentform, */
/*.xwikitabbar li, */
/* #Historyshortcut, */
/* #Informationshortcut, */
.separator,
.commentheader .commenttools a,
a.tag-delete,
.tag-add a
{
display: none !important;
}
But I cannot understand what I should add in this list for hiding page
modification info.
Please help.
Thanks beforehand!
Eugen
--
View this message in context: http://xwiki.475771.n2.nabble.com/Hide-unneeded-stuff-tp7601051.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi!
Is there a way to write a macro that allows editing Document object(s) when in WYSIWYG mode?
For example, I have class ContactListClass which has two string fields: listName and listContacts. I have document called ‘Customer’ which has two instances of class ContactListClass. We can forget creating these objects for now. I want a macro that displays the listName:listContacts pairs in ‘view’ mode and shows editable form when in WYSIWYG mode. Is this possible?
-Teemu Keinonen