As mentioned in an earlier message, I got into the $xwiki.search() world
yesterday, and am thoroughly confused.
The main problem seems to be that the XWiki database schema and the
schema used in all of the $xwiki.search() queries I have found are
completely disjoint.
Instead of the documented tables and columns, what seems to be used is a
schema which reflects the object model within XWiki. This would really
be convenient if true; is it?
brain[sic]
>As mentioned in an earlier message, I got into the $xwiki.search() world
>yesterday, and am thoroughly confused.
>
>The main problem seems to be that the XWiki database schema and the
>schema used in all of the $xwiki.search() queries I have found are
>completely disjoint.
>
>Instead of the documented tables and columns, what seems to be used is a
>schema which reflects the object model within XWiki. This would really
>be convenient if true; is it?
This is right.
Bye
Frank
Hi All.
This is probably most appropriate to Jeremi, but I would appreciate
anyones thoughts on the subject.
XWiki is a phenomenal piece of software that I am thinking of new
uses every day.
I am currently running 0.9.840 on one of my servers and am a little
bit paranoid about upgrading until later in the year, as our
application is growing at a furious rate and I would like it to
stabilise a little before we go through an upgrade. However, some
of the new features are very tempting (I am using the standalone for
testing).
Ideally I would like to use your XWiki/ImportExport script to create
user configurable exports on the existing data and was wondering how
involved the underlying adjustments would be to the code to make it
work with the stable version.
The script looks for $export. Is this a java class that is put into
a xwiki context in the later release?
If so, is it self sufficient enough to compile and add to an existing
installation, or is it too dependent on other code in the later version?
With custom java classes, is there a straight forward description
somewhere on putting them in an XWiki context so they can be used by
Velocity?
In a mildly related point: I have deployed DWR (https://
dwr.dev.java.net/) side by xwiki in another testing installation for
some AJAX experimentation and it seems to be co-habiting without too
much trouble.
Apologies for the basic questions, but I am currently on a steep
learning curve with this and appreciate any help offerred.
Have a great day.
Mark.
Hi all,
I try to print future events in the left menus, but it looks that the test
of the event start date is always evaluated to false.
#foreach($event in
$xwiki.getDocument("Main.EventCalendar").getObjects("XWiki.CalendarEvent"))
#if ($event.getStartDate().getTime().after($xwiki.getDate()))
$event.startDate $event.endDate $event.description
#end
#end
Any idea or suggestion?
Regards,
Gaël Blondelle
EBM WebSourcing
hello everybody,
I spent the morning creating an xWiki page called MyTutorials. The link name was Main.MyTutorials
I finished up by adding a new News Item to my blog, the Page Name unfortunately was also MyTutorials.
Now when I try to link to the work I did this morning I just get the Blog news item.
Please can someone assist. I cant even find the pages I created that link from my MyTutorials page.
Thanks
Scott.
This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail.
Hello,
I've got several classes in which I use date attributes. Is there a way to list objects of such a class, but only those in which the value of the date attribute is before current date?
Thanks again,
Joep Janssen
Dear xwiki developers,
first of all, thanks for XWiki, which is really an awesome
tool and one of the most advanced Wikis I know of.
I have a problem attaching a skin to a space via the
webpreferences of the space.
What I did:
1. I created an empty page XWiki.WebpageSkin and
attached a new objekt also called "XWiki.WebpageSkin"
of class XWiki.XWikiSkins.
I removed all contents from the "style" box and entered
"THIS IS THE HEADER" into the header box, just to see,
if the skin is used or not.
2. I testet the skin by appending ?skin=XWiki.WebpageSkin and
to a page and this worked fine.
3. I edited the Main webpreferences (via More Actions/Space
Preferences on Main.WebHome) and entered "XWiki.WebpageSkin"
in the "skin" box.
But this did not take effect.
When I did the same for the XWiki preferences (instead of the
space preferences), it did work properly, but for all spaces,
of course.
What did I do wrong? How can I configure different skins for
different spaces?
Any help would be highly appreciated
& thanks a lot in advance
& best
Lars
Hello,
In my wiki I've got several classes which objects I want to list, only when an Integer attribute is > or < then a certain value. However something like: #if($duration < 10), doesn't work. Anybody any ideas?
Thanks again,
Joep Janssen