Hi,
Since we had users asking on the IRC what are the differences between XWiki
and other solutions, it would be a good idea to provide such pages on the
website:
- XWiki and MediaWiki
http://dev.xwiki.org/xwiki/bin/view/Drafts/XWiki-vs-MediaWiki
- XWiki and Confluence
http://dev.xwiki.org/xwiki/bin/view/Drafts/XWiki-vs-Confluence
It would be great to know if you agree with the listed content and if you
find other similarities or distinctions between the above solutions.
Additionally, what other solutions would you be interested in seeing
comparison with?
Thanks,
Caty
Hi, I’m using XWiki in Slovak language which uses accents, which consequently causes problems with urls. The urls becomes ugly containing encoded characters with accents. Does XWiki have integration point out of the box to replace the page name with custom one, with stripped accents from it?
Thank you
Mirec
I have recently upgraded from 3.5 to 5.5. The upgrade went fine however after logging in I accidentally hit the cancel button instead of the skip. I now want to rerun the Distribution Wizard but I cannot figure out how to re-trigger it. Can this be done?
Hi Xwiki Team,
it seems as if there is a small bug in the "Menu Application"extension
(version 8.2). Every time a user, that is not in the XWikiAdminGroup,
does some changes on the menu page in edit mode, the menu crashes and is
no longer visible. To fix that an admin user of XWikiAdminGroup has to
edit and save the page. It is important that a small change has to be
done by the admin user.
Best regards
Alina
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
Hello! I'm trying to integrate bpmn-js into my xWiki application.
I istalled bpmn-js via bower into xWiki resource folder and then i created a
page with this content:
When the page loads (and the javascript libs are imported) I get some errors
about prototype.js and requirejs (http://pastie.org/9946255). How can I fix
this problem??
--
View this message in context: http://xwiki.475771.n2.nabble.com/Integrate-bpmn-js-into-xWiki-tp7593969.ht…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Thxs for your answers but my ACL doesn't work on my 8.2.1.
Users can not create new page or modify page on my encyclopédie space...
Here some ACL screenshot:
ACL on main wiki: https://snag.gy/dWbzZR.jpg
ACL on Encyclopédie space (on encyclopédie page and children)
https://snag.gy/vFArI1.jpg
(I tested with XwikiAllGroup but my with my editor group i have the same problem)
My user to test:
https://snag.gy/NPwAqg.jpg
Here my user view: https://snag.gy/6IeM4u.jpg
If someone can see what I'm wrong?
Thxs.
Pascal B
--- En date de : Ven 9.9.16, Vincent Massol <vincent(a)massol.net> a écrit :
> >
> > To conclude, do you know which ACL I must
> apply to have same rights thant xwiki 7.0.1?
> > (I must apply ACL right on ALL first level
> space?)
>
> I don’t think
> that ACL have changed over versions. There are some new
> permissions like the Script permissions but globally they
> still work the same.
>
> "Rights: Page & Children" is
> similar to space ACL”
> Correct!
>
> And “Rights: Page” is just
> permissions for the WebHome page.
>
> As before permissions are inherited. Although
> before we had only 1 space level, now we have several
> spaces. But the principle is the same.
>
> Thanks
> -Vincent
>
>
> >
> >
> Thxs for any help.
> >
> > Pascal B
> >
> _______________________________________________
> > users mailing list
> > users(a)xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
>
Hello,
I've create my own sheep for a class.
But if i set it as default, i can't fill in the fields.
Si i kept the default one to fill in all the fields and after add manually
the custom sheet to display the page.
When i try to edit the page, i can't change anything
So i need to remove the "custom" sheet , modify the page and replace it
after...
Little boring.
So, my question is :
is it possible to keep the default sheet when i create a new page / edit an
existing page and when i save it, change the sheet with the custom.
Here is the code of the default sheet , i've try to add the custom sheet
when saving the page, but the sheet value stay empty .... :(
{{velocity}}
## You can modify this page to customize the presentation of your object.
## At first you should keep the default presentation and just save the
document.
#set($class = $doc.getObject('test.testinfraconfigClass').xWikiClass)
#foreach($prop in $class.properties)
; $prop.prettyName
: $doc.display($prop.getName())
#end
#set($obj = $doc.newObject("XWiki.DocumentSheetBinding"))
$obj.set("Sheet","test.testinfraconfig Sheet1")
$doc.save()
{{/velocity}}
And for edition mode, what can i do ?
Regards,
Tarekskayv
--
View this message in context: http://xwiki.475771.n2.nabble.com/Switch-sheet-between-view-and-edit-mode-t…
Sent from the XWiki- Users mailing list archive at Nabble.com.
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