Hi all,
There are a couple of really handy looking links on xwiki.org that
have been broken for a while:
* The XWiki API:
http://www.xwiki.org/xwiki/bin/view/DevGuide/XWiki+API+Reference
Some users of the wiki I'm maintaining are getting interested in
Velocity and I can't keep telling them to get the xwiki source code if
they want to browse the API. :)
Is the API available online anywhere else?
* XmlRpc xmlface client:
http://www.xwiki.org/xwiki/bin/view/Dev/XWikiXMLRPC
The xmlrpc client sounds extremely interesting but I can't find a
trace of it anywhere... does anyone have an alternative link?
I have commented both of those document about the broken links but I'm
hoping this list will be more responsive. ;)
Thanks,
Robin.
I have just joined this group after stumbling across it somewhere as I
maintain a couple of xwiki spaces located at xwiki.com
I am not a techie, just trying to master the interface - so if I am in
the wrong place tell me!
I use the event calendar as built in. The "Event List" under the
calendar seems unesseccary and as it expands makes the "New Event" form
further and further down the page.
Can I get rid of it? The page is based on xwiki:XWiki.CalendarSheet
<http://www.xwiki.com/xwiki/bin/edit/XWiki/CalendarSheet> which I can't
edit. I remember trying to mess about with the calendar a few months
ago and it got into a right mess.
Thanks
Hi,
When viewing a list property of object myObj included in doc, both
$myObj.get($myListProperyName)
and
$doc.display($myListProperyName)
return a string containing selected options delimited by a space.
This isn't very handy for displaying them in a readable manner, since
you end up with something like "my option a my option b my option c" -
no way to distinguish the individual options.
How can I access the selected options individually?
Cheers,
Robin
Hi
First of all - Congratulations Ludovic. I am amazed at the usefulness and flexibility of xwiki.
Secondly, I have created a xwiki with individual subjects on each page. The data is held in a structured manner in attached objects. Individually they are displaying perfectly with the ClassSheet.
However, ideally I want to make collected pages which group the individual subject pages so that any change to the base information, also updates the group documents. Unfortunately, if I include the pages with includeTopic they are not displayed (i think because the relevant object is not referenced).
So 2 questions:
How would I reference the object so it will display correctly?
In the api I can see that you can request the RenderedContent from a page.
Could I build a macro that accepted a page name and returned the Rendered Content? (if so how)
Cheers,
Mark Robinson
Hello,
I've created an class with a property defined as a number. Hower, when I retrieve an object in my XWiki document, $doc.display("property", "view", $obj) will return me a String. This prevents my from adding the property values of several objects.
So how to retrieve an number property as a number in a XWiki document.
Thanks,
Joep Janssen
All,
I am still having some troubles with the left vertical Menu on my site.
There seems to be 2 menus defined and I can only edit 1 of them. The home
page Menu has a different look than the other pages. When I edit the Menu
it only changes the Home page. Can someone please tell me what I need to do
to get this fixed?
Thank you!
<http://bobmixon.xwiki.com> KM, BPM, Intranet and Portal Technologies
<http://bobmixon.xwiki.com> The Possibilities are Endless
Bob Mixon
Microsoft SharePoint Portal Server MVP
<mailto:bob.mixon@gmail.com> bob.mixon(a)gmail.com
http://bobmixon.xwiki.com/
Skype ID:brm1999
<https://www.plaxo.com/add_me?u=30065756390&v0=1965978&k0=1714165761> Add
me to your address book... <http://www.plaxo.com/signature> Want a
signature like this?
Is there a way to create a new document which first pre-populate the content
from another template document.
I dont want to use the class/object as the document is not structured,
however I do want to provide section heading guidelines, etc.
Thanks
Duke
Hi Everyone.
I am new to XWiki. I installed that on my system and I started adding some users with various rights to my system. Then I noticed that when I go to the login page, the style of the page is actually ugly, and is different from the default and nice style (as if it is using a different or no stylesheet). Could someone please direct me to how I can fix this issue?
Many thanks,
Ali.
Hi all...I've looked everywhere for installation instructions for Mac OS X...can someone give me links or instructions?
I am using a G5 XServe with Tiger (10.4). It comes with MySQL 4.1.13a and Tomcat 4.1.29.
So far I've been using the Linux/Tomcat/MySQL install instructions and everything works out except that I am getting lots of errors when I try to access the main xwiki page. It is a long exception error starting with:
javax.servlet.ServletException: Error number 3 in 0: Could not initialize main XWiki context
Wrapped Exception: Error number 3201 in 3: Exception while saving document XWiki.XWikiPreferences
Wrapped Exception: Could not create a DBCP pool
at org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:516)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:423)
Any help would be greatly appreciated. I apologize in advance if this information is somewhere else on xwiki site.
Quoc Vo
qvo(a)pingry.org
Greetings,
I'm working on a locally installed XWiki, using the 0.9.840 release.
I've got a couple problems with Wiki syntax that I need assistance with.
First, I want to use the {pre} tags around some text, but XWiki seems to
be stripping the tags out. For example:
this {pre}*text*{/pre} sample
...will show up with "text" in bold type. When I edit the page, the
{pre} tags are gone.
this *text* sample
Our XWiki installation is very new. {pre} worked for a while, but then
stopped working, making me question whether there was a (system?) change
made a some point that caused {pre} to stop working.
I've also got problems where Wiki {table} will turn to HTML the next
time the page is edited. Is this related to, or somehow a clue to the
{pre} problem?
Thanks in advance for any assistance,
John
I ran into this same issue without the includeTopic tag. I looked in my
logs and it turned out there was an exception on parsing the document so it
could not generate a pdf and instead gave me an html. Make sure that
exception is not in your logs.....if it is, look through and it should be
complaining about some xml element(for me it complained about <describe>
element not being valid html).....then I edit it in wiki mode(do not use the
wyswig), and I deleted this element and the pdf feature started working
again.
dean
-----Original Message-----
From: Vern Kyle [mailto:vkyle@acm.org]
Sent: Wednesday, January 04, 2006 5:17 PM
To: xwiki-users(a)objectweb.org
Subject: [xwiki-users] includeTopic and PDF issue
I'm working on a large document that I've split into sections using
the includeTopic tag. However, I notice that once I use an
includeTopic tag, that PDFs can no longer be generated (it tries to
open an html page rather than a pdf.) Is there a workaround to
prevent this behavior?
Also, is there an xwiki bugs page to see if items like this have been
submitted prior?
Thanks in advance,
Vern
I made the mistake of adding a news item with a double dash in the name and didn't preview before saving. Consequently, if I include the blog macros the entire home and blog, with the exception of the welcome/intro (and a new news item, is double-strikethrough. I know I could delete a news item if I clicked on the permalink for it but, of course, because of the strikethrough I can't do that. At the moment I have excluded the blog macros so the rest of the home/blog appears and is workable, but there is no news. I have tried editing every page I can think of, but no way to get to that news item. I don't much care if I have the old news items, so if the only way is to somehow get rid of all those, I'm fine with that. Question is...how dod I do that? Thanks!
Sascha,
Thanks for the reply. I didn't intend to spam the list, but I did not
see the two mails I sent out, nor did I receive the mailing Dean Hiller
sent about my mailing. I'll be checking with our Email admins to see if
any filtering is happening somewhere.
Thanks again,
John Palmer
-----Original Message-----
From: Sascha Österle [ mailto:sascha.oe@aon.at <mailto:sascha.oe@aon.at>
]
Sent: Thursday, January 05, 2006 2:39 PM
To: xwiki-users(a)objectweb.org
Subject: Re: [xwiki-users] mail list problems...someone please verify
Hi,
it arrived twice, yesterday and today.
Sascha
Hiller, Dean wrote:
> John has been mailing to this list, but he wasn't sure if it was going
> through. Did anyone receive the following mail previously? Please
> just one person reply all to let us know his mail to the list
> successful. I am not trying to verify this mail.....I know my mailing
> to the list works. I am trying to verify the below mail. I
> personally can't tell as some mail list software is smart enough not
> to give me mail twice.
> thanks,
> dean
>
> -----Original Message-----
> *From:* jpalmer(a)purina.com [ mailto:jpalmer@purina.com
<mailto:jpalmer@purina.com> ]
> *Sent:* Thursday, January 05, 2006 6:17 AM
> *To:* xwiki-users(a)objectweb.org
> *Cc:* dhiller(a)carrieraccess.com
> *Subject:* {pre} tags not working
>
> Greetings,
> I'm working on a locally installed XWiki, using the 0.9.840 release.
> I've got a couple problems with Wiki syntax that I need assistance
with.
>
> First, I want to use the {pre} tags around some text, but XWiki seems
> to be stripping the tags out. For example:
>
> this {pre}*text*{/pre} sample
>
> ...will show up with "text" in bold type. When I edit the page, the
> {pre} tags are gone.
>
> this *text* sample
>
> Our XWiki installation is very new. {pre} worked for a while, but then
> stopped working, making me question whether there was a (system?)
> change made a some point that caused {pre} to stop working.
>
> I've also got problems where Wiki {table} will turn to HTML the next
> time the page is edited. Is this related to, or somehow a clue to the
> {pre} problem?
>
> Thanks in advance for any assistance,
> John
>
> ----------------------------------------------------------------------
> --
>
>
> --
> You receive this message as a subscriber of the
> xwiki-users(a)objectweb.org mailing list. To unsubscribe:
> mailto:xwiki-users-unsubscribe@objectweb.org
<mailto:xwiki-users-unsubscribe@objectweb.org>
> For general help: mailto:sympa@objectweb.org?subject=help
<mailto:sympa@objectweb.org?subject=help>
> ObjectWeb mailing lists service home page:
http://www.objectweb.org/wws <http://www.objectweb.org/wws>
>
Hi,
Am I right in thinking list properties can currently only be displayed
as HTML select elements, and that checkbox/radio button displays are
currently not implemented?
Cheers,
Robin
Hi all,
I'd like a property in a class to represent a list of all users, plus
an "unknown" option so that the field can be left "blank" if required.
I can get the list of users with the hibernate query:
select prop.value from BaseObject as obj, StringProperty as prop
where obj.className='XWiki.XWikiUsers'
and prop.id.id = obj.id
and prop.id.name='fullname'
order by prop.value
But don't know how (or if it's possible) to modify the query to append
an extra static value like "unknown".
I would rather not create a dummy user to represent this value, and if
I can avoid creating a separate dummy class and object to hold the
value that would be good too.
If the list class could understand velocity arrayLists rather than the
hibernate query, I could do something like:
### Select all users: ###
#set($query = "select prop.value from BaseObject as obj,
StringProperty as prop where obj.className='XWiki.XWikiUsers' and
prop.id.id = obj.id and prop.id.name='fullname' order by prop.value")
#set($users = $xwiki.search($query))
### append an extra value: ###
#$users.add("(unknown)")
Is there a way to modify the hibernate query to achieve the same
effect directly in the class editor?
Thanks,
Robin.
ah, I found what the locking bug was. It is only when using WYSIWYG. If I
use normal wiki editing, it works fine. If I use WYSIWYG, it does no
locking and two people can edit the document. guess I really do have to
wait for the new WYSIWYG release :(. I was hoping not to slow adoption as
people here find that difficult(dealing with business types).
thanks,
dean
John has been mailing to this list, but he wasn't sure if it was going
through. Did anyone receive the following mail previously? Please just one
person reply all to let us know his mail to the list successful. I am not
trying to verify this mail.....I know my mailing to the list works. I am
trying to verify the below mail. I personally can't tell as some mail list
software is smart enough not to give me mail twice.
thanks,
dean
-----Original Message-----
From: jpalmer(a)purina.com [mailto:jpalmer@purina.com]
Sent: Thursday, January 05, 2006 6:17 AM
To: xwiki-users(a)objectweb.org
Cc: dhiller(a)carrieraccess.com
Subject: {pre} tags not working
Greetings,
I'm working on a locally installed XWiki, using the 0.9.840 release. I've
got a couple problems with Wiki syntax that I need assistance with.
First, I want to use the {pre} tags around some text, but XWiki seems to be
stripping the tags out. For example:
this {pre}*text*{/pre} sample
...will show up with "text" in bold type. When I edit the page, the {pre}
tags are gone.
this *text* sample
Our XWiki installation is very new. {pre} worked for a while, but then
stopped working, making me question whether there was a (system?) change
made a some point that caused {pre} to stop working.
I've also got problems where Wiki {table} will turn to HTML the next time
the page is edited. Is this related to, or somehow a clue to the {pre}
problem?
Thanks in advance for any assistance,
John
Greetings,
I'm working on a locally installed XWiki, using the 0.9.840 release.
I've got a couple problems with Wiki syntax that I need assistance with.
First, I want to use the {pre} tags around some text, but XWiki seems to
be stripping the tags out. For example:
this {pre}*text*{/pre} sample
...will show up with "text" in bold type. When I edit the page, the
{pre} tags are gone.
this *text* sample
Our XWiki installation is very new. {pre} worked for a while, but then
stopped working, making me question whether there was a (system?) change
made a some point that caused {pre} to stop working.
I've also got problems where Wiki {table} will turn to HTML the next
time the page is edited. Is this related to, or somehow a clue to the
{pre} problem?
Thanks in advance for any assistance,
John
I'm working on a large document that I've split into sections using
the includeTopic tag. However, I notice that once I use an
includeTopic tag, that PDFs can no longer be generated (it tries to
open an html page rather than a pdf.) Is there a workaround to
prevent this behavior?
Also, is there an xwiki bugs page to see if items like this have been
submitted prior?
Thanks in advance,
Vern
Is it possible to add other attributes / properties to a "wiki page"?
For example when you edit a page, you currently get the page content,
parent, default language and creator properties. Can you add additional
properties such as keywords / tags which may be referenced by scripts?
Thanks.
Duke
I was on two different computers even, and I wouldn't say "it worked" after
that, as I got that error while no one was editing the document which was
really bizarre. I have seen the log4j file, which logs should I turn on to
see what is going on? Here are the logs from the default log config
settings.....
06:52:08,864 WARN http-80-Processor25
http://atg/xwiki/bin/save/Main/WebHome XWikiStatsServiceImpl:addCookie:474 -
Setting cookie LKODRZ3PS9MFF4UJFKRTNPEZ3SAEIMIU for name visitid with domain
null and path / and maxage 1163869
06:52:08,926 WARN http-80-Processor25 RequestUtils:createActionForm:177 -
No FormBeanConfig found under 'view'
06:52:09,056 DEBUG http-80-Processor25
http://atg/xwiki/bin/view/Main/WebHome
EmailNotificationPlugin:getSubscriptionObject:383 - found 0 subscription
objects
06:52:09,058 DEBUG http-80-Processor25
http://atg/xwiki/bin/view/Main/WebHome
EmailNotificationPlugin:getSubscriptionObject:383 - found 0 subscription
objects
06:52:09,067 DEBUG http-80-Processor25
http://atg/xwiki/bin/view/Main/WebHome
EmailNotificationPlugin:getSubscriptionObject:383 - found 0 subscription
objects
06:52:09,109 WARN http-80-Processor25
http://atg/xwiki/bin/view/Main/WebHome XWikiStatsServiceImpl:addCookie:474 -
Setting cookie 6BTBSPAJ2GRZIPCLEN5FMGYGX8EWQIIZ for name visitid with domain
null and path / and maxage 1163869
06:52:09,110 WARN http-80-Processor25
http://atg/xwiki/bin/view/Main/WebHome XWikiStatsServiceImpl:findVisit:314 -
Found visit with cookie LKODRZ3PS9MFF4UJFKRTNPEZ3SAEIMIU in session
AC6AB8EEE1EE0A1897DBDE541413C262 for request with cookie
6BTBSPAJ2GRZIPCLEN5FMGYGX8EWQIIZ
06:52:19,424 WARN http-80-Processor24
http://atg/xwiki/bin/save/Main/WebHome XWikiStatsServiceImpl:addCookie:474 -
Setting cookie T1WS6SYJ38H0N6RT15BFASWNLSKY5QJN for name visitid with domain
null and path / and maxage 1163858
06:52:19,471 WARN http-80-Processor24 RequestUtils:createActionForm:177 -
No FormBeanConfig found under 'view'
06:52:19,632 DEBUG http-80-Processor24
http://atg/xwiki/bin/view/Main/WebHome
EmailNotificationPlugin:getSubscriptionObject:383 - found 1 subscription
objects
06:52:19,634 DEBUG http-80-Processor24
http://atg/xwiki/bin/view/Main/WebHome
EmailNotificationPlugin:isSubscribed:271 - name: Main.WebHome, subscribed
items: org.hibernate.collection.PersistentList@fc9e7e[[]]
06:52:19,637 DEBUG http-80-Processor24
http://atg/xwiki/bin/view/Main/WebHome
EmailNotificationPlugin:getSubscriptionObject:383 - found 1 subscription
objects
06:52:19,639 DEBUG http-80-Processor24
http://atg/xwiki/bin/view/Main/WebHome
EmailNotificationPlugin:isSubscribed:271 - name: Main, subscribed items:
org.hibernate.collection.PersistentList@1a8e53c[[]]
06:52:19,642 DEBUG http-80-Processor24
http://atg/xwiki/bin/view/Main/WebHome
EmailNotificationPlugin:getSubscriptionObject:383 - found 1 subscription
objects
06:52:19,690 WARN http-80-Processor24
http://atg/xwiki/bin/view/Main/WebHome XWikiStatsServiceImpl:addCookie:474 -
Setting cookie NZN4AO3PB1VF1U7NKBXDACPI8WFFA9FB for name visitid with domain
null and path / and maxage 1163858
06:52:19,691 WARN http-80-Processor24
http://atg/xwiki/bin/view/Main/WebHome XWikiStatsServiceImpl:findVisit:314 -
Found visit with cookie T1WS6SYJ38H0N6RT15BFASWNLSKY5QJN in session
BD0E8587B29D680657D5C77B0403ECAD for request with cookie
NZN4AO3PB1VF1U7NKBXDACPI8WFFA9FB
dean
-----Original Message-----
From: Ludovic Dubost [mailto:ludovic@xwiki.com]
Sent: Wednesday, January 04, 2006 1:19 AM
To: xwiki-users(a)objectweb.org
Subject: Re: [xwiki-users] no locking in xwiki?
Hi,
Have you seen any errors in the log when clicking for one of the edits.
The fact that it worked again after that is weird. Are you sure you were
on 2 different browsers with 2 different users ?
Ludovic
Hiller, Dean a écrit :
>
> I just edited a page with 2 users and last user won and was not
> notified that he was blowing away changes the other user just made.
> Is there a way to turn on locking in xwiki? I don't see this on the
> features list of xwiki but most wiki's have a feature to prevent a
> user from blowing away someone else's cahnges without knowing about it.
>
> procedure to reproduce:
> 1. login with user1 and click edit the home page
> 2. login with user2 and click edit the home page
> 3. have user1 make changes and save the page
> 4. have user2 make changes and save the page
>
> user1's changes are blown away and no one new about it.
>
> thanks,
> dean
>
> ------------------------------------------------------------------------
>
>
> --
> You receive this message as a subscriber of the xwiki-users(a)objectweb.org
mailing list.
> To unsubscribe: mailto:xwiki-users-unsubscribe@objectweb.org
> For general help: mailto:sympa@objectweb.org?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>
--
Ludovic Dubost
XPertNet: http://www.xpertnet.fr/
Blog: http://www.ludovic.org/blog/
XWiki: http://www.xwiki.com
Skype: ldubost AIM: nvludo Yahoo: ludovic