Re: [xwiki-users] RES: all pages without any Tags

2013-12-12 Thread Legeinfo
Hello Danilo!
Thank you for your feedback. 
I installed the extension again, both with clip and paste and installing
the xar. The results showing only documents without having tags. Se:
http://www.radiology.no/xwiki/bin/view/RadWiki/PagesWithoutTags
http://www.radiology.no/xwiki/bin/view/RadWiki/PagesWithoutTags  

I am using the XWiki Enterprise 5.2.1
Volker



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/all-pages-without-any-Tags-tp7586883p7588368.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] RES: all pages without any Tags

2013-12-11 Thread Danilo Amaral de Oliveira
Hello People,

Just to notify, I have tried this extension but it is not working. I don’t know 
why but the consulting results still showing documents that have tags.

I am using the XWiki 5.2.2
Danilo



Grupo Energisa
Danilo A. Oliveira
Analista Suporte Aplicacao TI - DETI
e-mail: danilo.olive...@energisa.com.br | tel: (32) 3429-6342

Esta mensagem contém informação confidencial. Se você a recebeu por engano, não 
divulgue ou copie seu conteúdo. Por favor, avise ao remetente imediatamente e 
apague-a do computador.
Privileged and confidential. If this message has been received by mistake, do 
not disclose or copy its contents. Please notify sender and delete immediately.


-Mensagem original-
De: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] Em nome de Vincent 
Massol
Enviada em: terça-feira, 3 de setembro de 2013 12:32
Para: XWiki Users
Assunto: Re: [xwiki-users] all pages without any Tags

Hi,

On Sep 3, 2013, at 5:26 PM, Volker.Lapczynski v...@ahus.no wrote:

 This is working on XWiki Enterprise 5.2-milestone-1:

Cool.

Maybe you could contribute it as a snippet on extensions.xwiki.org?

Thanks
-Vincent

 {{velocity}}
 #set($sql = (where doc.fullName not in (select doc.fullName from
 XWikiDocument doc, BaseObject as tagObj, DBStringListProperty as tags
 join tags.list tag where doc.fullName = tagObj.name and
 tagObj.className = 'XWiki.TagClass' and tagObj.id = tags.id.id and
 tags.id.name='tags' and tag  '')order by doc.space asc ) ) #set
 ($list = $xwiki.searchDocuments($sql)) #foreach($item in
 $xwiki.searchDocuments($sql)) #set ($recentDoc =
 $xwiki.getDocument($item).getTranslatedDocument())
   ## We use HTML here because we don't have a tool to escape wiki
 syntax in document title.
 |$recentDoc.getSpace()|{{html}} $escapetool.xml($recentDoc.plainTitle)
 $recentDoc.getURL()  {{/html}}
 #end
 {{/velocity}}

 Thank You!

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users