Ok thxs but my problem is that I can not insert a <span>anything</span> in front of $message :-/
There are <p> inserted I wonder why when it is a div (a bug?) or </spam> is at the wrong place.
I didn't manage to have this simple result:
<div class="plainmessage publish-message">
<p><span class="glyphicon glyphicon-globe"></span> This article was published on 17/10/2016 16:47:06</p>
</div>
(% class="plainmessage publish-message" %)((((% class="glyphicon glyphicon-globe" %)$message)))
<div class="plainmessage publish-message">
<p>
<span class="glyphicon glyphicon-globe">This article was published on 17/10/2016 16:47:06</span>
</p>
</div>
=> span inserted BUT I don't want end of span at the end of the $message
(% class="glyphicon glyphicon-globe" %) (% class="plainmessage publish-message" %)((($message)))
<span class="glyphicon glyphicon-globe"> </span>
</p>
<div class="plainmessage publish-message">
<p>This article was published on 20/10/2016 08:18:06</p>
</div>
=> span inserted BUT I don't want </p> between span and div . publish-message
I upgraded from 8.1 to 8.2.1 this afternoon and the WYSIWYG editor just spins and never loads. I ran into this issue earlier and it was an issue using NGINX as an SSL reverse proxy which was resolved by changing the NGINX config (http://lists.xwiki.org/pipermail/users/2016-July/033360.html). The NGINX config wasn't changed during the upgrade so this seems to be something else. I've checked the logs and nothing stands out as being related.
I do get this in my JavaScript console:
[Autosave feature] Required class missing: XWiki.actionButtons.AjaxSaveAndContinue
require.min.js?r=1:34
GET https://wiki.sprague.local/webjars/wiki%3Axwiki/xwiki-platform-tree-webjar/…
g.load @ require.min.js?r=1:34
load @ require.min.js?r=1:29
load @ require.min.js?r=1:17
fetch @ require.min.js?r=1:17
check @ require.min.js?r=1:17
enable @ require.min.js?r=1:23
enable @ require.min.js?r=1:27
(anonymous function) @ require.min.js?r=1:22
(anonymous function) @ require.min.js?r=1:7
y @ require.min.js?r=1:6
enable @ require.min.js?r=1:21
init @ require.min.js?r=1:16
(anonymous function) @ require.min.js?r=1:26
require.min.js?r=1:7
Uncaught Error: Script error for "/webjars/wiki%3Axwiki/xwiki-platform-tree-webjar/8.1/require-config.min.js?evaluate=true"
http://requirejs.org/docs/errors.html#scripterror
F @ require.min.js?r=1:7
onScriptError @ require.min.js?r=1:30
Is this a known issue or are there any recommendations for resolving this?
Thanks,
Jared
(I resend my previous message: it seem xwiki users list didn't receive it or silent reject it)
sorry maybe spaming?
--- En date de : Mar 18.10.16, Pascal BASTIEN <pbasnews-xwiki(a)yahoo.fr> a écrit :
> De: Pascal BASTIEN <pbasnews-xwiki(a)yahoo.fr>
> Objet: riddle: howto insert a simple span with xwiki syntax?
> À: "XWiki Users" <users(a)xwiki.org>
> Date: Mardi 18 octobre 2016, 9h07
> Hello,
>
> With wiki syntax I failed to insert a simple span in a
> velocity macro (Blog./BlogCode):
>
> #macro(publishMessageBox $message)
> (% class="plainmessage publish-message" %)((($message)))
> #end
>
> display:
> <div class="plainmessage publish-message">
> <p>This article was published on 17/10/2016
> 16:47:06</p>
> </div>
>
> and I want a span in front of $message like this:
> <div class="plainmessage publish-message">
> <p><span class="glyphicon
> glyphicon-globe"></span> This article was published
> on 17/10/2016 16:47:06</p>
> </div>
>
> Is it possible (I can not use {{html}} because code is
> escaped)?
>
> Here my test and what is displayed:
> (% class="plainmessage publish-message" %)((((%
> class="glyphicon glyphicon-globe" %)((( )))$message)))
> display
> <div class="plainmessage publish-message">
> <div class="glyphicon glyphicon-globe"></div>
> <p>This article was published on 17/10/2016
> 16:47:06</p>
> </div>
>
> => With div instead span it is ok BUT there are <p>
> inserted :-( !
>
> (% class="plainmessage publish-message" %)((((%
> class="glyphicon glyphicon-globe" %)$message)))
>
> <div class="plainmessage publish-message">
> <p>
> <span class="glyphicon glyphicon-globe">This article
> was published on 17/10/2016 16:47:06</span>
> </p>
> </div>
>
> => span inserted BUT I don't want end of span at the end
> of the $message
>
> (% class="plainmessage publish-message" %)((((%
> class="glyphicon glyphicon-globe" %)((())) $message)))
>
> <div class="plainmessage publish-message">
> <div class="glyphicon glyphicon-globe"></div>
> <p>This article was published on 17/10/2016
> 16:47:06</p>
> </div>
>
> => With div instead span it is ok BUT there are <p>
> inserted :-( !
>
> Have you got a solution?
> Thxs
>
> Pascal B
>
Hi XWiki community,
Last year the XWiki community had a booth at FOSDEM with the Tiki and DokuWiki communities. It was really fun:
* http://www.xwiki.com/en/Blog/fosdem-2016-from-behind-the-stand-table
* https://www.xwiki.org/xwiki/bin/view/Blog/XWikiatFOSDEM2016
We’d like to reiterate this for FOSDEM 2017 (4 & 5 February 2017).
It’s a great chance to meet some XWiki users and developers.
We also need some volunteers to help man the XWiki community booth, if some of you are interested!
See https://tiki.org/TikiFestFosdem2017 for details and organisation.
So who’s going to FOSDEM 2017? And who would be interested in manning the XWiki booth with other xwikiers?
Thanks
-Vincent
Hello!
I have successfully installed xwiki on Ubuntu 16.06 Server as a deb
package using Java JDK instead of JRE. It seemed to be working fine.
I've been able to open xwiki without any problems.
Then I want to put /manager app for tomcat7 engine. I used apt-get for
this task. Now I can use /manager app, but when I'm trying to open xwiki
I get this error:
XWiki initialization failed!
*
Can't find descriptor for the component [role = [interface
com.xpn.xwiki.store.XWikiVersioningStoreInterface] hint = [file]]
class java.lang.RuntimeException: Failed to load component for type
[interface com.xpn.xwiki.store.XWikiVersioningStoreInterface] for
hint [file] at com.xpn.xwiki.web.Utils.getComponent(Utils.java:758)
at com.xpn.xwiki.web.Utils.getComponent(Utils.java:719) at
com.xpn.xwiki.XWiki.initXWiki(XWiki.java:1014) at
com.xpn.xwiki.XWiki.initXWiki(XWiki.java:965) at
com.xpn.xwiki.XWiki.<init>(XWiki.java:954) at
com.xpn.xwiki.internal.XWikiInitializerJob.runInternal(XWikiInitializerJob.java:117)
at org.xwiki.job.AbstractJob.runInContext(AbstractJob.java:205) at
org.xwiki.job.AbstractJob.run(AbstractJob.java:188) at
java.lang.Thread.run(Thread.java:745) Caused by: class
org.xwiki.component.manager.ComponentLookupException: Can't find
descriptor for the component [role = [interface
com.xpn.xwiki.store.XWikiVersioningStoreInterface] hint = [file]] at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:401)
at
org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:190)
at
org.xwiki.component.internal.multi.DelegateComponentManager.getInstance(DelegateComponentManager.java:83)
at
org.xwiki.component.internal.multi.DelegateComponentManager.getInstance(DelegateComponentManager.java:83)
at
org.xwiki.component.internal.multi.DelegateComponentManager.getInstance(DelegateComponentManager.java:83)
at
org.xwiki.component.internal.multi.DelegateComponentManager.getInstance(DelegateComponentManager.java:83)
at
org.xwiki.component.internal.multi.DelegateComponentManager.getInstance(DelegateComponentManager.java:83)
at com.xpn.xwiki.web.Utils.getComponent(Utils.java:756) at
com.xpn.xwiki.web.Utils.getComponent(Utils.java:719) at
com.xpn.xwiki.XWiki.initXWiki(XWiki.java:1014) at
com.xpn.xwiki.XWiki.initXWiki(XWiki.java:965) at
com.xpn.xwiki.XWiki.<init>(XWiki.java:954) at
com.xpn.xwiki.internal.XWikiInitializerJob.runInternal(XWikiInitializerJob.java:117)
at org.xwiki.job.AbstractJob.runInContext(AbstractJob.java:205) at
org.xwiki.job.AbstractJob.run(AbstractJob.java:188) at
java.lang.Thread.run(Thread.java:745)
Since I'm completely new to java and servlet system I can't figure it
out. Google doesn't give much information about this.
Hello,
With wiki syntax I failed to insert a simple span in a velocity macro (Blog./BlogCode):
#macro(publishMessageBox $message)
(% class="plainmessage publish-message" %)((($message)))
#end
display:
<div class="plainmessage publish-message">
<p>This article was published on 17/10/2016 16:47:06</p>
</div>
and I want a span in front of $message like this:
<div class="plainmessage publish-message">
<p><span class="glyphicon glyphicon-globe"></span> This article was published on 17/10/2016 16:47:06</p>
</div>
Is it possible (I can not use {{html}} because code is escaped)?
Here my test and what is displayed:
(% class="plainmessage publish-message" %)((((% class="glyphicon glyphicon-globe" %)((( )))$message)))
display
<div class="plainmessage publish-message">
<div class="glyphicon glyphicon-globe"></div>
<p>This article was published on 17/10/2016 16:47:06</p>
</div>
=> With div instead span it is ok BUT there are <p> inserted :-( !
(% class="plainmessage publish-message" %)((((% class="glyphicon glyphicon-globe" %)$message)))
<div class="plainmessage publish-message">
<p>
<span class="glyphicon glyphicon-globe">This article was published on 17/10/2016 16:47:06</span>
</p>
</div>
=> span inserted BUT I don't want end of span at the end of the $message
(% class="plainmessage publish-message" %)((((% class="glyphicon glyphicon-globe" %)((())) $message)))
<div class="plainmessage publish-message">
<div class="glyphicon glyphicon-globe"></div>
<p>This article was published on 17/10/2016 16:47:06</p>
</div>
=> With div instead span it is ok BUT there are <p> inserted :-( !
Have you got a solution?
Thxs
Pascal B
I'm the only one that knows how to update it, so I know it can't be the former, but the latter, I'm not sure what I could have made a mistake on. Since the DW did not launch initially, plus this latest symptom, I guess something did go wrong. My process is pretty simple, and the only thing we modify is the config files in the WEB-INF folder (plus add the MySQL driver). Would this be a config file mistake or something else?
On Mon, Oct 17, 2016 at 2:41 AM, Thomas Mortagne <thomas.mortagne(a)xwiki.com> wrote:
If you did not get default UI step then it means you already have the
default UI installed. It's defined in
<xwiki>/META-INF/maven/org.xwiki.enterprise/xwiki-enterprise-web/pom.xml.
Either someone else already upgraded the UI or you made a mistake when
you upgraded the WAR and it think you still have 8.2.1 WAR.
The Extension update step is displayed when it find invalid extension
in your wiki (and yes it's not very clear since it won't tell you
anything if it cannot find valid upgrade to that invalid extension).
On Sun, Oct 16, 2016 at 2:31 PM, Keith Davis <laurinkeithdavis(a)gmail.com> wrote:
> Ok, so I removed this file and that triggered it:
> C:\opt\tomcat7\data\jobs\status\distribution\status.xml
>
> However, there were no updates - it basically jumped from the main screen
> to #4 (Extension updates, and there were none of those either). Is that
> normal?
>
> On Sun, Oct 16, 2016 at 5:58 AM, Keith Davis <laurinkeithdavis(a)gmail.com>
> wrote:
>
>> I figured as much. Is there a way to start that manually? If not, how do I
>> figure out why it did not trigger?
>>
>> Keith Davis - (214) 906-5183 <tel:%28214%29%20906-5183>
>> http://laurinkeithdavis.com
>>
>> > On Oct 16, 2016, at 1:18 AM, Thomas Mortagne <thomas.mortagne(a)xwiki.com>
>> wrote:
>> >
>> > Yes you should have and I did several upgrades and got the DW.
>> >
>> > On Sun, Oct 16, 2016 at 12:04 AM, Keith Davis
>> > <laurinkeithdavis(a)gmail.com> wrote:
>> >> Shouldn't I have gotten the Distribution Wizard? I didn't this time.
>> >> _______________________________________________
>> >> users mailing list
>> >> users(a)xwiki.org
>> >> http://lists.xwiki.org/mailman/listinfo/users
>> >
>> >
>> >
>> > --
>> > Thomas Mortagne
>> > _______________________________________________
>> > users mailing list
>> > users(a)xwiki.org
>> > http://lists.xwiki.org/mailman/listinfo/users
>>
>
>
>
> --
> Keith Davis
> 214-906-5183
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
--
Thomas Mortagne
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
--
Keith Davis - (214) 906-5183 - http://laurinkeithdavis.com <http://laurinkeithdavis.com/>
Our documentation subwiki is multilingual, english and german.
Unfortunately, at the moment only some pages are translated, some exist in
german only, some in english only (doh!).
If a user is using german (default) as interface language, and searches for
a page what only exists in english, the page is not found. You have to
selected "english" unter language in the advanced search options.
We noticed that deleting the language setting of a page results in the page
beeing found in either language, it is listet as "No Language" in the search
results.
Is this the recommanded approach?
Thanks.
--
View this message in context: http://xwiki.475771.n2.nabble.com/XWiki-search-on-missing-page-translations…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi XWiki users,
Recently (in XWiki 8.2) we’ve changed the home page content to try to make it a nicer introduction to XWiki and to make it simpler for users to edit it and change it to their liking.
Right now it’s translated only in 3 languages: English, French and Catalan.
We need your help to translate it all other languages!
To do so, you need to register an account on http://l10n.xwiki.org/ and then you can go to http://l10n.xwiki.org/xwiki/bin/view/Platform/MainWebHome and select the language you wish to translate the page in.
For example in Danish that will generate the following URL:
http://l10n.xwiki.org/xwiki/bin/view/Platform/MainWebHome?language=da
Once on that page you can click “View all” for example and start translating. For ex for the Danish language you’ll get to http://l10n.xwiki.org/xwiki/bin/view/Platform/MainWebHome?action=viewall&la…
Don’t forget to translate both the Content and the Title.
Thanks a lot for your help! We’ll credit you in the next release notes if you provide a translation.
Let us know in reply to this message whenever you’ve added a new language for the home page!
Thanks
-Vincent
XWiki committer