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 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