Good day.
I just download xwiki, and see, that it is not possible to set name of default
database scheme other than 'xwiki'. (Becouse xwiki.tableName is hardcoded in
SQL statements)
Unfortunately. this means that it is hard to use xwiki as platform for web
application, because usually we have situation 'one application/one database
scheme' and want to use few applications (or few version of same application)
simultaneously.
Question: if I change this and wull create path for configurable database
scheme name of main xwiki instance, would this patches be accepted (?) or such
using is out of scope of interest for xwiki community ?
--
Ruslan Shevchenko
GradSoft. http://www.gradsoft.ua
Hi guys
I wrote a little howto for my installation. Some things I was not able to
cover (mod_proxy) or I just didn't do it so far (importing initial
database).
You can find the mini-howto http://88.198.238.101:8180/xwiki/bin/view/Main/
here . This site is not here to stay, so after cleanup the howto with your
feedback (feel free to edit it directly) I would like to give this howto to
the XWiki-guys and they can maybe find a place on their homepage were it
fits...although I have to admit, that it's not much different from the
already existing instructions, but in my opinion it could help total newbies
like me ;-)
Feedback is warmly welcome.
Note: The howto was written by a non-tech-guy so there are may mistakes. If
somebody from Europe could tell me whether the server is super-fast or
super-lame that would be great.
--
View this message in context: http://www.nabble.com/My-Howto---Debian-4-%28etch%29---Tomcat---MySQL-tp151…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
This doubt comes from a previous thread, document name including /. But
as far as the behavior now is a bit different, I don't know why, please,
allow me to start a new issue.
The point is that I'd created a document with / in its name. Namely
PCI/A/9641/07. It is quite frequent to find such a names from project
codes and stuff.
Looking for PCI in Search, shows this document, but any action (Delete,
Rename, Rights or Copy) shows an empty page. Looking for any word in the
document doesn't return it as a result.
Table xwikidoc contents the following document:
XWD_FULLNAME:Wetlands.PCI
XWD_NAME: PCI/A/9641/07
http://our.server.name/xwiki/bin/view/Wetlands/PCI says that the
requested document could not be found.
Must I simply remove this entry or could this action compromise the
integrity of the database?
Thanks for your help,
Ricardo
--
Ricardo Rodríguez
Your EPEC Network ICT Team
I use Bulletin Board application with XE 1.1.2. I import the xar file, I add
a new topic, enter title and first post, then make some reply. Every thing
is displayed properly (author, post reply,..), except for the topic title
and topic first post always be the empty string "", although they are not
empty !?
Hi,
After installing the default xwiki war file, without installing any xar,
WebHome page is displayed without any css style and javascript errors occur
on mouse events.
Errors come from the js file /xwiki/skins/albatross/xwiki.js
Is this bug referenced ?
Aym.
> Hi All,
> A few queries that I've split up to make it easier to make use of in
> Nabble for future reference.
>
> 1) What language is used in the scheduler script? I would assume it's
> running either velocity or groovy within the xwiki engine?
> 2) Are $xwiki and $context available to the script?
> 3) Is there feedback in the event of an error (like in a logfile or
> something)?
> 4) Is there a timeout associated to the script that runs, and are
> there any permission restrictions on adding the scheduler if it's
> going to be modifying document objects?
Hi,
I can't see the left/right panel options in the preference page. There
are only the labels, but there's no input field or combobox that allow
me to set preferences.
I'm using XWiki 1.3 M2, and the problem happens both with albatross skin
either with toucan skin.
Thanks
Hi,
I'm following the "Modifying a skin" chapter from the Admin Guide to create
a new skin (http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Skins). I've
created a new page, attached an image to it ("myfile.jpg"), added the
XWiki.XWikiSkins class to it and overrode some .vm files. I just don't know
how to refer to the attached image ? I've tried several things :
#set($logo = $!attachmentpage.getAttachment("myfile.jpg"))
#set($logo = $!doc.getAttachment("myfile.jpg"))
#set($logo = $!prefdoc.getAttachment("myfile.jpg"))
Even some
#set($logourl = $prefdoc.getAttachmentURL($logo.filename,"download"))
But when I use the <img> tag I have an empty src attribute
<img src="$!logourl" alt="XWiki"/>
<img src="$!logo" alt="XWiki"/>
Do you know what I am doing wrong ?
Thanks,
Antonio
Hi,
can you tell me something more about left and right panels? How to
create them, where to put them,... If there is some documentation
online, can you please tell me the URL?
Thanks