Hello,
I just upgraded to XWiki version 5.2.1 and created an empty subwiki. I would like to load the UI xar, but the link that is offered in the administration mode (http://maven.xwiki.org/releases/org/xwiki/enterprise/xwiki-enterprise-ui-al…) does not work.
Of course I do have the xwiki-enterprise-ui-mainwiki-all-5.2.1.xar, but am in doubt if this should be used for subwiki's as well.
Can anyone tell me if it is okay to use the mainwiki XAR for subwiki's or provide me with a link to the UI XAR for subwiki's?
Thanks!
Henk
---
Henk F. Schouten, ICT-architect, Dienst Informatie Technologie
kamer SL 2.39, telefoon (31) 70 4457611, email H.F.Schouten(a)hhs.nl<mailto:H.F.Schouten@hhs.nl>
De Haagse Hogeschool, Johanna Westerdijkplein 75, 2521 EN Den Haag
Hi all,
I've been looking for a long time a solution how to exclude some text from
the source, when linked to another page, but haven't found it yet.
We use XWiki as base of our help system for several applications. There are
a lots of common topics which have the same, or almost the same content on
each application help. So we built 'mother' pages of help which each and
other different applications help then are using by linking to them. Header
based tagging (we use XWiki syntax 2.1) is very user friendly for this
purpose. The problem is, there are slight variations in the content of the
text here and there between the applications.
An example:
There is a page explaining some settings of an application containing some
200 rows of text. Most, but not all of the rows are the same. I might then
like to do something like include the whole page in app #1 help, excluding
only rows 33, 52 and 55 from the page, but include them still to some other
app's help, and so on...
I imagine the above could be done with some smart tags, macros and links,
but as I am not a developer, so I can't do that and haven't found a
solution. A few years ago we used syntax 1.0, and if I remember right, there
was a possibility to include e.g. a sentence with tags, but not to exclude
anything inside the linked part of the text.
It is very irritating to copy and paste large amounts of text to different
pages with only slight differences between them. And then again, when the
'root' text has some change, e.g. a setting common to all apps changes, you
have go and edit each of the pages created with copy-paste. This could be
avoided if there was a way to include and exclude tagged text other than
just between the headings.
---
best regards
Tapio Seppala
P.S. Congratulations for the 10-year old!
Dear Support
We are currently using XWiki Enterprise Manager 5.1 . From xwiki site there
mentined that "Since the version 5.2, the ability to create multiple wikis
in a single application is now bundled in the standard XWiki Enterprise.
That is why we do not support XWiki Enterprise Manager anymore." Also I can
see there is VERSION 5.2-MILESTONE-1 for XWiki Enterprise Manager.
So please let us know in future there will not be any release of XWiki
Enterprise Manager 5.2?
If not please how we can upgrade XWiki Enterprise Manager 5.1 to XWiki
Enterprise 5.2.1?
Can any one please advice us on it.
Thanks & Regards
Geo P.C.
Hi, All!
Looks like a bug in a Menu Application: if Menu Application installed on Main Wiki it uses Color Theme of Main Wiki in subwiki also, ignoring Color Themes of subwikis. I issued it in jira: http://jira.xwiki.org/browse/XE-1345
Does anyone know quick fix for this? Thanx in advance.
Kind regards,
Dmitry
I have been trying to enter a new event in the calendar on the EventCaledar
page only to be given the message below. I only have the one page open, no
one else is editing the page (at least not one that is owning up to it), and
I am logged in as administrator. I can't seem to get what I am doing wrong.
please help!
Thanks!
Warning
This request contains an invalid authentication information.
This might happen in the following situations:
You left the editor open in another window/tab and logged off and on
again
Your authentication token exipired after a long period of inactivity
Somebody tried to perform a CSRF attack
--
View this message in context: http://xwiki.475771.n2.nabble.com/Calendar-Trouble-tp7587902.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
How do I enter a pipe symbol in a table? I'm trying to create a table
to show the values of x || y for my programming class. I tried putting
backslash in front of the pipe, but that didn't work.
Todd
Hello,I have been trying to install xwiki for a few days now on a redhat 6.4
system, and I face some problems.I have installed Apache/Tomcat and MySQL
first, downloaded xwiki 5.2.1 war package, and put it in
$TOMCAT_HOME/webapps folder.I could reach the "Distribution Wizard",
selected to skip, and reached the Main page. The issue is that I can't
import any .xar, simply because I don't have any possibility to do so. When
I hover over "Wiki" on the top menu, I don't have anything.I have also tried
to create a user and to log in, and I noticed some strange things :- I was
redirected to register page after logon- I can't update profile or
preferences (no visible panel for that)etc...It seems that the installation
was not complete, and that some functionnalities aren't fully installed.I
got no errors when xwiki .war was deployed, there are the only errors I can
see :- 2013-11-13 14:30:01,761 [Active Installs Ping Thread] WARN
a.i.c.ActiveInstallsPingThread - Failed to send Active Installation ping to
[http://extensions.xwiki.org/activeinstalls]. Error = [ConnectException:
Connection timed out]. Will retry in [86400] seconds...- when I restart
Tomcat : SEVERE: A web application created a ThreadLocal with key of type
[com.xpn.xwiki.store.migration.AbstractDataMigrationManager.ThreadLock]
(value
[com.xpn.xwiki.store.migration.AbstractDataMigrationManager$ThreadLock@e5e75e8])
and a value of type [java.lang.Integer] (value [0]) but failed to remove it
when the web application was stopped. To prevent a memory leak, the
ThreadLocal has been forcibly removed.Nov 13, 2013 3:31:42 PM
org.apache.coyote.http11.Http11Protocol destroyMysql user have all
privileges on xwiki database, Linux user belong to tomcat and mysql groups,
I followed xwiki instructions for Tomcat and Mysql configuration. I am
testing xwiki with the last version of Firefox...Could you please help me to
fix this ?I can give you more information if I was't clear enough.Thanks in
advance for your help !Axel.
--
View this message in context: http://xwiki.475771.n2.nabble.com/Impossible-to-import-Installation-seems-t…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I would like to show a FontAwesome icon in the header of a panel.
I have tried this:
{{velocity}}
#panelheader('{{icon name=list size=2x/}}')
Content
#panelfooter()
{{/velocity}}
and
{{velocity}}
#panelheader($services.localization.render("{{icon name=list size=2x/}}"))
Content
#panelfooter()
{{/velocity}}
Can't get this to work...help!
--
View this message in context: http://xwiki.475771.n2.nabble.com/Use-FontAwesome-in-Panel-header-tp7587514…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
We maintain a very valuable knowledge base about a rare syndrome Cornelia
de Lange syndrome.
What is the best strategy to display content in a website of other
organizations?
A normal iFrame will show all the XWiki skin elements while in this case
only Content needs to be shown.
No edit's, no display of tags, annotations, attachments...
Off course the inline links should work (when linking to XWiki.Pages)
Gerritjan