Hi,
we are students on university and we are working on research grant.
We would like to use xwiki as foreground for our datamining project.
The system will collect and evaluate information about robotics
topics and then upload them to xwiki. Here will be users able to
comment, add anotations and tags and then system will teach from
these information and modify it's learning algorithm.
user name r3cop
Pavel Jurka
Hi,
- There seem to be some bad displays when a page title contains '<' or '>'.
Display is correct in browser title bar, it is also correct in main content
area, in hierarchy, but not in page title. For a page with title "TestTest >
test", generated html looks like this :
<div id="hierarchy">
TestTest > test
</div>
<div id="document-title">
TestTest* &*gt; test
</div>
The bad trick is that the "&" of ">" gets replaced by "&" ...
- as a side question, is there a way to easily do the equivalent of velocity
"$escapetool.html($text)", but in {{groovy}} ? I use mainly groovy in my
pages, and would like to avoid passing parameters between groovy and
velocity just for this one use-case ...
Thanks,
Jeremie
--
View this message in context: http://xwiki.475771.n2.nabble.com/Characters-or-bad-display-in-page-title-t…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I received this reply when posting to the users(a)xwiki.org mailing list.
Is the list working?
-------- Forwarded Message --------
From: Mailer-Daemon <Mailer-Daemon(a)gedi.pt>
To: adrian.fita(a)gmail.com
Subject: NDN: [xwiki-users] How to display only activities in activity
stream from spaces
Date: Tue, 15 Nov 2011 19:57:38 +0000
Sorry. Your message could not be delivered to:
bneves,TeleGEDI (The name was not found at the remote site. Check that the name has been entered correctly.)
--
Fita Adrian
Hi.
In the main space, after login, any user can see the activities from all
the spaces. I want the Activity Stream to display activities only from
the spaces that the user has access to. How can I do this?
Thanks,
--
Fita Adrian
Hello!
If I have in some class a boolean property, how I can get date&time of its
last modification (date when ONLY this property was modified last time)
inside my code?
Thanks beforehand!
Eugen Colesnicov
--
View this message in context: http://xwiki.475771.n2.nabble.com/get-date-time-of-some-class-property-modi…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi all,
I tried to use native rendering method as it suggests in the Formula
Macro Extension page, that is to
* Install A TeX package
* Install ImageMagick
* Sure that latex, dvips, convert can be called from cmd
And then add "macro.formula.renderer=native" into xwiki.properties.
But it doesn't work, and there are the same problems as a earlier post
"*Formula* *Macro* - *native* renderer issue
<http://markmail.org/message/ij2fl6muxoyl3xzx>", namely infinite loading...
Anyone any ideas?
Thanks!!!
Hi!
It is possible to login in xwiki as a user without password? I want to link
from a software in my Hospital to xwiki. The only variable a have is the
real-name and user-name. I think about a login via velocity script with a
special admin user/password as a bridge component.
Hospital system ------------------------------> xwiki
username "foo" foo
admin ----open xwiki--------------->
pasword
--
View this message in context: http://xwiki.475771.n2.nabble.com/autologin-without-password-tp6986733p6986…
Sent from the XWiki- Users mailing list archive at Nabble.com.
> Hi Martin,
>
> On Thu, Nov 10, 2011 at 12:53 PM, Martin Evans <website(a)studenthubs.org>
> wrote:
> >>
> >> On 11/08/2011 04:03 PM, Martin Evans wrote:
> >> > I have a job scheduled to run once an hour. It logs its progress and I
> >> can
> >> > see that it's not completing the task. The weird thing is it gets a
> >> > different amount through each time. And if I paste the groovy code
> into a
> >> > normal page and view it, it executes the whole script no problems.
> >> >
> >> > Any ideas anyone?
> >>
> >> It should not stop for external reasons, the only thing that could stop
> >> it is an exception triggered while running the code, like a
> >> NullPointerException when reading some data. Can you give more details,
> >> what exactly does the code try to do?
> >> --
> >> Sergiu Dumitriu
> >> http://purl.org/net/sergiu/
> >>
> >> Ok so is there any way to see what exceptions are raised?
>
> > I don't think it is that, because when I run it in a page it works fine.
>
> This is not a good indicator because the servlet context (when you run
> your script in a wiki page) is very different than the "daemon"
> context (when your script is triggered by a scheduler). In the later
> you don't have the (servlet) request and response objects and thus you
> don't have a current document.
>
> Hope this helps,
> Marius
>
Thanks but in that case how can I debug the daemon script? It doesn't do
what it is meant to do, and that's all I know. What's stranger is that it
sometimes gets further through the scrip than other times.
Martin