Hello XWiki Community,
I am using the Ratings Extension with XWiki 6.1 and Flamingo Skin and I
noticed that the guest user can not vote. Is it the normal behavior?
I am asking because I made some skin customizations and I am wondering if
my settings is interfering in this extension.
Thanks.
Danilo
--
Danilo Amaral de Oliveira
Engenheiro de Computação
celular (32) 9111 - 6867
Hello,
My internet host asking me some question about it. If you can help me to answer. :-)
There are some duplicate libraries in ./WEB-INF/lib:
- /WEB-INF/lib/antlr-2.7.6.jar /WEB-INF/lib/antlr-runtime-3.5.jar
- commons-lang-2.6.jar commons-lang3-3.3.1.jar
- jdom-1.1.3.jar jdom2-2.0.5.jar
- xwiki-rendering-syntax-markdown10-6.0.jar xwiki-rendering-syntax-markdown11-6.0.jar
- xwiki-rendering-syntax-xwiki10-6.0.jar xwiki-rendering-syntax-xwiki20-6.0.jar xwiki-rendering-syntax-xwiki21-6.0.jar
Can I delete old versions?
I'm not sure about xwiki-rendering-syntax*: Xwiki 6.2 use some document with xwiki 1.0 syntax?
We found this old libraries:
/WEB-INF/lib/struts-core-1.3.10.jar but Struts 1 has reached its end of life and is no longer officially supported (since 2013). Cf.: http://struts.apache.org/struts1eol-announcement.html
Will you replace this framework with 2.x version?
There are this empty files:
- /resources/js/xwiki/wysiwyg/tinymce/tiny_mce/plugins/inlinepopups/readme.txt
- /resources/js/xwiki/wysiwyg/tinymce/tiny_mce/plugins/cleanup/editor_plugin_src.js
- /resources/js/xwiki/wysiwyg/tinymce/tiny_mce/plugins/cleanup/editor_plugin.js
I suppose I (you) can delete them?
This file seems to be not stored at its place (/WEB-INF/lib):
- /resources/js/smartclient/system/helpers/isomorphic_applets.jar
Can I (you) store it in (/WEB-INF/lib) subdirectory?
This libraries are not necessary on Tomcat server:
- ./WEB-INF/lib/jetty-*.jar
- ./WEB-INF/lib/jtidy-r938.jar
- ./WEB-INF/lib/maven-*.jar
Am I wrong?
Thanks you for your answers.
Hello all,
Lately, I have spent time testing the last LibreOffice version and noticed
that several of its features are not visible in XWiki after they had been
imported. This makes me ask your opinion regarding the necessity to
establish a section on XWiki.org in which the LibreOffice compatibility
would be visible to the community. Should such a section be established?
Thank you,
Andreea
I'm running xwiki version 2.7 and I recently installed the MultiPageExport
plugin version 1.1 (the version recommended). I have a new server with xwiki
6.1 and was hoping to use the exported to try and export/import the page
from the old into the new in chunks and then address the pages that
can't/won't import, on a case by case basis. But when I try and search for
pages to export I only get the following results. Has anyone else seen this?
Thanks
Ron
<http://xwiki.475771.n2.nabble.com/file/n7591474/multipage.jpg>
--
View this message in context: http://xwiki.475771.n2.nabble.com/Multi-Page-Export-issue-tp7591474.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello all,
I have trouble to use this new extension module
when I search on multi-page export page, it always give me back
$cplugin.escapeForXML($wptext)
I tried the page on xwki.org and it is the same results
I have trouble with installation for templates.
what should I exactly do in order to add printmulti.vm and pdfmulti.vm to
my wiki
thank you for your help
yann
After restarting tomcat I get long list of "StepProgressEvent was fired
too many times" messages:
2014-07-24 13:58:57,212 [XWiki initialization] INFO
.HibernateDataMigrationManager - Storage schema updates and data
migrations are enabled
2014-07-24 13:58:57,213 [XWiki initialization] INFO
.HibernateDataMigrationManager - No data migration to apply for wiki
[xwiki] currently in version [54300]
2014-07-24 13:58:57,213 [XWiki initialization] INFO
.HibernateDataMigrationManager - Checking Hibernate mapping and updating
schema if needed for wiki [xwiki]
2014-07-24 13:59:18,093 [XWiki Solr index job thread] INFO
o.x.s.s.i.j.IndexerJob - Starting job of type [solr.indexer] with
identifier [[solr, indexer]]
2014-07-24 13:59:27,538 [XWiki Solr index job thread] WARN
o.x.j.i.DefaultJobProgress - StepProgressEvent was fired too many
times: [3361] instead of [3360]. The number of times StepProgressEvent is
fired must match the number of steps passed to PushLevelProgressEvent.
...
Can they be avoided?
Valdis
Hello all,
I would like to ask for your opinion regarding the documentation for the
new skin we’re working on. Would you rather prefer:
a) The documentation to be conducted in parallel with the current version
(6.1 for the Colibri skin as well as for the Flamingo skin)?
b) Or would you prefer to begin the documentation for the Flamingo skin
with version 6.2, which would imply cancelling the maintenance for the
Colibri skin?
Please express your view in a reply to this email.
Thank you,
Andreea
Hello all,
I've created an "App Within Minutes" application we are using for some reporting and issue tracking which is pretty much done now, but I need a way to create a page in the application with an API call. I've seen tons of information on creating pages or modifying pages and I can get that to work pretty well, but when I create a page in the application space I don't know how to make the controls appear and the page doesn't show up I'm the application home page (grid).
I'm sure I'm approaching this the wrong way as I'm creating a page from scratch where I'm pretty sure I should be creating an instance of the page class, but I'm not sure where to start with that.
Does anyone have any links or tips or leads on where I would start looking for something like that?
All help is greatly appreciated,
Thanks in advance
Hello,
I need some help with my velocity script.
I try to remove history of pages on a space.
This code work well for a page:
{{velocity}}
$xwiki.getDocument('BacASable.TestPage3').getDocument().resetArchive($context.context)
{{/velocity}}
but my script fail when I launch this one to remove history of all BacASable space Page
{{velocity}}
#foreach ($docName in $xwiki.getSpaceDocsName("BacASable"))
$xwiki.getDocument("BacASable.$docName").getDocument().resetArchive($context.context)
* history of "BacASable.$docName" removed
#end
{{/velocity}}
I obtain this error:
Caused by: org.hibernate.NonUniqueObjectException: a different object with the same identifier value was already associated with the session: [com.xpn.xwiki.doc.rcs.XWikiRCSNodeInfo#com.xpn.xwiki.doc.rcs.XWikiRCSNodeId(a)2ff3ff58[docId=9026427162423984573,version=4.1]]
Any ideas what's I'm doing wrong? Thxs
Note: deletion of WebHome history doessn't work:
$xwiki.getDocument('BacASable.WebHome').getDocument().resetArchive($context.context)
Pascal B (on Xwiki 6.0)