Hi,
I have an XWiki 7.0.1 instance over here where I want to link to a page on
another Wiki:
Main Wiki
|-- Sub-Wiki "Products"
|-- Space "A Product"
|-- Page "The Page"
I created a new page on "Main Wiki" where I entered the link as follows:
[[Label>>Products:A Product.The Page]]
When I save the link shows up as if the target page doesn't exist, clicking
it opens the create screen. I already double checked the wiki/space/page
names in the link but everything is correct.
Can somebody tell me why the link doesn't lead to the existing page?
Regards,
Dennis
I am looking for advice on how to disable macro editor in CKEditor. We want
to upgrade to 1.7 to fix bugs, but not ready to let users explore all
macros.
It would be nice if we can modify the script in CKEditor.EditSheet to
disable it or hide the available macro list.
--
View this message in context: http://xwiki.475771.n2.nabble.com/How-to-disable-marco-editor-in-CKEditor-1…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I just upgraded XWiki 8.1 to 8.1+1 on Ubuntu Server 16.04 LTS using the
XWiki Debain repository. Now I get an HTTP error with this as the root
cause:
org.infinispan.jmx.JmxDomainConflictException: ISPN000034: There's already
a JMX MBean instance type=CacheManager,name="xwiki" already registered
under 'org.xwiki.infinispan' JMX domain. If you want to allow multiple
instances configured with same JMX domain enable 'allowDuplicateDomains'
attribute in 'globalJmxStatistics' config element
at org.infinispan.jmx.JmxUtil.buildJmxDomain(JmxUtil.java:52)
at
org.infinispan.jmx.CacheManagerJmxRegistration.updateDomain(CacheManagerJmxRegistration.java:79)
at
org.infinispan.jmx.CacheManagerJmxRegistration.buildRegistrar(CacheManagerJmxRegistration.java:73)
at
org.infinispan.jmx.AbstractJmxRegistration.registerMBeans(AbstractJmxRegistration.java:37)
at
org.infinispan.jmx.CacheManagerJmxRegistration.start(CacheManagerJmxRegistration.java:41)
at
org.infinispan.manager.DefaultCacheManager.start(DefaultCacheManager.java:657)
at
org.infinispan.manager.DefaultCacheManager.<init>(DefaultCacheManager.java:310)
at
org.infinispan.manager.DefaultCacheManager.<init>(DefaultCacheManager.java:285)
at
org.infinispan.manager.DefaultCacheManager.<init>(DefaultCacheManager.java:271)
at
org.xwiki.cache.infinispan.internal.InfinispanCacheFactory.initialize(InfinispanCacheFactory.java:106)
at
org.xwiki.component.embed.InitializableLifecycleHandler.handle(InitializableLifecycleHandler.java:39)
at
org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:322)
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:424)
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:392)
... 53 common frames omitted
How can I fix this?
Hello everyone,
I have an issue after upgrading several xwikis from 6.2.1 to 7.4.3 I am not able to add new wiki pages in our navigation panel. The old ones are completly working but just the news ones won't add up. I am aware that there was a change between lucene and solr search engine. In additional I am not able to use {{spaceindex/}} for news spaces for listening any childpage anymore. I someone able to explain what I may do wrong or even share there navigation config? I hope I was missing something. I have atteched our navigation config beneath and hope one could point out my mistake. Thank you in advance!
Regards,
Paul
{{velocity}}
#panelheader($msg.get('xe.panels.navigation'))
#set ($hiddenPages = ['Main.WebRss', 'Main.DatabaseSearch', 'Main.WebSearch', 'Main.LuceneSearch', 'Main.WebSearchRss', 'Main.BlogRss', 'Main.TagsRss', 'Main.RegisterNewUserAction', 'Main.SpaceIndex', 'Blog.Category'])
#set ($viewablePages = ['Main.LuceneSearch', 'Main.Zugangsdaten', 'Main.Howto', 'Main.Notfallpläne', 'Main.Datenschutz','Main.HFFSpeiseplan', 'Main.Externe Datenspeicher', 'Main.Postverteiler', 'Main.Leitfaden','IT.Changelog', 'IT.Lizenzen', 'IT.Inventarisierung', 'IT.Protokolle', 'IT.Genese, Historie, Grobplanung', 'IT.Hosts', 'IT.Standards', 'IT.Kaufmaenisches', 'IT.Layer 1 -3', 'IT.Policies', 'IT.Services', 'IT.Howto', 'IT.Zugangsdaten Seriennummern', 'pb_space.testpage','WebDev.WebHome', 'WebDev.FlughafenMünchenRelaunch', 'Production.Colormanagement', 'Production.Workflow', 'Production.Applikationen', 'Druckreiz.Howto', 'Druckreiz.Services', 'WWG.Howto', 'WWG.Services'])
#set ($blacklistedPages = ['WebPreferences'])
#set($spaces = ['Main', 'IT', 'pb_space','WebDev', 'Production', 'Druckreiz', 'WWG'])
#set ($spacecount = 0)
(% id="xwikinavcontainer" %)
(((
(% id="xwikinav" class="accordion" %)
(((
#foreach ($space in $spaces)
#if ($hasAdmin || ($xwiki.hasAccessLevel('view', "${space}.WebHome") && !$blacklistedSpaces.contains($space)))
#if ($doc.space == $space)
#set ($spacecount = $foreach.index)
#end
(% id="xwikinav${space}" %)
(((
(% id="xwikinav${space}Header" class="accordionTabTitleBar" %)
(((=${space}=)))
(% id="xwikinav${space}Content" class="accordionTabContentBox" %)
(((
#set ($spaceDocs = $services.query.xwql('where doc.space=?1 order by doc.name').addFilter('hidden').bindValue(1, $space).execute())
#foreach ($page in $spaceDocs)
#if ($viewablePages.contains($page))
#set($dotIndex = $page.indexOf('.')+1)
#set($pageName = $page.substring($dotIndex))
#if (!$blacklistedPages.contains($pageName) || $hasAdmin)
#if ($doc.fullName == $page)
* **${doc.name}**
#else
* [[$page]]
#end
#end
#end
#end
)))## xwikinav${space}Content
)))## xwikinav${space}
#end
#end
)))## xwikinav
)))## xwikinavcontainer
$xwiki.jsfx.use('js/scriptaculous/scriptaculous.js')##
{{html clean="false"}}
<script type="text/javascript">
document.observe('xwiki:dom:loaded', function() {
var obj = {div:'xwikinav', no:$spacecount, height:250};
var acc = createAccordion(obj);
});
</script>
{{/html}}
#panelfooter()
{{/velocity}}
Does anyone know of a way to integrate the meeting app and the mocca calendar
app? Or has anyone attempted to do this in the past? The idea is that, when
a meeting is created, the meeting would be automatically included in the
calendars of the participants. The appropriate updates would need to be made
when the meeting is modified, rescheduled or deleted of course.
Mark Sack
--
View this message in context: http://xwiki.475771.n2.nabble.com/Integrate-mocca-calendar-and-meeting-appl…
Sent from the XWiki- Users mailing list archive at Nabble.com.