Hello!
I have my xwiki, a am admin, but i can't to bring the ability to register for my users! Only users, which have registration record at wiki, have the ability to enter to my wiki? Tell my please, what is the way to bring the "register" label to log-in window?
Thank you
Hi!
Cleaning some spaces on a XWiki installation I've found a query that eats 100% CPU and never (at least not for some 20 minutes) through results. I deleted it but, please, could you check it to see if it contains an obvious error and, even in this case, see if some thing could be done to avoid submitting dangerous queries?
#set($query = ", BaseObject as obj, StringProperty as prop where doc.fullName = obj.name and obj.className='XWiki.XWikiGroups' and doc.fullName <> 'XWiki.XWikiGroupTemplate' order by doc.fullName asc")
#set($results=$xwiki.searchDocuments($query))
Running XWiki Enterprise 2.4.30451 on MySQL 5.0.26.
Thanks for your help!
Ricardo
--
Ricardo Rodríguez
Research Management and Promotion Technician
Health Research Institute of Santiago de Compostela (IDIS)
http://www.idisantiago.es
Nota: A información contida nesta mensaxe e os seus posibles documentos adxuntos é privada e confidencial e está dirixida únicamente ó seu destinatario/a. Se vostede non é o/a destinatario/a orixinal desta mensaxe, por favor elimínea. A distribución ou copia desta mensaxe non está autorizada.
Nota: La información contenida en este mensaje y sus posibles documentos adjuntos es privada y confidencial y está dirigida únicamente a su destinatario/a. Si usted no es el/la destinatario/a original de este mensaje, por favor elimínelo. La distribución o copia de este mensaje no está autorizada.
See more languages: http://www.sergas.es/aviso_confidencialidad.htm
HI again,
I started my wiki on a subdomain wiki.buchmanager.com. Now I changed the
domain plus an alias to www.buchmanager.com and
www.book-publishing-software.com. Strange thing is that on the old url
wiki.buchmanager.com is everything fine, but on the new ones the menus dont
work. I don't need mutliple wikis and the instructions I found about the
wiki manager seem to be deprecated.
I tried setting wiki.home and cookiedomains but this doesn't seem to be
related.
I will appreciate any hint!
My current apache conf is this:
<VirtualHost *:80>
ServerName www.buchmanager.com
ServerAlias wiki.buchmanager.combuchmanager.comwww.book-publishing-software.combook-publishing-software.com
ProxyPreserveHost On
ProxyPass / http://127.0.0.1:8080/
ProxyPassReverse / http://127.0.0.1:8080/
# Local reverse proxy authorization override
# Most unix distribution deny proxy by default (ie
/etc/apache2/mods-enabled/proxy.conf in Ubuntu)
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
</VirtualHost>
35,0-1
Bot
I had put this question earlier too but knowing that its not configurable
in xwiki as of now as OOB feature. So started implementing this feature
myself with
some modification in code. I did modifications in checkPassword method of
XWikiAuthServiceImpl. Basically i want to put the *passwordLockCount *as
name and *1* as value
in xwikiintegers table(when user tries any unsuccessful login attempt). For
this i used the api i.e userObject.setIntValue("passwordLockCount", 1)
where userObject
is of type BaseObject. But it does not put the value in xwikiintegers table
rather it put in cache. Please recommend me the right API the to put this
number
property in xwikiintegers table?
*i also tried *
NumberProperty passwordLockCount = new IntegerProperty();
passwordLockCount.setName("passwordLockCount");
passwordLockCount.setValue(1);
userObject.addField("passwordLockCount", passwordLockCount);
But it also does not put the property in database?
Hi, I have XEclipe working now, but it gives me only the german
translations of the docs, and I can't see the english versions.
For e.g. at
http://wiki.buchmanager.com/bin/view/User+Manual/Presentation
I have two versions but I only get the german one.
Any help will be appreciated :)
I hate newbies...
Regards Thomas
I am a member of a research group at the University of Maryland in the Physics department (iontrap.umd.edu). We currently run our own XWiki server for our lab. We have about 20 users who use the wiki daily from recording experimental logs to writing how-to articles about lab equipment or techniques. We would like to migrate to a wiki hosted by professionals, so that the uptime will be greater and so that we will not have to hassle with the occasional problems associated with running our own server.
It would be especially nice if we could import our current XWiki data to the new one. Is that possible using the standard import/export tool? Also, what kind of typical uptimes do you have? Is it possible that you would erase all of our data without warning, or would be be given a reasonable amount of time to back up our site if it needed to be closed for whatever reason?
username: tamanning
server name: iontrap.myxwiki.org
Thanks,
Andrew Manning
Hi,
i want to use the space explorer extension to show the pages of a
workspace enumerated.
Such as:
1. Begin
1.1 Subchapter
2. Middle
2.1 Another Subchapter
...
Does the space explorer support something like enumeration?
The try to include the numbers into the page name (calling first page
"1. Begin", sacond page "1.1 Subchapter", ...) failed because the space
explorer does not show subtrees of pages that contains a dot in their name.
Is this a bug?
Or maybe a feature??
Richard
HI, I am new to this list, but I couldn't find anything on the lists and
google. I have mostly fresh installed xwiki installation that I tried to
connect with xwiki eclipse. I tried through the apache proxy and direct to
tomcat. In both cases it takes some time and then says
Error connecting to remote XWiki: 'Failed to read servers response:
Unexpected end of file from server'. Please check your settings.
I connect with http://wiki.buchmanager.com/xwiki/xmlrpc/confluence or
http://buchmanager.com:8080/...
Any ideas whats wrong with my setup? I don't see anything in the
tomcat/eclipse logs.
Regards,
Thomas
Running 3.3 I've tried several times to include a groovy macro in a
panel and it always results in
"org.xwiki.rendering.macro.MacroExecutionException: You don't have the
right to execute this script", although my id has programming rights.
So... I simplified, creating a Groovy macro consisting solely of a
simple 'println "* This is groovy."'. Same results. The odd thing is
that it works fine when I'm viewing the preferences page
(/xwiki/bin/admin/XWiki/XWikiPreferences), but nowhere else.
Some sort of rights issue, or is this a misleading exception? A known
bug? Any help would be... mmm.. helpful?
I'm running XWiki Enterprise 3.3. Annotations simply do not work (via
Ctrl-M). I've tried resaving the Annotations pages (as per
http://extensions.xwiki.org/xwiki/bin/view/Extension/Annotations+Application)
using an id with programming rights. I've also installed the Admin
Tool and used it to check programming rights
(Admin.CheckProgrammingRights). Viewing page sources, it appears that
annotation styles, code, etc are being included in pages. I've also
turned the feature on in preferences.
Am I missing something I need to install? Is there logging, etc,
somewhere that I can examine? Would it be helpful to (re)install the
Annotations Application
(http://extensions.xwiki.org/xwiki/bin/view/Extension/Annotations+Applicatio…
Or, since Annotations is bundled with Enterprise, is this targeted at
an older xwiki version, so it would be harmful to do so?
Hi and thanks for all the help you've given me so far.
In a previous thread i asked how i can edit the profile pages and now
that i've tried that i have a problem with the translated titles of the
field names. I can easily change the "Pretty Name" for any field, but it
doesn't have any effect on the profile page. I wanted to change the
title of the "comment" field and have done so, but i use the german
translation of xwiki and therefore the title change had no effect and
still says "Über".
A similar problem is the change of the Main.WebHome page, i can change
the title, but it still has the english original title.
And back to the profile page, how can i change the appearance of the
email adress? Everything after the @ ist displayed as "---", but i would
like to display them as name (at) part.company (.de), because in our
company there are 2 different parts which have different subdomains.
Thanks in advance,
theresa.
Hi,
i have installed xwiki form the deb package
xwiki-enterprise-tomcat-pgsql version 3.5. Then tried to contact the
new wiki through the URL http://xwikipg:8080/xwiki (xwikipg is the
hostname where xwiki is running). No page came up. I got this error:
Can't find [/WEB-INF/hibernate.cfg.xml] for hibernate configuration
What to do now?
Thanks for help
Here is the full error text:
HTTP Status 500 -
type Exception report
message
description The server encountered an internal error () that prevented
it from fulfilling this request.
exception
javax.servlet.ServletException: com.xpn.xwiki.XWikiException: Error
number 3 in 0: Could not initialize main XWiki context
Wrapped Exception: Error number 3202 in 3: Exception while reading
document [name = [XWikiPreferences], type = [DOCUMENT], parent = [name =
[XWiki], type = [SPACE], parent = [name = [xwiki], type = [WIKI], parent
= [null]]]]
Wrapped Exception: Can't find [/WEB-INF/hibernate.cfg.xml] for hibernate
configuration
org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:535)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:433)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:128)
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:144)
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:217)
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:109)
root cause
com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not initialize
main XWiki context
Wrapped Exception: Error number 3202 in 3: Exception while reading
document [name = [XWikiPreferences], type = [DOCUMENT], parent = [name =
[XWiki], type = [SPACE], parent = [name = [xwiki], type = [WIKI], parent
= [null]]]]
Wrapped Exception: Can't find [/WEB-INF/hibernate.cfg.xml] for hibernate
configuration
com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:418)
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:487)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:136)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:116)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:128)
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:144)
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:217)
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:109)
root cause
com.xpn.xwiki.XWikiException: Error number 3202 in 3: Exception while
reading document [name = [XWikiPreferences], type = [DOCUMENT], parent =
[name = [XWiki], type = [SPACE], parent = [name = [xwiki], type =
[WIKI], parent = [null]]]]
Wrapped Exception: Can't find [/WEB-INF/hibernate.cfg.xml] for hibernate
configuration
com.xpn.xwiki.store.XWikiHibernateStore.loadXWikiDoc(XWikiHibernateStore.java:856)
com.xpn.xwiki.store.XWikiCacheStore.loadXWikiDoc(XWikiCacheStore.java:283)
com.xpn.xwiki.XWiki.getDocument(XWiki.java:1427)
com.xpn.xwiki.XWiki.getDocument(XWiki.java:1470)
com.xpn.xwiki.XWiki.getPrefsClass(XWiki.java:3104)
com.xpn.xwiki.XWiki.initializeMandatoryClasses(XWiki.java:821)
com.xpn.xwiki.XWiki.initXWiki(XWiki.java:796)
com.xpn.xwiki.XWiki.<init>(XWiki.java:739)
com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:401)
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:487)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:136)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:116)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:128)
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:144)
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:217)
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:109)
root cause
org.hibernate.HibernateException: Can't find
[/WEB-INF/hibernate.cfg.xml] for hibernate configuration
com.xpn.xwiki.store.hibernate.DefaultHibernateSessionFactory$1.getConfigurationInputStream(DefaultHibernateSessionFactory.java:118)
org.hibernate.cfg.Configuration.configure(Configuration.java:2157)
com.xpn.xwiki.store.hibernate.DefaultHibernateSessionFactory$1.configure(DefaultHibernateSessionFactory.java:80)
com.xpn.xwiki.store.XWikiHibernateBaseStore.initHibernate(XWikiHibernateBaseStore.java:167)
com.xpn.xwiki.store.XWikiHibernateBaseStore.checkHibernate(XWikiHibernateBaseStore.java:550)
com.xpn.xwiki.store.XWikiHibernateStore.loadXWikiDoc(XWikiHibernateStore.java:728)
com.xpn.xwiki.store.XWikiCacheStore.loadXWikiDoc(XWikiCacheStore.java:283)
com.xpn.xwiki.XWiki.getDocument(XWiki.java:1427)
com.xpn.xwiki.XWiki.getDocument(XWiki.java:1470)
com.xpn.xwiki.XWiki.getPrefsClass(XWiki.java:3104)
com.xpn.xwiki.XWiki.initializeMandatoryClasses(XWiki.java:821)
com.xpn.xwiki.XWiki.initXWiki(XWiki.java:796)
com.xpn.xwiki.XWiki.<init>(XWiki.java:739)
com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:401)
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:487)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:136)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:116)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:128)
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:144)
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:217)
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:109)
note The full stack trace of the root cause is available in the Apache
Tomcat/6.0.35 logs.
Apache Tomcat/6.0.35
Hi!
I'm trying to get alive some more time a XWiki Enterprise 2.4.30451 coming from several migrations/updates from the very first XWiki releases.
We are lately experiencing frequent OutOfMemory error forcing us to reboot the server to recover the service. Thus, I'm trying to go through the records trying to find some clue about what is causing XWiki to stuck.
The error message in the subject of this message appears hundreds of times. Please, does it offer you any clue? Does anybody know what is the origin of this error? Is it a symptom of a dangerous situation and could be in the root of the failure of the server?
Thanks for your help!!!
Ricardo
--
Ricardo Rodríguez
Research Management and Promotion Technician
Health Research Institute of Santiago de Compostela (IDIS)
http://www.idisantiago.es
Nota: A información contida nesta mensaxe e os seus posibles documentos adxuntos é privada e confidencial e está dirixida únicamente ó seu destinatario/a. Se vostede non é o/a destinatario/a orixinal desta mensaxe, por favor elimínea. A distribución ou copia desta mensaxe non está autorizada.
Nota: La información contenida en este mensaje y sus posibles documentos adjuntos es privada y confidencial y está dirigida únicamente a su destinatario/a. Si usted no es el/la destinatario/a original de este mensaje, por favor elimínelo. La distribución o copia de este mensaje no está autorizada.
See more languages: http://www.sergas.es/aviso_confidencialidad.htm
Hello, xwiki team!
I'm very interested in having a wiki hosted on this farm. The goel of my wiki is to create the educational non-commercial portal for students of our department. This wiki will have electronic books, educational programs etc.
I hope on a collaboration!!
My user name: Dmitry Fedin
Name of wiki: dafedin.myxwiki.org
Hello,
I'd like to do that :
In a page, have 2 livetables on 2 different wiki classes. A column in first
livetable shows a clickable link. If user clicks this link, I would like to
have second livetable updated depending on the row that was clicked in the
first.
In fact on click, an event should be fired to the second livetable to
refresh itself, with a parameter depending on the link.
What I don't know is how to trigger ajax refresh on second livetable and how
to parameterize it from the first link.
Any help welcome on how to do that - I believe it's possible but need a
little help to know how to start...
thanks,
Jeremie
--
View this message in context: http://xwiki.475771.n2.nabble.com/Cascading-livetables-tp7337034p7337034.ht…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello xwiki community,
I'm playing with the new (and wonderful) xwiki 3.5, and as I'm playing I'm
adding extensions ... and values in the internationalization bundles list.
Problem is, I reached the limit, and can't add new bundles anymore because
of :
Caused by: java.sql.BatchUpdateException: Data truncation: Data too long for
column 'XWP_DOCUMENT_BUNDLES' at row 1
It seems that (MySql) this field is varchar(255). Problem is that this limit
is easily reached when you add applications (and I use it also for my own
apps ...).
Would it be possible to extend this limitation ? can I alter this
BR,
Jeremie
--
View this message in context: http://xwiki.475771.n2.nabble.com/Translations-field-length-tp7336167p73361…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi everybody,
Sorry to jump into the list wihtout googling too much!
Please, is there any easy way to count the occurance of a string in a XWiki page content?
I found examples for looping through a text looking for a given string using, for instance, Velocity. Please, is there some method/function that could give us this result "out of the box"?
Thank you so much for your help!
Ricardo
--
Ricardo Rodríguez
Research Management and Promotion Technician
Health Research Institute of Santiago de Compostela (IDIS)
http://www.idisantiago.es
Nota: A información contida nesta mensaxe e os seus posibles documentos adxuntos é privada e confidencial e está dirixida únicamente ó seu destinatario/a. Se vostede non é o/a destinatario/a orixinal desta mensaxe, por favor elimínea. A distribución ou copia desta mensaxe non está autorizada.
Nota: La información contenida en este mensaje y sus posibles documentos adjuntos es privada y confidencial y está dirigida únicamente a su destinatario/a. Si usted no es el/la destinatario/a original de este mensaje, por favor elimínelo. La distribución o copia de este mensaje no está autorizada.
See more languages: http://www.sergas.es/aviso_confidencialidad.htm
Hi,
I'm trying to get the values of two fields from xwikiattahment table with this HQL query:
select att.filename,att.date from xwiki.xwikiattachment att, xwiki.xwikidoc doc where doc.fullName='Event.IIXornadaIDIS' and att.filename like '%abstract%' and att.date > '2012-03-01' and att.docId=doc.id order by att.filename;
The query fails. When used to get only one field, it works fine. For instance...
select att.date from xwiki.xwikiattachment att, xwiki.xwikidoc doc where doc.fullName='Event.IIXornadaIDIS' and att.filename like '%abstract%' and att.date > '2012-03-01' and att.docId=doc.id order by att.filename;
or
select att.filename from xwiki.xwikiattachment att, xwiki.xwikidoc doc where doc.fullName='Event.IIXornadaIDIS' and att.filename like '%abstract%' and att.date > '2012-03-01' and att.docId=doc.id order by att.filename;
and, the SQL equivalent to the in troubles query works also fine. This way...
select att.XWA_FILENAME,att.XWA_DATE from xwiki.xwikiattachment att, xwiki.xwikidoc doc
where doc.XWD_FULLNAME='Event.IIXornadaIDIS' and att.XWA_FILENAME like '%abstract%' and att.XWA_DATE > '2012-03-01' and att.XWA_DOC_ID=doc.XWD_ID order by att.XWA_FILENAME;
Please, where am I wrong when trying select att.filename,att.date from xwiki.xwikiattachment att,...?
I'm running XWiki Enterprise 2.4.30451.
Thanks for your help!
Ricardo
--
Ricardo Rodríguez
Research Management and Promotion Technician
Health Research Institute of Santiago de Compostela (IDIS)
http://www.idisantiago.es
Nota: A información contida nesta mensaxe e os seus posibles documentos adxuntos é privada e confidencial e está dirixida únicamente ó seu destinatario/a. Se vostede non é o/a destinatario/a orixinal desta mensaxe, por favor elimínea. A distribución ou copia desta mensaxe non está autorizada.
Nota: La información contenida en este mensaje y sus posibles documentos adjuntos es privada y confidencial y está dirigida únicamente a su destinatario/a. Si usted no es el/la destinatario/a original de este mensaje, por favor elimínelo. La distribución o copia de este mensaje no está autorizada.
See more languages: http://www.sergas.es/aviso_confidencialidad.htm
Hi XWiki Users,
I have defined a template page and the associated termplate provider.
All is functional: the template selection popup shows up when a new
page is created.
Now, I try to build a link (using Velocity) that will create a new
page from the template. Any idea ?
Regards,
Maxime
After upgrading to XWiki 3.5 (from 2.6) I noticed that the Lucene search
index was not working properly. On advice I got in the #xwiki IRC chat, I
shut down the server (Tomcat), deleted the Lucene index directory, and
restarted the server. Only about 300 of the thousands of pages were
indexed at that point. I tried re-indexing using the Admin->Search page,
but every time I do that the Admin->Search page gets 'stuck' (won't render).
I saw no errors in the catalina.out log file, and I configured
WEB-INF/classes/logback.xml to enable some more logging to a separate
file... still nothing very informative.
Any ideas what I can do to troubleshoot this? I'm guessing there's some
page in my wiki database that is causing the re-index process to get stuck.
Thanks in advance,
- Josh
As a workaround I tried to inject the stylesheets needed via Plugin.
AbstractSkinExtensionPlugin cssplugin =
(AbstractSkinExtensionPlugin) xwiki.getPlugin("ssfx", context);
cssplugin.use(dir+"stylesheet.css",context);
But it failed.
On the other hand,
AbstractSkinExtensionPlugin jsplugin =
(AbstractSkinExtensionPlugin) xwiki.getPlugin("jsfx", context);
jsplugin.use(dir+"ui.multiselect.js",context);
worked as expected.
I forgot my user name on the last request.
User name: quaternion
Email address (if it matters): ken dot mcwilliams at gmail dot com
Requested wiki name:
struts2.myxwiki.com or if that is not good for some reason...
struts2adventures.myxwiki.com
Reason:
I would like to build a struts2 information wiki.
struts.apache.org/ is an excellent resource for struts2 users, I would
like to focus on the verticals of a struts2 web application (That is
the use cases of persisting data, basic ajax interactions using
Struts2/Spring/JPA).
Hi,
I created a velocity macro and called it like this.
{{velocity}}
$services.xtestprogress.render()
{{/velocity}}
It happens that all <link/> -Tags inserted in the render method are
removed in the resulting website.
Any ideas?
Thanks, Stefan.
I have two web application hosted on two different tomcat instances say T1
and T2(xwiki is on T2). I am making below method
in a java class on T1 to retrieve java xwikiUserObject named from T2
private Properties checkContentChanges() {
Properties reply = null;
try {
String urlStr = "
http://myApp:8080/wiki/bin/view/?checkContent=true&Name=dummy;"
URL url;
reply = new Properties();
try {
url = new URL(urlStr);
//sun.net.www.protocol.http.HttpURLConnection conn =
(sun.net.www.protocol.http.HttpURLConnection) url
.openConnection();//line 1
URLConnection conn = url
.openConnection();// line 2
conn.addRequestProperty("User-Agent",
"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Win64; x64;
Trident/5.0)");
InputStream is = conn.getInputStream();// line3
reply.load(conn.getInputStream());
}
catch (MalformedURLException e) {
e.printStackTrace();
}
catch (IOException e) {
e.printStackTrace();//line 5
}
}
But at line 3 i am getting error java.io.IOException: Server returned HTTP
response code: 403 for URL: http://myApp:8080/wiki/... Though the call goes
to method on T2 and
it returns expected user object. So T2 side works fine but once it return
i get above exception at line 5 at T1 . I tried line 1 too instead of line
2 but same exception? As i tried to find it out on net especially on
http://en.wikipedia.org/wiki/HTTP_403 looks like its due to some config on
xwiki side. Not getting whats the exact issue?
Though thru the brower same url works fine
.
Hi devs,
XWiki is planning to participate in this year's Google Summer of Code [1].
The organization registration period has already started and the deadline
is the 9th of March [2] (a bit more than one week).
1. We need to provide by then a list of proposals and assign mentors for
the students that are going to implement them.
I would like to ask everybody that wants to participate as a mentor from
the XWiki organization to review the proposals [3] list (that is currently
empty) and add as many interesting proposals as possible.
The proposals can be either new, or they can be revived from previous year
proposals. Just navigate to the previous years, find the proposal you like
and know about, go to its proposal page (click it) and press the "Clone to
this year" link. Now you can assign yourself as lead for that project,
update it's description if needed and wait for the student applications to
start pouring :)
2. We also need to submit the actual application [4] of the XWiki
organization to participate to the GSoC 2012 project so I would also like
to ask you to review it so that we have a better chance of being selected
into the program.
Thanks for your help,
Eduard
----------
[1] http://www.google-melange.com/gsoc/homepage/google/gsoc2012
[2] http://www.google-melange.com/gsoc/events/google/gsoc2012
[3]
http://dev.xwiki.org/xwiki/bin/view/GoogleSummerOfCode/#HProposedProjects28…
[4]
http://dev.xwiki.org/xwiki/bin/view/GoogleSummerOfCode/OrganizationApplicat…
Hello I would like to build a struts2 information wiki.
struts.apache.org/ is an excellent resource for struts2 users, I would
like to focus on the verticals of a struts2 web application (That is
the use cases of persisting data, basic ajax interactions using
Struts2/Spring/JPA).
struts2.myxwiki.org or
struts2adventures.myxwiki.org
Would both be great.
I currently have my attachments stored in the database and am
attempting to migrate to filesystem storage. Toggling it seems to work
fine for new attachments. My issue is with migrating attachments via
the FileSystem Attachment Porter script
(http://extensions.xwiki.org/xwiki/bin/view/Extension/Filesystem+Attachment+…).
Before running it, I change my config so that I'm back to using
database attachments. I've updated the obsolete class references, and
also whittled it down to just the doIt() method, but when running it,
I receive the exception "Unknown entity:
org.xwiki.store.legacy.doc.internal.ListAttachmentArchive"
Please advise.
Thanks ahead,
Brian
Hi,
installing the debian package xwiki-enterprise-common_3.5_all on squeeze
and on wheezy failed.
Selecting previously deselected package xwiki-enterprise-common.
(Reading database ... 25065 files and directories currently installed.)
Unpacking xwiki-enterprise-common (from
.../xwiki-enterprise-common_3.5_all.deb) ...
dpkg: error processing
/var/cache/apt/archives/xwiki-enterprise-common_3.5_all.deb (--unpack):
name of conffile (starting `/etc/xwiki/web.xml') is too long (>1000
characters)
configured to not write apport reports
Errors were encountered while
processing:
/var/cache/apt/archives/xwiki-enterprise-common_3.5_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install. Trying to recover:
The installation of version 3.4 works fine on squeeze and wheezy.
Does anyone run into the same problem?
Regards
Richard
Hi,
I'm missing an option to show recent blog entries for a specific category,
e.g. in a panel. Is there such a feature available? I can imagine others
have needed/used such a feature before.
Right now I'm just trying to hack Blog.RecentPostsPanel to filter on
category, but I can't wrap my head around the query needed.
In 'getEntriesForCategory' (Blog.CategoriesCode), the query is:
#set($query = ", DBStringListProperty as categories join categories.list as
category${query} and obj.id = categories.id.id and
categories.id.name='category'
and category in (${parameters})")
But that's about 10 degrees too difficult for me to comprehend :)
Any hints? Thanks!
Joris
Hi,
Since the migration from XEM 3.2 to XEM 3.4, We have a strange behaviour
on our multi-wiki instance:
Sometimes, values of WebPreferences disappear spontaneously on one of
our sub-wiki.
We lose configuration, look & feel and access rights parameters.
There is no apparent reason (the parameters are simply re-initialized).
Do you know this problem ?
Thank you
NCG
PS : I've previously posted this topic direcly on the forum by mistake.
I think It wasn't posted on mailing list. Sorry if this topic is
duplicated
Hey guys,
ive a problem with the watchlist. It doesnt shows the sides i want to watch.
In every Profil are three points of the watchlist. the first functions well,
the rss feed too, but the list(livetable) doesnt show the sides im watching.
Has anybody an idea why?
If this post has been here before, that would be great. Ive not found
somebody with this problem yet.
Thanks...
--
View this message in context: http://xwiki.475771.n2.nabble.com/Watchlist-doesnt-show-the-watched-sides-t…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
Whenever I try to add an extension from XWIKI 3.4 (on RedHat 6, tomcat6 with
PostgreSQL database) from the Add Extensions menu, I get a message like
this
Caused by: class java.io.IOException: File
'data/extension/repository/org.xwiki.contrib%3Axwiki-plugin-excel-1.0-src.pl
ugin' could not be created
ð It looks like a directory is missing in my WIKI install, could you tell
me the exact path of the data/extension/repository (from the XWIKI app root)
?
Also, the problem I encountered earlier with Lucene came from the xwiki.cfg
#-# Lucene search engine
#-# Location where to place the lucene index files. The default is the
"lucene" subdirectory in the container's "work"
#-# diectory. Change it if you want to store indexes in another place.
# xwiki.plugins.lucene.indexdir=/usr/local/xwiki/lucene
Well it looks like XWIKI really choose /usr/local/wiki/lucene and nothing
into a work container as the documentation seems to indicate.
Could you fix the default xwiki.cfg file (Description or content) on Red
Hat, it looks like we should have:
# xwiki.plugins.lucene.indexdir=/usr/local/xwiki/lucene
xwiki.plugins.lucene.indexdir=/usr/share/tomcat6/work
Many thanks for your help,
Regards,
Christophe FRAULE
Hi all!
I'm using a Livetable to show information categorized, using TopFilter
as:#set($options = {
"topFilters":'<input type="hidden" size="${columnsProperties.size}"
name="area" value="${area2}" />',
"className":"XWiki.AggregatorURLClass",
"translationPrefix" : "",
"tagCloud" : true,
"rowCount": 10
})
The value field "area2" is a String to filter the area field. If I write a
string in this value, the filter works. But, if i'm using a variable, the
table is empty
Case 1:
value="Something" --> The filter works.
Case 2:
$var = "Something"
...
value=${var} --> Nothing
Someone knows why?
Thanks in advance!
--
View this message in context: http://xwiki.475771.n2.nabble.com/Livetable-Filters-tp7314873p7314873.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I've been not able yet to understand who/what process is telling the search utility to look for a given string in, I don't know if all, but many document fields and object properties.
Please, could you point me in the right direction? How/where the query is constructed?
Thanks for your help!
Ricardo
--
Ricardo Rodríguez
Research Management and Promotion Technician
Health Research Institute of Santiago de Compostela (IDIS)
http://www.idisantiago.es
Nota: A información contida nesta mensaxe e os seus posibles documentos adxuntos é privada e confidencial e está dirixida únicamente ó seu destinatario/a. Se vostede non é o/a destinatario/a orixinal desta mensaxe, por favor elimínea. A distribución ou copia desta mensaxe non está autorizada.
Nota: La información contenida en este mensaje y sus posibles documentos adjuntos es privada y confidencial y está dirigida únicamente a su destinatario/a. Si usted no es el/la destinatario/a original de este mensaje, por favor elimínelo. La distribución o copia de este mensaje no está autorizada.
See more languages: http://www.sergas.es/aviso_confidencialidad.htm
Hi,
I want to exclude a certain space from showing up in search results at all. I thought it might be possible to do that using the HQL based filter query hinted at here: http://extensions.xwiki.org/xwiki/bin/view/Extension/Search+Application#HSe…
(I thought about something like "not doc.fullName like 'spacename.%'", which I have used successfully on MyRecentModifications.)
Unfortunately the search administration looks a bit different to me, I can't find HQL filter, all I see is 'Custom index' (or rather 'Benutzerdefiniert indizieren', since I'm running it in German).
Where do I define the custom indexing? Am I on the right track at all, or is there a simpler way? (Be aware, I want to get rid of that space everywhere in searches, not just on Main.Search. On Main.Search I have done it successfully already. But the document search within the WYSIWYG editor seems to work independently from that. So I thought I'd take a more radical approach by throwing the space out of the index!)
Cheers,
Olaf
I have a multiple select,
<select multiple="multiple" style="height:180px;" id="sourceArea"
name="area" />
<displayType>select</displayType>
#foreach($prop in $areasTecnologias)
<option > $prop </option>
#end
But, when I'm going to get the results
#if("$!{request.xcreate}" == 'source')
## =======================================================
## Processing the creation form
#set($area = "$!request.area")
I only get the first value, only my first of mu group of options...
What I am missing?
Thanks
--
View this message in context: http://xwiki.475771.n2.nabble.com/Help-please-tp7321734p7321734.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi all,
I am trying to get a mock-up with XWiki workspaces. I have a problem,
especially to remove a workspace or to make a change in the description.
Each time, the Tomcat log indicates that XWiki could not verify the user
rights:
When I try to delete the workspace:
2012-02-16 14:02:54,068
[https://xwiki-test.domain.local/xwiki/bin/view/WorkspaceManager/DeleteWorks…]
ERROR .x.w.i.DefaultWorkspaceManager - Failed to check if user
[[XWiki.superadmin, informatique]] can delete workspace
[java.lang.NullPointerException]. Assuming false.
When I try to edit any workspace parameter:
2012-02-16 14:14:27,686
[https://xwiki-test.domain.local/xwiki/bin/view/WorkspaceManager/UpdateWorks…]
ERROR .x.w.i.DefaultWorkspaceManager - Failed to check if user
[[XWiki.superadmin, informatique]] can edit workspace
[java.lang.NullPointerException]. Assuming false.
2012-02-16 14:14:27,692
[https://xwiki-test.domain.local/xwiki/bin/view/WorkspaceManager/UpdateWorks…]
ERROR .WorkspaceManagerScriptService - Failed to edit workspace
'informatique'.
org.xwiki.workspace.WorkspaceException: Access denied for user
'XWiki.superadmin' to edit the workspace 'informatique' at
org.xwiki.workspace.internal.WorkspaceManagerScriptService.editWorkspace(WorkspaceManagerScriptService.java:188)
~[xwiki-platform-workspace-api-4.0-20120215.094308-2.jar:na]
2012-02-16 14:14:28,031
[https://xwiki-test.domain.local/xwiki/wiki/informatique/admin/XWiki/XWikiPr…]
ERROR .x.w.i.DefaultWorkspaceManager - Failed to check if user
[[xwiki:XWiki.superadmin, informatique]] can delete workspace
[java.lang.NullPointerException]. Assuming false.
Problem is the same with XWiki.Admin, the owner of the workspace.Beyond
that,I always thought that XWiki.superadmin always had full access,
regardless of the rights settings... Do I have something wrong in my
config?
Any help will be welcome! Thanks.
--
Bertrand PUJOS
IT Department - IRCAD
bertrand.pujos(a)ircad.fr
+33 (0) 3 88 11 91 36
Hello everybody!
I have my class, in my class I have property with type = Database List.
In this property I need to write hibernate query with filter by space, but
not predifined space - I need to setup filter which will be compare space of
a active document (which I will edit) with space of a hibernate query result
document. How I can do it?
Without this filter by space my query look like this and working without
problems:
select
otherprop.value
from
XWikiDocument doc,
BaseObject obj,
StringProperty prop,
StringProperty otherprop
where
doc.fullName=obj.name and obj.className='MySpace.MyClass' and obj.name not
like '%ClassTemplate' and
prop.id.id=obj.id and prop.id.name='Prop1' and prop.value='MyValue' and
obj.id=otherprop.id.id and otherprop.id.name='Prop2'
order by
prop.value asc,
otherprop.value asc
Thanks beforehand!
Eugen Colesnicov
--
View this message in context: http://xwiki.475771.n2.nabble.com/Hibernate-query-using-in-a-database-list-…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I am out of the office until 05-03-2012.
Voor dringende zaken kunt u terecht bij ICT-Servicedesk
Note: This is an automated response to your message "users Digest, Vol 55,
Issue 63" sent on 26-2-2012 13:00:03.
This is the only notification you will receive while this person is away.
Hi all!
First of all, please, allow me to thank again all XWiki Team for this great framework! It could be it happens that on Sunday I'm prone to purple prose, but I do think I'll feel the same tomorrow morning! :-)
Now, some doubts here...
I'm not able to understand how filtering does work in Livetable Macro. For instance, I get a JSON file including a number of results following a modified getgroupmembers.vm. Here the line of getgroupmembers getting members column
"member" : "$mdoc.getTranslatedDocument().title #if($hasAdmin || $isAdvancedUser) (#if($wikiname != 'local')$wikiname:#end$m)#end",
and one of the items in the JSON file...
{
"fullname" : "XWiki.XWikiIDISC04",
"prettyname" : "XWikiIDISC04 (XWiki.XWikiIDISC04)",
"wikiname" : "local",
"memberurl" : "/bin/XWiki/XWikiIDISC04",
"docurl" : "/bin/XWiki/XWikiIDISArealNeurology",
"grayed" : "false",
"doc_viewable" : "true",
"doc_hasadmin" : "${xwiki.hasAccessLevel('admin', $context.user, $doc)}",
"member" : "Neurobiology (XWiki.XWikiIDISC04)",
"member_url" : "/bin/XWiki/XWikiIDISC04",
"doc_delete_url" : "/bin/XWiki/XWikiIDISArealNeurology?xpage=deletegroupmember&fullname=XWiki.XWikiIDISC04&ajax=true"
}
The Livetable Macro instance showing group membership reads...
#set($columnOptions = {
"member" : {'link': 'auto', 'type': 'text', 'displayName': 'Research groups'},
But if I use strings content in $mdoc.getTranslatedDocument().title, I get no results in the filtered database. only strings in $m (showing the fullname of the document) work fine. You could check this behaviour on your own here...
http://atrium_km.idisantiago.es/bin/XWiki/XWikiIDISArealNeurology
Please, why? How could I use $mdoc.getTranslatedDocument().title to filter the list?
Thank you for your help!!!
--
Ricardo Rodríguez
Research Management and Promotion Technician
Health Research Institute of Santiago de Compostela (IDIS)
http://www.idisantiago.es
Nota: A información contida nesta mensaxe e os seus posibles documentos adxuntos é privada e confidencial e está dirixida únicamente ó seu destinatario/a. Se vostede non é o/a destinatario/a orixinal desta mensaxe, por favor elimínea. A distribución ou copia desta mensaxe non está autorizada.
Nota: La información contenida en este mensaje y sus posibles documentos adjuntos es privada y confidencial y está dirigida únicamente a su destinatario/a. Si usted no es el/la destinatario/a original de este mensaje, por favor elimínelo. La distribución o copia de este mensaje no está autorizada.
See more languages: http://www.sergas.es/aviso_confidencialidad.htm
Before I promote this to a bug or improvement request, I'd like to get your
feedback on my perceived problem.
I'm having some trouble understanding how messages are handles.
I must admit I don't even know where messages are being stored (googling
"messages xwiki" doesn't exactly provide useful results ;)
I expect all messages are stored in one general storage.
Example usage:
1) create space Sandbox2
2) restrict view right for space Sandbox2
3) using SpaceDashboardTemplate, create dashboard for Sandbox2.WebHome
4) post message on this dashboard using the activity gadget, without
changing the "visible to everyone"
Result:
message is not shown on Sandbox2.WebHome dashboard
message is shown on Dashboard.WebHome
User (at least I) would expect the message to be shown:
- on Sandbox2.WebHome dashboard, because it's written there/for this group
- on Dashboard.WebHome only when user has access to space Sandbox2., with
the attribution: "ExampleUser posted the message *in Sandbox2*"
I expect this would change the fundamentals behind the messaging app
because messages would have to be stored in a page in the space they are
written in, so I propose removing the 'post message' block in the activity
stream when called for a space ($aSpace != $util.null)
Hi
When i try to import the XAR file of size 60MB i get below error message:-
The wiki administrators have set a limit of 32.0Mb for attached files.
Please make sure the size of the files you try to attach does not exceed
this limit.
I am not getting where to increase the size of XAR file to be imported ? i
dont see any option under xwikipreferences.
Dear list,
I´m searching for a wiki, which allows to generate synchronized
multilanguage documents.
What does that mean for me?
I want to define one lanuage (eg. english) as the "main" language. Every
document must first be written in the main language. From this basic
document we can create documents in other languages.
This already works in Xwiki in a nice way.
But what happens, when after a while some changes the document in the
main language? I found no possibility to mark the documents in other
languages as "outdated".
Even more: I would like to get the information, what was changed in the
main language document to be able to synch the other documents in a fast
and sufficient manner.
And then I would like to go one step further:
There are several really good CAT (Computer Aided Translation) tools on
the market. Specially OmegaT (Open Source) is my favorite tool for
translation processes.
So my dream:
If a document in the main language was changed, I get an information
about, that the documents in other languages are outdated (best would be
with a number telling "how much outdated" it is).
When I want to synch again one document, I choose the target language
and XWiki exports all changed sentences to a CAT tool (as already said,
OmegaT is my favorite).
After the translation work is done in OmegaT I can import the new
translated sentences at the right position in the target document in XWiki.
For me, my described dream sounds like as if this will be never possible
since it sounds so complicate (I´m not a programmer).
I tested lot of different wikis and from what I described here, TWiki
had the most (except the Workflow with OmegaT).
The big problem for me is, that I found no good way to export documents
from TWiki to PDF.
What I found with XWiki:
So XWiki is very good in exporting PDF and also can work with
multilanguage documents but can´t tell me something about the state of
the sychronization between two documents (and also can´t work together
with OmegaT).
Is my description about the features of XWiki right?
Do you see a possibility to add some my wished features (maybe there are
some extensions I didn´t found)?
Thanks for reply
Chynte
Hi all!
First of all, thanks for this amazing tool :)
I would like to ask you about Raiting plugin, because I followed the
installation and the result is half complete...
I can see the js working, and the image of stars empty, but nothing happened
when I click over the star... I dont know, somebody happened the same??
Someone can help me?
Thanks in advance
--
View this message in context: http://xwiki.475771.n2.nabble.com/Raitings-Plug-In-tp7305284p7305284.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi Community,
The following message expresses my personal opinions as a member of the
community, so it might not be entirely accurate. The goal is to start a
discussion about how can we attract more contributors and committers to
the XWiki open source project, and will address three main subjects:
- the current state of the community and committers
- the possibility of joining or creating a non-profit foundation to
govern XWiki
- the possibility of using Fundry as a way for users to fund XWiki
development
-----
Status of the community
At the start of a new year, it's time to look a bit at the status of
XWiki, the project and the community.
XWiki was created by Ludovic Dubost as an open source project from the
start. Later, he founded a commercial company (XWiki SAS, back then
XPertNet SaRL) as a way to financially support the development of the
product. It kept the project entirely open, unlike the many false open
source companies that only offer a basic open source version, forcing
people to buy the commercial one (the open core model), or that only
release the source code while still doing behind-the-curtains
development, or that almost completely ignore the outside community.
See the XWiki SAS values: http://purl.org/xwiki/sas-values and
manifesto: http://purl.org/xwiki/sas-manifesto
The committers, elected for their merit, and not made automatically as
employees of the company, always tried to maintain a healthy community
and attract new contributors/committers. Thus, the XWiki software is
developed not by the XWiki SAS company, but by the XWiki community.
http://dev.xwiki.org/xwiki/bin/Community/ has a lot of information about
the community, and the development process.
As of January 2011, there are 16 core committers, 12 of which are XWiki
SAS employees, and 3 are or were related to XWiki SAS one way or another.
http://dev.xwiki.org/xwiki/bin/Community/HallOfFame#HCoreCommitters
A big part of the development is aided by non-committer members of the
community, either by providing patches, testing and reporting bugs,
requesting new features, providing feedback, answering on the mailing
lists, etc. As committers, we tried to listen to the community when
developing the project, but as paid employees we have to also listen to
the company requirements. With a limited manpower it's very hard to
evolve as fast as the community would want, or in all the directions
that the community wants. And we welcome any help here.
The project is healthy, we have regular and frequent releases, with
visible progress with each new release (see Vincent's statistics on
http://massol.myxwiki.org/xwiki/bin/Blog/XWikiIn2010 for more details).
Still, I'm a little disappointed with the development speed. Lately, out
of the 16 committers on average about 3-4 are actually available for
platform development during a day.
* How can we help speed up the growth of the community?
* How can we attract more developers outside XWiki SAS?
-----
Joining/forming a free software foundation
One possible reason while so few people are willing to become committers
could be that XWiki SAS might appear to over-control the software, and a
clear non-profit foundation on top of XWiki might make it more obvious
that XWiki is a true open source project, and anybody is welcome to join.
XWiki SAS is a member of the OW2 consortium http://ow2.org/ , and this
membership also extends a bit to the XWiki project. OW2 used to host all
our infrastructure, SVN, mailing lists, downloads... Currently only the
official downloads linked from the main download page are hosted on OW2
servers, as we've gradually moved parts of the development
infrastructure on servers provided by XWiki SAS.
While OW2 is a great home for XWiki SAS, it's mostly a company
consortium, not a software development foundation. The most development
help coming from OW2 consists of research projects involving both OW2
and XWiki SAS, thus the OW2 membership doesn't bring much value when it
comes to code.
One option is to form an XWiki non-profit Foundation, which will govern
all XWiki-related software development. The main disadvantage would be
that there's a risk that it won't make any difference at all, while
adding the burden of more paperwork. This is where your opinion comes
into play, since there's no point in doing all the hard work if the
community doesn't see a clear benefit in it.
The Apache Foundation has the huge disadvantage that it requires a
license change, but it's a very well known home for software
development, with good visibility.
The Software Freedom Conservancy has been getting a lot of press
recently, since several high profile projects joined it. It's got a few
top-notch projects under its hood, so XWiki would be among well known
projects in there.
A smaller, compatible alternative is Codehaus, but I'm not convinced
they would make a difference with respect to our needs.
Other foundations aren't really suited for XWiki, since they either
don't bring value to the community because they don't foster
inter-project collaboration (SourceForge, Google Code), or don't match
the project goals (FSF, GNU, Eclipse, Linux, Mozilla...).
So, some questions in regard to this subject:
* Is there anybody that would like contribute more / become a committer?
* Do users believe that a foundation on top of XWiki will help attract
more developers?
Please note that this is not THE discussion about which foundation to
join, just trying to see if there is a benefit in doing so.
-----
Supporting code development
Becoming a committer requires time, and few people can spend that time
when there's no direct benefit involved. XWiki SAS employees are already
being paid to work with XWiki, so they can contribute to the platform
because the company benefits directly from their work. Employees of
other companies that deal with XWiki do spend time contributing, but
very few actually got to hang around enough to be voted as committers,
although many came close, but stopped short of it.
One way of supporting code development is to contact XWiki SAS and sign
a contract to develop one or more features with a higher priority.
An alternative, which allows to share the cost with other
companies/individuals, is to collaboratively request and support feature
development (crowdfunding), for example through Fundry, a new site
especially designed for this. I've set up an account for XWiki at
https://fundry.com/project/58-xwiki . This is also a good place to
donate to the XWiki project, since there are no visible ways to
financially support the project.
Fundry would allow to gather financial incentives for non-employees to
contribute more code, thus involving the community more in the direction
the software evolves, and attracting more potential contributors.
* Do you (the community) think this is a good idea and it would help?
* Would you be willing to contribute/donate to the project?
-----
Please provide us with your feedback, so we can advance on these topics.
Thanks,
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
I try to generate PDF from XWiki 3.5.
The installation was made from scratch to XWiki 3.4, and imported the
documents via XARs from XWiki 3.0.3. Then just upgraded to 3.5, with no
problems.
*Detailed information:
*
When I dig the tomcat logs, the error seems to be
*c.x.x.p.i.PdfURLFactory - Failed to save image for PDF export
java.io.IOException: Failed to create temporary PDF export file with prefix [pdf], suffix [.] in directory [/opt/tomcat/xwiki35/apache-tomcat-7.0.22-with-log4jpgp/work/Catalina/10.10.1.135/xwiki/Ee7wkX8p]
at com.xpn.xwiki.pdf.impl.PdfURLFa
*
However, there seems to be sufficient permissions:
*ls -lah /opt/tomcat/xwiki35/apache-tomcat-7.0.22-with-log4jpgp/work/Catalina/10.10.1.135/xwiki/
*
*drwxr-xr-x 6 tomcatxwiki35 tomcatxwiki35 4.0K Feb 22 10:47 .
drwxr-xr-x 8 tomcatxwiki35 tomcatxwiki35 4.0K Feb 22 10:10 ..
drwxr-xr-x 49 tomcatxwiki35 tomcatxwiki35 4.0K Feb 22 10:42 aether-repository
drwxr-xr-x 2 tomcatxwiki35 tomcatxwiki35 4.0K Feb 22 10:12 charts
drwxr-xr-x 2 tomcatxwiki35 tomcatxwiki35 4.0K Feb 22 10:12 svg
drwxr-xr-x 3 tomcatxwiki35 tomcatxwiki35 4.0K Feb 22 10:12 xwiki.plugin.image*
And there is also sufficient permissions in these directories as well..
*xwiki.cfg:xwiki.plugins.lucene.indexdir=/opt/tomcat/xwiki35/xwiki/lucene-indexdir
xwiki.cfg:xwiki.work.dir=/opt/tomcat/xwiki35/xwiki/work-dir
xwiki.properties:environment.permanentDirectory=/opt/tomcat/xwiki35/xwiki/persistent-data
xwiki.cfg:xwiki.temp.dir=/tmp/xwiki
xwiki.cfg:xwiki.tmp.dir=/tmp/xwiki
*
Because there are sufficient permissions I wonder why the directory /opt/tomcat/xwiki35/xwiki/work-dir/ is empty?
Also, I note that the tomcat wepapps -directory has a file called .fop
Is there any advises of where to find more information or how this could be fixed?
With Regards,
ari
Hi,
I have noticed that the livetable on the homepage of
http://extensions.xwiki.org/ does not seem to be functional anymore. I
tried to use it to search for "ratings":
http://extensions.xwiki.org/xwiki/bin/view/Main/WebHome#|t=extensions&p=1&l…
But it does not filter results according to my query. Clicking on the
"ratings" tag on top of the livetable didn't yield any results either.
Maybe a side effect of the latest migration?
Guillaume
--
Guillaume Lerouge
Sales - XWiki SAS
Skype: wikibc
Office: +33 1 45 42 40 90
Mobile: +33 6 10 79 76 70
Hi!
Please, must I been able o find documents by its title using database search?
Lucene has never worked fine in this XWiki Enterprise 2.4.30451 installation. Database search do its job, but I do need it searching doc titles ASAP!
Thanks for your help!
Ricardo
--
Ricardo Rodríguez
Research Management and Promotion Technician
Health Research Institute of Santiago de Compostela (IDIS)
http://www.idisantiago.es
Nota: A información contida nesta mensaxe e os seus posibles documentos adxuntos é privada e confidencial e está dirixida únicamente ó seu destinatario/a. Se vostede non é o/a destinatario/a orixinal desta mensaxe, por favor elimínea. A distribución ou copia desta mensaxe non está autorizada.
Nota: La información contenida en este mensaje y sus posibles documentos adjuntos es privada y confidencial y está dirigida únicamente a su destinatario/a. Si usted no es el/la destinatario/a original de este mensaje, por favor elimínelo. La distribución o copia de este mensaje no está autorizada.
See more languages: http://www.sergas.es/aviso_confidencialidad.htm
Hi.
How can I modify the number of users/groups that are displayed in
"Administration » Users & Groups » Groups" and "Administration » Users
& Groups » Users" (and for that matter on any other list...)? I have a
large number of users/groups and the default number of 10 displayed is
a little low.
Thanks.
--
Fita Adrian
Great news! - look forward to trying when I get the opportunity!
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On Behalf Of
Marius Dumitru Florea
Sent: 21 February 2012 11:14
To: XWiki Developers; XWiki Users
Subject: [xwiki-users] XWiki Enterprise and XWiki Enterprise Manager 3.5
Released
The XWiki development team is proud to announce the availability of XWiki
Commons, XWiki Rendering, XWiki Platform, XWiki Enterprise and XWiki
Enterprise Manager 3.5.
This is a stabilization release that brings many improvements to the
Extension Manager, a new macro for displaying documents in a live table and
quite a few bug fixes. XWiki Enterprise 3.5 is the last major release of the
3.x development cycle (there will still be bugfix releases on the 3.5.x
branch, if needed). The next major release is going to be 4.0.
See the full release notes at
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWikiEnterprise
35
for more details.
Thanks
-The XWiki dev team
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
The XWiki development team is proud to announce the availability of
XWiki Commons, XWiki Rendering, XWiki Platform, XWiki Enterprise and
XWiki Enterprise Manager 3.5.
This is a stabilization release that brings many improvements to the
Extension Manager, a new macro for displaying documents in a live
table and quite a few bug fixes. XWiki Enterprise 3.5 is the last
major release of the 3.x development cycle (there will still be bugfix
releases on the 3.5.x branch, if needed). The next major release is
going to be 4.0.
See the full release notes at
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWikiEnterpris…
for more details.
Thanks
-The XWiki dev team
Hi!
xwiki.cfg
The very last parameter drives this behaviour.
Try to write down full path from root instead of standard. Should work. Wiki Restart required also.
Kind Regards,
Dmitry
20 февраля 2012, 22:49 от Adrian Fita <adrian.fita(a)gmail.com>:
> Hi.
>
> I was being stomped for quite a while why after I restart Apache
> Tomcat, the attachments configured to be stored on the filesystem
> could no longer be found by xwiki. But today I found out that the
> effective directory where xwiki holds the files is created relative to
> the folder from which Tomcat was started via the bin/startup.sh
> script. For example, if I start Tomcat from /opt/apache-tomcat-6.0.32,
> xwiki's attachments directory is /opt/apache-tomcat-6.0.32/data; if I
> start Tomcat from /opt/apache-tomcat-6.0.32/bin, xwiki's attachments
> directory is /opt/apache-tomcat-6.0.32/bin/data, and so on.
>
> Is there some way to configure xwiki's attachments directory? Is this
> the expected/desired behaviour? Am I doing something wrong?
>
> Thanks.
> --
> Fita Adrian
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
Kind regards,
Dmitry
Hi.
I was being stomped for quite a while why after I restart Apache
Tomcat, the attachments configured to be stored on the filesystem
could no longer be found by xwiki. But today I found out that the
effective directory where xwiki holds the files is created relative to
the folder from which Tomcat was started via the bin/startup.sh
script. For example, if I start Tomcat from /opt/apache-tomcat-6.0.32,
xwiki's attachments directory is /opt/apache-tomcat-6.0.32/data; if I
start Tomcat from /opt/apache-tomcat-6.0.32/bin, xwiki's attachments
directory is /opt/apache-tomcat-6.0.32/bin/data, and so on.
Is there some way to configure xwiki's attachments directory? Is this
the expected/desired behaviour? Am I doing something wrong?
Thanks.
--
Fita Adrian
On Mon, Feb 20, 2012 at 6:45 PM, Dmitry Bakbardin <haru_mamburu(a)mail.ru> wrote:
> Thank you, Marius,
>
> Done. http://jira.xwiki.org/browse/XWIKI-7562
Thanks.
>
> Another question: I understand, that question marks are not desired in page names. Ok, I can live with it. BUT WHY App.Within Minutes produses applications, that also delete it in page Title?
>
> Looks strange, when FAQ or HowTo applications contain questions, but no question marks in page titles allowed? Is it also a bug?
Bug.. I forgot to URL encode the entry name. Sorry about that. You can
fix it quickly by editing AppWithinMinutes.LiveTableViewSheet in
object mode and replacing
window.self.location = this.urlTemplate.replace('__entryName__',
this.input.value);
with
window.self.location = this.urlTemplate.replace('__entryName__',
encodeURIComponent(this.input.value));
You should report it on JIRA though. Thanks a lot for testing. I
promise I'll fix these bugs ASAP :) .
Thanks,
Marius
>
> Kind regards,
>
> Dmitry
>
>
> 20 февраля 2012, 14:15 от Marius Dumitru Florea <mariusdumitru.florea(a)xwiki.com>:
>> Hi Dmitry,
>>
>> On Sat, Feb 18, 2012 at 7:21 AM, Dmitry Bakbardin <haru_mamburu(a)mail.ru> wrote:
>> > Hi, All
>> >
>> > Xwiki 3.4.
>> > I created simple application and now for each and every user regardless to access rights (I mean edit, admin on/off) can see following
>> >
>> > Actions
>> >
>> > Add new entry
>> > Edit class
>> >
>>
>> > So, any user can see "edit class" and press the link. Is it a bug or desired behaviour?
>>
>> A bug. Can you report it in JIRA?
>>
>> > I don't want simple user to see "Edit class" link. Is it possible?
>>
>> For now you'll have to add the proper rights checks in
>> AppWithinMinutes.LiveTableViewSheet .
>>
>> Hope this helps,
>> Marius
>>
>> >
>> > Kind regards,
>> >
>> > Dmitry
>> > _______________________________________________
>> > users mailing list
>> > users(a)xwiki.org
>> > http://lists.xwiki.org/mailman/listinfo/users
>>
> Kind regards,
>
> Dmitry
Hello!
I want to upgrade my Xwiki installation from 3.0 --> 3.4.
Currently I'm a little bit confused about the new installer jar file,
because
I have here some scripts for the local configuration management.
(Thes are preserving the current configuration settings.)
Where can I found the "tradional" war (for tomcat) and xar files for
the installation.
Best Regards,
H.-Dirk Schmitt
--
------------------------------------------------------------------------
*
H.-Dirk Schmitt <http://www.computer42.org>*
Dipl.Math.
eMail:/dirk.schmitt@computer42.org/
mobile:/+49 177 616 8564/
phone: /+49 2642 99 41 10/
fax: /+49 2642 99 41 15/
Kripper Str. 35, D-53489 Sinzig
pgp: http://www.computer42.org/~dirk/OpenPGP-fingerprint.html
<http://www.computer42.org/%7Edirk/OpenPGP-fingerprint.html>
Hi, All
Xwiki 3.4.
I created simple application and now for each and every user regardless to access rights (I mean edit, admin on/off) can see following
Actions
Add new entry
Edit class
So, any user can see "edit class" and press the link. Is it a bug or desired behaviour?
I don't want simple user to see "Edit class" link. Is it possible?
Kind regards,
Dmitry
Hello everyone,
I would like to integrate XWiki into our Liferay-Portal. Has anyone
done something similar? Where would be a good point to start? I found
some older Post in this mailing-list, however it wasn?t clear to me if
someone managed to get XWiki working with Liferay and if so, how.
Thanks in advance,
Chris
Hello and in this topic, too: sorry for the late reply because of my
damned emailadress and not-html-mails... :)
The user directory is nearly the thing i was looking for, but is it
possible to adjust the size of the images? I want to use it as a page
for new coworkers so if someone says "for this problem you should go to
Mr. xy" and the new one don't have a clue who Mr. xy is and how he looks
he can look at the page to see a picture.
I had a look at the code for this UserDirectory and the page
XWikiGroupSheet, respectively, but i didn't found an obvious way to
change the image size. Can someone tell me how to do it? That would be
great.
Thanks in advance,
resi.
How about the page Main/UserDirectory ?
Example: http://www.xwiki.org/xwiki/bin/view/Main/UserDirectory
<https://3c.web.de/client/dereferrer?redirectUrl=http%3A%2F%2Fwww.xwiki.org%…>
Thanks,
Caty
On Thu, Feb 16, 2012 at 12:57, Edo Beutler <ebeutler(a)synventis.com> wrote:
> Hi Resi
>
> I think you will have to write your own script for that.
> First you get all users of your wiki. I don't know of an api call for
> that, so you could use $services.query.xwql("from
> doc.object(XWiki.XWikiUsers) as obj").execute() You could also add
> e.g. "order by obj.last_name" if you like to.
> The result is a list. Using #foreach you can display all the things
> you want for each user.
>
> The information about the specialities or responsibilities should be
> connected somehow to the users (maybe by using groups?). You could
> also consider adding additional fields to the XWiki.XWikiUsers class
> to reflect your specialities and responsibilities.
> How to display this information depends on how you save and connect
> them to the users.
>
> Hope this helps
> Edo
>
>
> On Thu, Feb 16, 2012 at 8:42 AM, Theresa Noisser <theresa.noisser(a)web.de>
> wrote:
> > Hello,
> > for our company intranet wiki i'd like to have a page where all
coworkers
> > are listed with their names and pictures. I found a velocity code
to give
> > out the useravatar (e.g. #largeUserAvatar('XWiki.username') ), but is
> there
> > a way to automatically generate a page where all the users are listed
> with
> > names and pictures (perhaps in 2 columns and with links to their
profile
> > pages)? I only found a way to list all editors or page creators.
> >
> > And second, i would like to add information to the profile pages of the
> > coworkers, e.g. their specialities or responsibilities. How can i do
> that?
> >
> > Thanks in advance,
> > resi.
> > _______________________________________________
> > users mailing list
> > users(a)xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
<https://3c.web.de/client/dereferrer?redirectUrl=http%3A%2F%2Flists.xwiki.or…>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
<https://3c.web.de/client/dereferrer?redirectUrl=http%3A%2F%2Flists.xwiki.or…>
>
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
<https://3c.web.de/client/dereferrer?redirectUrl=http%3A%2F%2Flists.xwiki.or…>
Sorry for my late reply, but i can't write text emails from my private
emailadress in my office.
So thanks for the link to the tag application, i didn't know that i can
use tags in a structured mode.
I think i will use seperate spaces for the Workgroups and one main for
all, which i can structure with the tags.
Thanks again,
resi.
Also you can use tags to categorize your pages, see
http://extensions.xwiki.org/xwiki/bin/view/Extension/Tag+Application
<https://3c.web.de/client/dereferrer?redirectUrl=http%3A%2F%2Fextensions.xwi…>
Thanks,
Caty
On Thu, Feb 16, 2012 at 12:34, Maxime Sinclair
<maxime.sinclair(a)gmail.com>wrote:
> Hi Theresa,
>
> In my opinion, the best way is to get one space by work group.
> It's easy to define rights, or to custumize the presentation at the
> space level.
> Regards,
> Maxime
>
> 2012/2/16 Theresa Noisser <theresa.noisser(a)web.de>:
> > Hi,
> > i want to have our wiki categorized, since it's used as a intranet
for a
> > company with a few different work groups. So it would be the best if
> every
> > group gets its own "category", but every coworker is able to see (and
> > possibly edit) every page. But i'm not sure what's the best way to do
> this,
> > i think the two possibilities are to use different spaces or to use
> parent
> > pages.
> > Can you tell me what the main differences are to help me with this
> decision?
> > Is it only the rights management or are there any other
> > advantages/disadvantages?
> > Thanks again,
> > resi.
> > _______________________________________________
> > users mailing list
> > users(a)xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
<https://3c.web.de/client/dereferrer?redirectUrl=http%3A%2F%2Flists.xwiki.or…>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
<https://3c.web.de/client/dereferrer?redirectUrl=http%3A%2F%2Flists.xwiki.or…>
>
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
<https://3c.web.de/client/dereferrer?redirectUrl=http%3A%2F%2Flists.xwiki.or…>
Hello,
Please, how could I get the title of a translated document to be used in a Velocity script? Please, see an example:
http://atrium_km.idisantiago.es/bin/XWiki/XWikiIDISAreaEndocrinology
Whatever language I select, group names are already show in Spanish even though group names exist in all three languages. For instance...
atrium_km.idisantiago.es/bin/XWiki/XWikiIDISC01
Thanks for your help!
Ricardo
--
Ricardo Rodríguez
Research Management and Promotion Technician
Health Research Institute of Santiago de Compostela (IDIS)
http://www.idisantiago.es
Nota: A información contida nesta mensaxe e os seus posibles documentos adxuntos é privada e confidencial e está dirixida únicamente ó seu destinatario/a. Se vostede non é o/a destinatario/a orixinal desta mensaxe, por favor elimínea. A distribución ou copia desta mensaxe non está autorizada.
Nota: La información contenida en este mensaje y sus posibles documentos adjuntos es privada y confidencial y está dirigida únicamente a su destinatario/a. Si usted no es el/la destinatario/a original de este mensaje, por favor elimínelo. La distribución o copia de este mensaje no está autorizada.
See more languages: http://www.sergas.es/aviso_confidencialidad.htm
Hello everyone,
I would like to integrate RT into our Liferay-Portal. Has anyone done
something similar? Where would be a good point to start?
Thanks in advance,
Chris
Hello,
I have an XWIKI running 3.2 on Tomcat6 PostgreSQL. I did export the WIKI
(around 70 Mbytes) to a XAR before upgrading to 3.4.
To upgrade to 3.4 import did delete the XWIKI database and created a new
blank one. I installed XWIKI 3.4 with the default .xar then used the XWIKI
large import utility
(http://extensions.xwiki.org/xwiki/bin/view/Extension/Large+XAR+Import) to
reload my spaces from the XAR archive. (since importing doesn't work even
after updating the max upload size and the JVM options).
I all worked fine but Lucene does not index, even when I start Lucene
indexing manually from 'Administer wiki'. The search pages shows' Lucene is
currently building its index, 618 documents in queue". But it never moves
from there.
Please let me know what's going on and how I could restart Lucene.
Many thanks for your help,
Regards,
Christophe FRAULE
Hello,
Last week I install XWiki from deb for Debian: XWiki 3.4-RC-1
I finalized install by importing xwiki-enterprise-ui-all-3.4-rc-1.xar
That works perfectly many thanks to XWiki team.
Today, my package manager propose to upgrade to XWiki 3.5-M-1
If I upgrade my XWiki do I need also to to import
xwiki-enterprise-ui-all-3.5-m-1.xar or only some part?
Does it exist merging procedure between xwiki-enterprise-ui-all with
partial update of old version and new xwiki-enterprise-ui-all.xar?
Regards,
Arnaud.
I am out of the office until 21-02-2012.
Voor dringende zaken kunt u terecht bij ICT-Servicedesk
Note: This is an automated response to your message "users Digest, Vol 55,
Issue 42" sent on 17-2-2012 13:00:02.
This is the only notification you will receive while this person is away.
The XWiki development team is proud to announce the availability of
XWiki Commons, XWiki Rendering, XWiki Platform, XWiki Enterprise and
XWiki Enterprise Manager 3.5 Milestone 1.
This release brings many improvements to the Extension Manager, a new
macro for displaying documents in a live table and quite a few bug
fixes. This is the only milestone of the 3.5 release, which is the
last release of the 3.x cycle. The next planned release is 3.5 final.
See the full release notes at
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWikiEnterpris…
for more details.
Thanks
-The XWiki dev team
Hi!
Still working with XWiki Enterprise 2.4.30451 here.
When listing group members using XWiki.XWikiGroupSheet, if the member is a user and its document has a title, the list shows the title as URL. It the member is another group, the list shows the name of the document independently of it has title or hasn't.
Feel free to check this to ilustrate what we are seing here...
http://atrium_km.idisantiago.es/bin/XWiki/XWikiIDISAreaOncology
Please, how must we modify XWiki.XWikiGroupSheet to force it to always show the title of a document (user or another group) included in a given group?
Thanks for your help!
Ricardo
--
Ricardo Rodríguez
Research Management and Promotion Technician
Health Research Institute of Santiago de Compostela (IDIS)
http://www.idisantiago.es
Nota: A información contida nesta mensaxe e os seus posibles documentos adxuntos é privada e confidencial e está dirixida únicamente ó seu destinatario/a. Se vostede non é o/a destinatario/a orixinal desta mensaxe, por favor elimínea. A distribución ou copia desta mensaxe non está autorizada.
Nota: La información contenida en este mensaje y sus posibles documentos adjuntos es privada y confidencial y está dirigida únicamente a su destinatario/a. Si usted no es el/la destinatario/a original de este mensaje, por favor elimínelo. La distribución o copia de este mensaje no está autorizada.
See more languages: http://www.sergas.es/aviso_confidencialidad.htm
Hi,
I'm trying to set-up xwiki for my company but I have an issue with our authenticating http proxy which prevents me to install additionnal plugins into xwiki.
I searched the FAQ and mailing list archives but could not find a reference to how to use xwiki behind an authenticating proxy (I could only find information on how to use it behind a reverse proxy).
I tried to setup the usual JVM properties http.proxyHost, port, username and password but xwiki does not seem to use them.
The error stacktrace shows a connection timeout in the HttpClient classes.
So I'd be glad to know if xwiki can be used behind such a proxy, because it's currently a showstopper for us (and I REALLY would like to use xwiki instead of mediawiki).
Thanks,
Patrice
Une messagerie gratuite, garantie à vie et des services en plus, ça vous tente ?
Je crée ma boîte mail www.laposte.net
I've solved the problem I asked about yesterday: Column length too big for
column 'XXX' (max = 21845); use BLOB or TEXT instead
There is a useful option in MySQL Migration Tool to change the SQL code for
table creation, so I've just used LONGTEXT instead of VARCHAR(60000) and
alike which are not valid for MySQL.
Additionally I needed to fix several dates in XWIKIDATES like 2222-04-16
00:00:00 into 2012... - no idea why they were treated as invalid...
Could someone also hint about consequences of several errors I wasn't able
to solve? May be they can be solved as well?
1. For XWIKIATTACHMENT_ARCHIVE I got 0 of 20 entries transferred, with
an error "Unknown column '0x' in 'field list'". Indeed in .script file I
see them like this: INSERT INTO XWIKIATTACHMENT_ARCHIVE
VALUES(-2145604653,''). I believe it's safe to ignore this? But how did it
happen?
2. Same error for XWIKIATTACHMENT_CONTENT, but there only one row should
have been deleted - may I got problems because of this?
Will community benefit from description of such HSQLDB->MySQL migration or
was it a non-trivial thing for me only (I only faced databases during
university course)? :) If yes where can I add it?
Andrey
Hi,
i want to have our wiki categorized, since it's used as a intranet for a
company with a few different work groups. So it would be the best if
every group gets its own "category", but every coworker is able to see
(and possibly edit) every page. But i'm not sure what's the best way to
do this, i think the two possibilities are to use different spaces or to
use parent pages.
Can you tell me what the main differences are to help me with this
decision? Is it only the rights management or are there any other
advantages/disadvantages?
Thanks again,
resi.
Hello,
for our company intranet wiki i'd like to have a page where all
coworkers are listed with their names and pictures. I found a velocity
code to give out the useravatar (e.g. #largeUserAvatar('XWiki.username')
), but is there a way to automatically generate a page where all the
users are listed with names and pictures (perhaps in 2 columns and with
links to their profile pages)? I only found a way to list all editors or
page creators.
And second, i would like to add information to the profile pages of the
coworkers, e.g. their specialities or responsibilities. How can i do that?
Thanks in advance,
resi.
Hi,
I want to apply a specicific set of rules to password policy in xwiki so
that that if any new user/existing user(in case he want to change the
existing password)
adhere to this policy. Some of the rules are like :-
1)Password should have following charectics
A minimum password length of fourteen (12) characters
Contain at least one alpha characters (a-z, A-Z).
Contain at least one Upper Case Alpha character (A-Z).
Contain at least one numeric character (0-9).
Contain at least one “special” character, such as the following:~ ` ! @ #
$ % ’
The maximum number of failed login attempts shall be set to 3.
2)Passwords are required to be changed every 30 days
3)A password history of last 13 passwords must be maintained so that new
password is not among last 13 passwords
4)Where any user account has been locked out, admin should be subject to
reset the password
My first question is about point 1 . I can see one way to modify
registration password matching regex at
http://wikiURL/myWiki/bin/edit/XWiki/Registration?editor=wiki
so that i can change default policy from 6 character to customized policy
as per point 1. Is there any other way to from user interface ?
Second point is i don't see any configuration setting to fulfil the
requirements 2,3 and 4. Does xwiki support this kind of configuration too?
The XWiki development team is proud to announce the availability of
XWiki Commons, XWiki Rendering, XWiki Platform, XWiki Enterprise and
XWiki Enterprise Manager 3.4.
XWiki Enterprise 3.4 is a stabilization release as we're approaching
the end of the 3.x cycle so its main goal was to improve the Extension
Manager and App Within Minutes features. However, this release also
comes with a new look and a new default wiki page syntax. The
highlights of this release are:
* New color themes
* XWiki 2.1 is the default page syntax
* Improved Extension Manager UI
* Delete space menu
* Simple space templates
* Special characters in attachment file names
* Minimized action menu
* Display macro
See the full release notes at
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWikiEnterpris…
for more details.
Thanks
-The XWiki dev team
Hi guys.
Let met describe you my problem.
I get the rendered content of a document on a velocity script :
#set($newsletterContent = $newsletterContentDoc.getRenderedContent())
But I would like to specify the language I want ('fr' or 'en') because my
document contains translation keys.
Of course, I tried to use Document.getTranslatedDocument() before rendering
it, but it doesn't work, maybe because my translated content is inside a
velocity script of the document.
The best way would be having a language parameter into getRenderedContent()
function but since we can't, is there an easy way to do it?
--
I also tried to do this :
#set($newsletterContent =
$xwiki.getURLContent($newsletterContentDoc.getExternalURL('get','outputSyntax=plain&language=fr')))
but it is very dirty and doesn't work since the wiki ask for credentials
when I do getURLContent().
--
Thx a lot.
Guillaume
I got a new computer and want to move my old Xwiki instance. I've exported
an .xar file on the old system and downloaded the installer and run it on
the new computer, but when I attempt to launch it I get a console window
that appears very briefly with three Access denied lines and a stack trace
that closes before I can see much more than that.
So first, does that suggest an obvious problem that's already well-known?
And if not, does the startup process generate a logfile somewhere that I
could analyze?
My system is a 64-bit Windows 7 Enterprise i5-2400 CPU with 16.0 GB of
memory.
Any assistance would be much appreciated. I use my Xwiki all the time and
don't want to lose all my history.
Thanks,
Matthew
Thanks for all who replied to my initial request. I've followed the advice
and tried MySQL.
I have heard about problems with xar export/import and would like to avoid
it if naked DB migration is possible. I've googled up what seems a
righteous way using MySQL Migration Toolkit (here are 2 links:
http://confluence.atlassian.com/display/DOC/Migrating+from+HSQLDB+to+MySQL,
http://wiki.alfresco.com/wiki/Migrating_from_HSQL).
After some exercises to make jdbc driver work I've got database exported
but run into problems with particular columns because of which complete
tables are not copied to MySQL. Below is an excerpt from report where for
problematic tables evil columns are mentioned:
`PUBLIC`.`XWIKICLASSES`
Column length too big for column 'XWO_CUSTOM_MAPPING' (max = 21845); use
BLOB or TEXT instead
`PUBLIC`.`XWIKICLASSESPROP`
Column length too big for column 'XWP_CUSTOMDISPLAY' (max = 21845); use
BLOB or TEXT instead
`PUBLIC`.`XWIKICOMMENTS`
Column length too big for column 'XWC_HIGHLIGHT' (max = 21845); use BLOB or
TEXT instead
`PUBLIC`.`XWIKIDOC`
Column length too big for column 'XWD_CONTENT' (max = 21845); use BLOB or
TEXT instead
`PUBLIC`.`XWIKILARGESTRINGS`
Column length too big for column 'XWL_VALUE' (max = 21845); use BLOB or
TEXT instead
`PUBLIC`.`XWIKIPREFERENCES`
Column length too big for column 'XWP_MENU' (max = 21845); use BLOB or TEXT
instead
Is there a way to cope with this or the only way is export/import with
Large Wiki Export extension?
Thx,
Andrey
Here: http://dev.xwiki.org/xwiki/bin/view/Community/Building
As in ..
"Checking out the sources
Use your favorite Subversion client to check out the sources.
You can check out the whole source tree or only a single module you wish to
build. Maven2 is powerful enough in that it'll always try to download the
required dependencies from the remote repositories you have defined, so that
you don't have to build the whole project from sources."
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On Behalf Of
goldring, richard
Sent: 06 February 2012 17:15
To: 'XWiki Users'
Subject: Re: [xwiki-users] Linking
Thankyou Marius - I'll have a look at this when I find some free time - I'm
a little snowed under at work at the moment!
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On Behalf Of
Marius Dumitru Florea
Sent: 06 February 2012 17:08
To: XWiki Users
Subject: Re: [xwiki-users] Linking
On Fri, Feb 3, 2012 at 4:36 PM, Hamster <teunham(a)hotmail.com> wrote:
> +1
I've created
https://github.com/xwiki/xwiki-platform/tree/feature-alfresco-link
. Checkout
https://github.com/xwiki/xwiki-platform/blob/feature-alfresco-link/xwiki-pla
tform-core/xwiki-platform-wysiwyg/README.txt
and the
https://github.com/xwiki/xwiki-platform/blob/feature-alfresco-link/xwiki-pla
tform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-server/src/main/jav
a/org/xwiki/wysiwyg/server/internal/plugin/alfresco/XWikiAlfrescoService.jav
a
as an example implementation of the service that is used to browse the tree
structure (e.g. file system).
You could start by cloning xwiki-platform GitHub repo, checkout the
feature-alfresco-link branch, change XWikiAlfrescoService to return
information about the network file system, build the WYSIWYG editor modules
and update the WYSIWYG editor of your XE instance.
Updating the WYSIWYG editor usually means:
* overwrite the server and shared jar in WEB-INF/lib
* delete resources/js/xwiki/wysiwyg/xwe folder and copy the same folder from
the wysiwyg war
>
> I think this should be part of the "Link" WYSIWYG editor!
>
> I don't have the knowledge to modify the source-code, but I do the
> advantage to modify the source-code (or implement a copy). We have
> developed several ClickOnce Applications for internal company use,
> which accept URL-parameters. I would love to extend the "Link" menu,
> so people can choose "Link to ClickOnceApp", supply the
> URL-parameter(s) and XWiki will generate the correct link!
>
> Is there a step-by-step tutorial on how to modify the
> WYSIWYG-editor??? (I know, whishful thinking!)
Unfortunately no.
Hope this helps,
Marius
>
> --
> View this message in context:
> http://xwiki.475771.n2.nabble.com/Linking-tp7247202p7250922.html
> Sent from the XWiki- Users mailing list archive at Nabble.com.
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Starting to look into this ...
What I find difficult is figuring out how to set up and then get into the
swing of developing in Xwiki ...
... It would be easier if more experienced developers blogged step by step
how they set up their development tools and fixed different bugs or added
new features i.e. what tools they used and how, how they worked out what
code to change or add, how they checked in/out code, wrote tests, run tests,
etc, etc...
Examples are sometimes easier to follow than generic instructions.
Also the current instruction refer to subversion and git for source code
management - which is it?
Regards.
Richard
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On Behalf Of
goldring, richard
Sent: 06 February 2012 17:15
To: 'XWiki Users'
Subject: Re: [xwiki-users] Linking
Thankyou Marius - I'll have a look at this when I find some free time - I'm
a little snowed under at work at the moment!
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On Behalf Of
Marius Dumitru Florea
Sent: 06 February 2012 17:08
To: XWiki Users
Subject: Re: [xwiki-users] Linking
On Fri, Feb 3, 2012 at 4:36 PM, Hamster <teunham(a)hotmail.com> wrote:
> +1
I've created
https://github.com/xwiki/xwiki-platform/tree/feature-alfresco-link
. Checkout
https://github.com/xwiki/xwiki-platform/blob/feature-alfresco-link/xwiki-pla
tform-core/xwiki-platform-wysiwyg/README.txt
and the
https://github.com/xwiki/xwiki-platform/blob/feature-alfresco-link/xwiki-pla
tform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-server/src/main/jav
a/org/xwiki/wysiwyg/server/internal/plugin/alfresco/XWikiAlfrescoService.jav
a
as an example implementation of the service that is used to browse the tree
structure (e.g. file system).
You could start by cloning xwiki-platform GitHub repo, checkout the
feature-alfresco-link branch, change XWikiAlfrescoService to return
information about the network file system, build the WYSIWYG editor modules
and update the WYSIWYG editor of your XE instance.
Updating the WYSIWYG editor usually means:
* overwrite the server and shared jar in WEB-INF/lib
* delete resources/js/xwiki/wysiwyg/xwe folder and copy the same folder from
the wysiwyg war
>
> I think this should be part of the "Link" WYSIWYG editor!
>
> I don't have the knowledge to modify the source-code, but I do the
> advantage to modify the source-code (or implement a copy). We have
> developed several ClickOnce Applications for internal company use,
> which accept URL-parameters. I would love to extend the "Link" menu,
> so people can choose "Link to ClickOnceApp", supply the
> URL-parameter(s) and XWiki will generate the correct link!
>
> Is there a step-by-step tutorial on how to modify the
> WYSIWYG-editor??? (I know, whishful thinking!)
Unfortunately no.
Hope this helps,
Marius
>
> --
> View this message in context:
> http://xwiki.475771.n2.nabble.com/Linking-tp7247202p7250922.html
> Sent from the XWiki- Users mailing list archive at Nabble.com.
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
i went through http://platform.xwiki.org/xwiki/bin/view/Features/I18N.
Basically i want to set the set the language of my wiki as per the value
of paramter
language(as explained about appending the language=zz in in the link ) but
it only convert the label language not the acyual content. For example i
created the page
Mypage and put the content as This is my first page(default language is
english). But now if i change the default language to french only lablels
like comments
(to commentaires), history(to historique), Add(to Creer) get changed not
the page name and content inside it. Still i see the contant as This is my
first page.Though i was expecting it in french. How to configure so that we
can change the page name and its content too when changing the default
language?
Thanks a lot for clarification, Eduard!
And what about
http://jira.xwiki.org/browse/XWIKI-7530http://jira.xwiki.org/browse/XWIKI-7521
Are you going to do it in 3.5 or it would be only in 4+ plans?
Kind Regards
Dmitry
14 февраля 2012, 16:11 от Eduard Moraru <enygma2002(a)gmail.com>:
> Hi Dmitry,
>
> It's just a matter of rights management.
>
> This is the default (open) behaviour of Workspaces since that's XWiki's
> policy as well. When you create a new workspace, it will allow all global
> users and the guest user to view it, but not edit. When a user becomes a
> member of the workspace, he will also get edit rights.
>
> If you want to change this for a single existing workspace, you can simply
> go to Administration Workspace > Rights > Groups, select Both from the
> Search Scope select input and there you will see that the main wiki
> XWikiAllGroup has view rights checked. Uncheck the view right and leave it
> as default to stop this from happening. Don`t forget to do the same for the
> Unregistered User under the Users tab of the Rights management section.
>
> If you want to change this for all future workspaces that will be created,
> go to the "workspacetemplate" wiki template as a global admin (you can use
> WikiManager/WebHome to find it) and do the same thing that I just described
> above, for the single workspace situation. Now all the new workspaces that
> you will create will not be accessible to non-members.
>
> Minor note: Additionally, the Skin page, ColorThemes space and Panels space
> are also set to explicitly allow view to global users and unregistered
> users, so that, when a user lands on a restricted workspace, he can
> properly see the skin and color theme that is currently set and he can also
> see the workspace information panel that allows him to click (Request)Join
> if the option is available. Of course, you can change that too by editing
> the rights of the page and spaces (either in a workspace or in the
> template), but that should not be necessary IMO.
>
> Thanks,
> Eduard
>
> On Mon, Feb 13, 2012 at 11:13 PM, Dmitry Bakbardin <haru_mamburu(a)mail.ru>wrote:
>
> > oops... sorry Once again
> >
> > I found very strange IMO behaviour of access rights in 3.4 XEM. Access
> > rights are simply ignored.
> >
> > How to reproduce:
> > 1) Clean installation of 3.4 XEM
> > 2) Default Admin creates "test" workspace
> > 3) Test user in XWikiAllGroup in main wiki, not invited in Workspace "test"
> > 4) The task was to restrict access to the workspace to test user.
> >
> > I failed to do this in all possible ways. If Test user is not in the
> > workspace, I can't restrict access to him and workspace is ALWAYS visible
> > to Test user.
> > Access was restricted even to ALL XWikiAllGroup in Main Wiki. Works fine
> > for main wiki, BUT, when you enter direct link
> > like /xwiki/wiki/test/view/Main/WebHome it simply ignores all restrictions
> > both on main wiki and workspace.
> >
> > So, as a result, there is no way to restrict access to users/group of
> > users (or I didn't find it). E.g. I really don't like when my customers
> > have an authorized access to "internal" staff :-))).
> > From that point of view I either don't understand Workspace access rights
> > management quite good, or it's not ready to use yet.
> >
> > Is it a bug, or it's a misused (by me) feature?
> >
> > Kind regards,
> >
> > Dmitry
> >
> >
> >
> >
> > 14 февраля 2012, 00:04 от Dmitry Bakbardin <haru_mamburu(a)mail.ru>:
> >
> >
> > Hi,
> >
> > For now owner can invite users to workspace. Is there any possibility to
> > invite GROUPS?
> >
> > I need following scenario:
> > - Main Wiki Group A, B, C
> > - Workspace "One" invites Group A, B and denies Group C to see workspace
> > "One"
> > - I register a new user and add it to group A
> > - This user AUTOMATICALLY gains access/invitation to workspace.
> > - I delete user from the Group A and user is rejected by workspace "one"
> > also automatically
> >
> > Is there any simple way to do this?
> >
> >
> > Kind regards,
> >
> > Dmitry
> >
> > Kind regards,
> >
> > Dmitry
> >
> >
> > Kind regards,
> >
> > Dmitry
> > _______________________________________________
> > users mailing list
> > users(a)xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
> >
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
Kind regards,
Dmitry
Hi,
I'm trying to configure a cluster of two XWiki servers using MySQL on
a third server.
I started with a single XWiki server (xwiki-01) on tomcat6 with local
MySQL instance, search was using Lucene and working as expected.
Using dump and restore I moved the MySQL database to a different
server (mysql-1) and adjusted
/var/lib/tomcat6/webapps/xwiki/WEB-INF/hibernate.cfg.xml
accordingly. access to the wiki still worked as expected and Lucene
worked as expected. I was able to do a re-index with no issues.
I spun up a new vm to be a second XWiki server (xwiki-02) and used
rsync to copy over all of the relevant files and directories.
/var/lib/tomcat6/webapps/xwiki
the tomcat configuration files server.xml and /etc/default/tomcat6
the private SSL certificate for tomcat6 (I'm using HTTPS) and LDAPs
(to use port 636 instead of 389 against AD)
As xwiki.cfg is configured with
xwiki.plugins.lucene.indexdir=/var/lucene I manually created
/var/lucene and did a "chown tomcat6:root /var/lucene" to set
permissions.
I'm able to access the wiki using xwiki-02 with no issues, but search
is not working correctly, If I set search to use database it finds 710
elements, if I set it to use Lucene it only finds 6.
Search on xwiki-01 still works correctly and both Lucene and database
search see 710 elements.
I'm aware that until I follow
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/DistributedEventCluster…
that the two XWiki instances won't be in "sync", but at the moment I'm
more concerned about search...
Cheers
Does anyone have a working example of loading the WYSIWYG editor
on-demand with velocity? Would love to see how you implemented
it...I'm having some trouble with porting the code on the xwiki site.
Thanks,
aaron
Hi,
For now owner can invite users to workspace. Is there any possibility to invite GROUPS?
I need following scenario:
- Main Wiki Group A, B, C
- Workspace "One" invites Group A, B and denies Group C to see workspace "One"
- I register a new user and add it to group A
- This user AUTOMATICALLY gains access/invitation to workspace.
- I delete user from the Group A and user is rejected by workspace "one" also automatically
Is there any simple way to do this?
Kind regards,
Dmitry
Hi!
Under certain circunstances I'm not able to identify, even though a given I've no access to a given XWiki page, it is possible to access/download their attached files provided you know their URLs.
Please, could you figure out why this could happen? Thanks!
This is causing me some serious problems here. Running XWiki Enterprise 2.4.30451.
Greetings!
Ricardo
--
Ricardo Rodríguez
Research Management and Promotion Technician
Health Research Institute of Santiago de Compostela (IDIS)
http://www.idisantiago.es
Nota: A información contida nesta mensaxe e os seus posibles documentos adxuntos é privada e confidencial e está dirixida únicamente ó seu destinatario/a. Se vostede non é o/a destinatario/a orixinal desta mensaxe, por favor elimínea. A distribución ou copia desta mensaxe non está autorizada.
Nota: La información contenida en este mensaje y sus posibles documentos adjuntos es privada y confidencial y está dirigida únicamente a su destinatario/a. Si usted no es el/la destinatario/a original de este mensaje, por favor elimínelo. La distribución o copia de este mensaje no está autorizada.
See more languages: http://www.sergas.es/aviso_confidencialidad.htm
Regards
Jaswant Singh
Eperium Business Soln. Pvt. Ltd.
eperium. e-commerceunlimited
________________________________
From: "users-request(a)xwiki.org" <users-request(a)xwiki.org>
To: users(a)xwiki.org
Sent: Tuesday, 14 February 2012 5:30 PM
Subject: users Digest, Vol 55, Issue 29
Send users mailing list submissions to
users(a)xwiki.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.xwiki.org/mailman/listinfo/users
or, via email, send a message with subject or body 'help' to
users-request(a)xwiki.org
You can reach the person managing the list at
users-owner(a)xwiki.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of users digest..."
Today's Topics:
1. Re: width=120 (Paul Libbrecht)
----------------------------------------------------------------------
Message: 1
Date: Tue, 14 Feb 2012 11:23:17 +0100
From: Paul Libbrecht <paul(a)hoplahup.net>
To: XWiki Users <users(a)xwiki.org>
Subject: Re: [xwiki-users] width=120
Message-ID: <CA2ED1A4-B46F-4457-97FB-997BAA02F7CD(a)hoplahup.net>
Content-Type: text/plain; charset=iso-8859-1
Le 14 f?vr. 2012 ? 10:28, Vincent Massol a ?crit :
>> (in the syntax definition??)
>
> Definitely not in the syntax.
>
> This should go in the documentation for the Image Plugin and the Platform extension of Rendering, i.e. both on http://extensions.xwiki.org.
you need to make it central in the documentation.
Documenting all the details in an extension is useful for sure.
But the basic should be referenced from the syntax I feel.
Le 14 f?vr. 2012 ? 10:00, Ludovic Dubost a ?crit :
> As for why it was not used in Curriki, I think it did not exist when most
> of Curriki was developped. Also the issue with possible failures made it
> dangerous to use when you don't control the images passed through the
> system.
Thanks, that is the perfect explanation.
And indeed we have places where it miserably fails.
We'll be sure to use it better on the new core.
paul
------------------------------
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
End of users Digest, Vol 55, Issue 29
*************************************
oops... sorry Once again
I found very strange IMO behaviour of access rights in 3.4 XEM. Access rights are simply ignored.
How to reproduce:
1) Clean installation of 3.4 XEM
2) Default Admin creates "test" workspace
3) Test user in XWikiAllGroup in main wiki, not invited in Workspace "test"
4) The task was to restrict access to the workspace to test user.
I failed to do this in all possible ways. If Test user is not in the workspace, I can't restrict access to him and workspace is ALWAYS visible to Test user.
Access was restricted even to ALL XWikiAllGroup in Main Wiki. Works fine for main wiki, BUT, when you enter direct link like /xwiki/wiki/test/view/Main/WebHome it simply ignores all restrictions both on main wiki and workspace.
So, as a result, there is no way to restrict access to users/group of users (or I didn't find it). E.g. I really don't like when my customers have an authorized access to "internal" staff :-))).
From that point of view I either don't understand Workspace access rights management quite good, or it's not ready to use yet.
Is it a bug, or it's a misused (by me) feature?
Kind regards,
Dmitry
14 февраля 2012, 00:04 от Dmitry Bakbardin <haru_mamburu(a)mail.ru>:
Hi,
For now owner can invite users to workspace. Is there any possibility to invite GROUPS?
I need following scenario:
- Main Wiki Group A, B, C
- Workspace "One" invites Group A, B and denies Group C to see workspace "One"
- I register a new user and add it to group A
- This user AUTOMATICALLY gains access/invitation to workspace.
- I delete user from the Group A and user is rejected by workspace "one" also automatically
Is there any simple way to do this?
Kind regards,
Dmitry
Kind regards,
Dmitry
Kind regards,
Dmitry
Hello fellow xwiki users,
we discovered recently the usage of the width parameter when delivering a picture from an xwiki document attachment.
Surprisingly this is available in our production server, based on the grumpy xwiki 1.5, but has not been used in the UI of Curriki which has, however, been made by a team of XWiki SàRL originally.
- can someone describe me how this feature is working?
- is the resulting downscaled image cached in file or in ram?
- has there been a different implementation between the current xwiki (e.g. 3.4) and 1.5?
- except for the CPU hogging of computing the downscaled version, is there any reason not to use this feature? (e.g. RAM overloading?).
thanks in advance
Paul
Hi users,
I installed xwiki-3.3.1 using MsSql. I works quite well. I found only
one problem. The lifetable marco in the document index page does not
work. In the log file I found the following logs:
2012-02-14 08:50:41,161 ERROR
[http://cloud12-288:8080/xwiki/bin/get/XWiki/LiveTableResults?outputSyntax=p…]
o.h.u.JDBCExceptionReporter [JDBCExceptionReporter.java:234] Fehler beim
Konvertieren des varchar-Datentyps in float.
The jdbc error message is in German, because it is the german jdbc
driver. Translated into english it means
Error: Cannot convert varchar datatype into float
Can someone help me. Is it an error on the jdbc level or is it a problem
of the life table marco?
Richard
Hi, All, again!
I found very strange IMO behaviour of access rights in 3.4 XEM.
How to reproduce:
1) Clean installation of 3.4 XEM
2) Default Admin creates "test" workspace
14 февраля 2012, 00:04 от Dmitry Bakbardin <haru_mamburu(a)mail.ru>:
Hi,
For now owner can invite users to workspace. Is there any possibility to invite GROUPS?
I need following scenario:
- Main Wiki Group A, B, C
- Workspace "One" invites Group A, B and denies Group C to see workspace "One"
- I register a new user and add it to group A
- This user AUTOMATICALLY gains access/invitation to workspace.
- I delete user from the Group A and user is rejected by workspace "one" also automatically
Is there any simple way to do this?
Kind regards,
Dmitry
Kind regards,
Dmitry
Hi Andrey,
You're running using Jetty and HSQL? I had similar problems and eventually
moved to Apache Tomcat and MySQL which are more memory efficient - suggest
you to the same although I don't lnow if there is another way but I exported
my pages to .xar files which I had to break into small .xar file in order to
reimport into my new xwiki on Tomcat and MySql (I kept the two installations
running until we were happy we had copied everything across ... This process
wasn't easy!
Hope that helps.
Regards,
Richard
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On Behalf Of
Crowd Covered
Sent: 13 February 2012 17:21
To: users(a)xwiki.org
Subject: [xwiki-users] Performance tuning for growing wiki
Hi guys,
Thanks again for great collaborative tool!
We currently have about 1200 pages inside, many with objects, where several
people search/read/edit info every day. And we are experiencing performance
problems - at least once a day, sometimes more often wiki becomes
unresponsive for 3-10 minutes while having high CPU load (my guess is either
page file swapping or garbage collection by JVM), Out Of Memory errors
becoming more often (sometimes wiki is stable for 1-2 weeks, sometimes fails
several times a day). Additionally we've got repeating problems even with
quite small attachments 500Kb-2Mb (I am aware of x27 DB storage trouble)
According to recommendation in guides and some talks on the Internet I tend
to try database tuning or change. Could you please recommend a good
candidate among freely available databases or even give a hints on HSQLDB
tuning (maybe changing default memory mode to cached)? I've taken a look at
H2 vs. HSQLDB comparison but there are quite controversial opinions...
Current servlet container configuration is -Xms700m -Xmx700m, no tuning for
database, computer is a virtual machine on a farm with 2 GHz CPU and 1 Gb
RAM. BTW, is this in general expected behavior for such configuration?
Many thanks,
Andrey
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Hi guys,
Thanks again for great collaborative tool!
We currently have about 1200 pages inside, many with objects, where several
people search/read/edit info every day. And we are experiencing performance
problems - at least once a day, sometimes more often wiki becomes
unresponsive for 3-10 minutes while having high CPU load (my guess is
either page file swapping or garbage collection by JVM), Out Of Memory
errors becoming more often (sometimes wiki is stable for 1-2 weeks,
sometimes fails several times a day). Additionally we've got repeating
problems even with quite small attachments 500Kb-2Mb (I am aware of x27 DB
storage trouble)
According to recommendation in guides and some talks on the Internet I tend
to try database tuning or change. Could you please recommend a good
candidate among freely available databases or even give a hints on HSQLDB
tuning (maybe changing default memory mode to cached)? I've taken a look at
H2 vs. HSQLDB comparison but there are quite controversial opinions...
Current servlet container configuration is -Xms700m -Xmx700m, no tuning for
database, computer is a virtual machine on a farm with 2 GHz CPU and 1 Gb
RAM. BTW, is this in general expected behavior for such configuration?
Many thanks,
Andrey
I try to generate PDF from XWiki 3.4. The installation was made from
scratch, and imported the documents via XARs from XWiki 3.0.3.
>From wiki the error shows as follows:
*Detailed information:
*
* Error number 11015 in 11: Exception while exporting
Wrapped Exception: Error number 12002 in 12: Exception while exporting pdf
Wrapped Exception: .fop (Permission denied)
com.xpn.xwiki.XWikiException: Error number 11015 in 11: Exception while exporting
Wrapped Exception: Error number 12002 in 12: Exception while exporting pdf
Wrapped Exception: .fop (Permission denied)
at com.xpn.xwiki.web.ExportAction.render(ExportAction.java:72)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:231)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:116)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:621)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:128)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:144)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:217)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:109)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:224)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:169)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:929)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:405)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:964)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:515)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:304)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
Caused by: com.xpn.xwiki.XWikiException: Error number 12002 in 12: Exception while exporting pdf
Wrapped Exception: .fop (Permission denied)
at com.xpn.xwiki.pdf.impl.PdfExportImpl.createException(PdfExportImpl.java:699)
at com.xpn.xwiki.pdf.impl.PdfExportImpl.renderXSLFO(PdfExportImpl.java:468)
at com.xpn.xwiki.pdf.impl.PdfExportImpl.exportXHTML(PdfExportImpl.java:402)
at com.xpn.xwiki.pdf.impl.PdfExportImpl.exportHtml(PdfExportImpl.java:298)
at com.xpn.xwiki.pdf.impl.PdfExportImpl.export(PdfExportImpl.java:279)
at com.xpn.xwiki.web.ExportAction.export(ExportAction.java:209)
at com.xpn.xwiki.web.ExportAction.render(ExportAction.java:69)
... 39 more
*
When I dig the tomcat logs, the error seems to be
*[WIKUIURL/format=pdf&pdfcover=1&pdfcover=0&pdftoc=1&pdftoc=0&comments=0&attachments=0] WARN c.x.x.p.i.PdfURLFactory - Failed to save image for PDF export
java.io.IOException: Failed to create temporary PDF export file with prefix [pdf], suffix [.] in directory [/opt/tomcat/xwiki34/apache-tomcat-7.0.22/work/Catalina/10.10.1.134/xwiki/YfUqLnp5]*
However, the directory listed has enough permission for the user which is used when executing the tomcat..
*root@xwiki34:# ls -lah /opt/tomcat/xwiki34/apache-tomcat-7.0.22/work/Catalina/10.10.1.134/xwiki/
drwxr-xr-x 5 tomcatxwiki34 tomcatxwiki34 4.0K Feb 13 09:33 .
drwxr-xr-x 8 tomcatxwiki34 tomcatxwiki34 4.0K Feb 3 13:05 ..
drwxr-xr-x 2 tomcatxwiki34 tomcatxwiki34 4.0K Feb 3 13:08 charts
drwxr-xr-x 2 tomcatxwiki34 tomcatxwiki34 4.0K Feb 3 13:08 svg
drwxr-xr-x 4 tomcatxwiki34 tomcatxwiki34 4.0K Feb 3 14:27 xwiki.plugin.image
*
properties/conf:
*xwiki.cfg:xwiki.temp.dir=/tmp/xwiki/
xwiki.cfg:xwiki.tmp.dir=/tmp
xwiki.cfg:xwiki.work.dir=/opt/tomcat/xwiki34/xwiki/work-dir*
And there is also sufficient permissions in these directories as well..
Is there any advises of where to find more information or how this could be fixed?
With Regards,
ari
Good morning!
I'm trying to move a simple script from XWiki 1.0 Syntax to 2.0 one. It includes this lines with which I can easily use SQL to retrieve pages and present a list of URLs to reach those pages:
db2 = Sql.newInstance("jdbc:mysql://hostname/schema", "ROuser", "readonly", "com.mysql.jdbc.Driver")
List areas = db2.rows('select...
println areas.collect{"<a href='../XWiki/${it.XWD_NAME}'>${it.XWD_TITLE}</a>"}.join("<br>")
As I'm having problems to include both Velocity (for instance, to control the information panel visibility) and Groovy scripts in the same page when using 1.0 syntax, I'm trying to move it to 2.0. But using the same lines results in that exact text being displayed in the page, but not the URL showed in 1.0 syntax.
Please, could you tell me how could I get the same results with XWiki 2.0 syntax? Thanks!!!
I know there are a lot of different methods to get the same results within XWiki, but using SQL in this case is useful to me now as kind of probe of concept showing how easily could we link to "external" datasources by using XWiki.
--
Ricardo Rodríguez
Research Management and Promotion Technician
Health Research Institute of Santiago de Compostela (IDIS)
http://www.idisantiago.es
Nota: A información contida nesta mensaxe e os seus posibles documentos adxuntos é privada e confidencial e está dirixida únicamente ó seu destinatario/a. Se vostede non é o/a destinatario/a orixinal desta mensaxe, por favor elimínea. A distribución ou copia desta mensaxe non está autorizada.
Nota: La información contenida en este mensaje y sus posibles documentos adjuntos es privada y confidencial y está dirigida únicamente a su destinatario/a. Si usted no es el/la destinatario/a original de este mensaje, por favor elimínelo. La distribución o copia de este mensaje no está autorizada.
See more languages: http://www.sergas.es/aviso_confidencialidad.htm