Hi All,
I am currently using XWiki 4.2 war deployed on apache-tomcat and also using MySQL DB. I am using XWiki clustered 2 based on network events distribution. I am also using A multi-tenant setup ( "virtual mode", "multi-wiki" or "farm mode") which allows us to have several wikis running on the same XWiki instance (i.e. in the same JVM). I also configured Scheduled jobs to empty trash and getting it triggered via cron expression.
I am facing serious performance issue as Xwiki application has become very slow and frequently results in timeout.
To resolve the performance issue I would like to migrate my XWiki application from version 4.2 to 8.2.1.
Is it a good decision? If now which version can be relatively cater more performance? Also if anyone can share the high level steps which must be followed while migration, would be great help.
Thanks & Regards,
Piyush
Hi,
Is it possible to setup multiple Task Managers?For our Wiki we have various teams that use it and each would like its own task manager. I have had a look around and can't see any option to do this within the extension itself but wondered if I am missing something.
Regards
Hi XWiki Team,
I'm trying to design a new skin based on flaming to attend our company's use cases (with XE 8.x) and we were required to fix the top menu divs (for instance, the menuview div and the headerglobal div), as well as, if possible, side panels, while scrooling the page content. The side panels div shoud also be scroolabe, when the elements overflow the viewport.
I could not achieve any success overriding some flamingo's CSS and trying to fix elements with position CSS statement. How is the best way to achieve that using a new skin approach? I won't also forget to be responsible for small screens, so fixing side panels and top menu is not a good idea. How is the best way to deal with this?
Best Regards,
RAMON BRANDÃO
Hello all,
I just started with xwiki and i've some trouble to access to object from
another page.
I don't know if what i'm doing is the best way to do it or not.
First i'll explain what i would like to do, and after explain which way i've
choose to do it.
So, i would like to create a "reference" page.
I mean in this page create a table with all the datas i need for ex :
*PAGE CONFIG :*
|IP|HOSTNAME|ROLE
192.168.0.1|ROUTER|WAN
192.168.0.2|FIREWALL|FIREWALL
192.168.0.3|SERVER1|AD/DC
192.168.0.4|SERVER2|DNS1
192.168.0.5|SERVER3|DNS2
....
Then i create differents FAQ pages where i would like to insert info as
"connect on DNS1 (ip : 192.168.0.4)"....
But if one day, the ip adress or hostname change (for some reason..) i just
have to change the data in the page CONFIG and automatically will be changed
on all other pages. Like that no need to edit all pages ...
So, what i've done...
Probably not the best way to do it.
I've create a page with class and object + template.
It create for each server a new page with all info i need.
so i've for example :
*PAGE IP : *
IP : 192.168.0.1
HOSTNAME : ROUTER
ROLE : WAN
*PAGE FIREWALL : *
IP : 192.168.0.2
HOSTNAME : FIREWALL
ROLE : FIREWALL
... for all other page
Now, what i'm looking for is on an other page :
*PAGE FAQ 1 *
access to the object of the page FIREWALL and display the content of the
object.
I can display the object of the own page but not from another page.
Could you help me in this task plz
my code : i don't know how refer the object of the specific page
#set($object = $doc.getObject('test.XWikiTestClass'))
$object.display('IP', 'view')
$object.display('HOSTNAME', 'view')
$object.display('ROLE', 'view')
Regards
--
View this message in context: http://xwiki.475771.n2.nabble.com/Access-object-from-other-page-tp7601415.h…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Correct and here is the content of those images (forgot this mailing list does not distribute images):
the links appear like this in the Wiki editor:
[[Tickets>>Main.Intranet.Tickets]]
Search results appear like this:
Main.Intranet.Tickets
Located in Home » Main.Intranet.Tickets » WebHome
Last modified by Unknown User on 2016/09/19 07:48
the link Main.Intranet.Tickets takes me to this page:
/Main.Intranet.Tickets
Main.Intranet.Tickets
Notice
The requested page could not be found.
You can edit this page to create it.
Keith Davis (214) 906-5183 - I.T. Director
From: Keith Davis
Sent: Thursday, September 15, 2016 3:00 PM
To: 'XWiki Users'
Subject: Nested Pages - Search Links Not Working
So we are now starting to change all of the our pages to Nested. When linking to Nested pages in the page themselves, the links appear like this in the WYSIWYG editor:
[[Tickets>>Main.Intranet.Tickets]]
but when saved are converted to this:
<a href="/xwiki/bin/view/Main/Intranet/Tickets/">Tickets</a>
However, Search results are broken. They appear like this:
Those do not work as the link Main.Intranet.Tickets takes me to this page:
I’ve tried re-indexing, but that does not help.
Keith Davis - MCSA, ZCE
P.R.I.D.E. - I.T. Director / Senior Developer
www.pridedallas.com
Mobile (214) 906-5183
We have just migrated from 6.4 to 8.2.x
A page holding a UIEXtension object has a parameter:
icon=image:cdlsServices.cdlsNews@nw-news-icon.png
In a panel we display the pages holding these UIExtension objects
To display the image we use:
#set($icon = $services.rendering.render($services.rendering.parse("image:${params.icon}", 'xwiki/2.1'), 'xhtml/1.0'))
It used to generate a string:
xwiki/bin/download/cdlsServices/cdlsNews/nw-news-icon.png
But after migration it generates:
xwiki/bin/download/cdlsServices/cdlsNews/WebHome/nw-news-icon.png
(notice the WebHome part...)
The browser reports that it can not find the image!. When going to the attached image and showing it:
xwiki/bin/download/cdlsServices/cdlsNews/nw-news-icon.png
And this url display's the image.
I guess there are multiple paths to a solution here?
- Can I change the page holding the UIExtension to a terminal page? How?
- different use of rendering services?
- ....???
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>
Hi Everyone,
I've been testing XWiki for a few days and there are several problems with
both GWT and CKEditor editors.
With the CKEditor:
1. In 95% of cases the tree view button in the "add link" dialog is not
working. In the google developer console I see the following messages when
opening the editor:
tree.js:1 Uncaught SyntaxError: Unexpected token <
hierarchy.js:1 Uncaught TypeError: b is not a function
Seems like in Chrome that happens more often then in Firefox. Tried both
production-like WAR installation and the versions from the "graphical
installer for all platfroms" - both 8.2 and 8.3-M1.
2. Sometimes the editor just does not show up at all - the editor load
progress indicator inside the page is rotating and nothing happens. Could
not find and error messages. Seems that this does not depend on any
particular page contents - sometimes it happens, sometimes not. Tried
cleaning the browser cache, but that did not help.
3. The similar problem with the "source" button. Very often it just shows
the empty page. If I click it about 5 times on/off then sometimes the
contents finally appears, but sometimes I get the raw HTML contents of the
whole current page inside the text box.
After giving up with CKEditor I tried the GWT editor (although I believe
that since the CKEditor became the default one, the GWT might soon became
deprecated).
But here I met another problem: if I format any cell in a table with either
"forecolor" or "backcolor" the removeformat command does not remove these
colors. It only works if I switch to the source and put a space between '|'
and '(%'.
I'm really frustrated, because the table color formating is one of the main
reasons I started looking for a new wiki engine for our company and after
spending almost two weeks on the evaluation of different products I came to
the conclusion that XWiki is currently the best one around.
So any help would be very appreciated.
--
View this message in context: http://xwiki.475771.n2.nabble.com/Problems-with-both-WYSIWYG-editors-tp7601…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Probably easy for someone familiar with API.
How can I display TOC from other page? Played with {{include}}, {{display}},
{{context}} but none gives results. ( {{display}} is close if it had
original page as a context instead of "new".) All I get is heading and empty
(or current page) TOC.
There must be a way with some velocity based rendering and cropping specific
header but have no idea how.
Thanks
--
View this message in context: http://xwiki.475771.n2.nabble.com/TOC-from-other-Page-tp7601369.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Our Advanced box in the flamingo color theme is getting pretty Big (But it works !)
But would it be possible to attach less files to the color theme page and adding something like
@import("....waihonabuttons.less") in the advanced box of the color theme?
What would I need in the .... part of the filename?
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>