Hi,
I don't know if the tag cloud suffers from the same escaping problem as
the activity stream. Kevin, feel free to figure it out! I don't have time
to do so right now, I'm sorry.
Regards,
Wouter
Wouter Boasson (MSc)
Geo-IT Research and Coordination
RIVM - National Institute for Public Health and the Environment
Expertise Centre for Methodology and Information Services
Contact information
-----------------------
RIVM
VenZ/EMI, Pb 86
t.a.v. dhr. Drs. Wouter Boasson
Postbus 1
3720 BA Bilthoven
T +31(0)302748518
F +31(0)302744456
E wouter.boasson(a)rivm.nl
mo - th
Disclaimer RIVM
I'm working on setting up a wiki for a development group, and we're having
some issues with the Lucene searching. The two main problems are that
attached files are returned in the search results (usually all images are
shown before the page), and searching for the page title (even exactly)
doesn't usually return that page as the first result. Do you have any
suggestions for fixing this?
Thanks!
Michael
Hello all,
Pretty new to xwiki here running 2.7 from war. Just trying to figure
some of the basics out.
I'm wondering how to list the pages that are under a space. Is there a
macro for this? Is there a gadget that will do this?
What I'm looking for is something like this[1] under the "Documents in
space Skins" heading.
[1] http://incubator.myxwiki.org/xwiki/bin/view/Skins/
------
thanks
kevin.foote
Is there a way to avoid showing pages such as "Watchlist hourly email
notifier" in the "Recently Modified" panel on the wiki? I'd like to
avoid showing, in the "Recently Modified" panel, any "system page" (for
lack of a better name... ), i.e., pages that are not normally edited by
a user.
E.g. my Recently Modified panel currently shows
* Watchlist hourly email notifier
* Watchlist daily email notifier
* Data Source Implementation Questions
* jpascual
* Skin
I'd consider all but the middle one "Data Source Implementation
Questions" to be "system pages" that aren't interesting to the typical
user.
--
Mark Wallace
Principal Engineer, Semantic Applications
Modus Operandi, Melbourne, FL, USA
Hello!
Annotations extension didn't work. It is not translation even though I put
AnnotationCode.Translations in XWiki.Preferences.
It accuses annotation.action.create.form.loaderrorUnauthorized when trying
to put annotations.
Can anyone help me?
--
Atenciosamente,
Erica Usui.
Hello,
I've a problem with language in Watch List Application: I'm in a French organization, but my notification message is in english.
My platforms are:
- DEV: XWIKI ENTERPRISE 2.7.33656 on Tomcat 6.0 / Windows XP
- PROD: XWIKI ENTERPRISE 2.7.33656 on Tomcat 5.5.25 / Linux
Same behaviour on both:
In any document, $msg.get("watchlist.notification.email.greeting", ["Nicolas"]) ==> "Bonjour Nicolas,". (==> my bundles are correct)
But in the Notification Message, $msg.get("watchlist.notification.email.greeting", ["Nicolas"]) ==> "Hello Nicolas," and $context.language == "en" (I've printed the value in the message to check)
My configuration:
- In admin page: Multilingual=fr, languages=fr, defaultlanguage=fr
- In each user preferences page: DefaultLanguage=fr
- In WatchListMessage page (object editor): language changed from "en" to "fr"
- In Tomcat: -Duser.language=fr -Duser.country=FR (checked in tomcat admin application)
Something is wrong, but I don't see what
Any Idea?
Thank you
-------------
Nicolas Chéneau-Gréhalle
Hi,
I discovered a hard to find HQL/SQL error related to the new
ActivityStream (V2.6.1). Sometimes the activitystream did not display at
all, with loads of threads dumped in the log.
The problem appeared to be related to specific documents, having a '
(single quote) in the document's name. Besides this, the problem only
appears when displaying the pages belonging to a specific tag. More
specifically, when the automagically crafted HQL to select the document
contains these specific names, so the problem did not show up when
displaying the Activity for the entire wiki, for example.
Took me hours to find and solve it, but it's a matter of minutes to repair
it. The solution: escape page names.
In the Activity page, edit object mode, go to the Activity Macro
(something like <mywiki>/bin/edit/Main/Activity?editor=object)
look for the macro code, and change line 168:
#set($filterClause = $filterClause + "'" +
$colValue.replaceAll("\'", "\'\'") + "'" )
This effectively replaces a single quote with two single quotes, which is
the proper way of escaping for HQL.
But, altogether, I'd love it when all these obviously problematic
characters were simply banned out from the technical/URL document name,
this always generates hard to find problems.
Good luck,
Wouter
Wouter Boasson (MSc)
Geo-IT Research and Coordination
RIVM - National Institute for Public Health and the Environment
Expertise Centre for Methodology and Information Services
Contact information
-----------------------
RIVM
VenZ/EMI, Pb 86
t.a.v. dhr. Drs. Wouter Boasson
Postbus 1
3720 BA Bilthoven
T +31(0)302748518
F +31(0)302744456
E wouter.boasson(a)rivm.nl
mo - th
Disclaimer RIVM