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: [email protected] | 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: [email protected] [mailto:[email protected]] 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" <[email protected]> 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 [email protected] http://lists.xwiki.org/mailman/listinfo/users