Hey guys,
ive a problem with the watchlist. It doesnt shows the sides i want to watch.
In every Profil are three points of the watchlist. the first functions well,
the rss feed too, but the list(livetable) doesnt show the sides im watching.
Has anybody an idea why?
If this post has been here before, that would be great. Ive not found
somebody with this problem yet.
Thanks...
--
View this message in context: http://xwiki.475771.n2.nabble.com/Watchlist-doesnt-show-the-watched-sides-t…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
Whenever I try to add an extension from XWIKI 3.4 (on RedHat 6, tomcat6 with
PostgreSQL database) from the Add Extensions menu, I get a message like
this
Caused by: class java.io.IOException: File
'data/extension/repository/org.xwiki.contrib%3Axwiki-plugin-excel-1.0-src.pl
ugin' could not be created
ð It looks like a directory is missing in my WIKI install, could you tell
me the exact path of the data/extension/repository (from the XWIKI app root)
?
Also, the problem I encountered earlier with Lucene came from the xwiki.cfg
#-# Lucene search engine
#-# Location where to place the lucene index files. The default is the
"lucene" subdirectory in the container's "work"
#-# diectory. Change it if you want to store indexes in another place.
# xwiki.plugins.lucene.indexdir=/usr/local/xwiki/lucene
Well it looks like XWIKI really choose /usr/local/wiki/lucene and nothing
into a work container as the documentation seems to indicate.
Could you fix the default xwiki.cfg file (Description or content) on Red
Hat, it looks like we should have:
# xwiki.plugins.lucene.indexdir=/usr/local/xwiki/lucene
xwiki.plugins.lucene.indexdir=/usr/share/tomcat6/work
Many thanks for your help,
Regards,
Christophe FRAULE
Hi all!
I'm using a Livetable to show information categorized, using TopFilter
as:#set($options = {
"topFilters":'<input type="hidden" size="${columnsProperties.size}"
name="area" value="${area2}" />',
"className":"XWiki.AggregatorURLClass",
"translationPrefix" : "",
"tagCloud" : true,
"rowCount": 10
})
The value field "area2" is a String to filter the area field. If I write a
string in this value, the filter works. But, if i'm using a variable, the
table is empty
Case 1:
value="Something" --> The filter works.
Case 2:
$var = "Something"
...
value=${var} --> Nothing
Someone knows why?
Thanks in advance!
--
View this message in context: http://xwiki.475771.n2.nabble.com/Livetable-Filters-tp7314873p7314873.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I've been not able yet to understand who/what process is telling the search utility to look for a given string in, I don't know if all, but many document fields and object properties.
Please, could you point me in the right direction? How/where the query is constructed?
Thanks for your help!
Ricardo
--
Ricardo Rodríguez
Research Management and Promotion Technician
Health Research Institute of Santiago de Compostela (IDIS)
http://www.idisantiago.es
Nota: A información contida nesta mensaxe e os seus posibles documentos adxuntos é privada e confidencial e está dirixida únicamente ó seu destinatario/a. Se vostede non é o/a destinatario/a orixinal desta mensaxe, por favor elimínea. A distribución ou copia desta mensaxe non está autorizada.
Nota: La información contenida en este mensaje y sus posibles documentos adjuntos es privada y confidencial y está dirigida únicamente a su destinatario/a. Si usted no es el/la destinatario/a original de este mensaje, por favor elimínelo. La distribución o copia de este mensaje no está autorizada.
See more languages: http://www.sergas.es/aviso_confidencialidad.htm
Hi,
I want to exclude a certain space from showing up in search results at all. I thought it might be possible to do that using the HQL based filter query hinted at here: http://extensions.xwiki.org/xwiki/bin/view/Extension/Search+Application#HSe…
(I thought about something like "not doc.fullName like 'spacename.%'", which I have used successfully on MyRecentModifications.)
Unfortunately the search administration looks a bit different to me, I can't find HQL filter, all I see is 'Custom index' (or rather 'Benutzerdefiniert indizieren', since I'm running it in German).
Where do I define the custom indexing? Am I on the right track at all, or is there a simpler way? (Be aware, I want to get rid of that space everywhere in searches, not just on Main.Search. On Main.Search I have done it successfully already. But the document search within the WYSIWYG editor seems to work independently from that. So I thought I'd take a more radical approach by throwing the space out of the index!)
Cheers,
Olaf
I have a multiple select,
<select multiple="multiple" style="height:180px;" id="sourceArea"
name="area" />
<displayType>select</displayType>
#foreach($prop in $areasTecnologias)
<option > $prop </option>
#end
But, when I'm going to get the results
#if("$!{request.xcreate}" == 'source')
## =======================================================
## Processing the creation form
#set($area = "$!request.area")
I only get the first value, only my first of mu group of options...
What I am missing?
Thanks
--
View this message in context: http://xwiki.475771.n2.nabble.com/Help-please-tp7321734p7321734.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi all,
I am trying to get a mock-up with XWiki workspaces. I have a problem,
especially to remove a workspace or to make a change in the description.
Each time, the Tomcat log indicates that XWiki could not verify the user
rights:
When I try to delete the workspace:
2012-02-16 14:02:54,068
[https://xwiki-test.domain.local/xwiki/bin/view/WorkspaceManager/DeleteWorks…]
ERROR .x.w.i.DefaultWorkspaceManager - Failed to check if user
[[XWiki.superadmin, informatique]] can delete workspace
[java.lang.NullPointerException]. Assuming false.
When I try to edit any workspace parameter:
2012-02-16 14:14:27,686
[https://xwiki-test.domain.local/xwiki/bin/view/WorkspaceManager/UpdateWorks…]
ERROR .x.w.i.DefaultWorkspaceManager - Failed to check if user
[[XWiki.superadmin, informatique]] can edit workspace
[java.lang.NullPointerException]. Assuming false.
2012-02-16 14:14:27,692
[https://xwiki-test.domain.local/xwiki/bin/view/WorkspaceManager/UpdateWorks…]
ERROR .WorkspaceManagerScriptService - Failed to edit workspace
'informatique'.
org.xwiki.workspace.WorkspaceException: Access denied for user
'XWiki.superadmin' to edit the workspace 'informatique' at
org.xwiki.workspace.internal.WorkspaceManagerScriptService.editWorkspace(WorkspaceManagerScriptService.java:188)
~[xwiki-platform-workspace-api-4.0-20120215.094308-2.jar:na]
2012-02-16 14:14:28,031
[https://xwiki-test.domain.local/xwiki/wiki/informatique/admin/XWiki/XWikiPr…]
ERROR .x.w.i.DefaultWorkspaceManager - Failed to check if user
[[xwiki:XWiki.superadmin, informatique]] can delete workspace
[java.lang.NullPointerException]. Assuming false.
Problem is the same with XWiki.Admin, the owner of the workspace.Beyond
that,I always thought that XWiki.superadmin always had full access,
regardless of the rights settings... Do I have something wrong in my
config?
Any help will be welcome! Thanks.
--
Bertrand PUJOS
IT Department - IRCAD
bertrand.pujos(a)ircad.fr
+33 (0) 3 88 11 91 36
Hello everybody!
I have my class, in my class I have property with type = Database List.
In this property I need to write hibernate query with filter by space, but
not predifined space - I need to setup filter which will be compare space of
a active document (which I will edit) with space of a hibernate query result
document. How I can do it?
Without this filter by space my query look like this and working without
problems:
select
otherprop.value
from
XWikiDocument doc,
BaseObject obj,
StringProperty prop,
StringProperty otherprop
where
doc.fullName=obj.name and obj.className='MySpace.MyClass' and obj.name not
like '%ClassTemplate' and
prop.id.id=obj.id and prop.id.name='Prop1' and prop.value='MyValue' and
obj.id=otherprop.id.id and otherprop.id.name='Prop2'
order by
prop.value asc,
otherprop.value asc
Thanks beforehand!
Eugen Colesnicov
--
View this message in context: http://xwiki.475771.n2.nabble.com/Hibernate-query-using-in-a-database-list-…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I am out of the office until 05-03-2012.
Voor dringende zaken kunt u terecht bij ICT-Servicedesk
Note: This is an automated response to your message "users Digest, Vol 55,
Issue 63" sent on 26-2-2012 13:00:03.
This is the only notification you will receive while this person is away.
Hi all!
First of all, please, allow me to thank again all XWiki Team for this great framework! It could be it happens that on Sunday I'm prone to purple prose, but I do think I'll feel the same tomorrow morning! :-)
Now, some doubts here...
I'm not able to understand how filtering does work in Livetable Macro. For instance, I get a JSON file including a number of results following a modified getgroupmembers.vm. Here the line of getgroupmembers getting members column
"member" : "$mdoc.getTranslatedDocument().title #if($hasAdmin || $isAdvancedUser) (#if($wikiname != 'local')$wikiname:#end$m)#end",
and one of the items in the JSON file...
{
"fullname" : "XWiki.XWikiIDISC04",
"prettyname" : "XWikiIDISC04 (XWiki.XWikiIDISC04)",
"wikiname" : "local",
"memberurl" : "/bin/XWiki/XWikiIDISC04",
"docurl" : "/bin/XWiki/XWikiIDISArealNeurology",
"grayed" : "false",
"doc_viewable" : "true",
"doc_hasadmin" : "${xwiki.hasAccessLevel('admin', $context.user, $doc)}",
"member" : "Neurobiology (XWiki.XWikiIDISC04)",
"member_url" : "/bin/XWiki/XWikiIDISC04",
"doc_delete_url" : "/bin/XWiki/XWikiIDISArealNeurology?xpage=deletegroupmember&fullname=XWiki.XWikiIDISC04&ajax=true"
}
The Livetable Macro instance showing group membership reads...
#set($columnOptions = {
"member" : {'link': 'auto', 'type': 'text', 'displayName': 'Research groups'},
But if I use strings content in $mdoc.getTranslatedDocument().title, I get no results in the filtered database. only strings in $m (showing the fullname of the document) work fine. You could check this behaviour on your own here...
http://atrium_km.idisantiago.es/bin/XWiki/XWikiIDISArealNeurology
Please, why? How could I use $mdoc.getTranslatedDocument().title to filter the list?
Thank you for your help!!!
--
Ricardo Rodríguez
Research Management and Promotion Technician
Health Research Institute of Santiago de Compostela (IDIS)
http://www.idisantiago.es
Nota: A información contida nesta mensaxe e os seus posibles documentos adxuntos é privada e confidencial e está dirixida únicamente ó seu destinatario/a. Se vostede non é o/a destinatario/a orixinal desta mensaxe, por favor elimínea. A distribución ou copia desta mensaxe non está autorizada.
Nota: La información contenida en este mensaje y sus posibles documentos adjuntos es privada y confidencial y está dirigida únicamente a su destinatario/a. Si usted no es el/la destinatario/a original de este mensaje, por favor elimínelo. La distribución o copia de este mensaje no está autorizada.
See more languages: http://www.sergas.es/aviso_confidencialidad.htm