Hi all,
First issue:
I'm currently working with XWiki 1.4M1 (the standalone installation)
and when I go the Event Calendar I get an empty Category list in the
New Event area.
I did already some research but I just can't find the place to add new
categories which can be used by the Event Calendar. I found the page
where you can add categories to the Blog (/bin/Blog/Categories) but I
was wondering if there is a similar page for the Event Calendar? Or do
I need to hard-code the list in /bin/XWiki/CalendarSheet?viewer=code?
Second issue:
I have added tags to pages in my wiki but they are not appearing on
the Tags page. I renamed the xwiki folder (in webapps) but I can't
imagine that this is the problem, to be sure I searched for xwiki/bin
in all the files and replaced it were necessary. But still the tags
are not appearing, who knows what to change?
Thank you!
Gijs.
Hi all,
Hopefully somebody has come across this before.
I am trying to create a line chart that can have repeated data in each
column e.g
{table}
id | number
22 | 23 |
22 | 23 |
25 | 24 |
{table}
My problem is the graph will only get rendered if one column has unique
data.
Charting exception: Error number 0 in 5: X-value already exists. Wrapped
Exception: X-value already exists. com.xpn.xwiki.XWikiException: Error
number 0 in 5: X-value already exists. Wrapped Exception: X-value already
exists. at
com.xpn.xwiki.plugin.charts.ChartingMacro.exception(ChartingMacro.java:143)
at com.xpn.xwiki.plugin.charts.ChartingMacro.execute(ChartingMacro.java:80)
at com.xpn.xwiki.render.filter.MacroFilter.handleMatch(MacroFilter.java:90)
at
org.radeox.filter.regex.RegexTokenFilter$1.handleMatch(RegexTokenFilter.java:91)
at org.radeox.regex.JdkMatcher.substitute(JdkMatcher.java:48) at
org.radeox.filter.regex.RegexTokenFilter.filter(RegexTokenFilter.java:89) at
org.radeox.filter.FilterPipe.filter(FilterPipe.java:169) at
com.xpn.xwiki.render.XWikiRadeoxRenderEngine.render(XWikiRadeoxRenderEngine.java:92)
at
com.xpn.xwiki.render.XWikiRadeoxRenderer.render(XWikiRadeoxRenderer.java:118)
If i make all the data unique in one column above then the chart renders ok.
Is there a parameter that i can use to allow repeated data or is the
charting macro designed to have one column with unique data?
Regards,
John Carroll
--
View this message in context: http://www.nabble.com/Chart-macro-problem-tp18191025p18191025.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I am currently developing a program documentation system based on xwiki.
I am able to create pages which describes programs. For each program
which has to be described I programatically creates a page and populate
a object with static program information. But I need to document which
database files the program uses, with links to the relevant database
file descriptions (a list). For that I want to use a database list
class. I also want to show a call graph. for that I want to use a
database tree class. But I am not able to find any documentation on
these class properties. Can anyone give an example of use for each of
these two properties or give pointers to relevant examples.
The article http://www.theserverside.com/tt/articles/article.tss?l=XWiki
on the server side were a very good introduction! But it didn't treat
the property Custom Display. Are there any documentation on this property?
Cheers
/Thorbjørn Konstantinovitz
--
W: http://kodefabrikken.dk
If you failing to plan, then you´re planning to fail.
Recently I've been working on a user's manual for a web application. When my
work is done I would like to export it to a HTML form. Therefore I have a
couple of questions:
1) Is it possible to create an account with a different skin than the one
defined for any other users?
2) Is it possible to define new css styles after exporting several pages to
html format without editing all the exported html files?
3) If points 1 and 2 are somehow negative, is there an easy way to export
some pages to html format without all these buttons like "print", "edit"
etc. that one can see on the albatros skin?
Hope someone will be able to help me out and that my english wasn't all bad
;-)
--
View this message in context: http://www.nabble.com/Couple-of-questions-about-export-tp18247801p18247801.…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi there,
is there a way XWiki can handle userlogins from different domains?
The users are members of several subdomains, eg: sub1.somedomain.dom,
sub2.somedomain.dom, sub3.somedomain.dom, ......
The users from all of these domains need to login. It works perfectly for
one domain (if I configure it for example for sub1.somedomain.dom). So how
can I config it for more than one domains?
Or is there a way to import a userlist from the active directory? I think I
have seen in another post that someone else needs such a feature too, bit it
is not implemented right now - is this correct?
Thank you very much in advance!!
Steve
--
View this message in context: http://www.nabble.com/LDAP-Multiple-Domains-tp18130322p18130322.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
I am using xWiki behind an apache server and using Mod proxy to proxy
https requests to the tomcat server.
The problem is that xWiki rewrites the urls to http://host... so they
have to get bounced off the http default server host configuration that
redirects them to https://host.... Therefore the posts do not work
because the redirect breaks the session.
How can I turn off the url rewriting in xwiki so that the urls use the
relative reference not the full absolute reference? Or is there a way
to tell it to rewrite urls with the https (not http) protocal?
Thanks in advance for any help,
Doug Culnane
SNAP Consulting
Systemnahe Anwendungsprogrammierung und Beratung GmbH
Altmannsdorferstra?e 23A
1120 Wien, Osterreich
www.snapconsult.com
Firmenbuch: FN193058i
Firmenbuchgericht: Handelsgericht Wien
UID-Nr.: ATU48838904
DVR-Nr.: 1049933
Wichtiger Hinweis: Diese E-Mail ist fur den Gebrauch durch die Person oder die Firma/Organisation bestimmt, die in der Empfangeradresse benannt ist und unterliegt u. U. dem Berufsgeheimnis oder anderweitigen rechtlichem Schutz. Wenn Sie nicht der angegebene Empfanger sind, nehmen Sie bitte zur Kenntnis, dass Weitergabe, Kopieren, Verteilung oder Nutzung des Inhalts dieser E-Mail-Ubertragung unzulassig ist. Falls Sie diese E-Mail irrtumlich erhalten haben, benachrichtigen Sie den Absender bitte unverzuglich.
Important Note: This e-mail may contain trade secrets or privileged, undisclosed or confidential information or otherwise protected by work product immunity or other legal rules. If you have received this e-mail in error, you are hereby notified that any review, copying or distribution of it is strictly prohibited. Please inform us immediately and destroy the original transmittal.
Hi all,
I've got many problems to install Xwiki Enterprise on my Ubuntu Server 8.04.
I followed this official howto :
http://www.howtoforge.com/xwiki-tomcat-mysql-debian-etchhttp://www.howtoforge.com/xwiki-tomcat-mysql-debian-etch
Then i've got some errors during the postgres database creation so i created
the database and the user xwiki through my webmin interface.
I finished the howto and i've got a blank page...
I've read the xwiki.log and i found an error : Caused by:
java.lang.UnsatisfiedLinkError:
/usr/lib/jvm/java-1.5.0-sun-1.5.0.15/jre/lib/i386/libawt.so:
libmlib_image.so: cannot open shared object file: No such file or directory
So i've been searching on the net and i found this topic to fix the error :
http://ubuntuforums.org/showthread.php?t=829866http://ubuntuforums.org/showthread.php?t=829866
Now no more new errors in the xwiki.log but i still have a blank page...
I think maybe it's a problem of connection between xwiki and the database
because when there were no database, i already have this blank page.
Someone can help me please ????...
Thank you in advance
--
View this message in context: http://n2.nabble.com/Xwiki-Enterprise-installation-problem-on-Ubuntu-Server…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I am using 1.5m2 and could not get it to support "." in UN's even though it
is supposed to.
Philip Wright
Reports Analyst
ACS: BPS
Affiliated Computer Services, Inc
Affiliated Computer Services, Inc (ACS) Proprietary and Confidential
Information
This document (or any part thereof) may not be disseminated outside of ACS
in either electronic or physical form without specific authorization of the
office of the ACS Chief Information Security Officer. The information
included in this document represents no commitment by ACS to any other
party. The policies and standards described do not consider any country law
or other directive outside of the United States.
P Please consider the environment before printing this email
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On Behalf Of
João Paulo Lima
Sent: Friday, July 18, 2008 7:05 AM
To: XWiki Users
Subject: Re: [xwiki-users] authentication LDAP doesn't support "." in logi n
names
Unfortunately, i downloaded version 1.5rc1 and it doesn't accept login with
dot. It seems like only version 1.5M2 has this patch. But i didn't get find
out where i can to download it.
Does anybody know if version 1.5rc2 will solve this problem???
Where can i download version 1.5M2???
2008/7/18 Jean-Vincent Drean <jv(a)xwiki.com>:
> Yes.
>
> Source : http://jira.xwiki.org/jira/browse/XWIKI-2264
> ps : 1.5RC2 will be released in the coming hours.
>
> JV.
>
> On Fri, Jul 18, 2008 at 3:24 PM, João Paulo Lima <jpcarta(a)gmail.com>
> wrote:
> > Guys,
> >
> > Should the version 1.5rc1 support character dot in login names???
> >
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
--
João Paulo de Lima
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Good Morning Community,
I am using the getContentOfSection method to display the content of certain
sections of my wiki as I rudimentary type of search functionality. The line
of code used is $doc.getContentOfSection($item.getSectionNumber()). Is there
any way to display the sections without displaying their titles?
Also, is there any way to display images which are embedded within a
section.
Regards,
Brian