Tags facility to display all tags in XWiki is not working as I mentioned before. I would
really like someone from the development team to answer this post as there are others with
the same problem. I searched internet for 'xwiki tags' and 'how to use xwiki
tags' but get tons of pages which display "No documents have been tagged
yet...".
I created an API that searches through Tags, I added some Velocity code to view/delete
tags on a page, but cannot get the system to display all tags (Well I can on v1.6 but
myxwiki is using the latest version).
Ajdin
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On Behalf Of Jean Couteau
Sent: 29 December 2008 13:10
To: XWiki Users
Subject: Re: [xwiki-users] Tags
Hi Adjin,
I do not know the reason, but I have exactly the same problem...
Best regards,
Jean
Ajdin Brandic a écrit :
Hi
I've tried the same as below on my live site
"http://patternlanguagenetwork.myxwiki.org" but no joy. Is there a reason why
tags are not showing? I could not find any info on the web.
Ajdin
-----Original Message-----
From: users-bounces(a)xwiki.org on behalf of Ajdin Brandic
Sent: Wed 24/12/2008 12:43
To: XWiki Users
Subject: [xwiki-users] Tags
Hi
I'm playing with tags and noticed something odd. I've added tags to a
few pages but when I go to "xwiki/bin/view/Main/Tags" I always get
message "No documents have been tagged yet. To tag a document, edit it
and enter the tags ...".
I've searched all the posts but found only one person having the same
problem in April 2008 but no one answered.
In the end I found the problem in the page itself
##set($sql = "select distinct elements(prop.list) from BaseObject as
obj, DBStringListProperty as prop where obj.className='XWiki.TagClass'
and obj.id=prop.id.id and prop.id.name='tags'")
Note at the end " and prop.id.name='tags' " should be " and
prop.name='tags' "
Example:
http://patternlanguagenetwork.myxwiki.org/xwiki/bin/view/Main/Tags
There are some tags added alredy but none displayed.
Also is there a list of all Hibernate Object names that relate to
database tables (ie. DBStringListProperty = xwikilistitems or
LargeStringProperty = xwikilargestrings). I am trying to work with
xwiki but its documentation is patchy and sometimes out of date so I
try to find info in the database to understand xwiki structure but get
stuck when I want to get some info out using HQL. I usualy spend
hours looking through Volocity scripts.
Ajdin Brandic
Coventry University
--------------------------------------------------------
NOTICE
This message and any files transmitted with it is intended for the addressee only and may
contain information that is confidential or privileged. Unauthorised use is strictly
prohibited. If you are not the addressee, you should not read, copy, disclose or otherwise
use this message, except for the purpose of delivery to the addressee.
Any views or opinions expressed within this e-mail are those of the author and do not
necessarily represent those of Coventry University.
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
----------------------------------------------------------------------
--
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users