Hi
With the editor in XWiki < v9.0.0 (GWT Editor), I could add different buttons and macros onto the toolbar by modifying the configuration and adding “macro:macroName” as a toolbar “feature”.
Has anyone got a simple step by step instructions for adding the same thing in CKEditor? I’ve tried looking at the documentation, but it doesn’t immediately or easily relate to the macros/add-ins (e.g. the lightbox macro/plugin is one we use a lot).
Thanks in advance for any help.
Kind regards,
Mahomed Hussein
Custodian Data Centre
Email: Mahomed(a)CustodianDC.com
http://www.CustodianDC.com
Hi All,
How to search revision comment of a document in xwiki? Does solr index the version info of a doc?
I made a change of this page:
http://localhost:8080/xwiki/bin/edit/Main/SolrSearchConfig
{{velocity output="false"}}
#set ($__defaultSolrConfig = {
'queryFields': {
'DOCUMENT': 'title^10.0 name^10.0 version^10.0
doccontent^2.0
...
Thanks.
wgp
Hello,
The issue is that registration emails are not sent by XWiki, they get stuck
in 'prepare_success' status (seen in "Administration: Mail Sending Status").
No errors. Even in MySQL 'mail_errorDescription' and 'mail_errorSummary'
fields.
Similar issue was asked some time ago
<http://xwiki.475771.n2.nabble.com/Help-configuring-Email-Sending-for-User-v…>
by another user but with no resolution.
Some additional info:
I have a fresh install of XWiki Enterprise 8.4.4 under Apache Tomcat 7.0.73
(Oracle Java 1.8.0_112-b15) with MySQL 5.5 under Debian Wheezy.
Enterprise Flavor, no other addons or extensions were installed.
I have set some internal logging to TRACE level while trying to understand
the underlying reason. Filtered logging by 'mail' and enabled all 13
loggers. Still not that much useful info in logs.
I am pretty sure that email is configured properly (I can send page as an
email to myself using current SMTP setup and I receive it all right). Logs:
Logs look different when user is registering:
And that's it. These messages won't be sent, ever. 'Resend' button in admin
panel does not help either.
Please advise.
Also I can change almost everything as this is my personal dedicated server,
and I hope we can resolve this issue.
--
View this message in context: http://xwiki.475771.n2.nabble.com/Email-Validation-stuck-in-prepare-success…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
We are (still) running xwiki 6.4.4 and last week we have switched from
ajp to http, because we have reasons to think it could solves our issue
at http://jira.xwiki.org/browse/XWIKI-12125
Now we run into the following side-effect as we run apache/tomcat with
http connector, it prevents us to upload files to wikis.
The error is when we try to upload a file to
https://mysite.ltd/bin/view/test/tutu (notice, https).
We get, in red, at the bottom "An error occurred while uploading
xxx.jpg" error when upload a file on page.
firebug says: Blocage du chargement du contenu mixte actif (mixed active
content) «
http://mysite.tld/bin/get/test/tutu?xpage=attachmentslist&forceTestRights=1
»
Sorry it's in French - but it basically says that mixed active content
loading has been blocked...
I don't understand why the URL /bin/get above have "http" instead of
"https".
The configuration is as follow,
apache:
<VirtualHost xxx:443>
ServerName ...
# SSL Config...
...
ProxyPreserveHost On
# This one has been disabled in favor to http
# to test if it solve XWIKI-12125
#ProxyPass / ajp://localhost:1234/ retry=5
#ProxyPassReverse / ajp://localhost:1234/
# This one fails with file upload to xwiki
ProxyPass / http://localhost:5678/ retry=5
ProxyPassReverse / http://localhost:5678/
</VirtualHost>
both tomcat connectors are like that:
<Connector port="5678" protocol="HTTP/1.1" URIEncoding="UTF-8"
connectionTimeout="20000"
redirectPort="8443" />
<Connector port="1234" protocol="AJP/1.3" redirectPort="8443"
connectionTimeout="10000" maxConnections="500"/>
What could be the issue ?
Cheers,
Martin
My learning environment for xwiki 8.4.3 involves sql server 2012 as the data
store. Apparently sql server is not officially supported by xwiki. It would
be interesting to hear if any xwiki deploys out there do use sql server as
the data store? If it's really rare I'll move to postgresql.
--
View this message in context: http://xwiki.475771.n2.nabble.com/Anyone-using-xwiki-with-sql-server-tp7603…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I am Sarthak Gupta, a first year undergraduate from Birla Institute of
Technology, Ranchi, India. I am looking forward to participate in GSoc17
with the organisation. I am good at several languages like HTML, CSS,
JavaScript and C. I have a basic knowledge of Java.
While going through the ideas page, I found that the project "Translation
in context" http://dev.xwiki.org/xwiki/bin/view/GoogleSummerOfCode/#
HTranslationincontext
would be interesting for me to work on.
This is what I understood:
So, the X-wiki provides a 'translation macro' which is of course used to
translate content. So, as far as I think, this translation macro will be
used in a more better way to translate the content on the page. As given we
will be able to select and translate any given content on the webpage.
Using HTML5 renderer, I will be able to find the translation macro(how to
do that is my pain I guess :P). Then as given in examples (like
pantoon.mozilla.org), I should be able to incorporate it into the webpage.
Please correct me if something's wrong.
Also some guidance on the line "The idea is also to make easy to contribute
to http://l10n.xwiki.org from your local wiki by sending your corrections
to it." is required.
Sarthak Gupta
Hi,
I've created an issue on jira as XWIKI-14091. However, I would like to discuss about it here since I'm struggling whether I should use the default English language to maintain my wiki (the real content is not English) or wait for the bug fix.
Following is the step to reproduce the issue
1. In Administration: Localization section, change the MULTILINGUAL to TRUE , include English and other languages as SUPPORTED LANGUAGES and set a language other than English as DEFAULT LANGUAGE.
2. With default language not English, create a new page like "Test", add some contents in this page like "I'm using XWiki.".
3. Wait for a minute (in case that the new page is not yet indexed) and search for "XWiki".
4. The new page is not included in the search result as Rendered Document Content.
However, if I create a new page in English and the content is included in the search result. So I wonder if it is because the content in other languages is not indexed by Solr.
Hello All,
Is there an official way to customise the breadcrumb control?
I managed to sneak this css into the skin colour customise area, in the
advanced section, the house icon and first level has gone.
/* add here your custom rules */
ol#hierarchy > li.wiki {
display:none;
}
li.space:before {
content:"" !important;
}
Now I want the house back but going to the current wiki home page,
rather than the parent wiki home page.
Keith
On 8 Mar 2017, at 20:44, Keith H wrote:
> Hello,
>
> I have configured xwiki as a wikifarm serving several domains, and its
> great, but there is one particular anomaly.
>
> Most of my initial users will be using the top level wiki
>
> A - B
> - C
> - D
>
> Each of the wiki’s is not equal. The user using wiki C under one
> domain name, sees a breadcrumbs trail, and a little house icon that
> takes him to wiki A in a completely different domain, rather than to
> the Homepage of the domain she started in.
>
> Is there a simple fix?
>
> thanks in advance
>
> Keith
Hi,
i have the following problem. I wrote Wikipages (under Home) on my win10-machine and exported them via the admin menu. Then i imported them in out new 9.1.2 instance (same machine). I was able to open the pages but then i see only the blue spinning wheel. I always used the default Values fort he export/import. What was wong?
Br
Steffen
Hi,
In an XWiki Application I created I want to make sure documents created
within it get named in a specific pattern from the fields filled inside
them.
Currently I use a custom button to redirect the user to a new document with
a dummy name so he doesn't need to fill the name (that should get
overwritten anyway on saving) but only the relevant fields.
Something like
#set ( $createDocLink = $xwiki.getURL($document, 'inline',
"template=${escapetool.url($urlTemplate)}&parent=${escapetool.url($urlParent)}&title=${escapetool.url($urlTitle)}")
)
This leads to a new document as defined in the application sheet with the
name 'New document'.
Now I want the user to fill 3 fields ('freetext1', 'freetext2',
'dropdown1'), click 'Save & View' or a custom button. Then the document
should be saved as '<freetext1> - <freetext2> (<dropdown1>)' and the user
should be redirected to that page in view mode.
I've tried different approaches including a temporary creation page with
the 3 fields as HTML input fields (can't use the applications dropdown),
event listeners (the redirect after saving doesn't work) ...
Additionally the same must be done when a page is edited (one of the 3
fields is changed).
Please help me find a sane approach before I bite the table.
Regs, Dennis