Hello!
I want to use the Xwiki Enterprise to display Geogebra's applets. On this
page http://geogebra.normala.hr/xwiki/bin/view/Main/Applet you can see an
applet. Page calls file from attachment, and executable geogebra.jar file
from other folder. On page is HTML code by which it works applet.
Please, can you help someone create a macro to simplify the procedure.
I thank in advance,
Sime Suljic
Dear all
I want to find the file that generates this piece of html. It is in the <ul
class="star"> that exists within the
<div id="leftPanels" class="panesl left">
<ul class="star">
<li><span class="wikilink"><a href=".............."
</ul>
etc
thanks
On Sep 15, 2008, at 1:56 PM, Edward Laptop wrote:
> Hi
>
> Had a good search around on my pc (I have a local server) and
> couldn't find
> XWikiListFilter.java to make my alteration
>
> Where oh where is it?
I gave you the link already... As you can see it's a java class so
it's in a jar (the xwiki-core jar to be precise).
Maybe if you explained what you want to do we could provide a better
answer...
Thanks
-Vincent
Ps: Please use the mailing list in the future.
> -----Original Message-----
> From: Vincent Massol [mailto:vincent@massol.net]
> Sent: 15 September 2008 10:01
> To: XWiki Users
> Cc: edward(a)eldon.gotadsl.co.uk
> Subject: Re: [xwiki-users] Trying to find...
>
>
> Hi,
>
> On Sep 15, 2008, at 10:48 AM, Edward Laptop wrote:
>
>> sorry, not very clear - I want to find the line
>>
>> <ul class="star">
>>
>> within the left hand panel that I use for navigation
>
> This is getting changed in the new rendering. In the old one you can
> find it here:
> http://svn.xwiki.org/svnroot/xwiki/platform/core/trunk/xwiki-core/src/main/j
> ava/com/xpn/xwiki/render/filter/XWikiListFilter.java
>
> -Vincent
>>
>> -----Original Message-----
>> From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On
>> Behalf
>> Of Edward Laptop
>> Sent: 15 September 2008 09:47
>> To: XWiki Users
>> Subject: [xwiki-users] Trying to find...
>>
>>
>> Dear all
>>
>> I want to find the file that generates this piece of html. It is in
>> the <ul
>> class="star"> that exists within the
>> <div id="leftPanels" class="panesl left">
>> <ul class="star">
>> <li><span class="wikilink"><a href=".............."
>> </ul>
>> etc
>>
>> thanks
>
Hi
We are using mySQL for our database. We have an issue whereby two
documents appear in the treeview next to a space - a space that we
deleted via the Delete Space snippet (the space itself is still being
shown within Administration). If we click on either document we are
informed that it no longer exists - which is true, but for some reason
treeview thinks that they still do! We have run the Sanity Check script
as shown on the Database Administration page, but nothing is showing.
Other than changing the treeview code to treat this space as a hidden
space - which obviously means we can't use that name in the future and
really isn't a great solution, what can we do to remove them and the
space itself?
Thanks
Michael
This e-mail message is intended for the above named recipient(s) only.
It may contain confidential information that is privileged. If you are not
the intended recipient, you are hereby notified that any dissemination,
distribution or copying of this e-mail and any attachment(s) is strictly prohibited.
If you have received this e-mail by error, please immediately notify the sender by
replying to this e-mail and deleting the message including any attachment(s) from your system.
Thank you in advance for your cooperation and assistance.
Hello!
On the user management page (
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/User+Management) there
is this info: "You can also customize the way users are registered in your
xwiki by creating a XWiki.Registration page which will override the default
registration page."
All I would like to do was to add a little warning, so I'd like to just copy
the current page code and add it.... but if I ask to view the
XWiki.Registration or XWiki.Register page codes, they are empty.
Where can I find the code for the current Register process?
Thank you,
--
Tiago Rinck Caveden
http://caveden.multiply.com
Dear All
I have a menu growing problem in IE6 - its fine in FF, Opera, Safari and IE7
I thinking this might be an IE6 bug - but I don't know how to fix it. I
would really value any pointers.
You can see an image of the problem at www.ee-web.co.uk/menus.jps
Here is the html for the links:
<div id="caastLeftHandMenu">
<ul class="star">
<li><span class="wikilink"><a
href="/xwiki/bin/view/Main/">Home</a></span></li>
<li><span class="wikilink"><a
href="/xwiki/bin/view/Main/AllDocs">Index</a></span></li>
<li><span class="wikilink"><a
href="/xwiki/bin/view/Main/EventCalendar">Calendar</a></span></li>
<li><span class="wikilink"><a
href="/xwiki/bin/view/EdFAQs/EdFAQClass">FAQ</a></span></li>
</ul></div>
and here's the css
#caastLeftHandMenu { width: 180px; border:1px solid red;}
#caastLeftHandMenu ul{margin-left: 0; padding-left: 0; list-style-type:
none; }
#caastLeftHandMenu a {display: block; padding: 3px; width: 160px;
background-color:#CCFF99; border-bottom: 1px solid #eee; }
#caastLeftHandMenu .wikilink{ margin:0; padding:0; }
Hello,
I have some recurrent problems with the WatchList functionality, the
following exception occurs when the job generates the watchlist email :
[ERROR] Method getExternalURL threw exception for reference $udoc in
template XWiki.WatchListMessage at [5,71]
org.xwiki.velocity.XWikiVelocityException: Failed to evaluate content with
id [XWiki.WatchListMessage]
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:187)
[...]
at
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:529)
Caused by: org.apache.velocity.exception.MethodInvocationException:
Invocation of method 'getExternalURL' in class com.xpn.xwiki.api.Document
threw exception java.lang.NullPointerException @
XWiki.WatchListMessage[5,78]
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:286)
[....]
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:178)
... 7 more
Caused by: java.lang.NullPointerException
at
com.xpn.xwiki.doc.XWikiDocument.getExternalURL(XWikiDocument.java:838)
at com.xpn.xwiki.api.Document.getExternalURL(Document.java:497)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
I reinstalled XE 1.5.1, reimported the .xar for watchlist (1.9) and
scheduler (1.5) applications, removed all scheduled jobs and restarted
tomcat container, but still the same. I believed it might be caused by a
"corrupted" or invalid watched document, but I don't how to determine if
this is really the cause and which document it could be ...
BTW, I wanted to test by changing the notification email format (HTML or
TEXT seem to be possible choices), but I didn't find how to update this
parameter ...
Any help welcome,
Best regards,
Jeremie
Hi,
I'm new to XWiki and trying to dig into the API usage. My goal is to write a
little access client (for educational purpose) like create new users
adding/edit pages and so on.
The API documentation is al bit confusing to me. I didn't know where to
start an get my initial "XWiki" object to interact/access the wiki and it's
api funktions.
there ist an xwiki object "com.xpn.xwiki.api.XWiki" but the constructor
seems to get also an xwiki object wich i don't even have
XWiki (com.xpn.xwiki.XWiki xwiki, com.xpn.xwiki.XWikiContext context)
where do i get these object or where is the actual or right startig point?
sry if this is asket before. but i didn't find the answer on the xwiki doku
pages (there're more dealing with the velocety stuff) neither an the mailing
list (as you can imagine im getting a huge amount of unrelated post when i
try to search xwiki :( )
hope some one can give me a little hint on this
best regards
Hello,
How can I use the toc - command : #toc("2" "3" "") in a FAQ Site.
I want to display the table of contents in the textfield of questions
or answers, so that the content-directory appears on the area of the
questions
or answers.
For example :
Questions
1.1. Title
1.2 Title 2
Anwers:
*table of
contents*
2.1 title 2.1
2.2 title2 2.2
2.3 title 3 2.3
Thank you,
Rez
--
View this message in context: http://n2.nabble.com/table-of-contents-in-a-faq-tp1082411p1082411.html
Sent from the XWiki- Users mailing list archive at Nabble.com.