Hello
I am a member of the IWW Sheffield branch
http://iwwgmbsheffield.wordpress.com/. We are a labour union. I am
looking to set up a wiki for us to work on introductory material for new
members initially, and potentially other union business in the future.
My xwiki username: JohnMarshall
The server name we would like: IWWSheffield.
Thanks
John Marshall
Hi,
I want to access a XWikiDocument from a thread
executed outside of common XWikiRequests.
Is it possible to initialize a valid XWikiContext class or to get access
to the XWikiDocument class?
Thanks, Stefan.
Hi!
I keep trying to understand the meaning and importance of the log recorded errors of our XWiki Enterprise 2.4.30451 installation. I found tones of errors of this type...
2012-03-07 15:05:50,301 [http://www.deondesenon.com/bin/edit/Users/line%208,%20column%2023?parent=Us…] WARN api.User - Unhandled exception checking if user null belongs to group XWiki.XWikiAdminGroup
java.lang.NullPointerException
All errors of this type concern one wiki in the farm with several alias. And all of them refer to one of two groups: XWiki.XWikiAdminGroup and another one created to handled a category of new users called XWiki.XWikiSnoopersGroup.
Please, could you help me to identify the source of this error to try to correct it?
Thanks!
Ricardo
--
Ricardo Rodríguez
Research Management and Promotion Technician
Technical Secretariat
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!
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