All,
I have a problem. I logging in, after I'm close the window of my wiki
When I open my site, I follow loggin in. So I clean all the cookies, the
cache, but I always follow loggin in.
Thanks in advance
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.
Hello!
The link to the Watch Application in the first page of the Watch wiki seems
to be broken, look:
http://watch.xwiki.org/xwiki/bin/view/Applications/WatchApplication
By the way, has any of you ever seen the following error message:
java.lang.SecurityException: Blocked attempt to access interface '
http://whatsu
.ad2.ad.alcatel.com/xwiki%2Dtest/bin/download/WatchCode/GWT/watch.zip/',
which
s either not implemented by this servlet or which doesn't extend
RemoteService;
this is either misconfiguration or a hack attempt
at
com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(Remo
eServiceServlet.java:211)
at
com.google.gwt.user.server.rpc.RemoteServiceServlet.doPost(RemoteSer
iceServlet.java:167)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
I'm trying to use the Watch application and that's what I get...
Thanks,
--
Tiago Rinck Caveden
http://caveden.multiply.com
Hi all,
i made my own tag edit, which is based on ajax. Everything works
perfect, but every change of tag will increment document version.
(Like 1.1 to 2.1 and so on.)
So how could I say to xwiki, that current edit is minor change not main?
I thought about changing version by setting version as string.
Something like this
doc.setVersion("1.2");
but i am not quite sure if it is the proper way how to make this.
Thanks.
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.